@charset "utf-8";





/*==========================================================================

	           menu  施術メニュー
	
============================================================================*/

.menu #pankuzu {
	background-color: #fbfbf4;
}

/*---------------------------------------
         #menu-container
---------------------------------------*/

#menu-container ol > li {
	padding: 110px 5% 110px;
	overflow: hidden;
}
#menu-container ol > li:nth-child(odd) {
	background-color: #fbfbf4;
}
@media screen and (max-width: 768px){
	#menu-container ol > li {
		padding: 12% 5% 12%;
	}
}

/*---------------------------------------
         #menu-nav
---------------------------------------*/

.menu-nav-box {
	max-width: 1200px;
	margin: 0 auto;
}
.menu-nav-box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.menu-nav-box dt {
	width: 58%;
}
.menu-nav-box dl ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-nav-box dl ul:first-of-type {
	margin-bottom: 2em;
}
.menu-nav-box dt ul > li {
	width: 48%;
	margin-bottom: 10px;
}
.menu-nav-box dt ul > li a {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	border: #e2ded5 1px solid;
	color: #3e3a39;
	font-size: clamp(15px, 3vw, 20px);
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
    transition: .5s;
}
.menu-nav-box dt ul > li a:hover {
	background-color: #fff;
	border: #c9a86c 1px solid;
	color: #c9a86c;
    transition: .5s;
}
.menu-nav-box dt ul > li a:before {
	display: block;
	content: '→';
	width: 1em;
	height: 1em;
	color: #c9a86c;
	position: absolute;
	top: 19%;
	right: 15px;
	text-align: right;
    transition: .5s;
}
.menu-nav-box dt ul > li a:hover:before  {
	color: #c9a86c;
}
.menu-nav-box dd {
	width: 37%;
	max-width: 440px;
	line-height: 0;
}

