@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 379px) {
	html {
		font-size: calc(1000vw / 380);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed {
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.mon {
	font-family: "Montserrat", sans-serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	padding: 1rem 5rem 1.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#gHeader .hBox h1 {
	width: 35rem;
}
#gHeader .menuBox {
	width: calc(100% - 37rem);
}
#gHeader .sns-area {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}
#gHeader .sns-area li a img {
	width: 1.8rem;
    display: inline-block;
    margin-right: .4rem;
    vertical-align: -.4rem;
}
#gHeader .sns-area li a {
	width: 14rem;
	font-size: 1.4rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: .4rem;
    padding: .4rem;
	transition: .5s;
}
#gHeader .sns-area li a:hover {
	opacity: .7;
}
#gHeader .sns-area li a {
	background-color: #DE3680;
}
/*#gHeader .sns-area li:first-of-type a {
	background-color: #42B43D;
}*/

#gHeader #gNavi {
	margin: 1rem -0.7rem 0 0;
	text-align: right;
}
#gHeader #gNavi li {
	margin-left: 3.4rem;
	display: inline-block;
}
#gHeader #gNavi li a {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gHeader #gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1440px) {
	#gHeader #gNavi li {
		margin-left: 1.5rem;
	}
	#gHeader #gNavi li a {
		letter-spacing: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.5rem;
		display: block;
	}
	#gHeader .hBox h1 {
		width: 22rem;
	}
	#gHeader .menuBox {
		padding-bottom: 12rem;
		width: 28rem;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		background: #FFF;
		overflow: auto;
		z-index: 210;
		box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.10);
		transform: translateX(101%);
		transition: .3s;
		visibility: hidden;
		display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
	}
	#gHeader .menuBox.open {
		transform: translateX(0);
		visibility: visible;
	}
	#gHeader .menu {
		position: fixed;
		top: 1rem;
		right: 1rem;
		height: 5rem;
		width: 5rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background: #A38557;
		border-radius: 50%;
		z-index: 9999;
	}	
	#gHeader .menu span {
		background: #FFF;
		border: none;
		height: 0.2rem;
		width: 2rem;
		position: absolute;
		top: 1.8rem;
		left: 1.5rem;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 2.9rem;
	}
	#gHeader .menu.on span {
		width: 3rem;
		left: 1rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.5rem) translateX(0) rotate(35deg);
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.5rem) translateX(0) rotate(-35deg);
	}
	#gHeader .sns-area {
		flex-direction: column;
		margin: 2rem 3rem 0;
	}
	#gHeader .sns-area li a {
		width: 100%;
		padding: 1rem;
	}
	#gHeader #gNavi {
		margin: 8rem 3rem 0;
		text-align: left;
	}
	#gHeader #gNavi li {
		margin-left: 0;
		display: block;
	}
	#gHeader #gNavi li a {
		padding: 1.8rem 0;
		display: block;
		font-size: 1.4rem;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}
	#gHeader #gNavi li:last-child a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	#gHeader #gNavi li a .en {
		margin-bottom: 0.2rem;
		display: block;
		color: #A38557;
		font-size: 1rem;
		font-family: "Montserrat", sans-serif;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .other {
	padding: 8rem 0 8rem;
	background: #E3DACD;
}
#gFooter .other .inner {
	align-items: center;
}
#gFooter .other .inner .headLine01 {
	padding-bottom: 1.1rem;
	width: 27rem;
	text-align: left;
}
#gFooter .other .inner .linkList {
	width: calc(100% - 31rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3rem 0;
}
#gFooter .other .inner .linkList li {
	width: calc((100% - 3rem) / 2);
}
#gFooter .other .inner .linkList li a {
	padding: 2.2rem 2.5rem 2rem;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #FFF url(../image/icon02.png) no-repeat right 1.1rem bottom 1.1rem / 1.6rem;
	border-radius: 1rem;
	box-sizing: border-box;
	transition: .5s;
}
#gFooter .other .inner .linkList li a:hover {
	background: #FFF url(../image/icon02.png) no-repeat right 0.3rem bottom 1.1rem / 1.6rem;
}
#gFooter .other .inner .linkList li .photo {
	margin-top: -0.2rem;
	width: 5rem;
}
#gFooter .other .inner .linkList li .textBox {
	width: calc(100% - 6.5rem);
}
#gFooter .other .inner .linkList li .textBox .text {
	margin-bottom: 0.2rem;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
