@charset "UTF-8";
/* CSS Document */
section {
	max-width: 1500px;
	margin: 0 auto;
}
.photo_sp {
	display: none;
}
.br-mobile {
	display: none;
}
#main {
	background-color: #ffffff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: left;
}

#main h2 {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 2.5rem;
	line-height: 1.2;
	border-bottom: dotted 4px;
	margin-bottom: 10px;
}
#main p {
	color: #333;
	line-height: 1.8;
	text-align: justify;
}

.section-gallery {
	padding-top: 80px;
	padding-bottom: 100px;
	width: 83%;
	background-color: #CFEEFE;
	margin-left: auto;
}
.section-gallery h1 {
	text-align: left;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto 90px;
	height: 4.2rem;
}
.section-gallery h1 img {
	height: 100%;
	width: auto;
}

.section-gallery-1-photo {
	width: 65%;
	padding-right: 15%;
	margin: 0 auto 20px;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2,minmax(40%,auto));
	gap : 10px;
	grid-template-areas: 
		"gallery_1-1 gallery_1-2 gallery_1-3"
		"gallery_1-1 gallery_1-4 gallery_1-5";
}
.gallery_1-1 {
	grid-area: gallery_1-1;
}
.gallery_1-2 {
	grid-area: gallery_1-2;
}
.gallery_1-3 {
	grid-area: gallery_1-3;
}
.gallery_1-4 {
	grid-area: gallery_1-4;
}
.gallery_1-5 {
	grid-area: gallery_1-5;
}

.section-gallery-1-photo div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-gallery-1-text {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../images/gallery/bg-1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 5% center;
	margin: 0 auto 70px;
}
.section-gallery-1-text-inner {
	width: 80%;
	margin: 0 auto;
}

.section-gallery-2 {
	position: relative;
	margin-bottom: 140px;
}
.section-gallery-2-photo {
	width: 65%;
	padding-right: 15%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(3,minmax(30%,auto));
	gap : 10px;
	grid-template-areas: 
		"gallery_2-5 gallery_2-1 gallery_2-1 gallery_2-3"
		"gallery_2-2 gallery_2-1 gallery_2-1 gallery_2-6"
		"gallery_2-7 gallery_2-7 gallery_2-4 gallery_2-6"
}
.gallery_2-1 {
	grid-area: gallery_2-1;
}
.gallery_2-2 {
	grid-area: gallery_2-2;
}
.gallery_2-3 {
	grid-area: gallery_2-3;
}
.gallery_2-4 {
	grid-area: gallery_2-4;
}
.gallery_2-5 {
	grid-area: gallery_2-5;
}
.gallery_2-6 {
	grid-area: gallery_2-6;
}
.gallery_2-7 {
	grid-area: gallery_2-7;
}

.section-gallery-2-photo div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-gallery-2-text-inner h3 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: dotted 4px;
	margin-bottom: 10px;
}
.section-gallery-2-text {
	position: absolute;
	top: 45%;
	left: 62%;
	max-width: 400px;
	margin-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-image: url("../images/gallery/bg-2.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.section-gallery-3-1-photo {
	width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4,minmax(20%,auto));
	grid-template-rows: 3fr 2fr 2fr 2fr;
	gap : 30px;
	grid-template-areas: 
		"gallery_3-1-8 gallery_3-1-8 gallery_3-1-1 gallery_3-1-1"
		"gallery_3-1-2 gallery_3-1-3 gallery_3-1-4 gallery_3-1-5"
		"gallery_3-1-6 gallery_3-1-6 gallery_3-1-7 gallery_3-1-10"
		"gallery_3-1-6 gallery_3-1-6 gallery_3-1-11 gallery_3-1-11"
}
.gallery_3-1-1 {
	grid-area: gallery_3-1-1;
	margin-right: 30%;
}
.gallery_3-1-2 {
	grid-area: gallery_3-1-2;
}
.gallery_3-1-3 {
	grid-area: gallery_3-1-3;
}
.gallery_3-1-4 {
	grid-area: gallery_3-1-4;
}
.gallery_3-1-5 {
	grid-area: gallery_3-1-5;
}
.gallery_3-1-6 {
	grid-area: gallery_3-1-6;
	margin-right: 30px;
}
.gallery_3-1-7 {
	grid-area: gallery_3-1-7;
}
.gallery_3-1-8 {
	grid-area: gallery_3-1-8;
}
.gallery_3-1-9 {
	grid-area: gallery_3-1-9;
}
.gallery_3-1-10 {
	grid-area: gallery_3-1-10;
}
.gallery_3-1-11 {
	grid-area: gallery_3-1-11;
}