@media screen and (max-width: 1024px){
	.menu-nav-box dt {
		width: 100%;
		margin-bottom: 10%;
	}
	.menu-nav-box dd {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 641px){
	.menu-nav-box dt ul > li {
		width: 80%;
		margin: 0 auto 10px;
		text-align: center;
	}
}

/*---------------------------------------
        #menu-sec1～9
---------------------------------------*/

.menu-ttl {
	max-width: 1200px;
	margin: 0 auto;
	font-size: clamp(19px, 4.5vw, 38px);
	color: #3e3a39;
	line-height: 1.4;
	letter-spacing: 0.05em;
	/* margin-bottom: 2em; */
}

.menu-box {
	max-width: 1200px;
	/* margin: 0 auto 100px; */
	margin: 0 auto;
	padding-top: 100px;
}
/* .menu-box:first-of-type {
	padding-top: 0;
} */
/* .menu-box:last-of-type {
	margin-bottom: 0;
} */
.menu-box .menu-sub {
	font-size: clamp(15px, 3vw, 20px);
	color: #3e3a39;
	line-height: 1.6;
	letter-spacing: 0.05em;
	border-bottom: #c9a86c 1px solid;
	padding-bottom: 0.7em;
	margin-bottom: 1.2em;
}
.menu-box .menu-sub strong {
	font-size: clamp(17px, 3vw, 26px);
}
.menu-box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-box dt {
	width: 58%;
}
.menu-box dd {
	width: 37%;
	max-width: 440px;
	line-height: 0;
}
.menu-box table {
	width: 100%;
	margin: 1.5em 0;
	font-size: clamp(13px, 2.5vw, 16px);
	line-height: 1.5;
	border-top: #e8e7dc 1px solid;
}
.menu-box th {
	padding: 0.7em 1em;
	border-bottom: #e8e7dc 1px solid;
}
.menu-box th.menu-table-sub {
	background-color: #f2f1e7;
	font-weight: bold;
	padding: 0.4em 1em;
}
.menu-box td {
	padding: 0.7em 1em;
	border-bottom: #e8e7dc 1px solid;
}
.menu-box td.menu-price {
	min-width: 8em;
	text-align: right;
}
.menu-box td.menu-price .tax {
	font-size: clamp(8px, 1.5vw, 10px);
}
.menu-box ul.menu-caution {
	margin: 1em 0;
}
.menu-box ul.menu-caution li {
	font-size: clamp(13px, 2.5vw, 15px);
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
.menu-box .menu-time {
	margin-top: 1.5em;
	line-height: 1;
	vertical-align: middle;
}
.menu-box .menu-time span {
	display: inline-block;
	border: #bfbdba 1px solid;
	padding: 0.3em 1.2em;
	margin-right: 1em;
	font-size: clamp(11px, 2vw, 13px);
	vertical-align: middle;
}

@media screen and (max-width: 1024px){
	.menu-box dt {
		width: 100%;
		margin: 0 auto 10%;
	}
	.menu-box dd {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.menu-ttl {
		text-align: center;
		margin-bottom: -5%;
	}
	.menu-box {
		/* margin-bottom: 15%; */
		padding-top: 15%;
	}
}
@media screen and (max-width: 481px){
	/* .menu-box th {
		padding: 0.7em 1em 0.7em 0;
	} */
	.menu-box td {
		padding: 0.7em 0;
	}
}

/*---------------------------------------
        #menu-txt
---------------------------------------*/

.menu-txt-box {
	max-width: 800px;
	margin: 0 auto;
	padding: 2.5em 1em;
	box-sizing: border-box;
	background-color: #f9f4e4;
	text-align: center;
}



/*==========================================================================

	           doctor  ドクター紹介
	
============================================================================*/

/*---------------------------------------
         #doctor-sec1
---------------------------------------*/

#doctor-sec1 {
	padding: 0 5% 100px;
}
@media screen and (max-width: 768px){
	#doctor-sec1 {
		padding: 10% 5% 12%;
	}
}

.doctor-sec1-box1 {
	max-width: 1600px;
	margin: 0 auto;
}
.doctor-sec1-box1 dl {
	position: relative;
}
.doctor-sec1-box1 dl::before {
	background: linear-gradient(120deg, transparent 0%, transparent 58%, #4b4645 58%, #4b4645 100%);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.doctor-sec1-box1 dt {
	background-color: #c6d0d9;
	line-height: 0;
}
.doctor-sec1-box1 dt img.pc {
	max-width: 1300px;
}
.doctor-sec1-box1 dt img.sp {
	display: none;
}
.doctor-sec1-box1 dd {
	position: absolute;
	top: 43%;
	right: 5%;
	z-index: 3;
	text-align: right;
	line-height: 1.4;
}
.doctor-sec1-box1 dd h2 {
	font-size: clamp(18px, 3vw, 40px);
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.15em;
	padding-right: 1.5em;
	margin-bottom: 0.3em;
}
.doctor-sec1-box1 dd h3 {
	font-size: clamp(22px, 3vw, 50px);
	color: #716a68;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px){
	.doctor-sec1-box1 dl::before {
		display: none;
	}
	.doctor-sec1-box1 dt img.pc {
		display: none;
	}
	.doctor-sec1-box1 dt img.sp {
		max-width: 800px;
		display: block;
	}
	.doctor-sec1-box1 dd {
		position: inherit;
		top: inherit;
		right: inherit;
		text-align: center;
		background-color: #4b4645;
		padding: 1.5em 0;
	}
	.doctor-sec1-box1 dd h2 {
		font-size: clamp(18px, 4vw, 40px);
		padding-right: 0;
	}
	.doctor-sec1-box1 dd h3 {
		font-size: clamp(22px, 4vw, 50px);
	}
}


.doctor-sec1-box2 {
	max-width: 800px;
	margin: 0 auto;
}
.doctor-sec1-box2 h2 {
	font-size: clamp(18px, 4vw, 38px);
	text-align: center;
	color: #3e3a39;
	line-height: 1.4;
	margin: 2.5em 0 1.2em;
}

/*---------------------------------------
         #doctor-sec2
---------------------------------------*/

#doctor-sec2 {
	background-color: #f7f4eb;
}

.doctor-sec2-box1 {
	max-width: 1100px;
	margin: 0 auto 4em;
}
.doctor-sec2-box1 h2 {
	color: #c9a86c;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.6em;
	margin-bottom: 80px;
}
.doctor-sec2-box1 dl {
	padding-right: 35px;
	position: relative;
}
.doctor-sec2-box1 dt {
	width: 37%;
	max-width: 400px;
	position: absolute;
	top: -35px;
	right: 0;
}
.doctor-sec2-box1 dd {
	max-width: 1060px;
	padding: 2.5em 38% 2.5em 3em;
	box-sizing: border-box;
	color: #fff;
	background-color: #4b4645;
}
@media screen and (max-width: 1024px){
	.doctor-sec2-box1 h2 {
		margin-bottom: 8%;
	}
	.doctor-sec2-box1 dl {
		background-color: #4b4645;
		padding: 5% 5% 6%;
	}
	.doctor-sec2-box1 dt {
		width: 100%;
		margin: 0 auto;
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.doctor-sec2-box1 dd {
		max-width: 1060px;
		padding: 7% 0 0;
	}
}


.doctor-sec2-box2 {
	max-width: 800px;
	margin: 0 auto;
}
.doctor-sec2-box2 table {
	width: 100%;
}
.doctor-sec2-box2 th {
	width: 10em;
	text-align: center;
	letter-spacing: 1em;
	border-right: #c9a86c 1px solid;
	vertical-align: top;
	padding: 2em 0;
}
.doctor-sec2-box2 td {
	padding: 2em 0 2em 4em;
}
.doctor-sec2-box2 td ul li {
	margin-bottom: 1em;
}
.doctor-sec2-box2 td ul li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	.doctor-sec2-box2 th {
		display: block;
		width: inherit;
		border-right: none;
		border-bottom: #c9a86c 1px solid;
		padding: 0 0 1em;
	}
	.doctor-sec2-box2 td {
		display: block;
		padding: 2em 0 0 5%;
	}
}

/*---------------------------------------
         #doctor-sec3
---------------------------------------*/

.doctor-sec3-box1 {
	max-width: 1100px;
	margin: 0 auto 4em;
}
.doctor-sec3-box1 h3 {
	color: #c9a86c;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.6em;
	margin-bottom: 1em;
}
.doctor-sec3-box1 h2 {
	font-size: clamp(18px, 4vw, 40px);
	text-align: center;
	color: #3e3a39;
	line-height: 1.4;
	margin-bottom: 2em;
}

.doctor-sec3-box2 {
	max-width: 1200px;
	margin: 0 auto;
}
.doctor-sec3-box2 ol > li {
	margin-bottom: 100px;
}
.doctor-sec3-box2 ol > li:last-child {
	margin-bottom: 0;
}
.doctor-sec3-box2 dl {
	position: relative;
}
.doctor-sec3-box2 ol > li:nth-child(odd) dl {
	padding-left: 70px;
}
.doctor-sec3-box2 ol > li:nth-child(even) dl {
	padding-right: 70px;
}
.doctor-sec3-box2 dt {
	width: 25%;
	max-width: 300px;
	position: absolute;
}
.doctor-sec3-box2 ol > li:nth-child(odd) dt {
	top: -30px;
	left: 0;
}
.doctor-sec3-box2 ol > li:nth-child(even) dt {
	top: -30px;
	right: 0;
}
.doctor-sec3-box2 dd {
	max-width: 1130px;
	box-sizing: border-box;
	background-color: #4b4645;
	color: #fff;
}
.doctor-sec3-box2 ol > li:nth-child(odd) dd {
	padding: 10% 10% 10% 25%;
}
.doctor-sec3-box2 ol > li:nth-child(even) dd {
	padding: 10% 25% 10% 10%;
}
.doctor-sec3-box2 dd h2 {
	font-size: clamp(18px, 4vw, 34px);
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.4;
	margin-bottom: 0.1em;
}
.doctor-sec3-box2 dd h3 {
	font-size: clamp(22px, 4vw, 40px);
	color: #716a68;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

@media screen and (max-width: 1024px){
	.doctor-sec3-box2 ol > li {
		margin-bottom: 8%;
	}
	.doctor-sec3-box2 dl {
		background-color: #4b4645;
	}
	.doctor-sec3-box2 ol > li:nth-child(odd) dl {
		padding: 8% 5% 8%;
	}
	.doctor-sec3-box2 ol > li:nth-child(even) dl {
		padding: 8% 5% 8%;
	}
	.doctor-sec3-box2 dt {
		width: 50%;
		margin: 0 auto;
		position: inherit;
	}
	.doctor-sec3-box2 ol > li:nth-child(odd) dt {
		top: inherit;
		left: inherit;
	}
	.doctor-sec3-box2 ol > li:nth-child(even) dt {
		top: inherit;
		right: inherit;
	}
	.doctor-sec3-box2 ol > li:nth-child(odd) dd {
		padding: 7% 0 0;
	}
	.doctor-sec3-box2 ol > li:nth-child(even) dd {
		padding: 7% 0 0;
	}
	.doctor-sec3-box2 dd h2 {
		text-align: center;
	}
	.doctor-sec3-box2 dd h3 {
		text-align: center;
	}
}


/*==========================================================================

	           access  はじめての方へ
	
============================================================================*/

/*---------------------------------------
         #access-sec1
---------------------------------------*/

#access-sec1 {
	background-color: #f7f4eb;
	padding: 80px 5% 100px;
}
@media screen and (max-width: 768px){
	#access-sec1 {
		padding: 12% 5% 12%;
	}
}


