@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 (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 365);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
body, table, input, textarea, select, option {
	font-family: YakuHanMP, "Noto Sans JP", 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: #1D1D1D;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1D1D1D;
}
a:hover {
	color: #1D1D1D;
}
a:active {
	color: #1D1D1D;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1D1D1D;
	font-size: max(10px,1.5rem);
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F3F1ED;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	-webkit-font-smoothing: antialiased; 
	font-feature-settings: "palt";
	overflow: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
	transition: all 0.4s;
}
#cover.reserve {
	background-color: #000;
}
.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
.dli-loading-1 {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -1.45rem 0 0 -1.45rem;
	color: #6E6A66;
	line-height: 1;
	width: 2.9rem;
	height: 2.9rem;
	border: 0.03em solid currentColor;
	border-top-color: rgba(102, 102, 102, 0.3);
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotate 1s linear infinite;
	z-index: 10001;
	transition: all 0.4s;
}
.dli-loading-1.hide {
	opacity: 0;
	visibility: hidden;
}
@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 3.7rem 4.8rem 0;
	box-sizing: border-box;
	z-index: 99;
	transition: opacity 0.5s, visibility 0.5s;
}
#gHeader.hide {
	opacity: 0;
	visibility: hidden;
}
#gHeader .language {
	position: relative;
	width: fit-content;
}
#gHeader .language p {
	padding: 0 0 0.8rem 1.3rem;
	color: #fff;
	font-size: max(10px,1.1rem);
	background: url(../img/common/icon01.png) no-repeat left top 0.7rem;
	background-size: 0.6rem auto;
	cursor: pointer;
}
#gHeader .language ul {
	position: absolute;
	left: -0.5rem;
	top: 100%;
	width: 16.9rem;
	padding-right: 0.5rem;
	font-size: max(10px,1rem);
	text-align: center;
	border: 1px solid #919191;
	background-color: #4D4643;
	border-radius: 0.7rem;
	box-sizing: border-box;
	display: none;
}
#gHeader .language li {
	display: inline-block;
	position: relative;
}
#gHeader .language li:not(:first-child)::before {
	position: absolute;
	left: -0.3rem;
	top: 1.3rem;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #fff;
	border-radius: 100%;
	content: "";
}
#gHeader .language a {
	padding: 0.6rem 1.15rem 0.7rem;
	color: #fff;
	display: inline-block;
}
#gHeader .language a[data-stt-active] {
	opacity: 0.3;
}
#gHeader .hList {
	position: absolute;
	right: 13.5rem;
	top: 3.8rem;
	display: flex;
	flex-direction: row-reverse;
	font-size: max(10px,1.2rem);
	font-weight: 500;
}
#gHeader .hList a {
	padding-left: 1.9rem;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.02em;
	background: url(../img/common/icon03.png) no-repeat left top 0.5rem;
	background-size: 1.3rem auto;
}
#gHeader .hList .hTel {
	margin-right: 2.9rem;
}
#gHeader .hList .hTel a {
	padding-left: 1.4rem;
	background: url(../img/common/icon02.png) no-repeat left top 0.6rem;
	background-size: 1rem auto;
}
#gHeader .logo {
	width: 9.9rem;
	position: absolute;
	left: 50%;
	top: 4rem;
	transform: translateX(-50%);
}
#gHeader .logo img {
	transition: .3s;
}
#gHeader .logo .off {
	display: none;
}
#gHeader.whiteShow .logo .on {
	display: block !important;
}
#gHeader.whiteShow .logo .off {
	display: none !important;
}
.menu {
	width: 5rem;
	height: 5rem;
	position: absolute;
	right: 4.9rem;
	top: 2.2rem;
	cursor: pointer;
	transition: .3s;
	overflow: hidden;
}
.menu > span {
	width: 4rem;
	height: 1px;
	position: absolute;
	top: 2.3rem;
	left: 0.5rem;
	transition: all 0.3s;
	overflow: hidden;
}
.menu .bottom {
	top: 2.9rem;
}
.menu .line02 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.menu .line01 {
	height: 100%;
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
}
.menu.on .top {
	transform: translateY(0.2rem) translateX(0) rotate(22deg);
}
.menu.on .bottom {
	transform: translateY(-0.4rem) translateX(0) rotate(-22deg);
}
.menu.active .top .line02 {
	animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.menu.active .bottom .line02 {
	animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.1s;
}
@keyframes line {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(100%);
	}
	50.001% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
#gHeader .language.background--light p {
	color: #4D4643;
	background-image: url(../img/common/icon01_on.png);
}
#gHeader .hList.background--light a {
	color: #4D4643;
	background-image: url(../img/common/icon03_on.png);
}
#gHeader .hList.background--light .hTel a {
	background-image: url(../img/common/icon02_on.png);
}
.menu.background--light .line02 {
	background: #4D4643;
}
.menu.background--light .line01 {
	background: #4D4643;
	opacity: 0.2;
}
#gHeader .logo.background--light .on {
	display: none;
}
#gHeader .logo.background--light .off {
	display: block;
}
#gHeader.white .language.background--light p,
#gHeader.whiteShow .language.background--light p {
	color: #fff;
	background-image: url(../img/common/icon01.png);
}
#gHeader.white .hList.background--light a,
#gHeader.whiteShow .hList.background--light a {
	color: #fff;
	background-image: url(../img/common/icon03.png);
}
#gHeader.white .hList.background--light .hTel a,
#gHeader.whiteShow .hList.background--light .hTel a {
	background-image: url(../img/common/icon02.png);
}
#gHeader.white .menu.background--light .line02,
#gHeader.whiteShow .menu.background--light .line02 {
	background: #fff;
}
#gHeader.white .menu.background--light .line01,
#gHeader.whiteShow .menu.background--light .line01 {
	background: #fff;
}
#gHeader.white .logo {
	display: none !important;
}
.menuBox {
	position: fixed;
	left: 1.5rem;
	right: 1.5rem;
	top: 1.4rem;
	height: calc(100% - 1.4rem);
	box-sizing: border-box;
	z-index: 98;
	overflow-y: scroll;
	background-color: rgba(75,60,54,0.93);
	border-radius: 2.5rem 2.5rem 0 0;
	display: none;
}
.menuBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F4F1ED;
	display: none;
	z-index: 5;
}
@media all and (min-width: 1000px)and (max-width: 1300px) {
	#gHeader .language ul {
		width: 17.5rem;
		min-width: 160px;
	}
}
@media all and (min-width: 1000px) {
	#gHeader .hList .hTel {
		display: none;
	}
	#gHeader .language ul {
		min-width: 160px;
	}
	#gHeader.white .menu.background--light.hover .top .line02,
	#gHeader.whiteShow .menu.background--light.hover .top .line02,
	.menu.hover .top .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	}
	#gHeader.white .menu.background--light.hover .bottom .line02,
	#gHeader.whiteShow .menu.background--light.hover .bottom .line02,
	.menu.hover .bottom .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.1s;
	}
	.pad .menu.hover .top .line02 {
		animation: none;
	}
	.pad .menu.hover .bottom .line02 {
		animation: none;
	}
	#gHeader .hList a:hover {
		opacity: 0.5;
	}
	.pad #gHeader .hList a:hover {
		opacity: 1;
	}
	#gHeader .language li:not(.on) a:hover {
		opacity: 0.5;
	}
	.pad #gHeader .language li:not(.on) a:hover {
		opacity: 1;
	}
	.menuBox .comMenuBg {
		padding: 0;
		height: 100%;
		min-height: 65rem;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.menuBox .comMenuBg .menuNaviTtl {
		margin-bottom: 3rem;
	}
	.menuBox .comMenuBg .menuSub02 {
		margin-left: 12rem;
	}
	.menuBox .comMenuBg .menuSns {
		margin: -2.4rem 4rem 7.3rem 0;
	}
	.menuBox .comMenuBg .menuBtn {
		right: -3rem;
		bottom: -0.5rem;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		padding: 2.4rem 2.5rem 0;
	}
	#gHeader .language p {
		padding-left: 1.1rem;
		font-size: 1.1rem;
	}
	#gHeader .language ul {
		font-size: 1rem;
	}
	#gHeader .hList {
		right: 2.5rem;
		top: 6rem;
		display: block;
		font-size: 1.1rem;
	}
	#gHeader .hList li {
		width: fit-content;
		margin-left: auto;
	}
	#gHeader .hList a {
		letter-spacing: 0.02em;
		background-position: left top 0.3rem;
	}
	#gHeader .hList .hTel {
		margin: 1.4rem 0 0 auto;
	}
	#gHeader .hList .hTel a {
		background-position: left top 0.4rem;
	}
	#gHeader.white .hList {
		display: none;
	}
	#gHeader .logo {
		width: 7rem;
		top: 2.5rem;
	}
	.menu {
		height: 5rem;
		right: 1.5rem;
		top: 0.7rem;
	}
	.menu > span {
		top: 2.4rem;
		width: 2.7rem;
		left: 1.1rem;
		overflow: hidden;
	}
	.menu .bottom {
		top: 2.8rem;
	}
	.menu.on .top {
		transform: translateY(-0.1rem) translateX(-0.3rem) rotate(25deg);
	}
	.menu.on .bottom {
		top: 2.9rem;
		transform: translateY(-0.6rem) translateX(-0.3rem) rotate(-25deg);
	}
	.menuBox {
		left: 0.9rem;
		right: 0.9rem;
		top: 0.8rem;
		height: calc(100% - 0.9rem);
		border-radius: 1.2rem 1.2rem 0 0;
	}
	.menuBox .comMenuBg {
		padding: 5.1rem 2.5rem;
	}
	.menuBox .comMenuBg .menuNaviTtl {
		margin-bottom: 1.1rem;
	}
	.menuBox address {
		margin: 5.6rem 0 0;
		font-size: 1.1rem;
		text-align: center;
		font-weight: 300;
	}
}
/*------------------------------------------------------------
	comMenuBg
------------------------------------------------------------*/
.comMenuBg {
	padding: 9.9rem 0 2.9rem;
	position: relative;
	color: #fff;
	overflow: hidden;
	border-radius: 2rem 2rem 0 0;
}
.comMenuBg a {
	display: block;
	color: #fff;
}
.comMenuBg .menuWid {
	width: 88rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.comMenuBg .menuSub01 {
	width: 18rem;
}
.comMenuBg .menuLink li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.comMenuBg .menuLink a {
	display: inline-block;
	font-weight: 300;
	font-size: max(10px,2.4rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuLink .target a {
	padding-right: 1.7rem;
	background: url(../img/common/icon28.png) no-repeat right center;
	background-size: 1rem auto;
}
.comMenuBg .menuList {
	margin-top: 2.6rem;
}
.comMenuBg .menuList li:not(:last-child) {
	margin-bottom: 1rem;
}
.comMenuBg .menuList a {
	display: inline-block;
	font-weight: 300;
	font-size: max(10px,1.8rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuList .target a {
	padding-right: 1.7rem;
	background: url(../img/common/icon11.png) no-repeat right center;
	background-size: 1rem auto;
}
.comMenuBg .menuNavi {
	width: 36rem;
}
.comMenuBg .menuNaviTtl {
	margin-bottom: 3rem;
	font-weight: 300;
	font-size: max(10px,2.4rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuNaviTitle {
	margin-bottom: 1.7rem;
	padding-bottom: 0.7rem;
	font-weight: 500;
	font-size: max(10px,1.4rem);
	letter-spacing: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.comMenuBg .menuNaviTxt {
	margin: 3rem -0.4rem 0;
	text-align: right;
	font-weight: 500;
	font-size: max(10px,1.3rem);
	letter-spacing: 0.03em;
}
.comMenuBg .menuNaviTxt a {
	padding: 0.5rem;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	border-radius: 0.4rem;
	border: 1px solid transparent;
}
.comMenuBg .menuNavi > ul > li {
	width: 16rem;
}
.comMenuBg .menuNavi > ul > li:last-child {
	width: 17rem;
}
.comMenuBg .menuNaviList a {
	position: relative;
	height: 3.5rem;
	padding-top: 1rem;
	display: block;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.01em;
	border-bottom: 1px solid #796D68;
	box-sizing: border-box;
}
.comMenuBg .menuNaviList a::after {
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: -1px;
	background: rgba(255, 255, 255, 0.5);
	transition: .6s cubic-bezier(.645,.045,.355,1);
	width: 0;
}
.comMenuBg .menuNaviUl li {
	position: relative;
}
.comMenuBg .menuNaviUl select {
	display: block;
	width: 100%;
	height: 3.5rem;
	padding: 0.8rem 0 0;
	display: block;
	color: #fff;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.01em;
	background: url(../img/common/icon12.png) no-repeat right 0.4rem bottom 0.9rem;
	background-size: 1rem auto;
	border: none;
	border-bottom: 1px solid #796D68;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 0;
}
.comMenuBg .menuNaviUl select option {
	background: #4B3C37;
}
.comMenuBg .menuNaviUl li::after {
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	transition: .6s cubic-bezier(.645,.045,.355,1);
	width: 0;
}
.comMenuBg .menuSub02 {
	margin: 0 -2rem 0 10rem;
    width: 20rem;
}
.comMenuBg .menuList.jp {
	margin-top: 3.3rem;
}
.comMenuBg .menuList.jp li:not(:last-child) {
	margin-bottom: 0.3rem;
}
.comMenuBg .menuList.jp a {
	font-weight: 400;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.01em;
}
.comMenuBg .menuSns {
	margin: -2.4rem 6rem 6.3rem 0;
	align-items: center;
	justify-content: flex-end;
}
.comMenuBg .menuSns li {
	margin-left: 1.2rem;
	width: 2rem;
}
.comMenuBg .menuInfo {
	position: relative;
}
.comMenuBg .menuBtn {
	position: absolute;
	right: -6.7rem;
	bottom: -12.8rem;
	width: 44.3rem;
}
.comMenuBg .menuLogoBox {
	order: -1;
}
.comMenuBg .menuLogo {
	width: 10.1rem;
}
.comMenuBg .menuText {
	margin: -1.3rem 0 0 2rem;
	font-size: max(10px,1.2rem);
	letter-spacing: 0;
	line-height: 1.75;
}
.comMenuBg .menuText a {
	margin-top: 0.3rem;
	display: block;
	width: fit-content;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.02em;
	border-bottom: 1px solid #796D68;
}
.comMenuBg .menuUlBox {
	margin: -1rem 3rem 0 0;
	width: 34.6rem;
}
.comMenuBg .menuUlBox p {
	margin-top: 0.6rem;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.02em;
}
.comMenuBg .menuUl li {
	width: 16.8rem;
}
.comMenuBg .menuUl a {
	height: 4.4rem;
	padding-left: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: max(10px,1.2rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	border: 1px solid #796D68;
	box-sizing: border-box;
	border-radius: 0.4rem;
	background: url(../img/common/icon10.png) no-repeat left 1rem center;
	background-size: 1.6rem auto;
}
.comMenuBg .menuUl li:first-child a {
	background-image: url(../img/common/icon09.png);
	background-size: 1.2rem auto;
	background-position: left 1.1rem center;
}
@media all and (min-width: 1000px) {
	.comMenuBg .menuLink a:hover,
	.comMenuBg .menuList a:hover,
	.comMenuBg .menuSns a:hover,
	.comMenuBg .menuBtn a:hover,
	.comMenuBg .menuText a:hover,
	.comMenuBg .menuNaviTtl a:hover {
		opacity: 0.5;
	}
	.pad .comMenuBg .menuLink a:hover,
	.pad .comMenuBg .menuList a:hover,
	.pad .comMenuBg .menuSns a:hover,
	.pad .comMenuBg .menuBtn a:hover,
	.pad .comMenuBg .menuText a:hover,
	.pad .comMenuBg .menuNaviTtl a:hover {
		opacity: 1;
	}
	.comMenuBg .menuNaviTxt a:hover {
		border-color: #A69D9A;
		background-color: transparent;
	}
	.pad .comMenuBg .menuNaviTxt a:hover {
		border-color: transparent;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.comMenuBg .menuNaviUl li:hover::after {
		width: 100%;
	}
	.pad .comMenuBg .menuNaviUl li:hover::after {
		width: 0;
	}
	.comMenuBg .menuNaviList a:hover::after {
		width: 100%;
	}
	.pad .comMenuBg .menuNaviList a:hover::after {
		width: 0;
	}
	.comMenuBg .menuUl a:hover {
		color: #4D4643;
		border-color: #fff;
		background-image: url(../img/common/icon10_on.png);
		background-color: #fff;
	}
	.pad .comMenuBg .menuUl a:hover {
		color: #fff;
		border-color: #4D4643;
		background-color: #4D4643;
		background-image: url(../img/common/icon10.png);
	}
	.comMenuBg .menuUl li:first-child a {
		padding-top: 0.1rem;
		font-size: max(10px,1.4rem);
		font-weight: 400;
	}
}
@media all and (max-width: 999px) {
	.comMenuBg {
		padding: 5.9rem 2.7rem 1.6rem;
		border-radius: 1.2rem 1.2rem 0 0;
	}
	.comMenuBg .menuWid {
		width: auto;
		position: relative;
	}
	.comMenuBg .menuSub {
		display: block;
	}
	.comMenuBg .menuLink {
		float: left;
		width: calc(50% - 0.5rem);
	}
	.comMenuBg .menuLink:nth-child(2) {
		float: right;
	}
	.comMenuBg .menuLink a {
		font-size: 1.6rem;
	}
	.comMenuBg .menuLink .target a {
		background-size: 0.9rem auto;
	}
	.comMenuBg .menuList {
		float: left;
		width: calc(50% - 0.5rem);
	}
	.comMenuBg .menuList:nth-child(2) {
		float: right;
	}
	.comMenuBg .menuList {
		margin-top: 0 !important;
	}
	.comMenuBg .menuList li:not(:last-child) {
		margin-bottom: 1.3rem;
	}
	.comMenuBg .menuList a {
		font-size: 1.6rem;
	}
	.comMenuBg .menuList .target a {
		background-size: 0.8rem auto;
	}
	.comMenuBg .menuNavi {
		margin-bottom: 2.1rem;
		width: auto;
	}
	.comMenuBg .menuNaviTtl {
		margin-bottom: 2.1rem;
		font-size: 1.9rem;
	}
	.comMenuBg .menuNaviTitle {
		margin-bottom: 0.2rem;
		padding-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	.comMenuBg .menuNaviTxt {
		margin: 2rem -0.4rem 0;
		font-size: 1.2rem;
		letter-spacing: 0.02em;
	}
	.comMenuBg .menuNaviTxt a {
		padding: 0.3rem;
	}
	.comMenuBg .menuNavi > ul > li {
		width: calc(50% - 1.4rem);
	}
	.comMenuBg .menuNavi > ul > li:last-child {
		width: calc(50% - 0.5rem);
	}
	.comMenuBg .menuNaviList a {
		height: 3.3rem;
		font-size: 1.3rem;
	}
	.comMenuBg .menuNaviUl select {
		height: 3.3rem;
		font-size: 1.2rem;
		background-position: right 0.5rem bottom 0.7rem;
        letter-spacing: 0;
	}
	.comMenuBg .menuList.jp li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	.comMenuBg .menuList.jp a {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.comMenuBg .menuSns {
		position: absolute;
		bottom: 21rem;
		left: 0;
		width: 100%;
		margin: 0;
		justify-content: center;
		z-index: 1;
	}
	.comMenuBg .menuSns li {
		margin: 0 1.2rem;
		width: 2.2rem;
	}
	.comMenuBg .menuInfo {
		margin-top: 2rem;
		display: block;
	}
	.comMenuBg .menuBtn {
		position: static;
		width: auto;
		margin: 4rem -2rem 11rem;
	}
	.comMenuBg .menuBtn a {
		display: block;
		width: 30.3rem;
		margin: 0 auto;
	}
	.comMenuBg .menuLogoBox {
		display: block;
	}
	.comMenuBg .menuLogo {
		width: 11.5rem;
		margin: 0 auto 3rem;
	}
	.comMenuBg .menuText {
		margin: 0;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.comMenuBg .menuText a {
		margin: 2.4rem auto 0;
		font-size: 1.3rem;
	}
	.comMenuBg .menuUlBox {
		margin: 0 0 2rem;
		width: auto;
	}
	.comMenuBg .menuUlBox p {
		display: none;
	}
	.comMenuBg .menuUl li {
		width: calc(50% - 0.8rem);
	}
	.comMenuBg .menuUl a {
		height: 4rem;
        padding-left: 1.2rem;
        font-size: 1.2rem;
        letter-spacing: 0;
        background-position: left 0.8rem center;
	}
	.comMenuBg .menuUl li:first-child a {
		padding-left: 0.3rem;
		background-position: left 1rem center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 1.5rem;
	position: relative;
	z-index: 2;
	background-color: #F4F1ED;
}
#gFooter .pageTop {
	position: absolute;
	right: 3.4rem;
	top: 0;
	width: 1.5rem;
	z-index: 2;
}
#gFooter address {
	margin: 19.3rem 3.3rem 0;
	position: relative;
	z-index: 1;
	font-size: max(10px,1.1rem);
	font-weight: 300;
}
@media all and (min-width: 1000px) {
	#gFooter .pageTop a:hover {
		opacity: 0.5;
	}
	.pad #gFooter .pageTop a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		padding: 0 0.8rem;
	}
	#gFooter .pageTop {
		top: -1.1rem;
		right: 1.8rem;
	}
	#gFooter address {
		margin: 5.6rem 0 0;
		font-size: 1.1rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.roboto {
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.serif {
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
.noto {
	font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}
.figtree {
	font-family: YakuHanMP, "Figtree", sans-serif;
}
.playfair {
	font-family: YakuHanMP, "Playfair Display", serif;
}
/*------------------------------------------------------------
	checkBg
------------------------------------------------------------*/
.mainBox > section {
	position: relative;
}
.checkBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.checkBg img {
	width: 100%;
	height: 100%;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 106.5rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 999px) {
	.content {
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	color: #4D4643;
	font-size: 6.3rem;
	font-weight: 100;
	letter-spacing: 0.02em;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
@media all and (min-width: 1000px) {
	.headLine01 {
		position: absolute;
		left: 3.2rem;
		top: 16.1rem;
		writing-mode: vertical-rl;
	}
}
@media all and (max-width: 999px) {
	.headLine01 {
		position: relative;
		margin-bottom: 2.5rem;
		font-size: 4.8rem;
		letter-spacing: 0.03em;
		text-align: center;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 7rem;
	position: relative;
	text-align: center;
	color: #222;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
.headLine02::before {
	position: absolute;
	left: 50%;
	bottom: -3.9rem;
	width: 6.3rem;
	height: 1px;
	background-color: #4D4643;
	content: "";
	transform: translateX(-50%);
}
@media all and (max-width: 999px) {
	.headLine02 {
		margin-bottom: 4.1rem;
		font-size: 2.1rem;
		letter-spacing: 0.04em;
	}
	.headLine02::before {
		bottom: -2.4rem;
		width: 4.8rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding-bottom: 0.5rem;
	margin-bottom: 3.3rem;
	font-size: max(10px,2.2rem);
	font-weight: 500;
	color: #222;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #707070;
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
@media all and (max-width: 999px) {
	.headLine03 {
		padding-bottom: 0.6rem;
		margin-bottom: 1.4rem;
		font-size: 1.55rem;
		color: #000;
		border-bottom-color: rgba(0,0,0,0.5);
        letter-spacing: 0.04em;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1.9rem;
	text-align: center;
	color: #4D4643;
	font-size: 7.6rem;
	font-weight: 100;
	letter-spacing: 0.02em;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
@media all and (max-width: 999px) {
	.headLine04 {
		margin-bottom: 1.5rem;
		font-size: 4.6rem;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 3.3rem;
	overflow: hidden;
}
.headLine05 span {
	padding-right: 1.2rem;
	position: relative;
	width: fit-content;
	display: block;
	color: #222;
	font-size: max(10px,2.2rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
.headLine05 span::before {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 1000rem;
	background-color: #D8CAB9;
	content: "";
}
@media all and (max-width: 999px) {
	.headLine05 {
		margin: 0 -2.5rem 2.3rem 0;
	}
	.headLine05 span {
		padding-right: 1.4rem;
		font-size: 1.9rem;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	position: absolute;
	right: 0.4rem;
	top: -10.5rem;
	font-size: 8rem;
	color: #4D4643;
	font-weight: 100;
	letter-spacing: 0.03em;
	z-index: 2;
	writing-mode: vertical-rl;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.headLine06 a {
	display: block;
}
@media all and (min-width: 1000px) {
	.headLine06 a:hover {
		opacity: 0.5;
	}
	.pad .headLine06 a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.headLine06 {
		right: -0.5rem;
		top: 0;
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 4.8rem;
	color: #4D4643;
	font-size: max(10px,3rem);
	font-weight: 300;
	letter-spacing: 0.04em;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
@media all and (max-width: 999px) {
	.headLine07 {
		margin: 0 0.4rem 2.2rem;
		font-size: 2.8rem;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 1.1rem;
	color: #4D4643;
	font-weight: 600;
	font-size: max(10px,2.6rem);
	letter-spacing: 0.03em;
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
@media all and (max-width: 999px) {
	.headLine08 {
		margin: 0 1rem 0.2rem;
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
.headLine09 {
	padding: 0.8rem 3.1rem 0.9rem;
	font-size: max(10px,1.7rem);
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.02em;
	background-color: #4D4643;
}
.headLine09 a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
@media all and (min-width: 1000px) {
	body:not(.pad) .headLine09 a:hover {
		border-color: rgba(255,255,255,1);
	}
}
@media all and (max-width: 999px) {
	.headLine09 {
		padding: 0.6rem 1rem 0.7rem;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	headLine10
------------------------------------------------------------*/
.headLine10 {
	margin-bottom: 7.9rem;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: max(10px,1.6rem);
	letter-spacing: 0.04em;
	font-weight: 500;
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
.headLine10::before {
	position: absolute;
	left: 50%;
	bottom: -3.6rem;
	width: 4.7rem;
	height: 1px;
	background-color: #fff;
	opacity: 0.8;
	content: "";
	transform: translateX(-50%);
}
.headLine10 .en {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 4.7rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	font-family: YakuHanMP, "Playfair Display", serif;
}
@media all and (max-width: 999px) {
	.headLine10 {
		margin-bottom: 7rem;
		font-size: 1.6rem;
		letter-spacing: 0.04em;
	}
	.headLine10::before {
		bottom: -3.3rem;
		opacity: 1;
	}
	.headLine10 .en {
		margin-bottom: 1.2rem;
		font-size: 2.4rem;
		letter-spacing: -0.01em;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 14rem;
	margin: 0 auto;
}
.comLink a {
	height: 3.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: max(10px,1.3rem);
	border-radius: 5rem;
}
.comLink a::before {
	position: absolute;
	right: 2px;
	top: 1px;
	width: calc(100% - 3px);
	height: calc(100% - 2px);
	border-radius: 5rem;
	content: '';
	border: 1px solid #C1C1C1;
	transition: border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.comLink a::after {
	position: absolute;
	right: 2px;
	top: 1px;
	width: calc(100% - 3px);
	height: calc(100% - 2px);
	border-radius: 5rem;
	content: '';
	border: 1px solid #4D4643;
	transition: clip-path .5s cubic-bezier(0.165, 0.84, 0.44, 1),opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	clip-path: polygon(100% 0, 100% 0, 0% 100%, 0% 100%);
	opacity: 0;
}
@media all and (min-width: 1000px) {
	.comLink a:hover::before {
		border-color: rgba(0,0,0,0);
	}
	.comLink a:hover::after {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.comLink {
		width: 11rem;
	}
	.comLink a {
		height: 2.8rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 18rem;
	margin: 0 auto;
}
.comBtn a {
	height: 4.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	letter-spacing: 0.04em;
	font-size: max(10px,1.3rem);
	border-radius: 5rem;
	background-color: #000;
/*	border: 1px solid #000;*/
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.comBtn.white a {
	color: #000;
	font-size: max(10px,1.4rem);
	background-color: #E9E9E9;
	border-color: #E9E9E9;
}
@media all and (min-width: 1000px) {
}
@media all and (max-width: 999px) {
	.comBtn {
		width: 12.3rem;
	}
	.comBtn a {
		height: 3.6rem;
		letter-spacing: 0;
		font-size: 1.2rem;
	}
	.comBtn.white a {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comNewsLink
------------------------------------------------------------*/
.comNewsLink {
	margin-bottom: 5rem;
	display: flex;
}
.comNewsLink p {
	flex-shrink: 0;
	color: #4D4643;
	font-size: max(10px,1.2rem);
}
.comNewsLink ul {
	margin: -0.3rem 0 0 3.2rem;
	font-size: max(10px,1.3rem);
	font-weight: 500;
}
.comNewsLink li {
	margin-right: 2.8rem;
}
.comNewsLink li:last-child {
	margin-right: 0 !important;
}
.comNewsLink a {
	position: relative;
	display: inline-block;
	color: #222;
	opacity: 0.3;
	letter-spacing: 0.06em;
}
.comNewsLink a::before {
	background-color: #4D4643;
	bottom: -0.3rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 0;
	transition: .5s;
}
.comNewsLink .on a {
	opacity: 1;
}
.comNewsLink .on a::before {
	width: 100%;
}
@media all and (min-width: 1000px) {
	.comNewsLink a:hover {
		opacity: 1;
	}
	.comNewsLink a:hover::before {
		width: 100%;
	}
	.pad .comNewsLink a:hover {
		opacity: 0.3;
	}
	.pad .comNewsLink a:hover::before {
		width: 0;
	}
}
@media all and (max-width: 999px) {
	.comNewsLink {
		margin: 0 3rem 1.7rem;
		display: block;
	}
	.comNewsLink p {
		font-size: 1.2rem;
	}
	.comNewsLink ul {
		margin: 1.2rem 0 0;
		font-size: 1.2rem;
	}
	.comNewsLink li {
		margin-right: 3.1rem;
	}
	.comNewsLink a {
		letter-spacing: 0.04em;
	}
	.comNewsLink a::before {
		bottom: -0.3rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 2rem;
}
.comNewsList li {
	width: 23.47%;
}
.comNewsList a {
	display: block;
}
.comNewsList .pho {
	margin-bottom: 1.5rem;
	height: 18.3rem;
	position: relative;
	overflow: hidden;
	border: 1px solid #E5E0DB;
}
.comNewsList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .8s;
}
.comNewsList p {
	color: #222;
	font-size: max(10px,1.3rem);
	line-height: 1.58;
	letter-spacing: 0.01em;
}
.comNewsList .time {
	margin-bottom: 0.4rem;
	display: block;
	font-size: max(10px,1.2rem);
	color: #4D4643;
}
@media all and (min-width: 1000px) {
	.comNewsList li:not(:last-child) {
		margin-right: 2.04%;
	}
	body:not(.pad) .comNewsList a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 999px) {
	.comNewsList {
		margin: 0 3rem 2rem 0;
		display: block;
	}
	.comNewsList li {
		width: auto;
		border-bottom: 1px solid #D8CAB9;
	}
	.comNewsList li:nth-child(n + 4) {
		display: none;
	}
	.comNewsList li:nth-child(3) {
		border: none;
	}
	.comNewsList a {
		padding: 2.1rem 0 2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.comNewsList .pho {
		margin-bottom: 0;
		width: 16.5rem;
		height: 12rem;
	}
	.comNewsList .textBox {
		width: calc(100% - 18.5rem);
	}
	.comNewsList p {
		font-size: 1.3rem;
        letter-spacing: 0;
	}
	.comNewsList .time {
		margin-bottom: 0.7rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	fixLink
------------------------------------------------------------*/
.fixLink {
	position: fixed;
	right: 0;
	top: 50%;
	width: 4rem;
	background-color: rgba(67,51,45,0.92);
	box-sizing: border-box;
	border-radius: 0.7rem 0 0 0.7rem;
	z-index: 99;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.fixLink.show {
	opacity: 1;
	visibility: visible;
}
.fixLink ul {
	padding: 2rem 0 0.8rem;
}
.fixLink li {
	width: 2rem;
	margin: 0 auto 1.2rem;
}
.fixLink a {
	display: block;
}
@media all and (min-width: 1000px) {
	.fixLink a:hover {
		opacity: 0.5;
	}
	.pad .fixLink a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.fixLink li {
		margin: 0 auto 1.5rem;
	}
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.pop.show {
	opacity: 1;
	visibility: visible;
}
.pop .popBg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.9;
}
.pop .popInfo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90rem;
	height: 50rem;
	transform: translate(-50%,-50%);
	background-color: #fff;
	box-sizing: border-box;
}
.pop .popSub {
	padding: 13.2rem 19rem 0 13rem;
	align-items: center;
}
.pop .popSub p {
	width: calc(100% - 24rem);
	color: #222;
	font-size: max(10px,1.4rem);
	line-height: 1.43;
	letter-spacing: 0.01em;
	font-family: "Noto Sans SC", sans-serif;
}
.pop .popSub p span {
	margin-bottom: 1.8rem;
	display: block;
	font-size: max(10px,1.8rem);
	font-weight: 700;
}
.pop .popSub .popImg {
	width: 23rem;
}
#pop01 .popInfo {
	padding-bottom: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#pop01 .popImg {
	width: 66rem;
}
.popClose {
	width: 3.8rem;
	height: 5rem;
	position: absolute;
	right: 5.6rem;
	top: 2.3rem;
	cursor: pointer;
	transition: .3s;
	overflow: hidden;
}
.popClose > span {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 2.3rem;
	left: 0;
}
.popClose .top {
	transform: translateY(0.2rem) translateX(0) rotate(22deg);
}
.popClose .bottom {
	top: 2.9rem;
	transform: translateY(-0.4rem) translateX(0) rotate(-22deg);
}
.popClose .line02 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.popClose .line01 {
	height: 100%;
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
}
@media all and (min-width: 1000px) {
	.popClose:hover .top .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	}
	.popClose:hover .bottom .line02 {
		animation: line 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.1s;
	}
	.pad .popClose:hover .top .line02 {
		animation: none;
	}
	.pad .popClose:hover .bottom .line02 {
		animation: none;
	}
}
@media all and (max-width: 999px) {
	.popClose {
		width: 2.5rem;
		right: 3.1rem;
		top: 0.5rem;
	}
	.popClose .top {
		transform: translateY(0.2rem) translateX(0) rotate(25deg);
	}
	.popClose .bottom {
		top: 2.9rem;
		transform: translateY(-0.4rem) translateX(0) rotate(-25deg);
	}
	.pop .popInfo {
		width: 31.9rem;
		height: 49.6rem;
		overflow-y: auto;
		max-height: calc(100vh - 10rem);
	}
	.pop .popSub {
		padding: 6.3rem 0 0;
		display: block;
	}
	.pop#whatsapp .popSub {
		padding-top: 5.3rem;
	}
	.pop .popSub p {
		width: 25rem;
		margin: 0 auto;
		font-size: 1.3rem;
		line-height: 1.54;
	}
	.pop .popSub p span {
		margin-bottom: 1.4rem;
		font-size: 1.7rem;
	}
	.pop .popSub .popImg {
		width: 25rem;
		margin: 3.3rem auto 0;
	}
	#pop01 .popInfo {
		padding-bottom: 0;
		display: block;
		width: calc(100% - 2rem);
		height: auto;
		left: 2rem;
		transform: translate(0,-50%);
		overflow-y: auto;
		background-color: transparent;
	}
	#pop01 .simpleBar::-webkit-scrollbar {
		display: none;
	}
	#pop01 .popImg {
		margin-bottom: 2rem;
		padding: 9rem 3rem;
		width: 72rem;
		background-color: #fff;
	}
	#pop01 .popImg img {
		margin-right: 5rem;
	}
	#pop01 .simplebar-track.simplebar-horizontal {
		right: 4rem;
		background-color: rgba(229,224,219,0.4);
		border-radius: 0.5rem;
		height: 0.5rem;
	}
	.simplebar-scrollbar.simplebar-visible::before {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(229,224,219,1);
		border-radius: 0.5rem;
		opacity: 1;
	}
	.fixLink {
		top: 75%;
	}
}
/*------------------------------------------------------------
	comArrow
------------------------------------------------------------*/
.comArrow {
	position: relative;
	z-index: 1;
	cursor: default;
	pointer-events: none;
}
.comArrow li {
	cursor: pointer;
	transition: .3s;
	cursor: pointer;
	pointer-events: auto;
}
@media all and (min-width: 1000px) {
	.comArrow {
		display: none;
	}
	.comArrow li:hover {
		opacity: 0.5;
	}
	.pad .comArrow li:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.comArrow {
		width: 24.5rem;
		margin: 0 auto 4.1rem;
	}
	.comArrow li {
		width: 1.3rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 1s;
}
.fadeInUp.visible {
	opacity: 1;
	transform: translateY(0);
}
.maskFadeH,
.maskFadeV {
	opacity: 0;
}
.maskFadeH.visible,
.maskFadeV.visible {
	opacity: 1;
}
.animation .fade {
	opacity: 0;
	transition: all 1s;
}
.animation.visible .fade {
	opacity: 1;
}
.fadeAni .fade {
	opacity: 0;
	transition: all 2s;
}
.fadeAni.visible .fade {
	opacity: 1;
}
.delay01 {
	transition-delay: 0.2s !important;
}
.delay02 {
	transition-delay: 0.4s !important;
}
.delay03 {
	transition-delay: 0.6s !important;
}
.delay04 {
	transition-delay: 0.8s !important;
}
.bgLazy {
	opacity: 0;
	transition: all 1s;
}
.bgLazy.show {
	opacity: 1;
}
.jsZoomOut.visible {
	animation: zoomOut 9s linear forwards;
}
@keyframes zoomOut {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.fadeTxt {
	overflow: hidden;
}
.fadeTxt .fadeSpan {
	display: inline-block;
	transform: translateY(-60%) rotateX(-40deg);
	opacity: 0;
}
.mainImg.active .fadeTxt .fadeSpan {
	animation: fadeUp .65s cubic-bezier(.56,.15,0,.99) forwards;
}
@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(-60%) rotateX(-40deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) rotateX(0);
	}
}

@media all and (min-width: 1000px) {
	.maskFadeHPc,
	.maskFadeVPc {
		opacity: 0;
	}
	.maskFadeHPc.visible,
	.maskFadeVPc.visible {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.maskFadeHSp,
	.maskFadeVSp {
		opacity: 0;
	}
	.maskFadeHSp.visible,
	.maskFadeVSp.visible {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	jsParallax
------------------------------------------------------------*/
.jsParallax {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.jsParallax .parallax {
	height: 120%;
	position: absolute;
	left: 0;
	top: -20%;
	width: 100%;
	will-change: transform;
}
.jsParallax .parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: inherit;
}

.popLazy {
	opacity: 0;
	transition: all 0.5s;
}
.popLazy.visible {
	opacity: 1;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 11.6rem 5rem 8.7rem;
	position: relative;
	z-index: 2;
}
#pagePath li {
	margin-right: 0.7rem;
	display: inline-block;
	font-size: max(10px,1.2rem);
}
#pagePath li:last-child {
	margin-right: 0 !important;
	opacity: 0.4;
}
#pagePath a {
	padding-right: 1rem;
	display: inline-block;
}
@media all and (min-width: 1000px) {
	#pagePath a:hover {
		opacity: 0.5;
	}
	.pad #pagePath a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	#pagePath {
		padding: 0;
		position: absolute;
		bottom: 0.9rem;
		left: 1.5rem;
	}
	#pagePath li {
		margin-right: 0.5rem;
		font-size: 1.1rem;
	}
	#pagePath a {
		padding-right: 0.7rem;
	}
}
/*------------------------------------------------------------
	comStaffList
------------------------------------------------------------*/
.comStaffList {
	margin: -1.5rem -2rem 0 0;
}
.comStaffList li {
	margin: 1.5rem 1.7rem 4rem 0;
	width: 20rem;
}
.comStaffList a {
	display: block;
}
.comStaffList .photo {
	padding-bottom: 111%;
	position: relative;
	border-radius: 10rem 10rem 0 0;
	overflow: hidden;
}
.comStaffList .photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .8s;
}
.comStaffList p {
	margin-top: 1.5rem;
	color: #4D4643;
	font-size: max(10px,1.2rem);
}
.comStaffList p span {
	margin-top: 0.5rem;
	display: block;
	color: #222;
	font-weight: 500;
	font-size: max(10px,1.8rem);
	letter-spacing: 0.02em;
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comStaffList a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 999px) {
	.comStaffList {
		margin: -3rem 0 0;
		justify-content: space-between;
	}
	.comStaffList li {
		margin: 3rem 0 0;
		width: calc(50% - 0.75rem);
	}
	.comStaffList p {
		margin-top: 1.1rem;
		font-size: 1.1rem;
	}
	.comStaffList p span {
		margin-top: 0.1rem;
		font-size: 1.5rem;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
	comCaseList
------------------------------------------------------------*/
.comCaseList {
	margin: -5.1rem 0 9.7rem;
	position: relative;
}
.comCaseList::after {
	content: "";
	width: 33rem;
}
.comCaseList li {
	margin-top: 5.1rem;
	width: 33rem;
	box-sizing: border-box;
}
.comCaseList a {
	height: 100%;
	padding: 1.4rem 1.5rem 1.8rem;
	display: block;
	background-color: #FAFAFA;
	box-sizing: border-box;
}
.comCaseList .pho {
	margin-bottom: 1.7rem;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	text-align: center;
	overflow: hidden;
}
.comCaseList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .8s;
}
.comCaseList p {
	color: #4D4643;
	line-height: 1.66;
	font-size: max(10px,1.2rem);
	font-weight: 500;
	letter-spacing: 0.01em;
}
.comCaseList span {
	margin-bottom: 0.4rem;
	display: block;
	color: #222;
	font-size: max(10px,1.6rem);
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comCaseList a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 999px) {
	.comCaseList {
		margin: -4.1rem -1.3rem 6rem;
	}
	.comCaseList li {
		margin-top: 4.1rem;
		width: calc(50% - 0.7rem);
	}
	.comCaseList a {
		padding: 0.7rem 0.7rem 1rem;
	}
	.comCaseList .pho {
		margin-bottom: 1rem;
	}
	.comCaseList p {
		line-height: 1.6;
		font-size: 1rem;
	}
	.comCaseList span {
		font-size: 1.2rem;
        line-height: 1.2;
	}
}
/*------------------------------------------------------------
	p-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	clear: both;
	text-align: center;
	flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
	order: 3;
	font-size: 2.3rem;
	margin: 0 1.5rem;
	opacity: 0.3;
	color: #4D4643;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.wp-pagenavi span.current {
	opacity: 1;
}
.wp-pagenavi .first {
	order: 2;
}
.wp-pagenavi .last {
	order: 4;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	color: #222;
	font-size: 1.7rem;
	font-weight: 300;
	opacity: 1;
	background: url(../img/common/icon15.png) no-repeat left top 0.7rem;
	background-size: 0.8rem auto;
}
.wp-pagenavi .previouspostslink {
	padding-left: 1.8rem;
	margin: 0 9.8rem 0 0;
	order: 1;
}
.wp-pagenavi .nextpostslink {
	order: 5;
	margin: 0 0 0 9.8rem;
	padding-right: 1.8rem;
	background-image: url(../img/common/icon14.png);
	background-position: right top 0.8rem;
}
.wp-pagenavi .noLink {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.wp-pagenavi a:hover {
		opacity: 1;
	}
	.pad .wp-pagenavi a:hover {
		opacity: 0.3;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.5;
	}
	.pad .wp-pagenavi .previouspostslink:hover,
	.pad .wp-pagenavi .nextpostslink:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.wp-pagenavi {
		position: relative;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.6rem;
		margin: 0 1rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 1.5rem;
		background-position: left top 0.4rem;
	}
	.wp-pagenavi .previouspostslink {
		position: absolute;
		left: -0.6rem;
		top: 0.1rem;
		padding-left: 1.5rem;
		margin: 0;
	}
	.wp-pagenavi .nextpostslink {
		position: absolute;
		right: -0.6rem;
		top: 0;
		margin: 0;
		padding-right: 1.6rem;
		background-position: right top 0.6rem;
	}
}
/*------------------------------------------------------------
	comReservation
------------------------------------------------------------*/
.comReservation {
	padding: 8.7rem 0 11.7rem;
}
.comReservation .imgBox {
	width: 90.5rem;
	margin: 0 auto;
	align-items: flex-end;
}
.comReservation .checkBg {
	width: calc(100% - 5.7rem);
	border-radius: 0 1.5rem 1.5rem 0;
	overflow: hidden;
}
.comReservation .textBox {
	width: 44rem;
}
.comReservation .headLine04 {
	margin-bottom: 2.3rem;
	text-align: left;
	font-size: 5.2rem;
	letter-spacing: 0;
}
.comReservation .ttl {
	margin-bottom: 3.3rem;
	font-size: max(10px,1.8rem);
	font-weight: 500;
	line-height: 2.11;
	letter-spacing: 0.03em;
}
.comReservation .time {
	color: #5D5957;
	font-weight: 500;
	font-size: max(10px,1.5rem);
	letter-spacing: 0.02em;
}
.comReservation ul {
	width: 41.2rem;
	margin: 0 -0.3rem 0.5rem 0;
}
.comReservation li:first-child {
	margin-bottom: 1.4rem;
}
.comReservation li a {
	height: 7.2rem;
	padding: 0 0 0.2rem 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: max(10px,1.6rem);
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.03em;
	border: 1px solid #4D4643;
	background: #4D4643 url(../img/common/icon10.png) no-repeat left 3.3rem center;
	background-size: 2.5rem auto;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0.5rem;
}
.comReservation li:first-child a {
	font-size: max(10px,1.2rem);
	background-image: url(../img/common/icon09.png);
	background-size: 1.9rem auto;
	background-position: left 3.5rem center;
}
.comReservation li:first-child a span {
	margin: 0.1rem 0 0 2rem;
	font-size: max(10px,2rem);
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.01em;
}
.comReservation .enText {
	position: absolute;
	left: -2.2rem;
	bottom: -3.9rem;
	color: #F3F1ED;
	opacity: 0.3;
	font-size: 25rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.01em;
}
@media all and (min-width: 1000px) {
	.comReservation li a:hover {
		color: #4D4643;
		border-color: #707070;
		background-color: transparent;
		background-image: url(../img/common/icon10_on.png);
	}
	.pad .comReservation li a:hover {
		color: #fff;
		border-color: #4D4643;
		background-color: #4D4643;
		background-image: url(../img/common/icon10.png);
	}
}
@media all and (max-width: 999px) {
	.comReservation {
		padding: 6.5rem 0 7.6rem;
	}
	.comReservation .imgBox {
		width: auto;
		display: block;
	}
	.comReservation .checkBg {
		width: calc(100% - 0.9rem);
	}
	.comReservation .textBox {
		margin: 0 1rem 4rem 3rem;
		width: auto;
	}
	.comReservation .headLine04 {
		font-size: 4rem;
	}
	.comReservation .ttl {
		margin-bottom: 2.5rem;
		font-size: 1.5rem;
		line-height: 1.86;
		letter-spacing: 0.03em;
	}
	.comReservation .time {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.comReservation ul {
		width: 30.5rem;
		margin: 0 auto;
	}
	.comReservation li:first-child {
		margin-bottom: 1.4rem;
	}
	.comReservation li a {
		height: 5.4rem;
		padding: 0 0 0.2rem 0.2rem;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
		background-position: left 2.5rem center;
		background-size: 1.8rem auto;
	}
	.comReservation li:first-child a {
		font-size: 1rem;
		flex-wrap: wrap;
		align-items: center;
		background-size: 1.9rem auto;
		background-position: left 2.5rem center;
	}
	.comReservation li:first-child a span {
		width: 100%;
		margin: -0.7rem 0 0;
		font-size: 1.7rem;
		display: block;
		letter-spacing: 0.02em;
	}
	.comReservation .enText {
		left: auto;
		right: -0.5rem;
		bottom: auto;
		top: 3.4rem;
		opacity: 0.67;
		font-size: 8.8rem;
		letter-spacing: 0;
		writing-mode: vertical-rl;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 1.5rem 1.5rem 0;
	position: relative;
	z-index: 2;
}
.pageTitle .photo {
	overflow: hidden;
	border-radius: 2.7rem 2.7rem 0 0;
}
.pageTitle .photo img {
	width: 100%;
	height: 49.4rem;
	object-fit: cover;
}
.pageTitle h2 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 7rem;
	letter-spacing: 0.04em;
	font-family: YakuHanMP, "Roboto", sans-serif;
	transform: translateY(-14%);
}
@media all and (max-width: 999px) {
	.pageTitle {
		padding: 0.9rem 0.8rem 0;
	}
	.pageTitle .photo {
		position: relative;
		border-radius: 1.5rem 1.5rem 0 0;
	}
	.pageTitle .photo::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 16.9rem;
		opacity: 0.3;
		content: "";
		background-image:linear-gradient( to bottom, #000 0%, rgba(0,0,0,0) 100%);
	}
	.pageTitle .photo img {
		height: 28.3rem;
	}
	.pageTitle h2 {
		font-size: 3.8rem;
		letter-spacing: 0.02em;
		transform: translateY(-22%);
	}
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab {
	overflow: hidden;
}
.comTab table {
	margin-bottom: -1px;
	width: 100%;
	border-collapse: collapse;
}
.comTab th,
.comTab td {
	height: 3.35rem;
	vertical-align: middle;
	text-align: center;
	font-size: max(10px,1.2rem);
	color: #171717;
	font-weight: 400;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(211,211,211,0.5);
}
.comTab td {
	width: 20.5rem;
	border-left: 1px solid rgba(211,211,211,0.5);
	padding: 0.5rem;
}
.comTab thead th,
.comTab thead td {
	height: 4rem;
	color: #222;
	font-weight: 500;
	font-size: max(10px,1.3rem);
	background-color: #F6F5F2;
	border-bottom: none;
}
.comTab tbody td:last-child {
	letter-spacing: 0.03em;
}
.comTab tbody th {
	padding: 0 4rem;
	text-align: left;
}
@media all and (max-width: 999px) {
	.comTab th,
	.comTab td {
		height: 3rem;
		font-size: 1rem;
		line-height: 1.3;
	}
	.comTab td {
		width: 7.3rem;
	}
	.comTab thead th,
	.comTab thead td {
		height: 3rem;
		font-size: 1rem;
	}
	.comTab tbody td:last-child {
		letter-spacing: 0;
	}
	.comTab tbody th {
		padding: 0 0.7rem;
	}
}
/*------------------------------------------------------------
	comSelectList
------------------------------------------------------------*/
.comSelectList {
	margin: 0 0 8.1rem 0.5rem;
}
.comSelectList li {
	width: 33rem;
	position: relative;
}
.comSelectList select {
	display: block;
	width: 100%;
	padding: 0 0 0.7rem;
	display: block;
	color: #1D1D1D;
	font-weight: 500;
	font-size: max(10px,1.7rem);
	letter-spacing: 0.02em;
	background: url(../img/common/icon08.png) no-repeat right 1.8rem bottom 1.3rem;
	background-size: 1rem auto;
	border: none;
	border-bottom: 1px solid rgba(166,159,154,0.5);
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 0;
}
.comSelectList li::after {
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: 0;
	background: #4D4643;
	transition: .6s cubic-bezier(.645,.045,.355,1);
	width: 0;
}
@media all and (min-width: 1000px) {
	.comSelectList li:hover::after {
		width: 100%;
	}
	.pad .comSelectList li:hover::after {
		width: 0;
	}
}
@media all and (max-width: 999px) {
	.comSelectList {
		margin: 0 0 5rem;
	}
	.comSelectList li {
		width: calc(50% - 0.7rem);
	}
	.comSelectList select {
		padding: 0 0 0.8rem;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		background-position: right 1rem bottom 1.2rem;
		background-size: 0.9rem auto;
	}
	.comSelectList li:first-child {
		width: 100%;
		margin-bottom: 2.7rem;
	}
	.comSelectList li::after {
		display: none;
	}
}
/*------------------------------------------------------------
	comBtmLink
------------------------------------------------------------*/
.comBtmLink {
	width: 90rem;
	margin: 0 auto 12.1rem;
	position: relative;
	z-index: 2;
}
.comBtmLink a {
	display: block;
	overflow: hidden;
}
.comBtmLink img {
	width: 100%;
	transition: .3s;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comBtmLink a:hover img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 999px) {
	.comBtmLink {
		width: auto;
		margin: 0 2.2rem 7rem 3rem;
	}
}
/*------------------------------------------------------------
	pageTtl
------------------------------------------------------------*/
.pageTtl {
	position: relative;
	z-index: 2;
}
.pageTtl .photo img {
	width: 100%;
	height: 22rem;
	object-fit: cover;
}
.pageTtl h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 122.6rem;
	color: #171717;
	font-weight: 500;
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	font-family: YakuHanMP, "Noto Serif JP",serif; 
	transform: translate(-50%,-50%);
}
@media all and (max-width: 999px) {
	.pageTtl .photo img {
		height: 20rem;
	}
	.pageTtl h2 {
		margin: 0 3rem 1.9rem;
		position: static;
		width: auto;
		font-size: 2.2rem;
		letter-spacing: 0.06em;
		transform: none;
	}
}
/*------------------------------------------------------------
	comValue
------------------------------------------------------------*/
.comValue {
	position: relative;
}
.comValue .topText {
	margin-bottom: 4.5rem;
	text-align: center;
	color: #222;
	font-size: max(10px,2rem);
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
}
.comTextList {
	margin: 0 1px 0 -1px;
	border-top: 1px solid rgba(112,112,112,0.53);
}
.comTextList li {
	width: 25%;
	padding: 10.8rem 1rem 7.9rem;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid rgba(112,112,112,0.53);
}
.comTextList li:last-child {
	border: none !important;
}
.comTextList li .title {
	margin-bottom: 4.3rem;
	color: #4D4643;
	font-size: max(10px,2.6rem);
	font-weight: 300;
	letter-spacing: 0;
}
.comTextList li .en {
	position: absolute;
	left: 0;
	top: 5.5rem;
	width: 100%;
	text-align: center;
	line-height: 1;
	font-size: 15rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #fff;
	z-index: 1;
}
.comTextList ul.visible li .en {
	opacity: 0.83;
}
.comTextList li .ttl {
	margin-bottom: 1.8rem;
	position: relative;
	z-index: 2;
	color: #222;
	font-size: max(10px,2.3rem);
	font-weight: 600;
	letter-spacing: 0.04em;
    line-height: 1.3;
}
.comTextList li p {
	position: relative;
	z-index: 2;
	color: #222;
	line-height: 2;
	letter-spacing: 0.02em;
    font-size: max(10px, 1.5rem);
}
@media all and (min-width: 1000px) {
	.comValue .content {
		width: 122.6rem;
	}
}
@media all and (max-width: 999px) {
	.comValue .topText {
		margin-bottom: 2.2rem;
		color: #1D1D1D;
		font-size: 1.5rem;
		line-height: 1.86;
		letter-spacing: 0.04em;
	}
	.comTextList {
		margin: 0;
		display: block;
		border-top: none;
	}
	.comTextList li {
		width: auto;
		padding: 3.3rem 0 2.3rem;
		border-right: none;
		border-bottom: 1px solid #AAAAAA;
	}
	.comTextList li .title {
		margin-bottom: 1.9rem;
		font-size: 2.5rem;
	}
	.comTextList li .en {
		top: 1rem;
		font-size: 9rem;
	}
	.comTextList li .ttl {
		margin-bottom: 1.2rem;
		font-size: 1.7rem;
		font-weight: 600;
		letter-spacing: 0.04em;
        line-height: 1.4;
	}
	.comTextList li p {
		font-size: 1.2rem;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	comMessage
------------------------------------------------------------*/
.comMessage {
	padding: 18.4rem 0;
	position: relative;
}
.comMessage .headLine01 {
	z-index: 3;
}
.comMessage .imgBox {
	position: relative;
	z-index: 2;
	justify-content: flex-end;
}
.comMessage .photo {
	width: calc(45% - 8rem);
	overflow: hidden;
	border-radius: 2rem 0 0 2.5rem;
}
.comMessage .photo img {
	width: 100%;
}
.comMessage .textBox {
	width: 63rem;
	padding-right: 7rem;
	margin-top: -0.7rem;
	box-sizing: border-box;
}
.comMessage p {
	margin-bottom: 2.8rem;
	line-height: 2.2;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.comMessage .text01 {
	margin-bottom: 3.9rem;
}
.comMessage .name {
	margin: 5rem 0 0;
	color: #171717;
	font-size: max(10px,1.3rem);
	font-weight: 400;
}
.comMessage .name span {
	margin: -1rem 0 0 3.3rem;
	display: inline-block;
	vertical-align: middle;
	font-size: max(10px,2.5rem);
	font-weight: 500;
	letter-spacing: 0.08em;
}
@media all and (min-width: 1000px) {
	.comMessage .headLine01 {
		left: 1.7rem;
		top: 18rem;
		font-size: 7.7rem;
	}
}
@media all and (max-width: 999px) {
	.comMessage {
		padding: 8.2rem 3rem;
	}
	.comMessage .headLine01 {
		margin-bottom: 2.2rem;
		text-align: left;
		font-size: 4.6rem;
		letter-spacing: 0;
	}
	.comMessage .imgBox {
		display: block;
	}
	.comMessage .photo {
		margin-right: -3.3rem;
		width: auto;
		border-radius: 1.6rem 0 0 1.6rem;
	}
	.comMessage .textBox {
		width: auto;
		margin: 0 0 4.5rem;
		padding: 0;
	}
	.comMessage p {
		margin-bottom: 2rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}
	.comMessage .text01 {
		margin-bottom: 2.5rem;
	}
	.comMessage .name {
		margin: 2.4rem 0 0;
		font-size: 1.2rem;
	}
	.comMessage .name span {
		margin: -0.7rem 0 0 2.1rem;
		font-size: 1.7rem;
		letter-spacing: 0.08em;
	}
}
/*------------------------------------------------------------
	comAbout
------------------------------------------------------------*/
.comAbout {
	padding: 4.7rem 0 0.1rem;
	position: relative;
}
.comAbout .textBox {
	position: relative;
	padding-left: 46.7rem;
	margin-bottom: 10.4rem;
}
.comAbout .headLine04 {
	position: absolute;
	left: 3.9rem;
	top: -1.6rem;
	font-size: 6.8rem;
	letter-spacing: 0;
}
.comAbout .ttl {
	margin-bottom: 3rem;
	font-size: max(10px,2.6rem);
	font-weight: 500;
	color: #222;
	letter-spacing: 0.04em;
}
.comAbout p {
	line-height: 2.1;
	letter-spacing: 0.03em;
}
.comAbout .comLink {
	position: absolute;
	left: 22.9rem;
	bottom: 0.9rem;
}
.comAbout .photoUl {
	position: relative;
	z-index: 1;
}
.comAbout .photoUl ul {
	display: flex;
}
.comAbout .photoUl li {
	flex-shrink: 0;
	width: 20rem;
	margin: 0 0.4rem;
	overflow: hidden;
	border-radius: 10rem 10rem 0 0;
}
.comAbout .photoUl .bgLazy {
	display: block;
	padding-bottom: 111%;
	background-size: cover;
	background-position: center center;
}
.comAbout .photoUl .swiper-wrapper {
	transition-timing-function: linear !important;
}
.comAbout .enText {
	margin: -1.1rem -5rem -17.5rem;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 18rem;
	color: #fff;
	line-height: 0.5;
	font-weight: 100;
	letter-spacing: 0.013em;
}
@media all and (max-width: 999px) {
	.comAbout {
		padding: 0 0 0.1rem;
	}
	.comAbout .textBox {
		padding: 0 9rem 0 3rem;
		margin-bottom: 4.1rem;
	}
	.comAbout .headLine04 {
		left: auto;
		right: 0;
		top: 0.5rem;
		font-size: 4.4rem;
		letter-spacing: 0.01em;
		writing-mode: vertical-rl;
	}
	.comAbout .ttl {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		color: #1D1D1D;
		letter-spacing: 0.03em;
	}
	.comAbout p {
		line-height: 1.9;
		letter-spacing: 0.02em;
	}
	.comAbout .comLink {
		margin: 2.5rem 0 0 0.2rem;
		position: static;
	}
	.comAbout .photoUl li {
		width: 10rem;
		margin: 0 0.2rem;
	}
	.comAbout .enText {
		margin: -0.6rem -5rem -3.5rem;
		font-size: 5rem;
		letter-spacing: -0.01em;
		font-weight: 300;
	}
}
/*------------------------------------------------------------
	comCase
------------------------------------------------------------*/
.comCase {
	padding: 15.4rem 0 10rem;
}
.comCase .topText {
	margin-bottom: 5rem;
	text-align: center;
	font-size: max(10px,1.8rem);
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.04em;
}
.comCase .topLink {
	margin: 0 0 2rem 1rem;
	font-size: max(10px,2.2rem);
	font-weight: 500;
	letter-spacing: 0.02em;
}
.comCase .topLink li span,
.comCase .topLink a {
	padding: 0 2.5rem 0 0.8rem;
	display: inline-block;
	color: #4D4643;
	background: url(../img/common/line01.png) no-repeat right top 0.8rem;
	background-size: 1.1rem auto;
}
.comCase .topLink li:last-child span,
.comCase .topLink li:last-child a {
	background: none !important;
}
.comCase .popText {
	width: fit-content;
	margin: 0 auto 7.1rem;
	font-size: max(10px,1.2rem);
}
.comCase .popText a {
	padding: 0 2rem 0.3rem 0;
	display: block;
	letter-spacing: 0.01em;
	border-bottom: 1px solid rgba(112,112,112,0.38);
	background: url(../img/common/icon05.png) no-repeat right 0.2rem top 0.5rem;
	background-size: 1rem auto;
}
.comCase .caseList {
	margin: 0 -1.4rem;
	margin-bottom: 5.1rem;
}
.comCase .caseList li {
	width: 23%;
	box-sizing: border-box;
}
.comCase .caseList .slick-slide > div {
	margin: 0 1.4rem;
}
.comCase .caseList a {
	padding: 1.2rem 1.2rem 1.7rem 1.3rem;
	display: block;
	background-color: #fff;
}
.comCase .caseList .pho {
	margin-bottom: 1.3rem;
	position: relative;
	width: 22rem;
	height: 0;
	padding-bottom: 100%;
	text-align: center;
	overflow: hidden;
}
.comCase .caseList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .8s;
}
.comCase .caseList p {
	color: #4D4643;
	font-size: max(10px,1.1rem);
	font-weight: 500;
	letter-spacing: 0.01em;
}
.comCase .caseList span {
	margin-bottom: 0.6rem;
	display: block;
	color: #222;
	font-size: max(10px,1.6rem);
}
@media all and (min-width: 1000px) {
	.comCase .topLink a:hover {
		opacity: 0.5;
	}
	.pad .comCase .topLink a:hover {
		opacity: 1;
	}
	.comCase .popText a:hover {
		opacity: 0.5;
	}
	.pad .comCase .popText a:hover {
		opacity: 1;
	}
	.comCase .caseList {
		display: flex;
		flex-wrap: wrap;
	}
	body:not(.pad) .comCase .caseList a:hover:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 999px) {
	.comCase {
		padding: 12.5rem 0 8.8rem;
	}
	.comCase .headLine01 {
		display: none;
	}
	.comCase .topText {
		margin-bottom: 2.3rem;
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing: 0.01em;
        padding: 0 1rem;
	}
	.comCase .topLink {
		margin: 0 0 2rem;
		display: block;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.01em;
	}
	.comCase .caseList .pho {
		width: auto;
	}
	.comCase .topLink li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	.comCase .topLink li span,
	.comCase .topLink a {
		padding: 0;
		background: none !important;
	}
	.comCase .popText {
		margin: 0 auto 5.7rem;
		font-size: 1.1rem;
	}
	.comCase .popText a {
		padding: 0 1.6rem 0.3rem 0;
		background-size: 0.8rem auto;
        letter-spacing: 0;
	}
	.comCase .caseList {
		margin-bottom: 2.2rem;
	}
	.comCase .caseList:after {
		content: "";
		display: block;
		clear: both;
	}
	.comCase .caseList .slick-list {
		padding: 0 6rem !important;
	}
	.comCase .caseList li {
		width: 24.5rem;
	}
	.comCase .caseList .slick-dots {
		display: flex;
		justify-content: center;
		position: absolute;
		left: 10rem;
		width: calc(100% - 20rem);
		bottom: -3.5rem;
		z-index: 2;
	}
	.comCase .caseList .slick-dots li {
		margin: 0 0.8rem;
		width: 0.6rem;
		height: 0.6rem;
		background-color: #4D4643;
		border-radius: 5rem;
		opacity: 0.3;
		cursor: pointer;
	}
	.comCase .caseList .slick-dots li.slick-active {
		opacity: 1;
	}
	.comCase .caseList .slick-dots button {
		display: none;
	}
	.comCase .caseList p {
		font-size: 1.1rem;
	}
	.comCase .caseList span {
		letter-spacing: 0.01em;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	height: 100vh;
	padding-bottom: 0.6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
}
.mainImg.hide {
	opacity: 0;
}
.mainImg .bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: scale(1.2);
	transition: transform 7.5s , opacity 1s;
	opacity: 0;
}
.mainImg .bg::after {
	position: absolute;
	left: 0;
	top: 0;
	background-image:linear-gradient( to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	height: 15.7rem;
	content: "";
	z-index: 1;
	opacity: 0.25;
}
.mainImg .bg::before {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image:linear-gradient( to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	height: 22.8rem;
	content: "";
	z-index: 1;
	opacity: 0.04;
}
.mainImg picture {
	display: block;
}
.mainImg .bg picture {
	height: 100%;
}
.mainImg .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainImg.active .bg {
	opacity: 1;
}
.mainImg.active .bg {
	transform: scale(1);
}
.mainImg .textBg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 88.3rem;
	height: 49.2rem;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.mainImg h2 {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.mainImg h2 .en {
	margin-bottom: 6rem;
	display: block;
	font-size: 5.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	font-family: YakuHanMP, "Playfair Display", serif;
}
.mainImg h2 .jp {
	display: block;
	font-size: max(10px,2.1rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	font-family: YakuHanMP, "Noto Serif JP",serif;
	opacity: 0;
	visibility: hidden;
	transition: all ease 3s 1.5s;
}
.mainImg.active h2 .jp {
	opacity: 1;
	visibility: visible;
}
@media all and (max-width: 999px) {
	.mainImg {
		height: 39.6rem;
		padding: 3.2rem 0 0;
	}
	.mainImg .bg::after {
		height: 7.1rem;
		opacity: 0.36;
	}
	.mainImg .bg::before {
		display: none;
	}
	.mainImg .textBg {
		width: 36.5rem;
		height: 27.5rem;
		transform: translate(-50%,-47%);
	}
	.mainImg h2 .en {
		margin-bottom: 3.4rem;
		font-size: 4.2rem;
		letter-spacing: 0.03em;
	}
	.mainImg h2 .jp {
		font-size: 1.4rem;
		letter-spacing: 0.04em;
        padding: 0 10px;
	}
}
/*------------------------------------------------------------
	pagePath.reserve
------------------------------------------------------------*/
#pagePath.reserve {
	padding: 0 3.4rem 13.5rem;
}
#pagePath.reserve li {
	margin-right: 2.2rem;
	position: relative;
}
#pagePath.reserve li:not(:last-child)::before {
	position: absolute;
	right: -1.9rem;
	top: 1.4rem;
	width: 2.5rem;
	height: 1px;
	background-color: #B4B4B4;
	content: "";
}
@media all and (max-width: 999px) {
	#pagePath.reserve {
		padding: 0;
		bottom: auto;
		top: 1.9rem;
		left: 2rem;
	}
	#pagePath.reserve li {
		margin-right: 1rem;
		font-size: 1.1rem;
	}
	#pagePath.reserve li:not(:last-child)::before {
		right: -0.8rem;
		top: 1.3rem;
		width: 1rem;
	}
}
/*------------------------------------------------------------
	reserveHeader
------------------------------------------------------------*/
#reserveHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 3.2rem;
	box-sizing: border-box;
	z-index: 99;
	transition: opacity 0.5s, visibility 0.5s;
}
#reserveHeader .menu.background--light .line02 {
	background: #13424C;
}
#reserveHeader .menu.background--light .line01 {
	background: #13424C;
}
#reserveHeader.hide {
	opacity: 0;
	visibility: hidden;
}
#reserveHeader .comLanguage {
	right: 3.8rem;
	bottom: auto;
	top: 3.3rem;
}
#reserveHeader.white .comLanguage {
	display: none;
}
#reserveHeader .comLanguage p {
	letter-spacing: 0.04em;
}
#reserveHeader .comLanguage p::before {
	transform: rotate(180deg);
}
#reserveHeader .comLanguage.on p::before {
	transform: rotate(0deg);
}
#reserveHeader .comLanguage ul {
	bottom: auto;
	top: 100%;
	padding: 0.2rem 0 0;
}
#reserveHeader .logo {
	width: 7.7rem;
	position: absolute;
	left: 3.4rem;
	top: 2.5rem;
}
#reserveHeader.white .logo {
	opacity: 0;
	visibility: hidden;
}
#reserveHeader .logo a {
	display: inline-block;
}
#reserveHeader .logo img {
	transition: .3s;
}
#reserveHeader .logo .off {
	display: none;
}
#reserveHeader #gNavi {
	font-size: max(10px,1.4rem);
	letter-spacing: 0.04em;
}
#reserveHeader #gNavi li {
	margin: 0 2.5rem;
}
#reserveHeader #gNavi a {
	color: #fff;
}
#reserveHeader #gNavi.background--light a {
	color: #13424C;
}
#reserveHeader .comLanguage.background--light p {
	color: #13424C;
}
#reserveHeader .comLanguage.background--light p::before {
	background-image: url(../img/common/icon26_on.png);
}
#reserveHeader .comLanguage.background--light a {
	color: #13424C;
}
#reserveHeader .logo.background--light .on {
	display: none;
}
#reserveHeader .logo.background--light .off {
	display: block;
}
#reserveHeader.whiteShow #gNavi.background--light a {
	color: #fff;
}
#reserveHeader.whiteShow .comLanguage.background--light p {
	color: #fff;
}
#reserveHeader.whiteShow .comLanguage.background--light p::before {
	background-image: url(../img/common/icon26.png);
}
#reserveHeader.whiteShow .comLanguage.background--light a {
	color: #fff;
}
#reserveHeader.whiteShow .logo.background--light .on {
	display: block;
}
#reserveHeader.whiteShow .logo.background--light .off {
	display: none;
}
#reserveHeader.whiteShow .menu.background--light .line02 {
	background: #fff;
}
#reserveHeader.whiteShow .menu.background--light .line01 {
	background: #fff;
}
@media all and (min-width: 1000px) {
	#reserveHeader #gNavi a:hover {
		opacity: 0.5;
	}
	.pad #reserveHeader #gNavi a:hover {
		opacity: 1;
	}
	.menuReserveBox {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	#reserveHeader {
		padding-top: 0;
	}
	#reserveHeader .comLanguage {
		right: 5.8rem;
		top: 2.5rem;
	}
	#reserveHeader .comLanguage p {
		letter-spacing: 0;
	}
	#reserveHeader .logo {
		width: 7.7rem;
		left: 1.6rem;
		top: 2rem;
	}
	#reserveHeader #gNavi {
		display: none;
	}
	#reserveHeader .menu {
		right: 0.5rem;
	}
	#reserveHeader.white .menu.background--light .line02 {
		background: #fff;
	}
	#reserveHeader.white .menu.background--light .line01 {
		background: #fff;
	}
	.menuReserveBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		z-index: 98;
		overflow-y: scroll;
		background-color: rgba(20,66,76,0.97);
		display: none;
	}
	.menuReserveBox .comLanguage {
		right: auto;
		left: 3.2rem;
		top: 2.5rem;
		bottom: auto;
		z-index: 9;
	}
	.menuReserveBox .comLanguage p::before {
		transform: rotate(180deg);
	}
	.menuReserveBox .comLanguage.on p::before {
		transform: rotate(0deg);
	}
	.menuReserveBox .comLanguage ul {
		bottom: auto;
		top: 100%;
		padding: 0.2rem 0 0;
	}
	.menuReserveBox .comReserveMenu {
		margin: 0;
		padding: 9.3rem 2.5rem 6rem;
	}
	.menuReserveBox .comReserveMenu .linkBox {
		padding: 0 0.5rem 3.4rem;
	}
	.menuReserveBox .comReserveMenu .fNavi li:not(:last-child) {
		margin-bottom: 2.4rem;
	}
	.menuReserveBox .comReserveMenu .fSns {
		margin: 1rem 0.4rem 0 0;
	}
	.menuReserveBox .comReserveMenu .fSns li:not(:last-child) {
		margin-bottom: 2.2rem;
	}
	.menuReserveBox .comReserveMenu .fLogo {
		margin: 0 auto 2.1rem;
	}
	.menuReserveBox .comReserveMenu .fTel .link {
		margin: 4.9rem auto 0;
	}
}
/*------------------------------------------------------------
	reserveFooter
------------------------------------------------------------*/
#reserveFooter {
	position: relative;
	color: #fff;
	padding: 9rem 4.6rem 2.9rem;
}
#reserveFooter .pageTop {
	position: absolute;
	right: 4.5rem;
	top: 0;
	font-size: max(10px,1.1rem);
	font-family: YakuHanMP, "Roboto", sans-serif;
	z-index: 2;
}
#reserveFooter .pageTop a {
	height: 4rem;
	padding: 2.6rem 1.2rem 0 0;
	display: block;
	color: #fff;
	letter-spacing: 0.06em;
	box-sizing: border-box;
}
#reserveFooter .pageTop a::before {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 4rem;
	background-color: #fff;
	opacity: 0.6;
	content: "";
}
#reserveFooter address {
	width: fit-content;
	position: relative;
	z-index: 2;
	font-size: max(10px,1.1rem);
}
@media all and (max-width: 999px) {
	#reserveFooter {
		padding: 8.2rem 2.5rem 2rem;
	}
	#reserveFooter .pageTop {
		right: 2.5rem;
		font-size: 1rem;
	}
	#reserveFooter .pageTop a {
		height: 3.2rem;
		padding: 2rem 0.7rem 0 0;
	}
	#reserveFooter .pageTop a::before {
		height: 3.2rem;
	}
	#reserveFooter address {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	comReserveMenu