#gFooter .other .inner .linkList li .textBox .title {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
#gFooter .fBox {
	padding: 8rem 0 3.8rem;
	background: #675C4B;
}
#gFooter .fBox .fLogo {
	margin: 0 auto 5.1rem;
	width: 40rem;
}
#gFooter .fBox .fNavi {
	margin-bottom: 10.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fBox .fNavi li {
	width: 22rem;
}
#gFooter .fBox .fNavi li a {
	padding: 0.8rem 0.5rem;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
}
#gFooter .fBox .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fNavi li a::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.4);
	content: '';
}
#gFooter .fBox .fNavi li:last-child a::after {
	position: absolute;
	top: 0;
	right: -0.1rem;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.4);
	content: '';
}
#gFooter .fBox .fNavi li a .sub {
	padding-right: 2rem;
	display: inline-block;
	background: url(../image/icon10.png) no-repeat right center / 1.3rem;
}
#gFooter .fBox address {
	color: #FFF;
	font-size: 1.5rem;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gFooter .other {
		padding: 5.3rem 0 8rem;
	}
	#gFooter .other .inner {
		display: block;
	}
	#gFooter .other .inner .headLine01 {
		margin-bottom: 2.8rem;
		padding-bottom: 0;
		width: auto;
		text-align: center;
	}
	#gFooter .other .inner .linkList {
		width: auto;
		display: block;
	}
	#gFooter .other .inner .linkList li {
		margin-bottom: 1rem;
		width: auto;
	}
	#gFooter .other .inner .linkList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .other .inner .linkList li a {
		padding: 1.5rem;
		background: #FFF url(../image/icon02.png) no-repeat right 0.9rem bottom 0.9rem / 1.2rem;
		border-radius: 0.6rem;
	}
	#gFooter .other .inner .linkList li .photo {
		margin-top: 0;
	}
	#gFooter .other .inner .linkList li .textBox {
		width: calc(100% - 6rem);
	}
	#gFooter .other .inner .linkList li .textBox .text {
		margin-bottom: 0.2rem;
		font-size: 1.2rem;
	}
	#gFooter .other .inner .linkList li .textBox .title {
		font-size: 1.5rem;
	}
	#gFooter .fBox {
		padding: 6rem 0 3rem;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 5.9rem;
		width: 28rem;
	}
	#gFooter .fBox .fNavi {
		margin-bottom: 5rem;
		display: block;
	}
	#gFooter .fBox .fNavi li {
		margin: 0 auto;
		width: 26rem;
	}
	#gFooter .fBox .fNavi li a {
		padding: 1.5rem 0.5rem 1.3rem;
		font-size: 1.3rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	#gFooter .fBox .fNavi li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}
	#gFooter .fBox .fNavi li a::before {
		display: none;
	}
	#gFooter .fBox .fNavi li:last-child a::after {
		display: none;
	}
#gFooter .fBox .fNavi li a .sub {
	padding-right: 1.8rem;
	display: inline-block;
	background: url(../image/icon10.png) no-repeat right center / 1.3rem;
}
	#gFooter .fBox address {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