.access-sec1-box1 {
	max-width: 1200px;
	margin: 0 auto;
}
.access-sec1-box1 h3 {
	max-width: 1200px;
	margin: 80px auto 0;
}
.access-sec1-box1 p {
	text-align: center;
}
@media screen and (max-width: 768px){
	.access-sec1-box1 h3 {
		margin: 7% auto 0;
	}
	.access-sec1-box1 p {
		text-align: left;
	}
}


.access-sec1-box2 {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 0 60px;
}
.access-sec1-box2 h2 {
	font-size: clamp(18px, 4vw, 38px);
	text-align: center;
	color: #3e3a39;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}
.access-sec1-box2 table {
	width: 100%;
	border-top: #e8e7dc 1px solid;
	line-height: 1.6;
}
.access-sec1-box2 th {
	width: 12em;
	font-size: clamp(13px, 3vw, 14px);
	text-align: center;
	border-bottom: #e8e7dc 1px solid;
	padding: 1em;
}
.access-sec1-box2 td {
	border-bottom: #e8e7dc 1px solid;
	padding: 1em;
}
.access-sec1-box2 td a {
	color: #c9a86c;
	text-decoration: none;
}
.access-sec1-box2 td a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	.access-sec1-box2 {
		padding: 10% 0;
	}
	.access-sec1-box2 table {
		border-left: #e8e7dc 1px solid;
		border-right: #e8e7dc 1px solid;
		box-sizing: border-box;
	}
	.access-sec1-box2 th {
		width: 100%;
		display: block;
		font-weight: bold;
		background-color: #e8e7dc;
		padding: 0.5em 0;
	}
	.access-sec1-box2 td {
		display: block;
		padding: 1.3em 1.5em;
	}
}


