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

/*ぱんくず*/
.pancz {
	width: 1200px;
	position: absolute;
	top: 110px;
	right: calc(50% - 600px);
	z-index: 10;
}

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

.pancz ol li {
	font-size: 14px;
	color: #555;
	line-height: 1.2em;
	padding-right: 15px;
	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 {
	width: 100%;
	height: 500px;
	padding-top: 180px;
	background-image: url("../../../images/mv_main_bg.webp");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}

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

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

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

#mv > div.box {
	width: 100%;
	height: 380px;
	position: absolute;
	left: 0;
	bottom: -60px;
}

#mv > div.box > div:first-of-type {
	position: absolute;
	left: calc(50% - 600px);
	bottom: 0;
}

/*mv大項目*/
#mv > div.box > div:nth-of-type(2) {
	width: 49.41%;
	height: 320px;
	padding-left: 4.16%;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	right: 0;
	bottom: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#mv > div.box > div:nth-of-type(2) > p {
	width: 520px;
}

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

/*施術詳細ページ*/
#treatment #mv > div.box > div:nth-of-type(2) {
	width: 49.41%;
	padding-top: 50px;
	padding-left: 4.16%;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	right: 0;
	top: 60px;
}

#mv > div.box > div:nth-of-type(2) ul.point {
	width: 445px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#mv > div.box > div:nth-of-type(2) ul.point li {
	width: 134px;
	border: 2px solid #9b7b3b;
	background-color: #fff;
}

#mv > div.box > div:nth-of-type(2) ul.point li p.point_t01 {
	background-color: #9b7b3b;
	border-bottom: 2px solid #9b7b3b;
	height: 25px;
	font-size: 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;
	align-items: center;
	justify-content: center;
}

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

#mv > div.box > div:nth-of-type(2) ul.point li p.point_t02 {
	padding: 25px 0;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
}

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

#mv > div.box > div:nth-of-type(2) div.monitor_price dl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price dl dt {
	font-size: 18px;
	line-height: 1.2em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
	padding-right: 15px;
}

#mv > div.box > div:nth-of-type(2) div.monitor_price dl dd {
	font-size: 40px;
	line-height: 1.2em;
	font-family: 'Noto Serif JP', sans-serif;
	color: #ce3939;
	font-weight: 600;
	white-space: nowrap;
}

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

#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: 18px;
	text-decoration: none;
}

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

#mv > div.box > div:nth-of-type(2) div.monitor_price p a:hover {
	opacity: .8;
}


/*目次*/
#contents_list {
	padding: 150px 0 100px;
}

#contents_list > div {
	width: 1198px;
	margin: 0 auto;
	border: 1px solid #baae8c;
	background-color: #f9f9f9;
	padding: 45px 0 30px;
	position: relative;
}

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

#contents_list > div p:nth-child(2) {
	position: absolute;
	top: 50px;
	right: 30px;
	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 {
	column-count: 2;
    column-gap: 0;
	padding-left: 80px;
	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: 150px 0 0;
}

#treatment #contents_list > p.read {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}


/*関連メニュー*/
#kanren {
	padding: 110px 0 120px;
	width: 1200px;
	margin: 0 auto;
}

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

#kanren ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-top: 35px;
}

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

#kanren > ul li:nth-child(4n) {
	margin-right: 0;
}

#kanren ul li br {
	display: none;
}

#kanren ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc(100% - 26px);
	padding: 13px 0;
	line-height: 1.2em;
	text-align: center;
	color: #222;
	text-decoration: none;
}

#kanren ul li a:hover {
	opacity: .8;
}

#kanren > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}

#kanren > div > div {
	width: 596px;
}

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

#kanren > div > div > ul li:nth-child(2n) {
	margin-right: 0;
}


/*LP用フォーム*/
#lp_form {
	width: 1200px;
	margin: 0 auto;
	padding: 110px 0 120px;
}