.headLine01 span {
	display: inline-block;
}
.headLine01 .en {
	margin-bottom: 0rem;
	display: block;
	font-size: 5.6rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 1.3rem;
	}
	.headLine01 .en {
		margin-bottom: 0.1rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 30rem;
	background: #FFF;
	border-radius: 10rem;
}
.comBtn a {
	min-height: 6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	background: #A38557;
	border-radius: 10rem;
}
.comBtn a .sub {
	padding-right: 2.5rem;
	display: inline-block;
	background: url(../image/icon03.png) no-repeat right center / 1.6rem;
	transition: .5s;
}
.comBtn a:hover .sub {
	padding-right: 3.5rem;
}
.comBtn.style01 a {
	background: #000;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 24rem;
	}
	.comBtn a {
		min-height: 4.5rem;
		font-size: 1.4rem;
	}
	.comBtn a .sub {
		padding-right: 2.1rem;
		display: inline-block;
		background: url(../image/icon03.png) no-repeat right center / 1.2rem;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comSwiper {
	margin: 0 auto;
	max-width: 120rem;
	position: relative;
}
.swiper-scrollbar {
	position: static !important;
	width: 64rem !important;
	background: rgba(163, 133, 87, 0.3) !important;
	border-radius: 0 !important;
}
.swiper-scrollbar-drag {
	border-radius: 0;
	background: #675C4B;
}
.swiper-button-next,
.swiper-button-prev {
	position: static !important;
	width: 6rem;
	height: 6rem;
	cursor: pointer;
	background: url(../image/arrow_prev.png) no-repeat left top / 100%;
}
@media all and (min-width: 897px) {
	.swiper-button-next:hover,
	.swiper-button-prev:hover {
		opacity: 0.7;
	}
}
.swiper-button-next {
	margin-left: 1rem;
	background-image: url(../image/arrow_next.png);
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-active {
	opacity: 1 !important;
}
.comPhotoList > li {
	margin-right: 3rem;
	width: 38rem !important;
	opacity: 0.4;
}
.comPhotoList li a {
	height: 100%;
	padding-bottom: 3rem;
	display: block;
	border-radius: 1rem;
	background: #FFF;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.comPhotoList li a:hover {
	opacity: 0.7;
}
.comPhotoList li .subBox .photo {
	aspect-ratio: 76 / 50;
}
.comPhotoList li .subBox .photo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}
.comPhotoList li .textBox {
	padding: 1.2rem 2.5rem 0;
}
.comPhotoList li .textBox .tagList {
	margin-bottom: 1rem;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.comPhotoList li .textBox .tagList li {
	padding: 0.1rem 0.8rem 0.1rem 0.9rem;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.2;
	border-radius: 0.2rem;
	color: #A38557;
	border: 1px solid #A38557;
	background: #FFF;
}
.comPhotoList li .textBox .tagList02 {
	margin-bottom: 0;
}
.comPhotoList li .textBox .tagList02 li {
	border-color: #B83A3A;
	background-color: #B83A3A;
	color: #fff;
}
.comPhotoList li .textBox .tagList li.style01 {
	color: #FFF;
	background: #A38557;
}
.comPhotoList li .textBox .photo {
	aspect-ratio: 380 / 253;
}
.comPhotoList li .textBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comPhotoList li .textBox .title {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#results-container.comPhotoList li .textUl {
	padding: 0 2.5rem;
}
.comPhotoList li .textUl > li {
	padding: 1.1rem 0 0.8rem;
	display: flex;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.comPhotoList li .textUl > li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comPhotoList li .textUl > li .subUl {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 2rem;
}
.comPhotoList li .textUl > li .subUl li {
	display: flex;
}
.comPhotoList li .textUl > li .innerTitle {
	margin-right: 0.5rem;
	color: #A38557;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.comPhotoList li .textUl > li .text {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	flex: 1;
	line-height: 1.4;
}
@media all and (max-width: 896px) {
	.comSwiper {
		max-width: inherit;
	}
.swiper-scrollbar {
	position: static !important;
	width: calc(100% - 10rem) !important;
	background: rgba(163, 133, 87, 0.3) !important;
}
	.swiper-button-next,
	.swiper-button-prev {
		width: 4rem;
		height: 4rem;
		background-image: url(../image/arrow_prev_sp.png);
	}
	.swiper-button-next {
		margin-left: 0.5rem;
		background-image: url(../image/arrow_next_sp.png);
	}
	.comPhotoList > li {
		margin: 0 1rem;
		width: 55.2vw !important;
		opacity: 1;
	}
	.comPhotoList li a {
		height: 100%;
		padding-bottom: 1.5rem;
		display: block;
		border-radius: 0.6rem;
		box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
	}
	.comPhotoList li .textBox {
		padding: 0.6rem 1.5rem;
	}
	.comPhotoList li .textBox .tagList {
		margin-bottom: 0.6rem;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 0.3rem;
	}
	.comPhotoList li .textBox .tagList li {
		padding: 0.1rem 0.5rem 0.1rem 0.5rem;
		font-size: 1rem;
		white-space: nowrap;
	}
	.comPhotoList li .textBox .photo {
		aspect-ratio: 21 / 14;
	}
	.comPhotoList li .textBox .title {
		margin-bottom: 1.4rem;
		font-size: 1.3rem;
	}
	.comPhotoList li .textBox .textUl > li {
		padding: 0.4rem 0.5rem 0.5rem;
	}
	.comPhotoList li .textBox .textUl > li .subUl {
		display: block;
		width: 100%;
	}
	.comPhotoList li .textBox .textUl > li .subUl li {
		margin-bottom: 0.4rem;
		padding-bottom: 0.3rem;
		display: flex;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.comPhotoList li .textBox .textUl > li .subUl li:last-child {
		margin-bottom: -0.4rem;
		border-bottom: none;
	}
	.comPhotoList li .textBox .textUl > li .innerTitle {
		margin-right: 0.5rem;
		font-size: 1.1rem;
	}
	.comPhotoList li .textBox .textUl > li .text {
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	comSearchList
------------------------------------------------------------*/
.comSearchList {
	margin-bottom: 4rem;
}
.comSearchList > li {
	margin-bottom: 1.5rem;
	padding: 1.5rem 2.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 1rem;
	background: #FFF;
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.10);
}
.comSearchList > li:last-child {
	margin-bottom: 0;
}
.comSearchList li .title {
	padding: 1.9rem 2.4rem 1.8rem 0;
	min-width: 11.6rem;
	position: relative;
	color: #A38557;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.comSearchList li .title::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.3rem;
	background: #A38557;
	content: '';
}
.comSearchList li .chooseUl {
	padding-bottom: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	width: calc(100% - 15.6rem);
}
.comSearchList li .chooseUl li  input[type="checkbox"] {
	display: none;
}
.comSearchList li .chooseUl li  input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.4rem 3.2rem;
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
    cursor: pointer;
	background: url(../image/icon04.png) no-repeat left center / 2.6rem;
}
.comSearchList li .chooseUl li  input[type="checkbox"]:checked ~ span {
	background-image: url(../image/icon04_on.png);
}
@media all and (max-width: 896px) {
	.comSearchList {
		margin-bottom: 2rem;
	}
	.comSearchList > li {
		margin-bottom: 1rem;
		padding: 1.5rem 1.5rem 1.2rem 0;
		border-radius: 0.6rem;
		position: relative;
	}
	.comSearchList > li::before {
		position: absolute;
		top: 1rem;
		left: 8rem;
		width: 0.2rem;
		bottom: 1rem;
		background-color: #A38557;
		content: '';
	}
	.comSearchList li .title {
		padding: 1.9rem 0.2rem 2rem 0;
		min-width: 8.3rem;
		font-size: 1.4rem;
	}
	.comSearchList li .title::before {
		display: none;
	}
	.comSearchList li .chooseUl {
		gap: 0 1.6rem;
		width: calc(100% - 9.5rem);
	}
	.comSearchList li .chooseUl li  input[type="checkbox"] ~ span {
		padding: 0.5rem 0 0.4rem 2rem;
		font-size: 1.2rem;
		background: url(../image/icon04.png) no-repeat left center / 1.6rem;
	}
}
/*------------------------------------------------------------
	comPageBox
------------------------------------------------------------*/
.comPageBox {
	margin: 0 auto;
	max-width: 46rem;
	position: relative;
}
.comPageBox .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.comPageBox .arrow .prev,
.comPageBox .arrow .next {
	width: 6rem;
	cursor: pointer;
	transition: 0.3s;
}
.comPageBox .pageUl {
	margin: 0 auto;
	padding: .5rem 0 0;
	max-width: 34rem;
	gap: 0.6rem;
	position: relative;
	z-index: 5;
	flex-wrap: nowrap;
    justify-content: center;
}
/*.comPageBox .pageUl::before {
	position: absolute;
	top: 0;
	left: -3.7rem;
	right: -3.7rem;
	bottom: 0;
	background: url(../../shared/image/icon09.png) no-repeat left top calc(50% + 0.2rem) / 3.1rem,url(../../shared/image/icon09.png) no-repeat right top calc(50% + 0.2rem) / 3.1rem;
	content: '';
	z-index: -1;
}*/
.comPageBox .pageUl li {
	/*width: calc((100% - 2.4rem) / 5);*/
	width: 5rem;
	height: 5rem;
}
.comPageBox .pageUl li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	aspect-ratio:  1 / 1;
	border: 1px solid #A38557;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #A38557;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.comPageBox .pageUl li.on a {
	color: #FFF;
	background-color: #A38557;
}

.comPageBox .pageUl li:has(.dot) {
	width: 1rem;
}

.comPageBox .pageUl li span.dot {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #A38557;
    height: 100%;
}
@media all and (min-width: 897px) {
	.comPageBox .arrow .prev:hover,
	.comPageBox .arrow .next:hover {
		opacity: 0.7;
	}
	.comPageBox .pageUl li a:hover {
		color: #FFF;
		background-color: #A38557;
	}
}
@media all and (max-width: 896px) {
	/*.comPageBox {
		max-width: 31rem;
	}*/
	.comPageBox .arrow .prev,
	.comPageBox .arrow .next {
		width: 4rem;
	}
	.comPageBox .pageUl {
		margin: 0 auto;
		padding: 0;
		max-width: 25rem;
		gap: 0.5rem;
		flex-wrap: nowrap;
	}
	.comPageBox .pageUl::before {
		display: none;
	}
	.comPageBox .pageUl li {
		/*width: calc((100% - 2rem) / 5);*/
		width: 4rem;
		height: 4rem;
	}
	.comPageBox .pageUl li a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	mfp-fade
------------------------------------------------------------*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0 !important;
}

.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(20px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(20px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}
.delay04 {
	transition-delay: 1.2s;
}
.delay05 {
	transition-delay: 1.5s;
}
.delay06 {
	transition-delay: 1.8s;
}
.delay07 {
	transition-delay: 2.1s;
}
.delay08 {
	transition-delay: 2.4s;
}
.delay09 {
	transition-delay: 2.7s;
}
.delay10 {
	transition-delay: 3s;
}
.delay11 {
	transition-delay: 3.3s;
}
.delay12 {
	transition-delay: 3.6s;
}
.delay13 {
	transition-delay: 3.9s;
}
.delay14 {
	transition-delay: 4.2s;
}
.delay15 {
	transition-delay: 4.5s;
}