.access-sec1-box3 {
	max-width: 1000px;
	margin: 0 auto;
}
.access-sec1-box3 dl {
	background-color: #ece6cf;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.access-sec1-box3 dt {
	width: 36%;
	padding: 2% 0;
	box-sizing: border-box;
	color: #a58447;
	font-size: clamp(16px, 3vw, 20px);
	text-align: center;
}
.access-sec1-box3 dd {
	width: 64%;
	padding: 3% 5%;
	box-sizing: border-box;
	background-color: #fff;
}
@media screen and (max-width: 768px){
	.access-sec1-box3 dt {
		width: 100%;
	}
	.access-sec1-box3 dd {
		width: 100%;
		padding: 5% 5%;
	}
}


.access-sec1-box4 {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0 120px;
}
.access-sec1-box4 h2 {
	font-size: clamp(16px, 3vw, 22px);
	text-align: center;
	color: #3e3a39;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}
.access-sec1-btn {
	margin-top: 2em;
}
.access-sec1-btn a {
	display: block;
	width: 17em;
	margin: 0 auto;
	padding: 0.5em 0;
	background-color: #c9a86c;
	border: #c9a86c 3px solid;
	color: #fff;
	font-size: clamp(16px, 3vw, 22px);
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
    transition: .5s;
}
.access-sec1-btn a:hover {
	background-color: #fff;
	border: #c9a86c 3px solid;
	color: #c9a86c;
    transition: .5s;
}
.access-sec1-btn a:before {
	display: block;
	content: '→';
	width: 1em;
	height: 1em;
	color: #fff;
	position: absolute;
	top: 20%;
	right: 20px;
	text-align: right;
    transition: .5s;
}
.access-sec1-btn a:hover:before  {
	color: #c9a86c;
}
@media screen and (max-width: 768px){
	.access-sec1-box4 {
		padding: 12% 0 15%;
	}
}


.access-sec1-box5 {
	line-height: 0;
}
.access-sec1-box5 iframe {
	width: 100%;
	height: 400px;
}


/*==========================================================================

	           first  はじめての方へ
	
============================================================================*/

.first #pankuzu {
	background-color: #fbfbf4;
}

/*---------------------------------------
         #first-sec1
---------------------------------------*/

#first-sec1 {
	background-color: #fbfbf4;
	padding: 60px 5% 100px;
}
@media screen and (max-width: 768px){
	#first-sec1 {
		padding: 12% 5% 12%;
	}
}