------------------------------------------------------------*/
.comReserveMenu a {
	color: #fff;
}
.comReserveMenu {
	width: 94rem;
	margin: 0 auto 6.7rem;
	padding-left: 47rem;
	position: relative;
	box-sizing: border-box;
	color: #fff;
}
.comReserveMenu .linkBox {
	margin-bottom: 3rem;
	padding-bottom: 2.9rem;
	align-items: flex-end;
	border-bottom: 1px solid rgba(255,255,255,0.36);
}
.comReserveMenu .fNavi {
	font-size: max(10px,3rem);
	letter-spacing: 0.03em;
}
.comReserveMenu .fNavi li:not(:last-child) {
	margin-bottom: 1.1rem;
}
.comReserveMenu .fSns {
	margin: 0 0.7rem 0.7rem 0;
	font-size: max(10px,1.2rem);
	letter-spacing: 0.04em;
}
.comReserveMenu .fSns li:not(:last-child) {
	margin-bottom: 1rem;
}
.comReserveMenu .fSns a {
	display: block;
}
.comReserveMenu .fSns img {
	margin: 0 0.4rem 0 0;
	width: 1.6rem;
	display: inline-block;
	vertical-align: middle;
}
.comReserveMenu .fLogo {
	position: absolute;
	left: 5.6rem;
	top: 50%;
	width: 21.5rem;
	transform: translateY(-54%);
}
.comReserveMenu .fTel {
	padding-right: 9rem;
	position: relative;
	font-size: max(10px,1.2rem);
	letter-spacing: 0.03em;
}
.comReserveMenu .fTel .tel {
	margin-bottom: 1.2rem;
	padding-left: 2.3rem;
	display: block;
	width: fit-content;
	font-size: max(10px,2.1rem);
	letter-spacing: 0.02em;
	background: url(../img/common/icon24.png) no-repeat left center;
	background-size: 1.5rem auto;
}
.comReserveMenu .fTel .link {
	padding-right: 1.5rem;
	position: absolute;
	right: 0.2rem;
	bottom: 0;
	display: block;
	width: fit-content;
	font-size: max(10px,1.3rem);
	letter-spacing: 0.02em;
	background: url(../img/common/icon25.png) no-repeat right center;
	background-size: 0.9rem auto;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comReserveMenu .linkBox a:hover {
		opacity: 0.5;
	}
	body:not(.pad) .comReserveMenu .fTel .link a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.comReserveMenu {
		width: auto;
		margin: 0 auto 5.4rem;
		padding-left: 0;
	}
	.comReserveMenu .linkBox {
		margin-bottom: 4.5rem;
		padding: 0 1rem 3.4rem;
		align-items: flex-start;
	}
	.comReserveMenu .fNavi {
		font-size: 2.6rem;
		letter-spacing: 0.01em;
	}
	.comReserveMenu .fNavi li:not(:last-child) {
		margin-bottom: 1.6rem;
	}
	.comReserveMenu .fSns {
		margin: 1rem -0.7rem 0 0;
		font-size: 1.1rem;
		letter-spacing: 0.02em;
	}
	.comReserveMenu .fSns li:not(:last-child) {
		margin-bottom: 1.6rem;
	}
	.comReserveMenu .fLogo {
		position: static;
		width: 11.8rem;
		margin: 0 auto 3.6rem;
		transform: none;
	}
	.comReserveMenu .fTel {
		text-align: center;
		font-size: 1.1rem;
		padding: 0;
	}
	.comReserveMenu .fTel .tel {
		margin: 0 auto 0.9rem;
		font-size: 2rem;
	}
	.comReserveMenu .fTel .link {
		position: static;
		margin: 2.9rem auto 0;
		font-size: 1.3rem;
	}
	.comReserveMenu .fSns a {
		display: flex;
		align-items: center;
	}
}
/*------------------------------------------------------------
	comLanguage
------------------------------------------------------------*/
.comLanguage {
	position: absolute;
	right: 4.5rem;
	bottom: 2.9rem;
	font-size: max(10px,1.1rem);
}
.comLanguage p {
	position: relative;
	color: #fff;
	letter-spacing: 0.01em;
	cursor: pointer;
}
.comLanguage p::before {
	position: absolute;
	left: -1.3rem;
	top: 0.6rem;
	background: url(../img/common/icon26.png) no-repeat left top;
	background-size: 0.7rem auto;
	width: 0.7rem;
	height: 0.5rem;
	content: "";
	transition: transform .8s cubic-bezier(.19,1,.22,1) 0s;
}
.comLanguage.on p::before {
	transform: rotate(180deg);
}
.comLanguage ul {
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 100%;
	padding-bottom: 0.6rem;
	display: block;
	letter-spacing: 0.04em;
	display: none;
}
.comLanguage ul a {
	padding: 0.3rem 0;
	display: block;
	text-align: right;
	color: #fff;
}
.comLanguage a[data-stt-active] {
	opacity: 0.5;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comLanguage a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.comLanguage {
		right: 1.9rem;
		bottom: 1.8rem;
		font-size: 1.1rem;
	}
	.comLanguage p {
		letter-spacing: 0;
	}
	.comLanguage p::before {
		left: -1.1rem;
	}
}
/*------------------------------------------------------------
	comScroll
------------------------------------------------------------*/
.comScroll {
	position: absolute;
	right: 3rem;
	bottom: 0;
	font-size: max(10px,1.1rem);
	font-family: YakuHanMP, "Roboto", sans-serif;
	z-index: 2;
}
.comScroll a {
	padding-right: 1.2rem;
	height: 4rem;
	display: block;
	color: #fff;
	letter-spacing: 0.06em;
	position: relative;
}
.comScroll a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	opacity: 0.6;
	content: "";
}
.jsHoverTxt .scroll {
	display: inline-block;
	overflow: hidden;
	position: relative;
	line-height: 1;
}
.jsHoverTxt .scroll span {
	display: inline-block;
	line-height: 1;
}
.jsHoverTxt .scroll .hover {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
@media all and (min-width: 1000px) {
	.jsHoverTxt a:hover .scrSpan {
		animation: hoverUp 1s cubic-bezier(.16,1,.3,1);
	}
}
@keyframes hoverUp {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}
@media all and (max-width: 999px) {
	.comScroll {
		display: none;
	}
}
/*------------------------------------------------------------
	comPrice
------------------------------------------------------------*/
.comPrice .priceSec {
	margin-bottom: 13.4rem;
}
.comPrice .priceSec .headLine07 {
	margin-bottom: 1.6rem;
	font-size: max(10px,4.8rem);
	font-weight: 100;
	letter-spacing: 0.01em;
}
.comPrice .priceSec .note {
	margin: 0 1.7rem 0.9rem;
	text-align: right;
	color: #4D4643;
	font-size: max(10px,1.2rem);
	letter-spacing: 0.01em;
}
.comPrice .priceSec .whiteBg {
	margin: 0 1.5rem 3rem;
	padding: 6rem 0 6.2rem;
	background-color: #FCFCFC;
}
.comPrice .priceSec .innerBox:not(:last-child) {
	margin-bottom: 6.5rem;
}
.comPrice .priceSec .comTab + .headLine09 {
	margin-top: 6.5rem;
}
.comPrice .priceSec .noteList {
	margin-top: 2.7rem;
}
.comPrice .priceSec .noteList li,
.comPrice .priceSec .noteList p {
	color: #4D4643;
	line-height: 1.63;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.01em;
	text-align: right;
}
.comPrice .priceSec .topBox {
	margin-bottom: 5rem;
	align-items: center;
}
.comPrice .priceSec .topBox .headLine07 {
	margin-bottom: 0;
}
.comPrice .btmBox {
	padding: 1.6rem 0 16rem;
}
.comPrice .btmBox .borderBox {
	margin: 0 2rem 0 1rem;
	padding: 4.8rem 7.2rem 1.8rem;
	border-top: 1px solid rgba(77,70,67,0.5);
	border-bottom: 1px solid rgba(77,70,67,0.5);
}
.comPrice .btmBox .left {
	width: 22rem;
}
.comPrice .btmBox h3 {
	margin-bottom: 2.5rem;
	color: #171717;
	font-size: max(10px,2.2rem);
	font-weight: 500;
	letter-spacing: 0.03em;
}
.comPrice .btmBox p {
	color: #171717;
	line-height: 2;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.03em;
}
.comPrice .btmBox .right {
	width: calc(100% - 31.3rem);
	margin-top: 0.3rem;
}
.comPrice .btmBox li {
	padding: 0.1rem 0 3.2rem 6.7rem;
	color: #171717;
	font-size: max(10px,1.9rem);
	font-weight: 500;
	letter-spacing: 0.09em;
	background: url(../img/price/icon01.png) no-repeat left top;
	background-size: 4.7rem auto;
}
.comPrice .btmBox li:last-child {
	padding-top: 0.2rem;
	font-size: max(10px,1.8rem);
	letter-spacing: 0.04em;
	background-image: url(../img/price/icon02.png);
}
.comPrice .btmBox li:last-child span {
	margin-top: 1rem;
	display: block;
	font-size: max(10px,1.2rem);
	letter-spacing: 0;
	font-weight: 400;
}
.comPrice .btmBox li:last-child img {
	margin-top: 1.6rem;
	display: block;
	width: 27.5rem;
}
.comPrice .priceBox:not(:last-child) {
	margin-bottom: 6.5rem;
}
.comPrice .subBox:not(:last-child) {
	margin-bottom: 6.5rem;
}
.comPrice .priceBox:not(:has(.subBox)){
	display: none !important;
}
.comPrice .priceBox.hide,
.comPrice .priceBox.hide02 {
	display: none;
}
.comPrice .whiteBg.hide,
.comPrice .whiteBg.hide02 {
	display: none;
}
.comPrice .priceBox .subBox.hide {
	display: none;
}
@media all and (min-width: 1000px) {
	.comPrice .priceSec .headLine08 {
		margin-bottom: 3.6rem;
	}
	.comPrice .comSelectList {
		margin: 0.4rem -0.2rem 0 0;
		width: 64.8rem;
	}
	.comPrice .comSelectList li {
		width: 29.3rem;
	}
	.comPrice .comSelectList select {
		padding-bottom: 0.8rem;
		font-size: max(10px,1.6rem);
		background-position: right 1.1rem bottom 1.3rem;
	}
}
@media all and (max-width: 999px) {
	.comPrice .priceSec {
		margin-bottom: 8.5rem;
	}
	.comPrice .priceSec .headLine07 {
		margin-bottom: 3.1rem;
		font-size: 3rem;
		letter-spacing: 0;
		text-align: center;
	}
	.comPrice .priceSec .note {
		margin: 0 0.6rem 0.8rem;
		color: #171717;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.comPrice .priceSec .whiteBg {
		margin: 0 0 3rem;
		padding: 5rem 1rem 5rem;
	}
	.comPrice .priceSec .whiteBg .headLine08 {
		margin-bottom: 1.6rem;
	}
	.comPrice .priceSec .comTab + .headLine09 {
		margin-top: 3.1rem;
	}
	.comPrice .priceSec .innerBox:not(:last-child) {
		margin-bottom: 3.1rem;
	}
	.comPrice .priceSec .noteList {
		margin-top: 2.5rem;
	}
	.comPrice .priceSec .noteList li,
	.comPrice .priceSec .noteList p {
		line-height: 1.6;
		font-size: 1rem;
	}
	.comPrice .priceSec .topBox {
		margin: 0 2.5rem 4.5rem;
		display: block;
	}
	.comPrice .priceSec .topBox .headLine07 {
		margin-bottom: 3rem;
	}
	.comPrice .comSelectList {
		margin: 0;
		display: block;
	}
	.comPrice .comSelectList li {
		width: auto;
	}
	.comPrice .comSelectList select {
		font-size: 1.3rem;
	}
	.comPrice .comSelectList li:first-child {
		margin-bottom: 2.5rem;
	}
	.comPrice .btmBox {
		margin-top: -0.5rem;
		padding: 0 0 9rem;
	}
	.comPrice .btmBox .borderBox {
		margin: 0 2.7rem;
		padding: 3rem 1.6rem 1.8rem;
		display: block;
	}
	.comPrice .btmBox .left {
		width: auto;
	}
	.comPrice .btmBox h3 {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	.comPrice .btmBox p {
		line-height: 1.61;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}
	.comPrice .btmBox .right {
		width: auto;
		margin-top: 2.6rem;
	}
	.comPrice .btmBox li {
		padding: 0 0 1.7rem 5.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.01em;
		background-size: 4rem auto;
	}
	.comPrice .btmBox li:last-child {
		font-size: 1.5rem;
		letter-spacing: 0.01em;
	}
	.comPrice .btmBox li:last-child span {
		margin: 1.5rem 0 0 -5.4rem;
		font-size: 1rem;
	}
	.comPrice .btmBox li:last-child img {
		margin-top: 1.4rem;
		width: 27.7rem;
	}
}
/*------------------------------------------------------------
	comCaseDetail
------------------------------------------------------------*/
.comCaseDetail {
	padding-bottom: 13rem;
}
.comCaseDetail .detail {
	padding: 4rem 0 12.2rem;
	position: relative;
}
.comCaseDetail .imgBox {
	width: 116.6rem;
	margin: 0 auto;
	align-items: flex-start;
} 
.comCaseDetail .imgBox .photoBox {
	width: 50rem;
	margin: 0;
}
.comCaseDetail .imgBox .photoBox .comArrow {
	z-index: 10;
}
.comCaseDetail .imgBox .photoBox .swiper-pagination {
	bottom: 0.3rem;
}
.comCaseDetail .imgBox .photoBox .swiper-pagination span {
	margin: 0 0.9rem;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #4D4643;
	opacity: 0.3;
	border-radius: 50%;
}
.comCaseDetail .imgBox .photoBox .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}
.comCaseDetail .imgBox .photo {
	vertical-align: top;
}
.comCaseDetail .imgBox .photo img {
	width: 100%;
}
.comCaseDetail .imgBox .textBox {
	width: 53rem;
	margin: -1.1rem 0 0 7.8rem;
}
.comCaseDetail .imgBox .textInfo h3 {
	margin-bottom: 3.9rem;
	color: #171717;
	font-size: max(10px,2.2rem);
	font-weight: 500;
	line-height: 1.7;
}
.comCaseDetail .imgBox .textInfo h3 .txt {
	letter-spacing: 0.03em;
	border-bottom: 1px solid rgba(77,70,67,0.5);
}
.comCaseDetail .imgBox .textInfo h3 .txt.nolink {
	pointer-events: none;
	border-bottom: none;
}
.comCaseDetail .imgBox .textInfo h3 .ico {
	margin: 0 0.4rem;
	color: #222;
	font-size: max(10px,1.3rem);
	letter-spacing: 0.04em;
}
.comCaseDetail .imgBox .textInfo h4 {
	margin-bottom: 1.6rem;
	padding-bottom: 0.6rem;
	color: #222;
	font-size: max(10px,1.6rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	border-bottom: 1px solid rgba(77,70,67,0.65);
	position: relative;
}
.comCaseDetail .imgBox .textInfo h4 small {
	position: absolute;
	right: 0;
	bottom: 1rem;
	font-size: max(10px,1rem);
	font-weight: 400;
	letter-spacing: 0;
}
.comCaseDetail .imgBox .textInfo p {
	margin-bottom: 3.9rem;
	line-height: 1.73;
	letter-spacing: 0.01em;
}
.comCaseDetail .imgBox .textInfo p a {
	border-bottom: 1px solid rgba(77,70,67,0.5);
}
.comCaseDetail .imgBox .listUl {
	width: 39rem;
	margin: 5.7rem 0 3.4rem;
}
.comCaseDetail .imgBox .listUl > li {
	width: 17rem;
}
.comCaseDetail .imgBox .listUl .ttl {
	margin-bottom: 0.9rem;
	color: #222;
	font-size: max(10px,1.6rem);
	font-weight: 500;
	letter-spacing: 0.03em;
}
.comCaseDetail .imgBox .comStaffList {
	margin: 0;
}
.comCaseDetail .imgBox .comStaffList li {
	margin: 0;
	width: auto;
}
.comCaseDetail .imgBox .comStaffList .photo {
	border-radius: 0;
}
.comCaseDetail .imgBox .comStaffList p {
	margin-top: 0.9rem;
	font-size: max(10px,1.4rem);
	font-weight: 300;
	font-family: YakuHanMP, "Roboto", sans-serif;
}
.comCaseDetail .imgBox .comStaffList p span {
	margin: 0 0 0.2rem;
	font-size: max(10px,1.6rem);
}
.comCaseDetail .imgBox .note {
	font-size: max(10px,1.2rem);
}
.comCaseDetail .price {
	margin: 0 1.5rem;
	padding: 6.9rem 0 7.4rem;
	background-color: #FCFCFC;
}
.comCaseDetail .price .note {
	margin-bottom: 0.6rem;
	text-align: right;
	font-size: max(10px,1rem);
}
.comCaseDetail .btmBox {
	padding: 13.6rem 0 0;
}
.comCaseDetail .btmBox .comCaseList::after {
	display: none;
}
.comCaseDetail .tabBox:not(:last-child) {
	margin-bottom: 6rem;
}
@media all and (min-width: 1000px) {
	.comCaseDetail .imgBox .comArrow {
		margin-top: 2.5rem;
		display: flex;
	}
	.comCaseDetail .imgBox .comArrow li {
		width: 1.8rem;
	}
	.comCaseDetail .btmBox .content {
		width: 112.6rem;
	}
	.comCaseDetail .btmBox .comLink {
		position: absolute;
		right: 0;
		top: 0.4rem;
		margin: 0;
	}
	.comCaseDetail .btmBox .headLine07 {
		margin-bottom: 3rem;
	}
	.comCaseDetail .btmBox .comCaseList {
		margin-bottom: 0;
		justify-items: flex-start;
	}
	.comCaseDetail .btmBox .comCaseList li {
		margin-right: calc((100% - 106.4rem) /3);
		width: 26.6rem;
	}
	.comCaseDetail .btmBox .comCaseList li:nth-child(4n) {
		margin-right: 0;
	}
	.comCaseDetail .btmBox .comCaseList a {
		padding: 1.4rem 1.3rem 1.9rem;
	}
	.comCaseDetail .btmBox .comCaseList span {
		margin-bottom: 0.1rem;
		font-size: max(10px,1.5rem);
	}
	body:not(.pad) .comCaseDetail .imgBox .textInfo h3 .txt:hover {
		border-color: rgba(77,70,67,1);
	}
	.comCaseDetail .imgBox .textInfo p a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.comCaseDetail {
		padding-bottom: 13rem;
	}
	.comCaseDetail .detail {
		padding: 11.4rem 2.5rem 6.4rem;
	}
	.comCaseDetail .detail .headLine06 {
		margin-bottom: 0.8rem;
		position: static;
		width: fit-content;
		font-size: 4.2rem;
		writing-mode: lr-tb;
	}
	.comCaseDetail .imgBox {
		width: auto;
		display: block;
	} 
	.comCaseDetail .imgBox .photoBox {
		width: auto;
	}
	.comCaseDetail .imgBox .comArrow {
		margin: 1.6rem 0 0;
		width: auto;
	}
	.comCaseDetail .imgBox .photoBox .swiper-pagination {
		bottom: 0.2rem;
	}
	.comCaseDetail .imgBox .photoBox .swiper-pagination span {
		margin: 0 0.8rem;
		width: 0.6rem;
		height: 0.6rem;
	}
	.comCaseDetail .imgBox .textBox {
		width: auto;
		margin: 2rem 0 0;
	}
	.comCaseDetail .imgBox .textInfo h3 {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
		line-height: 2;
	}
	.comCaseDetail .imgBox .textInfo h3 .txt {
		letter-spacing: 0.01em;
	}
	.comCaseDetail .imgBox .textInfo h3 .ico {
		margin: 0 0.4rem;
		font-size: 1.2rem;
	}
	.comCaseDetail .imgBox .textInfo h4 {
		margin-bottom: 1rem;
		color: #4D4643;
		font-weight: 600;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}
	.comCaseDetail .imgBox .textInfo h4 small {
		font-size: 1rem;
	}
	.comCaseDetail .imgBox .textInfo p {
		margin-bottom: 3.9rem;
		line-height: 1.64;
		font-size: 1.4rem;
		letter-spacing: 0.01em;
	}
	.comCaseDetail .imgBox .listUl {
		width: auto;
		margin: 6.2rem 0 2.3rem;
		justify-content: space-between;
	}
	.comCaseDetail .imgBox .listUl > li {
		width: 44.6%;
	}
	.comCaseDetail .imgBox .listUl .ttl {
		margin-bottom: 0.7rem;
		color: #4D4643;
		font-size: 1.3rem;
		font-weight: 600;
		letter-spacing: 0.02em;
	}
	.comCaseDetail .imgBox .comStaffList p {
		margin-top: 1.4rem;
		font-size: 1.2rem;
	}
	.comCaseDetail .imgBox .comStaffList p span {
		font-size: 1.5rem;
        line-height: 1.2;
	}
	.comCaseDetail .imgBox .note {
		font-size: 1rem;
	}
	.comCaseDetail .price {
		margin: 0;
		padding: 4.9rem 1rem 5rem;
	}
	.comCaseDetail .price .note {
		margin-bottom: 0.6rem;
		font-size: 1rem;
	}
	.comCaseDetail .btmBox {
		padding: 10rem 2.4rem 0;
	}
	.comCaseDetail .btmBox .headLine07 {
		margin-left: -0.2rem;
	}
	.comCaseDetail .btmBox .comCaseList {
		margin-bottom: 3.6rem;
		justify-content: space-between;
	}
}
/*------------------------------------------------------------
	comLocation
------------------------------------------------------------*/
.comLocation {
	padding: 15.3rem 0 17.6rem;
	flex-direction: row-reverse;
}
.comLocation .mapBox {
	width: calc(50% + 0.1rem);
}
.comLocation .map {
    position: relative;
    padding-bottom: 66.25%;
    height: 0;
    overflow: hidden;
	filter: grayscale(100%);
}
.comLocation .map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.comLocation .mapBox p {
	margin-top: 0.8rem;
	text-align: right;
	font-size: max(10px,1.2rem);
	position: relative;
	z-index: 1;
}
.comLocation .mapBox a {
	color: #13424C;
	display: inline-block;
	border-bottom: 1px solid rgba(19,66,76,0.3);
}
.comLocation .textBox {
	width: calc(50% - 14.3rem);
	margin-top: 4.6rem;
	position: relative;
}
.comLocation .title {
	margin-bottom: 4.6rem;
	color: #13424C;
	font-size: 4.5rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.comLocation .textList {
	color: #222;
}
.comLocation .textList li {
	padding: 0 0 5.6rem 4.4rem;
	position: relative;
	font-size: max(10px,1.4rem);
	line-height: 1.71;
	letter-spacing: 0.02em;
}
.comLocation .textList .ttl {
	font-weight: 400;
	position: absolute;
	left: -0.5rem;
	top: 0.5rem;
	writing-mode: vertical-rl;
	color: #13424C;
}
.comLocation .textList .en {
	margin-top: 1.6rem;
	display: block;
	letter-spacing: 0;
	font-size: max(10px,1.3rem);
	line-height: 1.61;
}
@media all and (min-width: 1000px) {
	.comLocation .mapBox a:hover {
		opacity: 0.5;
	}
	.pad .comLocation .mapBox a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.comLocation {
		padding: 8rem 0 8.7rem;
		display: block;
	}
	.comLocation .mapBox {
		margin: 0.9rem 2rem 0 0;
		width: auto;
	}
	.comLocation .mapBox p {
		margin-top: 0.9rem;
		font-size: 1rem;
	}
	.comLocation .textBox {
		width: auto;
		margin-top: 0;
	}
	.comLocation .title {
		margin: 0 2.5rem 2rem;
		font-size: 2.7rem;
		letter-spacing: 0.03em;
	}
	.comLocation .textList li {
		padding: 0 0 4.2rem 4rem;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.02em;
	}
	.comLocation .textList .ttl {
		left: -0.8rem;
		top: 0.5rem;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
	}
	.comLocation .textList .en {
		margin-top: 1.1rem;
		font-size: 1.2rem;
		line-height: 1.33;
	}
}
.grecaptcha-badge { visibility: hidden; }