@charset "utf-8";
body, table, input, textarea, select, option {
	font-family: "EB Garamond", serif;
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader .hBox {
	align-items: center;
}
#gHeader .hBox .logo {
	margin-top: 0.7rem;
}
#gHeader .hBox .rBox {
	align-items: center;
	justify-content: end;
}
#gHeader .hBox .rBox .link {
	width: 14.2rem;
}
#gHeader .hBox .rBox .link a {
	padding-top: 1.1rem;
	min-height: 8.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#gHeader .hBox .rBox .menuBox {
	margin-right: 2.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader .hBox .rBox .menuBox .jp {
	padding-left: 2.4rem;
	position: relative;
}
#gHeader .hBox .rBox .menuBox .jp::before {
	position: absolute;
	top: -0.6rem;
	left: 0;
	bottom: -0.7rem;
	width: 0.1rem;
	background-color: rgba(255, 255, 255, 0.4);
	content: '';
}
.spec #gHeader .hBox .rBox .menuBox .jp::before {
	background-color: rgba(0, 0, 0, 0.4);
}
#gHeader.on .hBox .rBox .menuBox .jp::before {
	background-color: rgba(0, 0, 0, 0.4);
}
#gHeader .hBox .rBox .menuBox .jp a {
	display: block;
	padding-left: 2.7rem;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.04em;
	background: url(img/common/icon01_white.png) no-repeat left center / 2rem;
}
#gHeader .hBox .rBox .menuBox .jp a:hover {
	opacity: 0.7;
}
#gHeader.on .hBox .rBox .menuBox .jp a,
.spec #gHeader .hBox .rBox .menuBox .jp a {
	color: #222;
	background-image: url(img/common/icon01.png);
}
@media all and (max-width: 896px) {
	#gHeader .hBox .logo {
		margin-top: 1rem;
	}
	#gHeader .hBox .rBox .link {
		width: 6.5rem;
	}
	#gHeader .hBox .rBox .link a {
		min-height: 6.5rem;
		font-weight: 500;
		letter-spacing: 0.04em;
		text-align: center;
		line-height: 1.2;
	}
	#gHeader .menu span.txt {
		top: 4rem;
		left: 1.4rem !important;
		font-family: "EB Garamond", serif;
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	#gHeader .hBox .rBox .menuBox {
		margin-right: 2.4rem;
		display: none;
	}
	#gHeader .menuBox .comContactBox {
		margin-bottom: 4.8rem;
	}
	#gHeader .menuBox .jp {
		margin: 0 2rem;
		padding: 0 !important;
	}
	#gHeader .menuBox .jp::before {
		display: none;
	}
	#gHeader .menuBox .jp a {
		padding: 1.3rem 2.5rem 1.4rem 1rem;
		display: block;
		color: #FFF;
		font-size: 1.6rem;
		text-align: center;
		letter-spacing: 0.05em;
		background: rgba(255, 255, 255, 0.15) !important;
	}
	#gHeader .menuBox .jp a .sub {
		padding: 0.2rem 0 0 2.5rem;
		color: #FFF;
		display: inline-block;
		background: url(img/common/icon06.png) no-repeat left center / 1.5rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0.1rem 2.4rem 0 0;
}
#gNavi li a {
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
}
@media all and (max-width: 896px) {
	#gNavi {
		margin: 0;
		padding-bottom: 4.8rem;
	}
	#gNavi li:first-child {
		width: 100%;
	}
	#gNavi li a {
		padding: 2.2rem 0 0.9rem;
		font-size: 1.8rem;
		font-family: "EB Garamond", serif;
		font-weight: 500;
		letter-spacing: 0;
	}
}
@media all and (min-width: 1025px) {
	#gHeader .hBox .rBox .menuBox {
		display: flex !important;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#gHeader .hBox .logo {
		margin-top: 11px !important;
	}
	#gHeader .menu {
		width: 85px !important;
		height: 85px !important;
	}
	#gHeader .menu span.txt {
		top: 52px !important;
		left: 23px !important;
		font-family: "EB Garamond", serif !important;
	}
	#gHeader .hBox .rBox .menuBox {
		display: none;
	}
	#gHeader .hBox .rBox .link {
		right: 85px;
		width: 85px !important;
	}
	#gHeader .hBox .rBox .link a {
		min-height: 85px !important;
		text-align: center !important;
	}
	#gHeader .menuBox .comContactBox {
		justify-content: center;
	}
	#gHeader .menuBox .jp {
        margin: 0 auto;
		padding: 0 !important;
        max-width: 750px;
        display: block !important;
    }
	#gHeader .menuBox .jp::before {
		display: none;
	}
	#gHeader .menuBox .jp a {
        padding: 14px 10px 14px 12px;
        display: block;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.09em;
        background: rgba(255, 255, 255, 0.15) !important;
    }
	#gHeader .menuBox .jp a .sub {
        padding-left: 25px;
		color: #FFF;
        display: inline-block;
        background: url(img/common/icon06.png) no-repeat left center / 15px;
    }
	#gNavi {
		margin: 0 auto;
		max-width: 750px;
	}
	#gNavi li {
		width: calc((100% - 33px) / 2) !important;
	}
	#index .mainVisual {
		padding-top: 85px !important;
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter .fBox {
	padding: 6.4rem 7.2rem 4.7rem;
}
#gFooter .fBox .inner {
	margin-bottom: 3.7rem;
}
#gFooter .fBox .topBox {
	padding-bottom: 2.8rem;
}
#gFooter .fBox .topBox .txtBox .title {
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0;
}
#gFooter .fBox .topBox .txtBox .text .pLink {
	top: auto;
	bottom: 0;
}
#gFooter .fBox .topBox .txtBox .text {
	margin-bottom: 0.9rem;
}
#gFooter .fBox .fNavi {
	margin-bottom: 0;
}
#gFooter .fBox .fNavi li {
	margin-right: 1.7rem;
}
#gFooter .pageTop a {
	padding-right: 0.1rem;
	font-weight: 500;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.04em;
}
#gFooter .fBox address {
	font-family: "EB Garamond", serif;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 4rem 2rem 4.6rem;
	}
	#gFooter .fBox .inner {
		margin-bottom: 3.8rem;
	}
	#gFooter .fBox .topBox {
		padding-bottom: 2.9rem;
	}
	#gFooter .fBox .topBox .fLogo {
		margin-bottom: 1.6rem;
	}
	#gFooter .fBox .topBox .txtBox .title {
		margin-bottom: 1.1rem;
		font-family: "EB Garamond", serif;
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	#gFooter .fBox .topBox .txtBox .text .pLink {
		margin: 0.4rem 0 0;
	}
	#gFooter .fBox .topBox .txtBox .text {
		margin-bottom: 1rem;
	}
	#gFooter .fBox .lBox {
		margin-bottom: 3.1rem;
	}
	#gFooter .fBox .fNavi {
		margin: -1.9rem 0 0;
		padding: 0 4rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#gFooter .fBox .fNavi li {
		margin: 1.9rem 1rem 0;
	}
	#gFooter .pageTop a {
		padding: 3.5rem 0 1.2rem;
		letter-spacing: 0.03em;
	}
	#gFooter .fBox address {
		font-family: "EB Garamond", serif;
		letter-spacing: 0.06em;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 4.7rem 2rem 4.9rem;
}
.comContactBox .txt {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.comContactBox .comBtn01 a {
	padding: 0.9rem 4rem 0.9rem 1rem;
	font-weight: 500;
	letter-spacing: 0.04rem;
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 3rem 2rem 3.2rem;
	}
	.comContactBox .comBtn01 a {
		padding: 1.3rem 4.6rem 1.2rem 1rem;
		letter-spacing: 0.04em;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle h1 {
	margin-bottom: 1.2rem;
}
.pageTitle h1 .en {
	font-family: "EB Garamond", serif;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.pageTitle .language a,
.mainVisual .language a {
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.pageTitle h1 {
		margin-bottom: 1.8rem;
	}
	.pageTitle h1 .en {
		font-weight: 400;
		letter-spacing: 0;
	}
	.pageTitle.style01 {
		min-height: 18.5rem;
	}
	.pageTitle.style01 h1 {
		margin-bottom: 1.8rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 6.9rem;
	padding: 1.5rem 0 1.2rem;
}
#pagePath ul li a {
	padding-right: 2.1rem;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 6.9rem;
		padding: 1rem 2rem 0.9rem;
	}
	#pagePath ul li a {
		padding-right: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 .en {
	margin-bottom: 0;
	font-family: "EB Garamond", serif;
	font-weight: 500;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {

}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 2.3rem;
}
.headLine04 .en {
	font-family: "EB Garamond", serif;
	font-weight: 500;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 4rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.comBtn a {
		font-family: "Shippori Mincho", serif;
	}
	.comBtn.style03 a {
		padding-top: 1.2rem;
	}
}
/*------------------------------------------------------------
	comAccessBox
------------------------------------------------------------*/
.comAccessBox {
	padding-top: 8.8rem;
}
.comAccessBox section:not(:last-child) {
	margin-bottom: 8.8rem;
}
.comAccessBox .headLine03 {
	margin-bottom: 3.2rem;
}
.comAccessBox .access .addBox {
	margin-right: -0.7rem;
}
.comAccessBox .access .addBox .add {
	margin-bottom: 0;
}
.comAccessBox .access .addBox .add a {
	margin: 0.8rem 0 0;
}
.comAccessBox .access .textBox {
	width: 40.2%;
}
.comAccessBox .access .textBox .carDl:not(:last-of-type) {
	padding-bottom: 2.3rem;
}
.comAccessBox .access .textBox .carDl > dt {
	font-weight: 500;
	letter-spacing: 0.04em;
}
.comAccessBox .access .textBox .carDl dd .txt {
	margin-top: -0.1rem;
	font-size: 1.3rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
}
.comAccessBox .access .textBox .carDl dd .linkUl {
	margin-top: 1.6rem;
	display: flex;
	flex-wrap: wrap;
}
.comAccessBox .access .textBox .carDl dd .linkUl li {
	margin-right: 0.8rem;
}
.comAccessBox .access .textBox .carDl dd .linkUl li img {
	height: 3rem;
}
.comAccessBox .access .textBox .addDl dt {
	margin-bottom: 0.3rem;
	font-size: 1.6rem !important;
}
.comAccessBox .access .textBox .addDl dd:not(:last-of-type) {
	margin-bottom: 1.7rem;
}
.comAccessBox .textBox .txtUl {
	margin: 0 0.8rem;
}
.comAccessBox .textBox .txtUl li {
	padding-left: 1.2rem;
	font-size: 1.3rem;
	line-height: 1.75;
}
.comAccessBox .textBox .txtUl li::before {
	top: 1rem;
}
.comAccessBox .textBox .addDl dt {
	font-size: 2rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.04em;
}
.comAccessBox .textBox .addDl dd {
	font-size: 1.3rem;
}
.comAccessBox .location .imgBox .textBox .addDl dt::before {
	top: 1.1rem;
}
.comAccessBox .location .imgBox .textBox .addDl dd:not(:last-of-type) {
	margin-bottom: 2.4rem;
}
@media all and (max-width: 896px) {
	.comAccessBox {
		padding-top: 6.5rem;
	}
	.comAccessBox .access .addBox {
		margin-right: 0;
	}
	.comAccessBox .access .textBox {
		width: auto;
	}
	.comAccessBox .access .textBox .whiteBox {
		padding: 2.4rem;
	}
	.comAccessBox .access .textBox .carDl > dt {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	.comAccessBox .access .textBox .carDl:not(:last-of-type) {
		padding-bottom: 2.2rem;
	}
	.comAccessBox .access .textBox .addDl dt {
		margin-bottom: 0.7rem;
		padding-left: 1.8rem;
		letter-spacing: 0.03em;
	}
	.comAccessBox .access .textBox .addDl dt::before {
		width: 1rem;
		height: 1rem;
		top: 0.4rem;
	}
	.comAccessBox .access .textBox .addDl dd {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.comAccessBox .access .textBox .addDl dd:not(:last-of-type) {
		margin-bottom: 1.9rem;
	}
	.comAccessBox .textBox .txtUl {
		margin: -0.4rem 0.8rem 0;
	}
	.comAccessBox .textBox .txtUl li {
		margin-right: -1rem;
		line-height: 1.8;
	}
	.comAccessBox .access .textBox .carDl dd .txt {
		margin: -0.5rem 0 0;
	}
	.comAccessBox .location .headLine03 {
		margin-bottom: 4rem;
	}
	.comAccessBox .location .imgBox .textBox .whiteBox {
		padding-top: 2.6rem;
	}
	.comAccessBox .textBox .addDl dt {
		margin-bottom: 0.7rem;
		line-height: 1.2 !important;
	}
	.comAccessBox .textBox .addDl dd {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.comAccessBox .location .imgBox .textBox .addDl dt {
		margin-bottom: 0.7rem;
	}
	.comAccessBox .location .imgBox .textBox .addDl dt::before {
		top: 0.7rem;
	}
	.comAccessBox .location .imgBox .textBox .addDl dd:not(:last-of-type) {
		margin-bottom: 1.5rem;
	}
	.comAccessBox .location .imgBox .photoBox img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	comBottomBox
------------------------------------------------------------*/
.comBottomBox {
	padding-bottom: 8.8rem;
}
.comBottomBox .reservationBox {
	margin-bottom: 8.8rem;
	padding: 6.2rem 2rem 6.4rem;
}
.comBottomBox .reservationBox h2 {
	margin-bottom: 3.9rem;
}
.comBottomBox .reservationBox h2 .en {
	font-size: 4.8rem;
	font-family: "EB Garamond", serif;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.comBottomBox .reservationBox .comBtn01 {
	margin: 0 auto;
}
.comBottomBox .reservationBox .comBtn01 a {
	padding: 0.9rem 4.2rem 0.9rem 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.comBottomBox .contactBox {
	padding: 5.7rem 0 5.6rem;
	background-color: #E8E6DD;
}
.comBottomBox .contactBox .headLine04 {
	margin-bottom: 3.9rem;
}
.comBottomBox .contactBox .headLine04 .en {
	font-size: 4.8rem;
	font-weight: 500;
	background: linear-gradient(90deg, #738853 0%, #385014 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}
.comBottomBox .contactBox .comBtn.style03 {
	margin: 0 auto;
	width: 24.3rem;
}
.comBottomBox .contactBox .comBtn.style03 a {
	padding: 0.9rem 4.2rem 0.9rem 1.3rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	background-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.comBottomBox {
		padding-bottom: 7.2rem;
	}
	.comBottomBox .reservationBox {
		margin-bottom: 7.2rem;
		padding-top: 6.3rem;
	}
	.comBottomBox .reservationBox h2 {
		margin-bottom: 3.7rem;
	}
	.comBottomBox .reservationBox h2 .en {
		font-size: 3.6rem;
	}
	.comBottomBox .reservationBox .comBtn01 a {
		letter-spacing: 0.04em;
	}
	.comBottomBox .contactBox .headLine04 .en {
		font-size: 3.6rem;
	}
	.comBottomBox .contactBox .comBtn.style03 a {
		padding: 1rem 4.2rem 0.9rem 1.3rem;
		font-size: 1.8rem;
		font-family: "EB Garamond", serif;
		letter-spacing: 0.04em;
	}
}
/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
#concept .sec01 {
	margin-bottom: 12.1rem;
	padding-bottom: 12.7rem;
	min-height: 100vh;
}
#concept .sec01 h2 {
	margin-bottom: 11.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#concept .sec01 .outBox {
	margin: 0 auto;
	max-width: 90.5rem;
}
#concept .sec01 .outBox p {
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.04em;
	text-align: left;
}
#concept .secBox .headLine04 {
	margin-bottom: 6rem;
}
#concept .secBox .headLine04 .en {
	min-height: 8rem;
	font-size: 6.4rem;
	font-weight: 500;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.04em;
	text-align: center;
	background: linear-gradient(180deg, #334F09 0%, #BFC5B5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#concept .secBox .imgBox:not(:last-child) {
	margin-bottom: 6.4rem;
}
#concept .secBox .imgBox .photoBox {
	width: 49.5%;
}
#concept .secBox .imgBox .textBox {
	width: 45.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#concept .secBox .imgBox .textBox .ttl {
	margin-bottom: 2.9rem;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#concept .secBox .imgBox .textBox .txt {
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#concept .sec02 {
	margin-bottom: 12.1rem;
}
#concept .sec03 {
	margin-bottom: 0;
}
#concept .sec03 .imgBox .photoBox {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
#concept .sec03 .imgBox .textBox {
	padding-bottom: 1.2rem !important;
	width: 49.5%;
}
#concept .sec03 .imgBox .textBox .ttl {
	margin-bottom: 2rem !important;
}
#concept .sec03 .imgBox .textBox .txt {
	margin-bottom: 3.1rem !important;
	letter-spacing: 0.01em;
	font-weight: 400;
}
#concept .sec03 .imgBox .textBox .linkUl {
	display: flex;
	flex-wrap: wrap;
}
#concept .sec03 .imgBox .textBox .linkUl li {
	margin-right: 1.6rem;
	width: 14.6rem;
}
#concept .sec03 .imgBox .textBox .linkUl li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#concept .sec01 {
		margin-bottom: 8.8rem;
		padding: 12.5rem 2rem 12.2rem;
		min-height: 100vh;
	}
	#concept .sec01 h2 {
		margin-bottom: 6.5rem;
		padding-bottom: 15.9rem;
	}
	#concept .sec01 .outBox {
		margin: 0;
		max-width: inherit;
	}
	#concept .sec01 .outBox p {
		font-weight: 400;
		line-height: 1.6;
		text-align: center;
	}
	#concept .secBox .headLine04 {
		margin-bottom: 3.9rem;
	}
	#concept .secBox .headLine04 .en {
		font-size: 3.6rem;
		line-height: 1.2;
	}
	#concept .secBox .imgBox {
		display: block;
	}
	#concept .secBox .imgBox:not(:last-child) {
		margin-bottom: 4.6rem;
	}
	#concept .secBox .imgBox .photoBox {
		margin-bottom: 2.4rem;
		width: auto;
	}
	#concept .secBox .imgBox .photoBox img {
		width: 100%;
	}
	#concept .secBox .imgBox .textBox {
		padding-bottom: 0.2rem;
		width: auto;
		display: block;
	}
	#concept .secBox .imgBox .textBox .ttl {
		margin-bottom: 1.5rem;
		font-size: 2.4rem;
		letter-spacing: 0.04em;
	}
	#concept .secBox .imgBox .textBox .txt {
		font-size: 1.6rem;
	}
	#concept .sec02 {
		margin-bottom: 8.6rem;
	}
	#concept .sec03 {
		margin-bottom: 0;
	}
	#concept .sec03 .imgBox {
		overflow: inherit;
	}
	#concept .sec03 .imgBox .photoBox {
		margin: 0 0 2rem;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	}
	#concept .sec03 .imgBox .textBox {
		padding: 0 !important;
		width: auto;
	}
	#concept .sec03 .imgBox:last-of-type .textBox {
		padding-bottom: 0 !important;
	}
	#concept .sec03 .imgBox .textBox .ttl {
		margin-bottom: 1.1rem !important;
	}
	#concept .sec03 .imgBox .textBox .txt {
		margin-bottom: 1.4rem !important;
	}
	#concept .sec03 .imgBox .textBox .linkUl {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#concept .sec03 .imgBox .textBox .linkUl li {
		margin: 0 0.8rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	#index .mainVisual {
		padding: 11.1rem 0 7.3rem;
	}
	#index .mainVisual .inner .lBox .en {
		margin-bottom: 1.7rem;
		font-family: "EB Garamond", serif;
		letter-spacing: 0.04em;
	}
	#index .mainVisual .inner .lBox .en .sub {
		padding-right: 13.9rem;
	}
	#index .mainVisual .inner .lBox .en .sub::before {
		width: 12.3rem;
	}
	#index .mainVisual .inner .lBox .subBox {
		margin-top: 12.1rem;
	}
	#index .mainVisual .inner .lBox .title {
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	#index .mainVisual .inner .imgList {
		margin-bottom: -13.1rem;
		min-height: calc(100vh - 11.1rem);
	}
	#index .bgBox .fixedBg::before {
		background-image: url(en/img/index/bg01.jpg);
	}
	#index .about {
		padding: 12.3rem 0 10.1rem;
	}
	#index .about .imgBox .textBox {
		margin-top: 8.2rem;
	}
	#index .about .imgBox .textBox .title {
		margin-bottom: 2.9rem;
		font-family: "EB Garamond", serif;
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	#index .about .imgBox .textBox h1 {
		line-height: 1.6;
		letter-spacing: 0.008em;
		font-weight: 400;
	}
	#index .about .imgBox.reverse {
		margin-top: 6.4rem;
	}
	#index .about .imgBox.reverse .photoBox {
		order: 2;
		width: 49.5%;
	}
	#index .about .imgBox.reverse .textBox {
		margin-top: 5.3rem;
		width: 46.1%;
	}
	#index .about .imgBox.reverse .textBox .text {
		margin-bottom: 3.2rem;
		font-size: 2rem;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.008em;
	}
	#index .about .imgBox.reverse .textBox .comBtn {
		width: 24.3rem;
	}
	#index .about .imgBox.reverse .textBox .comBtn a {
		padding: 0.9rem 4.2rem 0.9rem 1.3rem;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.02em;
		background-size: 1.5rem;
		background-position: right 1.2rem center;
	}
	#index #concept .sec03 {
		margin-bottom: 8.8rem;
	}
	#index #concept .sec03 .photoBox {
		box-shadow: none;
	}
	#index #concept .sec03 .imgBox .textBox {
		padding: 0.2rem 5% 0 3.94% !important;
		width: 54.375% !important;
	}
	#index #concept .sec03 .imgBox.reverse .textBox {
		padding: 0.2rem 3.94% 0 5% !important;
	}
	#index #concept .sec03 .imgBox .textBox h2 {
		margin-bottom: 3.9rem;
		font-size: 3.6rem;
		font-weight: 500;
		letter-spacing: 0.04em;
		line-height: 1.4;
	}
	#index #concept .sec03 .imgBox .textBox p {
		font-size: 2rem;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}
	#index #concept .sec03 .imgBox .textBox .enTitle {
		right: 4.3rem;
	}
	#index #concept .sec03 .imgBox.reverse .textBox .enTitle {
		left: 4.3rem;
		width: 15.4rem;
	}
	#index #concept .sec03 .imgBox .textBox .enTitle.enTitle02 {
		top: -0.9rem;
	}
	#index #concept .sec03 .imgBox .textBox .enTitle span {
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	#index .sec04 {
		padding-bottom: 8.8rem;
	}
	#index .sec04 .headLine04 {
		margin-bottom: 4rem;
	}
	#index .sec04 .headLine04 .en {
		font-size: 7.2rem;
		font-weight: 500;
		text-align: center;
	}
	#index .sec04 .comPhotoList li .pho {
		margin-bottom: 1.8rem;
	}
	#index .sec04 .comPhotoList li .ttl {
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	#index .sec04 .comPhotoList li .txt {
		font-size: 1.8rem;
		font-family: "EB Garamond", serif;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}
}
#index .comAccessBox {
	padding-top: 8.8rem;
	background: linear-gradient(180deg, #E4E1D6 0%, #F6F5F1 100%);
}
#index .comAccessBox .headLine03 {
	margin-bottom: 3.2rem;
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		margin-bottom: 7.7rem;
	}
	#index .mainVisual .inner .lBox {
		margin-bottom: 2.2rem;
	}
	#index .mainVisual .inner .lBox .subBox {
		margin-top: 9.3rem;
	}
	#index .mainVisual .inner .lBox .en {
		margin-bottom: 0.7rem;
		font-family: "EB Garamond", serif;
		letter-spacing: 0.07em;
	}
	#index .mainVisual .inner .lBox .en .sub::before {
		top: 1.4rem;
		left: 15.9rem;
	}
	#index .mainVisual .inner .lBox .title {
		line-height: 1.4;
	}
	#index .mainVisual .inner .imgList {
		margin-bottom: -7.7rem;
	}
	#index .comVideoBox {
		margin-bottom: 2.7rem;
	}
	#index .about {
		padding: 6rem 0 8.8rem;
	}
	#index .about .headLine04 {
		margin-bottom: 3.9rem;
	}
	#index .about .headLine04 .en {
		text-align: left;
	}
	#index .about .imgBox .textBox .title {
		margin: -0.6rem -1rem 2.2rem 0;
		font-weight: 500;
		font-family: "EB Garamond", serif;
		letter-spacing: 0.04em;
	}
	#index .about .imgBox .textBox h1 {
		margin-bottom: 3.8rem;
		line-height: 1.65;
		letter-spacing: 0.04em;
	}
	#index .about .imgBox.reverse .photoBox {
		margin-bottom: 2.7rem;
	}
	#index .about .imgBox.reverse .textBox .text {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.65;
		letter-spacing: 0.04em;
	}
	#index #concept .sec03 {
		margin-bottom: 0;
		padding-bottom: 0.4rem;
		overflow: hidden;
	}
	#index #concept .sec03 .imgBox {
		overflow: inherit;
	}
	#index #concept .sec03 .imgBox.spec {
		padding-bottom: 5rem;
	}
	#index #concept .sec03 .imgBox .photoBox {
		margin: 0 -2.5% 0 0 !important;
	}
	#index #concept .sec03 .imgBox.reverse .photoBox {
		margin: 0 0 0 -2.5% !important;
	}
	#index #concept .sec03 .imgBox .textBox {
		padding: 4.1rem 2rem 8.5rem !important;
	}
	#index #concept .sec03 .imgBox .textBox h2 {
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	#index #concept .sec03 .imgBox .textBox p {
		line-height: 1.4;
		letter-spacing: 0.03em;
	}
	#index #concept .sec03 .imgBox .textBox .enTitle {
		right: -0.1rem !important;
		top: -2.3rem;
	}
	#index #concept .sec03 .imgBox .textBox .enTitle span {
		font-weight: 500;
		font-family: "EB Garamond", serif;
		letter-spacing: 0.04em;
	}
	#index #concept .sec03 .imgBox .textBox .enTitle.enTitle02 {
		top: -20.4rem;
		bottom: auto;
	}
	#index #concept .sec03 .imgBox .textBox .enTitle.enTitle02 span {
		height: 54rem;
	}
	#index .sec04 {
		padding-bottom: 8.7rem;
	}
	#index .comPhotoList li .ttl {
		margin-bottom: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	#index .comPhotoList li .txt {
		font-family: "EB Garamond", serif;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	#index .comPhotoList li .subUl {
		margin-top: 1.6rem;
	}
	#index .comAccessBox {
		padding-top: 8.9rem;
		background: linear-gradient(180deg, #E4E1D6 0%, #F6F5F1 100%);
	}
	#index .comAccessBox .headLine03 {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .formBox .rBox th .subTxt::after {
	width: 6.9rem;
	content: 'Required';
}
#contact .formBox .rBox th.spec {
	padding-top: 2rem;
}
#contact .formBox .rBox th .subTxt.spec::after {
	margin-left: 0.8rem;
	letter-spacing: 0.05em;
}
#contact .submit li input {
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#contact .formBox .rBox th {
		padding-top: 1.9rem !important;
	}
	#contact .formBox .rBox th,
	#contact .formBox .rBox td {
		padding-top: 0.7rem;
	}
	#contact .submit li input {
		padding-bottom: 0.3rem;
		height: 4.4rem;
		letter-spacing: 0.01em;
		background-size: 1.2rem;
	}
	#contact .confirm .formBox .rBox {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy .pageTitle {
	min-height: 28.4rem;
}
#privacy .pageTitle.style01 h1 {
	margin-bottom: 2.6rem;
}
#privacy .pageTitle.style01 h1 .en {
	font-weight: 400;
	letter-spacing: 0;
}
#privacy > .content {
	padding-bottom: 9.6rem;
}
#privacy h2 {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
}
#privacy .text,
#privacy .textUl li {
	margin-bottom: 5.8rem;
}
#privacy .textUl li {
	margin-bottom: 0.9rem !important;
}
#privacy .comBtn.style03 a {
	padding: 1.1rem 4.2rem 0.9rem 1.3rem;
	font-weight: 600;
}
@media all and (max-width: 896px) {
	#privacy .pageTitle {
		min-height: 20.5rem;
	}
	#privacy .pageTitle.style01 h1 {
		margin-bottom: 2rem;
	}
	#privacy h2 {
		margin-bottom: 1.2rem;
		font-size: 2rem;
		font-weight: 500;
		font-family: "EB Garamond", serif;
		line-height: 1.5;
	}
	#privacy .text,
	#privacy .textUl li {
		margin-bottom: 4.8rem;
	}
	#privacy .comBtn.style03 {
		margin-top: 0;
	}
	#privacy .comBtn.style03 a {
		padding: 1rem 3.8rem 0.9rem 1.3rem;
		font-size: 1.5rem;
		font-weight: 500;
		font-family: "EB Garamond", serif;
		background-size: 1.2rem;
	}
}