.first-sec1-box1 {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.first-sec1-box1 p {
	font-size: clamp(14px, 3vw, 18px);
	line-height: 2.5;
}

/*---------------------------------------
         #first-sec2
---------------------------------------*/

#first-sec2 {
	background: linear-gradient(125deg, #f2f0e4 0%, #f2f0e4 50%, #ebe9dd 50%, #ebe9dd 100%);
}

.first-sec2-box1 {
	max-width: 1100px;
	margin: 0 auto;
}
.first-sec2-box1 h2 {
	font-size: clamp(18px, 4vw, 40px);
	text-align: center;
	color: #3e3a39;
	margin-bottom: 2em;
}
.first-sec2-box1 ol > li  {
	margin-bottom: 3em;
}
.first-sec2-box1 ol > li:last-child  {
	margin-bottom: 0;
}
.first-sec2-box1 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.first-sec2-box1 ol > li:nth-child(even) dl {
	flex-direction: row-reverse;
}
.first-sec2-box1 dt {
	width: 40%;
	max-width: 440px;
}
.first-sec2-box1 dd {
	width: 57%;
}
.first-sec2-box1 ol > li:nth-child(even) dd {
	padding-left: 13%;
	box-sizing: border-box;
}
.first-sec2-box1 dd h3 {
	font-size: clamp(16px, 3vw, 24px);
	color: #3e3a39;
	margin-bottom: 0.8em;
}
.first-sec2-box1 dd ul > li {
	background: url(../img/first/check.png) no-repeat 0 center;
	padding-left: 1.5em;
	margin-bottom: 0.8em;
	line-height: 1.5;
}

@media screen and (max-width: 1100px){
	.first-sec2-box1 ol > li:nth-child(even) dd {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px){
	.first-sec2-box1 dt {
		width: 60%;
		margin: 0 auto 1.5em;
	}
	.first-sec2-box1 dd {
		width: 100%;
	}
	.first-sec2-box1 dd h3 {
		text-align: center;
	}
}

/*---------------------------------------
         #first-sec3
---------------------------------------*/

#first-sec3 {
	background-color: #312f2e;
}

.first-sec3-box1 {
	max-width: 1100px;
	margin: 0 auto;
}
.first-sec3-box1 h2 {
	font-size: clamp(17px, 4vw, 38px);
	text-align: center;
	color: #fff;
	margin-bottom: 2em;
}
.first-sec3-box1 ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.first-sec3-box1 ol > li {
	width: 48%;
	max-width: 510px;
	margin-bottom: 3em;
}
.first-sec3-box1 ol > li:last-child {
	margin-bottom: 0;
}
.first-sec3-box1 dl {
	padding-top: 1.2em;
}
.first-sec3-box1 dt {
	font-size: clamp(16px, 3vw, 24px);
	color: #c9a86c;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.first-sec3-box1 dd {
	color: #c8c4bc;
	padding-right: 80px;
}
.first-sec3-box1 ol > li:nth-child(1) dl {background: url(../img/first/sec3-n01.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(2) dl {background: url(../img/first/sec3-n02.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(3) dl {background: url(../img/first/sec3-n03.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(4) dl {background: url(../img/first/sec3-n04.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(5) dl {background: url(../img/first/sec3-n05.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(6) dl {background: url(../img/first/sec3-n06.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(7) dl {background: url(../img/first/sec3-n07.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(8) dl {background: url(../img/first/sec3-n08.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(9) dl {background: url(../img/first/sec3-n09.png) no-repeat right 0;}
.first-sec3-box1 ol > li:nth-child(10) dl {background: url(../img/first/sec3-n10.png) no-repeat right 0;}

@media screen and (max-width: 768px){
	.first-sec3-box1 ol > li {
		width: 100%;
		margin: 0 auto 3em;
	}
}

/*---------------------------------------
         #first-sec4
---------------------------------------*/

#first-sec4 {
	background: url(../img/first/sec4-bg.png) no-repeat center 0 / 100% auto;
	background-color: #fbfbf4;
}

.first-sec4-box1 {
	max-width: 1000px;
	margin: 0 auto 3em;
}
.first-sec4-box1 h2 {
	font-size: clamp(17px, 4vw, 38px);
	text-align: center;
	color: #3e3a39;
	padding: 12% 0 16%;
}
.first-sec4-box1 dl {
	border: #ead8b8 1px solid;
	background-color: rgba(253,253,249,0.7);
	padding: 2em 0;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.first-sec4-box1 dt {
	width: 20%;
	color: #c9a86c;
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 0.4em;
}
.first-sec4-box1 dd {
	width: 80%;
}
.first-sec4-box1 dd h3 {
	font-size: clamp(16px, 3vw, 22px);
	color: #3e3a39;
	margin-bottom: 0.2em;
}
.first-sec4-box1 dd ul {
	margin-top: 1em;
	line-height: 1.5;
}
.first-sec4-box1 dd ul li {
	font-size: clamp(12px, 3vw, 14px);
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px){
	.first-sec4-box1 h2 {
		padding: 4% 0 10%;
	}
	.first-sec4-box1 dt {
		width: 100%;
		padding-top: 0;
	}
	.first-sec4-box1 dd {
		width: 100%;
		padding: 0 1em;
		text-align: center;
	}
	.first-sec4-box1 dd h3 {
		margin-bottom: 1em;
	}
	.first-sec4-box1 dd ul li {
		text-align: left;
	}
}


.first-sec4-box2 {
	max-width: 700px;
	margin: 0 auto;
	padding: 2em 2em;
	background-color: #f9f4e4;
	text-align: center;
}
.first-sec4-box2 h3 {
	font-size: clamp(17px, 3vw, 22px);
	text-align: center;
	color: #a58447;
	letter-spacing: 0.2em;
	margin-bottom: 0.2em;
}
@media screen and (max-width: 768px){
	.first-sec4-box2 p {
		text-align: left;
	}
}


/*---------------------------------------
         #first-sec5
---------------------------------------*/

#first-sec5 {
	background: linear-gradient(125deg, #4b4645 0%, #4b4645 50%, #534e4c 50%, #534e4c 100%);
}

.first-sec5-box1 {
	max-width: 1200px;
	margin: 0 auto;
}
.first-sec5-box1 h2 {
	font-size: clamp(17px, 4vw, 38px);
	text-align: center;
	color: #fff;
	margin-bottom: 3em;
}
.first-sec5-box1 ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.first-sec5-box1 ol li {
	width: 31%;
	background-color: rgba(201,168,108,0.55);
	padding: 6em 0 2em;
	position: relative;
}
.first-sec5-box1 ol li h3 {
	max-width: 160px;
	width: 44%;
	position: absolute;
	top: -60px;
	left: 10px;
}
.first-sec5-box1 ol li h4 {
	font-size: clamp(18px, 3vw, 21px);
	text-align: center;
	color: #fff;
	border-bottom: #c6b79c 1px solid;
	padding-bottom: 3em;
}
.first-sec5-box1 ol li p {
	color: #e7dfd1;
	padding: 1.5em 2em 0;
}

@media screen and (max-width: 1024px){
	.first-sec5-box1 ol li {
		width: 48%;
		margin: 0 auto 10%;
	}
	.first-sec5-box1 ol li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px){
	.first-sec5-box1 ol li {
		max-width: 500px;
		width: 80%;
		margin: 0 auto 15%;
	}
	.first-sec5-box1 ol li h3 {
		width: 35%;
		top: -15%;
	}
}
@media screen and (max-width: 481px){
	.first-sec5-box1 ol li h3 {
		top: -10%;
	}
}

/*---------------------------------------
         #first-sec6
---------------------------------------*/

#first-sec6 {
	background-color: #fff;
}

.first-sec6-box1 {
	max-width: 1100px;
	margin: 0 auto;
}
.first-sec6-box1 h2 {
	font-size: clamp(17px, 4vw, 26px);
	text-align: center;
	color: #3e3a39;
	margin-bottom: 2em;
}


/*==========================================================================

	           faq  よくある質問
	
============================================================================*/

/*---------------------------------------
         #faq-sec1
---------------------------------------*/

#faq-sec1 {
	padding: 60px 5% 0;
}
@media screen and (max-width: 768px){
	#faq-sec1 {
		padding: 10% 5% 5%;
	}
}

.faq-sec1-box1 {
	max-width: 650px;
	margin: 0 auto 4em;
}

.faq-sec1-box2 {
	max-width: 1100px;
	margin: 0 auto;
}
.faq-sec1-box2 ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.faq-sec1-box2 ul li {
	width: 24%;
	margin: 0 0.5% 1%;
}
.faq-sec1-box2 ul li a {
	display: block;
	padding: 0.8em 0;
	background-color: #fff;
	border: #c9a86c 1px solid;
	color: #3e3a39;
	font-size: clamp(12px, 2vw, 15px);
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-sizing: border-box;
    transition: .5s;
}
.faq-sec1-box2 ul li a:hover {
	background-color: #c9a86c;
	border: #c9a86c 1px solid;
	color: #fff;
    transition: .5s;
}

@media screen and (max-width: 1024px){
	.faq-sec1-box2 ul li {
		width: 32%;
	}
}
@media screen and (max-width: 768px){
	.faq-sec1-box2 ul {
		justify-content: space-between;
	}
	.faq-sec1-box2 ul li {
		width: 49%;
		margin: 0 0 2%;
	}
}
@media screen and (max-width: 400px){
	.faq-sec1-box2 ul li a {
		font-size: 14px;
	}
	.faq-sec1-box2 ul li {
		width: 100%;
		margin: 0 0 2%;
	}
}

/*---------------------------------------
         #faq-sec2
---------------------------------------*/

#faq-sec2 {
	padding: 0 5% 150px;
}
@media screen and (max-width: 768px){
	#faq-sec2 {
		padding: 0 5% 12%;
	}
}

.faq-sec2-box1 {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 100px;
}
.faq-sec2-box1 h2 {
	font-size: clamp(16px, 3.5vw, 30px);
	color: #3e3a39;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 768px){
	.faq-sec2-box1 {
		padding: 6% 0;
	}
}

/*---------------------------------------
         Accordion
---------------------------------------*/

.faq-Q {
	background: url(../img/first/faq-Q.png) no-repeat 20px center;
	background-color: #f7f4eb;
	color: #3e3a39;
	font-size: clamp(14px, 2.5vw, 18px);
	padding: 0.6em 50px 0.6em 80px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
	box-sizing: border-box;
}
.faq-A {
	padding-left: 80px;
}


.js-accordion--close{
  	display: none;
}
.accordion-box{
	height:0;
	overflow:hidden;
	transition:.4s ease;
}
.js-accordion{
	width: 100%;
    position: relative;
	cursor: pointer;
}
.js-accordion::before{
	content: "";
	width: 2px;
	height: 16px;
	background: #b6b6b6;
	position: absolute;
	right: 27px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .6s ease;
}
.js-accordion::after{
	content: "";
	width: 16px;
	height: 2px;
	background: #b6b6b6;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .6s ease;
}
.js-accordion.is-accordion--open::before{
 	 transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after{
  	transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box{
	height: auto;
	opacity: 1;
	padding: 0.5em 1em 2em 80px;
}

@media screen and (max-width: 768px){
	.faq-Q {
		background: url(../img/first/faq-Q.png) no-repeat 10px center;
		background-color: #f7f4eb;
		padding: 0.6em 35px 0.6em 40px;
	}
	.faq-A {
		padding-left: 40px;
	}
	.js-accordion::before{
		right: 22px;
	}
	.js-accordion::after{
		right: 15px;
	}
	.js-accordion.is-accordion--open + .accordion-box{
		padding: 0.5em 1em 2em 40px;
	}
}


/*==========================================================================

	           first  WEB予約
	
============================================================================*/

/*---------------------------------------
         #reserve-sec1
---------------------------------------*/

#reserve-sec1 {
	background-color: #f7f4eb;
	padding: 80px 5% 100px;
}
@media screen and (max-width: 768px){
	#reserve-sec1 {
		padding: 12% 5% 12%;
	}
}


.reserve-sec1-box1 {
	text-align: center;
	margin-bottom: 3em;
}


.reserve-sec1-box2 {
	text-align: center;
	margin-bottom: 3em;
}
.reserve-sec1-box2 h2 {
	font-size: clamp(17px, 4vw, 38px);
	text-align: center;
	color: #3e3a39;
	letter-spacing: 0.05em;
	margin-bottom: 0.7em;
}
.reserve-sec1-box2 ol {
	margin-bottom: 2.5em;
}
.reserve-sec1-box2 ol li {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.reserve-sec1-box2 ol li::after {
	display: block;
	content: '▼';
	color: #a58447;
	font-size: 12px;
}
.reserve-sec1-box2 ol li:last-child:after {
	display: none;
}
.reserve-sec1-box2 dl {
	border: #e2ded5 1px solid;
	background-color: #fff;
	padding: 0.5em 15% 0.5em 2em;
	line-height: 1.5;
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.reserve-sec1-box2 dt {
	width: 20%;
	font-size: clamp(16px, 3vw, 22px);
	color: #a58447;
}
.reserve-sec1-box2 dd {
	width: 80%;
	font-size: clamp(14px, 3vw, 18px);
	color: #3e3a39;
}

.reserve-sec1-btn {
	margin-bottom: 1.5em;
}
.reserve-sec1-btn a {
	display: block;
	width: 17em;
	margin: 0 auto;
	padding: 0.5em 0;
	background-color: #c9a86c;
	border: #c9a86c 3px solid;
	color: #fff;
	font-size: clamp(16px, 3vw, 22px);
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
    transition: .5s;
}
.reserve-sec1-btn a:hover {
	background-color: #fff;
	border: #c9a86c 3px solid;
	color: #c9a86c;
    transition: .5s;
}
.reserve-sec1-btn a:before {
	display: block;
	content: '→';
	width: 1em;
	height: 1em;
	color: #fff;
	position: absolute;
	top: 20%;
	right: 20px;
	text-align: right;
    transition: .5s;
}
.reserve-sec1-btn a:hover:before  {
	color: #c9a86c;
}


.reserve-sec1-box3 {
	max-width: 1200px;
	margin: 0 auto 3em;
	padding: 2.5em 0;
	background-color: #fff;
}
.reserve-sec1-box3 h2 {
	font-size: clamp(16px, 3vw, 28px);
	text-align: center;
	color: #3e3a39;
	line-height: 1.5;
	margin-bottom: 2em;
}
.reserve-sec1-box3 dt {
	padding: 0 2%;
}
.reserve-sec1-box3 dt ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.reserve-sec1-box3 dt ol li {
	width: 21%;
	margin: 0 2% 4%;
}
.reserve-sec1-box3 dt ol li h3 {
	max-width: 151px;
	width: 80%;
	margin: 0 auto 1em;
}
.reserve-sec1-box3 dt ol li h4 {
	font-size: clamp(16px, 3vw, 20px);
	text-align: center;
	color: #a58447;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.reserve-sec1-box3 dt ol li p {
	line-height: 1.6;
}
.reserve-sec1-box3 dd {
	border-top: #e2ded5 1px solid;
	padding-top: 1.5em;
	text-align: center;
}
@media screen and (max-width: 1024px){
	.reserve-sec1-box3 dt ol li {
		width: 46%;
		margin: 0 2% 4%;
	}
}
@media screen and (max-width: 481px){
	.reserve-sec1-box3 dt ol li {
		width: 80%;
		margin: 0 auto 8%;
	}
}


.reserve-sec1-box4 {
	max-width: 1000px;
	margin: 0 auto;
}
.reserve-sec1-box4 dl {
	border: #ece6cf 1px solid;
	background-color: #ece6cf;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.reserve-sec1-box4 dt {
	width: 36%;
	padding: 2% 0;
	box-sizing: border-box;
	color: #a58447;
	font-size: clamp(16px, 3vw, 20px);
	text-align: center;
}
.reserve-sec1-box4 dd {
	width: 64%;
	padding: 3% 5%;
	box-sizing: border-box;
	background-color: #faf8f3;
}
@media screen and (max-width: 768px){
	.reserve-sec1-box4 dt {
		width: 100%;
	}
	.reserve-sec1-box4 dd {
		width: 100%;
		padding: 5% 5%;
	}
}


/*---------------------------------------
         #reserve-sec2
---------------------------------------*/

.reserve-sec2-box1 {
	max-width: 1100px;
	margin: 0 auto;
}
.reserve-sec2-box1 h2 {
	font-size: clamp(17px, 3vw, 28px);
	text-align: center;
	color: #3e3a39;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 1.5em;
}
.reserve-sec2-box1 table {
	width: 100%;
	border: #e2ded5 3px solid;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
.reserve-sec2-box1 th {
	border-bottom: #e2ded5 1px solid;
	padding: 1em 0.4em;
	font-size: clamp(13px, 2.5vw, 20px);
	text-align: center;
}
.reserve-sec2-box1 td {
	width: 11%;
	border-bottom: #e2ded5 1px solid;
	padding: 1em 0.4em;
	font-size: clamp(13px, 2.5vw, 20px);
	text-align: center;
	box-sizing: border-box;
}
.reserve-sec2-box1 td:first-of-type {
	width: 23%;
	padding: 1em 0.2em;
	font-size: clamp(12px, 2.5vw, 18px);
}
.reserve-sec2-box1 ul {
	text-align: center;
}


/*---------------------------------------
         #reserve-sec3
---------------------------------------*/

#reserve-sec3 {
	background-color: #fbfbf4;
}

.reserve-sec3-box1 {
	max-width: 1000px;
	margin: 0 auto 2.5em;
}
.reserve-sec3-box1 h2 {
	font-size: clamp(18px, 4vw, 38px);
	text-align: center;
	color: #3e3a39;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}
.reserve-sec3-box1 dl {
	border: #ead8b8 1px solid;
	background-color: rgba(253,253,249,0.7);
	padding: 2em 0;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reserve-sec3-box1 dt {
	width: 20%;
	color: #c9a86c;
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 0.4em;
}
.reserve-sec3-box1 dd {
	width: 80%;
}
.reserve-sec3-box1 dd h3 {
	font-size: clamp(16px, 3vw, 22px);
	color: #3e3a39;
	margin-bottom: 0.2em;
}
.reserve-sec3-box1 dd ul {
	margin-top: 1em;
	line-height: 1.5;
}
.reserve-sec3-box1 dd ul li {
	font-size: clamp(12px, 3vw, 14px);
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px){
	.reserve-sec3-box1 dt {
		width: 100%;
		padding-top: 0;
	}
	.reserve-sec3-box1 dd {
		width: 100%;
		padding: 0 1em;
		text-align: center;
	}
	.reserve-sec3-box1 dd h3 {
		margin-bottom: 1em;
	}
	.reserve-sec3-box1 dd ul li {
		text-align: left;
	}
}

.reserve-sec3-box2 {
	text-align: center;
}











/*---------------------------------------
         lightbox (luminous)
---------------------------------------*/

.lum-lightbox {
	z-index: 99;
}
.lum-lightbox-inner img {
	max-width: 1000px;
	margin: 0 auto;
}

