@charset "UTF-8";
/* CSS Document */

/*ぱんくず*/
.pancz {
	width: calc(100% - 40px);
	position: absolute;
	top: 100px;
	right: 20px;
	left: 20px;
	z-index: 10;
	
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.pancz::-webkit-scrollbar {
	display: none;
}

.pancz ol {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.pancz ol li {
	font-size: 14px;
	color: #555;
	line-height: 1.2em;
	padding-right: 15px;
	flex-shrink: 0;
	position: relative;
}

.pancz ol li:last-child {
	padding-right: 0;
}

.pancz ol li::after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
}

.pancz ol li:last-child::after {
	display: none;
}

.pancz ol li a {
	color: #555;
	text-decoration: none;
}

.pancz ol li a:hover {
	text-decoration: underline;
}


/*mv*/
#mv {
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-image: url("../../../images/mv_main_bg.webp");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

#mv > p {
	font-size: 14px;
	color: #232323;
	line-height: 1em;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	padding-bottom: 10px;
}

#mv > h1 {
	font-size: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	text-align: center;
}

#mv > h1 span {
	display: block;
	font-size: 20px;
}

#mv > div.box {
	padding-top: 40px;
}

#mv > div.box > div:nth-of-type(2) {
	width: calc(95% - 40px);
	margin: 0 auto;
	background-color: rgba(255,255,255,.7);
	padding: 30px 20px 35px;
	position: relative;
	top: -20px;
}

#mv > div.box > div:nth-of-type(2) p.t01 {
/*	font-size: 28px;*/
	font-size:min(6.5vw,28px);
	color: #ae8d55;
	font-weight: 600;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 30px;
	text-align: center;
}

/*施術詳細ページ*/
#mv > div.box > div:nth-of-type(2) ul.point {
	width: 100%;
}

#mv > div.box > div:nth-of-type(2) ul.point li {
	width: calc(100% - 2px);
	border: 1px solid #9b7b3b;
	background-color: #fff;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#mv > div.box > div:nth-of-type(2) ul.point li:last-child {
	margin-bottom: 0;
}

#mv > div.box > div:nth-of-type(2) ul.point li p.point_t01 {
	width: 20%;
	background-color: #9b7b3b;
	font-size:min(4vw,18px);
	color: #f8e5cf;
	line-height: 1em;
	font-family: 'Noto Serif JP', sans-serif;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#mv > div.box > div:nth-of-type(2) ul.point li p.point_t01 span {
	font-size: 9px;
}

#mv > div.box > div:nth-of-type(2) ul.point li p.point_t02 {
	padding: 15px 10px 15px 20px;
	font-size:min(4vw,18px);
	line-height: 1.5em;
	text-align: center;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price {
	width: calc(100% - 35px);
	padding: 5px 15px 5px 20px;
	margin-top: 10px;
	background-color: #f8f3ea;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price dl dt {
	font-size:min(5vw,22px);
	line-height: 1.2em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	text-align: center;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price dl dd {
	font-size:min(10vw,36px);
	line-height: 1.2em;
	font-family: 'Noto Serif JP', sans-serif;
	color: #ce3939;
	font-weight: 600;
	text-align: center;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price dl dd span {
	font-size:min(5.5vw,20px);
}

#mv > div.box > div:nth-of-type(2) div.monitor_price p {
	text-align: center;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price p a {
	display: block;
	background-color: #ce3939;
	color: #fff;
	font-size:min(4vw,18px);
	text-decoration: none;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price p a span {
	font-size:min(3vw,14px);
	margin-right: 2em;
}


/*目次*/
#contents_list {
	padding: 50px 20px 60px;
}

#contents_list > div {
	border: 1px solid #baae8c;
	background-color: #f9f9f9;
	padding: 70px 20px 30px;
	position: relative;
}

#contents_list > div p.page_list {
	text-align: center;
	font-size: 26px;
	color: #333;
	line-height: 1em;
	font-family: 'Noto Serif JP', sans-serif;
}

#contents_list > div p:nth-child(2) {
	position: absolute;
	top: 15px;
	right: 20px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	font-size: 15px;
	color: #333;
	padding-left: 24px;
	cursor: pointer;
}

#contents_list > div p:nth-child(2)::before {
	content: "×";
	color: #fff;
	font-size: 12px;
	background-color: #4b4b4b;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}

#contents_list > div p.close {
	font-size: 0;
}

#contents_list > div p.close::before {
	content: "+";
	position: absolute;
	left: -50px;
}

#contents_list > div p.close::after {
    content: "OPEN";
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	font-size: 15px;
	color: #333;
    position: absolute;
    top: 0;
	left: -25px;
}

#contents_list > div ul {
	padding-top: 50px;
}

#contents_list > div ul li {
	margin-bottom: 15px;
	padding-right: 35px;
	padding-left: 1em;
	display: inline-block;
	width: calc(100% - 35px - 1em);
	position: relative;
}

#contents_list > div ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 1px;
}

#contents_list > div ul li a {
	color: #333;
	text-decoration: none;
}

#contents_list > div ul li a:hover {
	text-decoration: underline;
}

#contents_list > div ul li span {
	font-size: 14px;
}

/*目次施術詳細*/
#treatment #contents_list {
	padding: 50px 20px 0;
}

#treatment #contents_list > p.read {
	padding-bottom: 50px;
}


/*関連メニュー*/
#kanren {
	padding: 80px 0 60px;
}

#kanren h2 {
	text-align: center;
	background-color: #bfa170;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

#kanren ul {
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

#kanren ul li {
	border: 1px solid #bea06e;
	margin-bottom: 8px;
}

#kanren ul li:last-child {
	margin-bottom: 0;
}

#kanren ul li a {
	display: block;
	padding: 13px 0;
	line-height: 1.2em;
	text-align: center;
	color: #222;
	text-decoration: none;
}

#kanren > div {
	padding-top: 35px;
}

#kanren > div > div {
	padding-bottom: 35px;
}

#kanren > div > div:last-of-type {
	padding-bottom: 0;
}

#kanren > div > div > ul {
	padding-top: 8px;
}


/*LP用フォーム*/
#lp_form {
	padding: 80px 20px 60px;
}