.section-gallery-3-1-photo div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section-gallery-3-1 {
	position: relative;
}
.section-gallery-3-1-text {
	position: absolute;
	left: 8%;
	bottom: 72%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 2%;
	background-image: url("../images/gallery/bg-3.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.section-gallery-3-2 {
	position: relative;
	margin: 0 auto 50px;
}
.section-gallery-3-2-text {
	position: absolute;
	top: 45%;
	left: 10%;
}

.section-gallery-3-2-photo {
	width: 30%;
	margin: 0 20% 0 auto;
}

.section-gallery-3-2-photo div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery_3-2-1 {
	margin-bottom: 20px;
}
.gallery_3-2-2 {
	width: 80%;
}

.section-gallery-3-3-photo {
	width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 3fr 4fr 3fr;
	grid-template-rows: repeat(6,minmax(10%,auto));;
	gap : 30px;
	grid-template-areas: 
		"gallery_3-3-1 gallery_3-3-6 gallery_3-3-6"
		"gallery_3-3-1 gallery_3-3-3 gallery_3-3-4"
		"gallery_3-3-2 gallery_3-3-3 gallery_3-3-4"
		"gallery_3-3-2 gallery_3-3-3 gallery_3-3-7"
		"gallery_3-3-8 gallery_3-3-5 gallery_3-3-9"
		"gallery_3-3-8 gallery_3-3-5 gallery_3-3-9"
}
.gallery_3-3-1 {
	grid-area: gallery_3-3-1;
	margin-right: 20%;
}
.gallery_3-3-2 {
	grid-area: gallery_3-3-2;
	margin-left: 20%;
}
.gallery_3-3-3 {
	grid-area: gallery_3-3-3;
}
.gallery_3-3-4 {
	grid-area: gallery_3-3-4;
	margin-right: 20%;
}
.gallery_3-3-5 {
	grid-area: gallery_3-3-5;
	margin-right: 30%;
}
.gallery_3-3-6 {
	grid-area: gallery_3-3-6;
}
.gallery_3-3-7 {
	grid-area: gallery_3-3-7;
}
.gallery_3-3-8 {
	grid-area: gallery_3-3-8;
}
.gallery_3-3-9 {
	grid-area: gallery_3-3-9;
}
.section-gallery-3-3-photo div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-gallery-3-3 {
	position: relative;
	margin-bottom: 120px;
}
.section-gallery-3-3-text {
	position: absolute;
	left: 65%;
	top: 75%;
	margin-right: 50px;
}

.section-gallery-4 {
	margin-bottom: 165px;
}
.section-gallery-4-text {
	margin: 0 auto 70px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../images/gallery/bg-4.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 15% center;
}
.section-gallery-4-text-inner {
	width: 80%;
	margin: 0 auto;
}

.section-gallery-4-1-ul1-photo {
	width: 80%;
	margin: 0 auto;
	display: flex;
	 -webkit-align-items: flex-end;    /* Safari etc. */
  -ms-align-items    : flex-end;    /* IE10        */
  align-items        : flex-end;
	margin-bottom: 30px;
}
.gallery_4-1-1 {
	width: 55%;
	margin-right: 30px;
}
.gallery_4-1-2 {
	width: 30%;
}
.section-gallery-4-1-ul1-photo div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section-gallery-4-1-ul2-photo {
	width: 80%;
	margin: 0 auto;
	display: flex;
	margin-bottom: 30px;
}
.gallery_4-2-1 {
	width: 40%;
	margin-right: 30px;
}
.gallery_4-2-2 {
	width: 30%;
}
.section-gallery-4-1-ul2-photo div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.section-gallery-5_text-photo {
	display: flex;
	margin: 0 auto;
}
.section-gallery-5-text-inner {
	margin-left: 15%;
}

.section-gallery-5-text {
	padding-top: 50px;
	padding-bottom: 40px;
	background-image: url("../images/gallery/bg-5.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 15% center;
	margin-bottom: 70px;
	width: 65%;
}
.gallery-5-1-4-photo {
	width: 20%;
	margin-right: 15%;
	margin-bottom: 40px;
}
.gallery-5-1-4-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-5-1-photo {
	width: 80%;
	margin: 0 auto 100px;
}
.gallery-5-1-photo img {
	width: 85%;
	height: auto;
	object-fit: cover;
}
.section-gallery_5-2 {
	display: flex;
	-webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
	width: 80%;
	margin: 0 auto 100px;
}
.gallery_5-2-photo {
	width: 40%;
}
.gallery_5-2-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section-gallery_5-2-text {
	margin: 0 auto;
	width: 50%;
}

.section-gallery_5-3-1 {
	display: flex;
	-webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
	width: 80%;
	margin: 0 auto 60px;
}
.section-gallery_5-3-1-text {
	margin-right: 30px;
	width: 50%;
}
.gallery_5-3-1-photo {
	width: 40%;
	margin-left: auto;
}
.gallery_5-3-1-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section-gallery_5-3-2 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 90px;
}
.section-gallery_5-3-2-inner {
	width: 40%;
	margin-right: 18%;
	margin-left: auto;
}
.section-gallery_5-3-2-inner img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.section-gallery_5-4-photo {
	display: flex;
	-webkit-align-items: flex-end;      /* Safari etc. */
  -ms-align-items    : flex-end;      /* IE10        */
  align-items        : flex-end;
	width: 80%;
	margin: 0 auto 160px;
}
.gallery_5-4-1 {
	width: 45%;
	margin-right: 30px;
}
.gallery_5-4-1-photo {
	width: 100%;
	margin-bottom: 60px;
}
.gallery_5-4-1-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery_5-4-2 {
	width: 45%;
}
.gallery_5-4-2 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.section-gallery_5-5-1 {
	display: flex;
	-webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
	width: 80%;
	margin: 0 auto 110px;
}
.gallery_5-5-1-photo {
	width: 45%;
}
.gallery_5-5-1-photo img {
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.section-gallery_5-5-1-text {
	width: 50%;
	margin: 0 auto;
}

.section-gallery_5-6-1 {
	width: 30%;
	margin-right: 22%;
	margin-left: auto;
	margin-bottom: 110px;
}
.gallery_5-6-1-photo {
	margin-bottom: 30px;
}
.section-gallery_5-6-1 img {
	width: 100%;
	height: auto;
}

.section-gallery_5-7-1 {
	width: 70%;
	display: flex;
	-webkit-align-items: flex-end;      /* Safari etc. */
  -ms-align-items    : flex-end;      /* IE10        */
  align-items        : flex-end;
	margin: 0 auto 50px;
}
.gallery_5-7-1-photo {
	width: 40%;
}
.gallery_5-7-1-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section-gallery_5-7-1-text {
	width: 50%;
	margin: 0 auto;
}

.gallery_5-7 {
	width: 80%;
	margin: 0 auto 150px;
}
.gallery_5-7 img {
	width: 100%;
}

.section-gallery-6 {
	position: relative;
	margin-bottom: 200px;
}
.section-gallery-6-text {
	position: absolute;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10%;
	background-image: url("../images/gallery/bg-6.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: -50px;
}

.gallery_6-photo {
	width: 80%;
	margin: 50px auto 110px;
}
.gallery_6-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.gallery_6-inner {
	margin-right: 100px;
}
.section-gallery_6-2 {
	width: 80%;
	display: flex;
	-webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
	justify-content: space-between;
	margin: 0 auto 100px;
}
.gallery_6-2-2 {
	flex-flow: row-reverse;
}
.gallery_6-2-photo {
	width: 48%;
}
.gallery_6-2-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section-gallery_6-2-text {
	width: 48%;
}
.gallery_6-2-wrapper {
	margin-bottom: 200px;
}

.gallery_6-3 {
	width: 80%;
	margin: 0 auto 150px;
}
.gallery_6-3-photo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.gallery_6-3-1{
	width: 48%;
}
.gallery_6-3-2{
	width: 48%;
}
.gallery_6-3-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.section-gallery-6-4 {
	position: relative;
	margin-bottom: 150px;
}
.section-gallery-6-4-text {
	position: absolute;
	top: 45%;
	left: 10%;
	width: 48%;
}

.section-gallery-6-4-photo {
	width: 38%;
	margin: 0 0 0 auto;
}

.section-gallery-6-4-photo div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery_6-4-1 {
	margin-bottom: 20px;
}
.gallery_6-4-2 {
	width: 80%;
}

.section-gallery-6-5 {
	width: 90%;
	margin: 0 auto;
}
.section-gallery-6-5-photo {
	display: flex;
	-webkit-align-items: flex-end;      /* Safari etc. */
  -ms-align-items    : flex-end;      /* IE10        */
  align-items        : flex-end;
	width: 80%;
	justify-content: space-between;
	margin-bottom: 30px;
}
.section-gallery-6-5-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery_6-5-1 {
	width: 30%;
}
.gallery_6-5-2 {
	width: 60%;
}

.section-gallery-7-rerative {
	position: relative;
	
}
.section-gallery-7-text {
	position: absolute;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 5%;
	padding-right: 7%;
	background-image: url("../images/gallery/bg-7.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: -50px;
	left: 5%;
}
.gallery_7-1 {
	width: 70%;
	margin: 50px auto 150px;
}
.gallery_7-1 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.gallery_7-2 {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto 120px;
}
.gallery_7-2 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery_7-2-1 {
	width: 48%;
}
.gallery_7-2-2 {
	width: 48%;
}
.gallery_7-2-2-photo {
	margin-bottom: 30px;
}

.gallery_7-3 {
	width: 80%;
	margin: 0 auto 200px;
}
.gallery_7-3 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.gallery_7-4 {
	width: 80%;
	margin: 0 auto 200px;
}
.gallery_7-4 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery_7-4-1 {
	width: 20%;
	margin-bottom: 30px;
}
.gallery_7-4-2 {
	display: flex;
	-webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
	justify-content: space-between;
}
.gallery_7-4-2-photo {
	width: 40%;
}
.gallery_7-4-2-text {
	margin: 0 auto;
	width: 45%;
}

.section-gallery-8 {
	width: 80%;
	margin: 0 auto 200px;
}
.section-gallery-8-text {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5%;
	background-image: url("../images/gallery/bg-8.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin-bottom: 70px;
}
.section-gallery-8-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.section-gallery-9 {
	width: 80%;
	margin: 0 auto;
}
.section-gallery-9-text {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 5%;
	background-image: url("../images/gallery/bg-9.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin-bottom: 70px;
}
.section-gallery-9-photo {
	width: 80%;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}
.section-gallery-9-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery_9-1 {
	width: 55%;
}
.gallery_9-2 {
	width: 40%;
}

@media (max-width:1080px) {
	.section-gallery {
		width: 100%;
	}
	#footer {
		background-color: #CFEEFE;
	}
	#main h2 {
	font-size: 2rem;
	border-bottom: dotted 3px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.section-gallery-2 {
		margin-bottom: 240px;
}
	.section-gallery-3-2-photo {
		margin: 0 10% 0 auto;
}
	.gallery-5-1-4-photo {
		width: 25%;
}
	.section-gallery-5-text {
	margin-bottom: 50px;
}
	.gallery_6-inner {
	margin-right: 50px;
}
	.section-gallery-6-4-text {
	left: 5%;
}
	.section-gallery-2-text-inner h3 span {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: dotted 3px;
	margin-bottom: 5px;
}
}

@media (max-width:750px) {
	.photo_pc {
		display: none;
	}
	.photo_sp {
		display: block;
	}
	.br-pc {
		display: none;
	}
	.br-mobile {
		display: block;
	}
.section-gallery h1 {
	width: 90%;
	margin: 0 auto 40px;
	height: 3rem;
}

.section-gallery-1-photo {
	width: 90%;
	padding-right: 0;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 2fr 1fr;
	gap : 5px;
	grid-template-areas: 
		"gallery_1-1 gallery_1-1"
		"gallery_1-1 gallery_1-1"
		"gallery_1-2 gallery_1-3"
		"gallery_1-4 gallery_1-5";
}

.section-gallery-1-text {
	padding-top: 30px;
	padding-bottom: 50px;
	margin-bottom: 90px;
}
.section-gallery-1-text-inner {
	width: 90%;
}
	.section-gallery-1-text-inner p {
		width: 100%;
		max-width: 400px;
	}
	.section-gallery-2 {
		width: 90%;
		margin: 0 auto 100px;
	}
	.section-gallery-2-photo-sp {
		width: 100%;
		padding-right: 0;
	}
	.section-gallery-2-photo-sp img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.section-gallery-2-text-inner h3 span {
	padding-bottom: 5px;
	border-bottom: dotted 3px;
	margin-bottom: 5px;
}
.section-gallery-2-text {
	position: static;
	margin: -100px auto 0 0;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
}
	
	.section-gallery-3 {
		width: 90%;
		margin: 0 auto;
	}
	.section-gallery-3-1-photo-sp {
	width: 100%;
	margin: 0 auto;
}
	.section-gallery-3-1-photo-sp img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.section-gallery-3-1-text {
	position: static;
	margin: -30px 0 30px auto;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 0;
	background-position: right;
	text-align: right;
}
	.section-gallery-3-1-text-inner {
		display: inline-block;
		text-align: left;
	}
	.cake {
		margin-bottom: 60px;
	}
	
	.section-gallery-3-2 {
		margin-bottom: 60px;
	}
	.section-gallery-3-2-text {
	position: static;
}

.section-gallery-3-2-photo {
	width: 100%;
	margin-bottom: 10px;
}
.gallery_3-2-1 {
	width: 80%;
	margin-bottom: 10px;
}
.gallery_3-2-2 {
	width: 60%;
	margin-left: auto;
	margin-right: 0;
}
	.section-gallery-3-3-photo-sp {
		width: 100%;
		margin-bottom: 10px;
	}
	.section-gallery-3-3-photo-sp img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section-gallery-3-3 {
	margin-bottom: 100px;
}
.section-gallery-3-3-text {
	position: static;
	margin-right: 50px;
}
	
	.section-gallery-4 {
	margin-bottom: 90px;
}
.section-gallery-4-text {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.section-gallery-4-text-inner {
	width: 90%;
}

.section-gallery-4-1-ul1-photo {
	width: 90%;
	display: block;
	margin-bottom: 60px;
}
.gallery_4-1-1 {
	width: 80%;
	margin-bottom: 10px;
}
.gallery_4-1-2 {
	width: 80%;
	margin-left: auto;
	margin-right: 0;
}
.section-gallery-4-1-ul2-photo {
	width: 90%;
	margin-bottom: 10px;
	justify-content: space-between;
}
.gallery_4-2-1 {
	width: 48%;
	margin-right: auto;
}
.gallery_4-2-2 {
	width: 48%;
}
.section-gallery-4-1-ul2-photo div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
	
	.section-gallery-5 {
		width: 90%;
		margin: 0 auto;
	}
	
.section-gallery-5-text {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	background-position: 0 center;
}
.section-gallery-5-text-inner {
	margin-left: 0;
}
.gallery-5-1-photo {
	width: 100%;
	margin: 0 auto 60px;
}
.gallery-5-1-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
	
.section-gallery_5-2 {
	display: block;
	width: 100%;
	margin: 0 auto 60px;
}
.gallery_5-2-photo {
	width: 80%;
	margin-bottom: 10px;
}
.section-gallery_5-2-text {
	margin: 0 0;
	width: 100%;
}

.section-gallery_5-3-1 {
	display: block;
	width: 100%;
	margin: 0 auto 5px;
}
.section-gallery_5-3-1-text {
	margin-right: auto;
	width: 75%;
	margin-bottom: 20px;
}
.gallery_5-3-1-photo {
	width: 70%;
	margin-left: auto;
}
.section-gallery_5-3-2 {
	width: 100%;
	margin-bottom: 0px;
}
.section-gallery_5-3-2-inner {
	margin-right: 0%;
	width: 37%;
}
	
.section-gallery_5-4-photo {
	display: block;
	width: 100%;
	margin: -20% auto 60px;
}
.gallery_5-4-1 {
	width: 60%;
	margin-right: 30px;
}
.gallery_5-4-1-photo {
	width: 100%;
	margin-bottom: 5px;
}
.gallery_5-4-2 {
	width: 50%;
	margin-bottom: 10px;
}
	
.section-gallery_5-5-1 {
	display: block;
	width: 100%;
	margin: 0 auto 60px;
}
.gallery_5-5-1-photo {
	width: 70%;
}
.section-gallery_5-5-1-text {
	width: 100%;
	margin: 0 auto 0 0;
}

.section-gallery_5-6-1 {
	width: 100%;
	display: flex;
	flex-flow: row-reverse;
	-webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 60px;
}
.gallery_5-6-1-photo {
	width: 40%;
	margin-bottom: 0;
}
.section-gallery_5-6-1 img {
	width: 100%;
	height: auto;
}

.section-gallery_5-7-1 {
	width: 100%;
	display: block;
	margin: 0 auto 100px;
}
.gallery_5-7-1-photo {
	width: 90%;
	margin-bottom: 10px;
}
.section-gallery_5-7-1-text {
	width: 100%;
}

.gallery_5-7 {
	width: 80%;
	margin: 0 auto 150px;
}
.gallery_5-7 img {
	width: 100%;
}
	
.section-gallery-6 {
	width: 90%;
	margin: 0 auto 100px;
}
.section-gallery-6-text {
	position: static;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 5%;
	background-position: left;
}
	.gallery-6-ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.gallery-6-ul-photo {
		width: 40%;
		margin-top: 20px;
	}
	.gallery-6-ul-photo img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.gallery_6-photo {
	width: 100%;
	margin: 0 auto 100px;
}

.gallery_6-inner {
	margin: 0 auto;
}
.section-gallery_6-2 {
	width: 100%;
	display: block;
	margin: 0 auto 60px;
}
.gallery_6-2-photo {
	width: 70%;
	margin-bottom: 10px;
}

.section-gallery_6-2-text {
	width: 90%;
}
.gallery_6-2-1-text {
	margin-left: auto;
	margin-right: 0;
	}
.gallery_6-2-2-photo {
	margin-left: auto;
	margin-right: 0;
	}
.gallery_6-2-wrapper {
	margin-bottom: 100px;
}

.gallery_6-3 {
	width: 100%;
	margin: 0 auto 100px;
}
.gallery_6-3-photo {
	margin-bottom: 10px;
}

.section-gallery-6-4 {
	margin-bottom: 100px;
}
.section-gallery-6-4-text {
	position: static;
	width: 70%;
	margin-left: auto;
	margin-right: 0;
}

.section-gallery-6-4-photo {
	width: 70%;
	margin: 0 auto 10px 0;
}
	.gallery_6-4-1 {
		margin-bottom: 10px;
	}	
.gallery_6-4-2 {
	width: 70%;
}

.section-gallery-6-5 {
	width: 100%;
}
.section-gallery-6-5-photo {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.gallery_6-5-1 {
	width: 60%;
	margin-bottom: 10px;
}
.gallery_6-5-2 {
	width: 100%;
}

.section-gallery-7 {
		width: 90%;
		margin: 0 auto;
	}
.section-gallery-7-text {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 2%;
	padding-right: 5%;
	top: auto;
	bottom: 0;
	left: 0;
}
.gallery_7-1 {
	width: 100%;
	margin: 0 auto 60px;
}

.gallery_7-2 {
	width: 100%;
	margin: 0 auto 10px;
}
.gallery_7-2-2-photo {
	margin-bottom: 0;
}
	.gallery_7-2-2-text_sp {
		margin-bottom: 100px;
	}

.gallery_7-3 {
	width: 100%;
	margin: 0 auto 100px;
}
	.gallery_7-3-photo {
		margin-bottom: 10px;
	}

.gallery_7-4 {
	width: 100%;
	margin: 0 auto 100px;
}
.gallery_7-4-1 {
	width: 70%;
	margin-bottom: 10px;
}
.gallery_7-4-2 {
	display: block;
}
.gallery_7-4-2-photo {
	width: 100%;
	margin-bottom: 10px;
}
	.gallery_7-4-2-text {
	width: 100%;
}

.section-gallery-8 {
	width: 90%;
	margin: 0 auto 100px;
}
.section-gallery-8-text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	margin-bottom: 20px;
}
	
.section-gallery-9 {
	width: 90%;
	margin: 0 auto;
}
.section-gallery-9-text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	margin-bottom: 10px;
}
.section-gallery-9-photo {
	width: 100%;
	display: block;
}
.gallery_9-1 {
	width: 100%;
}
.gallery_9-2 {
	width: 35%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: 0;
}


	
}










