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

/*PC共通*/
.ov {
	background-color: #ffffff;
	display: inline-block;
}

.ov:hover img {
	filter:alpha(opacity850)!important;
	-moz-opacity: 0.8!important;
	opacity: 0.8!important;
}

.sp_cont {
	display: none !important;
}


/*header*/
header {
	width: 100%;
	height: 100px;
	
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.fixed {
	background: rgba(255,255,255,.8);
}

header div {
	width: 1280px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

header div p.read {
	font-size: 12px;
	color: #555;
	line-height: 1em;
	padding: 20px 0 0 25px;
}

header div h1 {
	position: absolute;
	left: 25px;
	top: 47px;
}

header div p.logo {
	position: absolute;
	left: 25px;
	top: 47px;
}

header div > nav > ul {
	position: absolute;
	bottom: 25px;
	left: 435px;
	line-height: 1em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

header div > nav > ul > li {
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}

header div > nav > ul > li+li {
	border-left: 1px solid #222;
}

header div > nav ul li a {
	color: #222;
	text-decoration: none!important;
}

header div > nav ul li a:hover {
	text-decoration: underline!important;
}

header div > ul {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.7);
}

header div p.sp_menu_btn {
	display: none;
}


/*メガメニュー*/
header .m_menu {
    visibility: hidden;
    opacity: 0;
}

header .m01_menu {
    position: absolute;
    left: 0;
    top: 0;
    
    background: linear-gradient(rgba(249,249,249,0)0,rgba(249,249,249,0)30px,rgba(249,249,249,1)30px,rgba(249,249,249,1)100%);
    padding: 45px 10px 15px 10px;
	width: 220px;
}

header .m01_menu::before {
	content: "";
	width: 18px;
	height: 10px;
	background-image: url("../../images/m_menu_yajirushi.webp");
	position: absolute;
	left: 74px;
	top: 20px;
}

header .m01_menu::after {
	content: "";
	width: 100%;
	height: calc(100% - 30px);
	box-shadow: 2px 2px 8px -4px rgba(39, 39, 39, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}

header .m01_menu li {
	line-height: 1.8em;
	padding-left: 1em;
	margin-bottom: 10px;
	position: relative;
}

header .m01_menu li:last-child {
	margin-bottom: 0;
}

header .m01_menu li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}


/*footer*/
footer {
	background-color: #e8e0d3;
}

footer .ftr01 {
	padding: 70px 0 0;
}

footer .ftr01 p.f_logo {
	text-align: center;
	padding-bottom: 35px;
}

footer .ftr01 p.f_add {
	text-align: center;
	padding-bottom: 35px;
	font-size: 15px;
}

footer .ftr01 p.f_add span.t01 {
	padding-left: .5em;
}

footer .ftr01 p.f_add span.t02 {
	padding-left: 3.5em;
}

footer ul.ftr02 {
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #252525;
	padding: 35px 40px 50px;
	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;
}

footer ul.ftr02 li {
	padding-right: 15px;
	font-size: 14px;
	padding-left: 12px;
	margin-bottom: 15px;
	position: relative;
}

footer ul.ftr02 li::before {
	content: "▶";
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

footer ul.ftr02 li a {
	color: #252525;
	text-decoration: none;
}

footer ul.ftr02 li a:hover {
	text-decoration: underline;
}

footer .ftr03 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 110px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

footer .ftr03 > div {
	width: 249px;
}

footer .ftr03 > div p {
	font-size: 15px;
	border-bottom: 1px solid #252525;
}

footer .ftr03 > div > ul > li {
	font-size: 15px;
    border-bottom: 1px dotted #252525;
    position: relative;
    cursor: pointer;
}

footer .ftr03 > div > ul > li::after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 10px;
}

footer .ftr03 > div > ul > li.op::after {
    content: "−";
}

footer .ftr03 > div > ul > li > span {
	display: block;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .ftr03 > div > ul > li > ul {
	border-top: 1px dotted #252525;
}

footer .ftr03 > div > ul > li > ul > li {
	border-bottom: 1px dotted #252525;
}

footer .ftr03 > div > ul > li > ul > li:last-of-type {
	border-bottom: none;
}

footer .ftr03 > div > ul > li > ul > li a {
    display: block;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2em;
    color: #252525;
    text-decoration: none;
    position: relative;
}

footer .ftr03 > div > ul > li > ul > li a::before {
    content: "▶";
	font-size: 9px;
	position: absolute;
	left: 1em;
	top: 10px;
}

footer .ftr03 > div > ul > li > ul > li a:hover {
    text-decoration: underline;
}

footer .ftr03 > div > ul > li > ul > li br {
	display: none;
}

footer .copy {
	padding: 55px 0;
	background-color: #252525;
	font-size: 15px;
	color: #efefef;
	text-align: center;
}

footer .pagetop {
	position: fixed;
	right: 20px;
	bottom: -80px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
}

footer .pagetop.fixed {
	position: fixed;
	right: 20px;
	bottom: 80px;
	opacity: 1;
}

footer .pagetop a {
	display: block;
	color: #949494;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	font-size: 18px;
	text-decoration: none;
	box-shadow: 0px 0px 8px 0px rgba(219, 219, 219, 1);
	line-height: 70px;
	text-align: center;
	transform: rotateZ(-90deg);
}

footer .pagetop a:hover {
	opacity: .8;
}

footer .pagetop a span {
	display: inline-block;
	transform: scale(0.6,1);
}


/*SPメニュー*/
.sp_btn,.sp_nav {
    display: none;
}


/*見出し上部テキスト*/
p.h_t01 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #222;
	line-height: 1em;
	padding-bottom: 15px;
}

p.h_t02 {
	font-size: 35px;
	text-align: center;
	line-height: 1em;
	padding-bottom: 15px;
}

p.h_t03 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1em;
	padding-bottom: 15px;
}

p.h_t04 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1em;
	padding-bottom: 10px;
}


/*見出し*/
h2.h01 {
	text-align: center;
	color: #222;
	line-height: 1em;
}

h2.h02 {
	text-align: center;
	line-height: 1em;
	font-size: 36px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

h2.h03 {
	text-align: center;
	color: #fff;
	line-height: 1em;
}

h2.h04 {
	text-align: center;
	line-height: 1.2em;
	font-size: 36px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
	position: relative;
}

h2.h04::after {
	content: "";
	width: 60px;
	height: 1px;
	border-bottom: 1px solid #555;
	position: absolute;
	left: calc(50% - 30px);
	bottom: -30px;
}

h2.h05 {
	font-size: 20px;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}

h3.h01 {
	text-align: center;
	background-color: #ededed;
	font-size: 20px;
	font-weight: 500;
	color: #222;
	padding: 15px 0;
}

h3.h02 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	padding-bottom: 10px;
	padding-left: 8px;
	border-bottom: 1px solid #252525;
}

h3.h03 {
	font-size: 20px;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-left: 1.2em;
	border-bottom: 1px solid #555;
	position: relative;
}

h3.h03::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

h3.h04 {
	background-color: #ede0c9;
	font-size: 18px;
	padding: 15px 30px;
	line-height: 1.2em;
}

h3.h05 {
	font-size: 20px;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}

h4.h01 {
	background-color: #ede0c9;
	padding: 10px 30px;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: 500;
}

h4.h02 {
	background-color: #ede0c9;
	font-size: 18px;
	padding: 15px 30px;
	line-height: 1.2em;
}

h4.h03 {
	font-size: 18px;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}

h5.h01 {
	font-size: 20px;
	font-weight: 500;
}


/*ボタン*/
.btn {
	text-align: center;
	line-height: 1.2em;
}

.btn a {
	display: block;
	width: 300px;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 16px;
	padding: 12px 0;
	text-decoration: none!important;
}

.btn a:hover {
	opacity: .8;
}

.btn02 {
	text-align: center;
	line-height: 1.2em;
}

.btn02 a {
	display: block;
	width: 640px;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 16px;
	padding: 12px 0;
	text-decoration: none!important;
}

.btn02 a:hover {
	opacity: .8;
}

.cl01 a {
	background-color: #bea16f;
	color: #fff;
	position: relative;
}

.cl01 a::before {
	content: "";
	width: 25px;
	height: 1px;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 27px;
	top: 22px;
}

.cl01 a::after {
	content: "";
	width: 6px;
	height: 1px;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 26px;
	top: 20px;
	transform: rotate(45deg);
}

.cl02 a {
	background-color: #fff;
	color: #222;
	position: relative;
}

.cl02 a::before {
	content: "";
	width: 25px;
	height: 1px;
	border-bottom: 1px solid #222;
	position: absolute;
	right: 27px;
	top: 22px;
}

.cl02 a::after {
	content: "";
	width: 6px;
	height: 1px;
	border-bottom: 1px solid #222;
	position: absolute;
	right: 26px;
	top: 20px;
	transform: rotate(45deg);
}


/*おすすめ施術*/
.recommend {
	background-color: #e8e0d3;
	padding: 75px 0 90px;
}

.recommend > ul {
	width: 1140px;
	margin: 0 auto;
	padding: 60px 0 110px;
}

.recommend > ul > div li {
	width: 260px;
	padding: 8px 8px 0;
	margin-right: 12px;
}

.recommend > ul > div li a div {
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.7);
}

.recommend > ul > div li a div img {
	width: 260px;
	height: auto;
}

.recommend > ul > div li a p {
	padding-top: 10px;
}

.recommend > ul a {
	color: #222;
	text-decoration: none;
}

.recommend > ul a:hover {
	opacity: .8;
}


/*治療メニュー*/
.treatment_list .tab_btn {
    display: none;
}

.treatment_list ul#tab {
	border-bottom: 1px solid #bea06e;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.treatment_list ul#tab li {
    width: 598px;
	height: 85px;
	border: 1px solid #bea06e;
	border-bottom: none;
	background-color: #bea06e;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	position: relative;
	bottom: -1px;
}

.treatment_list ul#tab li label {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
    cursor: pointer;
}

.treatment_list ul#tab li label:hover {
    background-color: #fff;
	color: #222;
}

#tab_btn01:checked ~ .tabbody #box1,
#tab_btn02:checked ~ .tabbody #box2 {
    display:block;
}

.treatment_list div#box1 {
    width: 1120px;
    margin: 0 auto;
	padding-top: 30px;
    position: relative;
    
    display: none;
}

.treatment_list div#box1 > p {
    width: 598px;
	height: 85px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    left: -39px;
    top: -85px;
}

.treatment_list div#box1 div.treat_box {
	padding: 30px 0 60px;
	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;
	justify-content: space-between;
}

.treatment_list div#box1 div.treat_box:last-of-type {
	padding-bottom: 0;
}

.treatment_list div#box1 div.treat_box > div {
	width: 548px;
	padding-bottom: 35px;
}

.treatment_list div#box1 div.treat_box > div h4 {
	font-size: 18px;
	font-weight: 500;
	color: #222;
	background-position: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.treatment_list div#box1 div.treat_box > div h4.t01_1 {
	background-image: url("../../../images/treat_t01_1.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t01_2 {
	background-image: url("../../../images/treat_t01_2.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t01_3 {
	background-image: url("../../../images/treat_t01_3.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t01_4 {
	background-image: url("../../../images/treat_t01_4.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t02_1 {
	background-image: url("../../../images/treat_t01_5.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t02_2 {
	background-image: url("../../../images/treat_t01_6.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t02_3 {
	background-image: url("../../../images/treat_t01_7.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t02_4 {
	background-image: url("../../../images/treat_t01_8.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t02_5 {
	background-image: url("../../../images/treat_t01_9.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t02_6 {
	background-image: url("../../../images/treat_t01_10.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t03_1 {
	background-image: url("../../../images/treat_t01_11.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t03_2 {
	background-image: url("../../../images/treat_t01_12.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t03_3 {
	background-image: url("../../../images/treat_t01_13.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t03_4 {
	background-image: url("../../../images/treat_t01_14.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t04_1 {
	background-image: url("../../../images/treat_t01_15.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t04_2 {
	background-image: url("../../../images/treat_t01_16.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t04_3 {
	background-image: url("../../../images/treat_t01_17.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t04_4 {
	background-image: url("../../../images/treat_t01_18.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4.t04_5 {
	background-image: url("../../../images/treat_t01_19.webp"),linear-gradient(90deg,#bea06e,#cdb58c);
}

.treatment_list div#box1 div.treat_box > div h4 a {
	height: 122px;
	color: #222;
	text-decoration: none;
	padding-left: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position: relative;
}

.treatment_list div#box1 div.treat_box > div h4 a::before {
	content: "＞";
	font-size: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%) scale(0.4,1);
}

.treatment_list div#box1 div.treat_box > div h4 a:hover {
	background-color: rgba(255,255,255,.2);
}

.treatment_list div#box1 div.treat_box > div p {
	border: 1px solid #bea06e;
	margin-top: 20px;
	font-weight: 500;
}

.treatment_list div#box1 div.treat_box > div p a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: calc(100% - 10px);
	padding: 5px 0;
	text-decoration: none;
	color: #222;
	line-height: 2em;
}

.treatment_list div#box1 div.treat_box > div p a:hover {
	background-color: #bea06e;
	color: #fff;
}

.treatment_list div#box1 div.treat_box > div ul {
	padding-top: 20px;
	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;
	justify-content: space-between;
}

.treatment_list div#box1 div.treat_box > div ul li {
	width: 268px;
	border: 1px solid #bea06e;
	margin-bottom: 8px;
}

.treatment_list div#box1 div.treat_box > div ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: calc(100% - 10px);
	padding: 5px 0;
	text-decoration: none;
	color: #222;
	line-height: 2em;
}

.treatment_list div#box1 div.treat_box > div ul li a:hover {
	background-color: #bea06e;
	color: #fff;
}


.treatment_list div#box2 {
    width: 1120px;
    margin: 0 auto;
	padding-top: 30px;
    position: relative;
    
    display: none;
}

.treatment_list div#box2 > p {
    width: 598px;
	height: 85px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    right: -39px;
    top: -85px;
}

.treatment_list div#box2 > ul {
	padding-top: 30px;
	padding-bottom: 65px;
	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;
}

.treatment_list div#box2 > ul:last-of-type {
	padding-bottom: 0;
}

.treatment_list div#box2 > ul > li {
	width: 268px;
	margin-right: 16px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}

.treatment_list div#box2 > ul > li:nth-child(4n) {
	margin-right: 0;
}

.treatment_list div#box2 > ul > li::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 10px;
}

.treatment_list div#box2 > ul > li.op::after {
    content: "−";
}

.treatment_list div#box2 > ul > li span {
	display: block;
	padding: 10px 25px 10px 15px;
	color: #222;
	line-height: 1.2em;
	background-color: #c7ad80;
	border: 1px solid #bea06e;
}

.treatment_list div#box2 > ul > li > ul > li {
	border-bottom: 1px dotted #252525;
}

.treatment_list div#box2 > ul > li > ul > li a {
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	color: #252525;
	text-decoration: none;
}


/*症例写真*/
.case .case_slide {
	width: 1140px;
	margin: 0 auto;
}

.case .case_slide .box01 {
	width: calc(50% - 50px);
	padding: 8px 25px;
}

.case .case_slide .box01 .box {
	width: 520px;
	padding-bottom: 40px;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.7);
}
/*
.case .case_slide .box01 .box div {
	width: 520px;
	height: 260px;
	position: relative;
}
*/
/*
.case .case_slide .box01 .box div img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}
*/
.case .case_slide .box01 .box ul {
	padding: 20px 25px 0;
}

.case .case_slide .box01 .box ul li {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0.2em;
}

.case .case_slide .box01 .box ul li span {
	font-weight: 500;
}

.case .case_slide .box01 .box p {
	padding: 1.8em 25px 0;
}


/*コラム*/
#column {
	padding: 100px 0;
	background-image: url("../../images/column_bg.webp");
	background-size: cover;
	background-position: right bottom;
}

#column > div {
	width: 1140px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 65px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

#column > div a {
	width: 260px;
	padding-bottom: 15px;
	background-color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 8px 0px rgba(228, 228, 228, 1);
	margin-right: calc(100px / 3);
}

#column > div a:last-child {
	margin-right: 0;
}

#column > div a:hover {
	opacity: .8;
}

#column > div a div img {
	width: 100%;
	height: auto;
}

#column > div a p.day {
	padding: 15px 20px 5px;
	font-size: 12px;
	line-height: 1em;
	color: #b7b7b7;
	font-weight: 500;
}

#column > div a p.tit {
	padding: 0 20px 15px;
	font-size: 15px;
	line-height: 1.6em;
	color: #333;
	font-weight: 500;
}

#column > div a ul {
	padding: 0 20px;
    margin-top: auto;
}

#column > div a ul li {
    font-size: 14px;
    line-height: 1.5em;
    color: #bea16f;
}


/*information*/
#info {
	padding: 90px 0 0;
}

#info div.box01 {
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0 90px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#info div.box01 > div {
	width: 537px;
}

#info div.box01 > div h3 span {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 10px;
	font-weight: 400;
}

#info div.box01 > div.news ul {
	padding-top: 10px;
	padding-bottom: 25px;
}

#info div.box01 > div.news ul li {
	padding: 20px 0;
	border-bottom: 1px solid #d8d8d8;
}

#info div.box01 > div.news ul li span.day {
	font-size: 14px;
	color: #333;
	padding-right: 15px;
}

#info div.box01 > div.news ul li span.cat {
	display: inline-block;
	background-color: #bea16f;
	font-size: 12px;
	color: #fff;
	width: 96px;
	line-height: 24px;
	text-align: center;
}

#info div.box01 > div.news ul li span.tit {
	padding-left: 20px;
}

#info div.box01 > div.news ul li span.tit a {
	text-decoration: none;
	color: #333;
}

#info div.box01 > div.news ul li span.tit a:hover {
	text-decoration: underline;
}

#info div.box01 > div.news p {
	text-align: right;
	padding-right: 30px;
	font-size: 12px;
}

#info div.box01 > div.news p a {
	color: #252525;
	text-decoration: none;
	position: relative;
}

#info div.box01 > div.news p a:hover {
	opacity: .8;
}

#info div.box01 > div.news p a::before {
	content: "";
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #838383;
	position: absolute;
	right: -27px;
	top: 20px;
}

#info div.box01 > div.news p a::after {
	content: "";
	width: 16px;
	height: 1px;
	border-bottom: 1px solid #838383;
	position: absolute;
	right: -28px;
	top: 16px;
	transform: rotate(35deg);
}

#info div.box01 > div.cal ul {
	padding-top: 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#info div.box01 > div.cal ul li img {
	width: 247px;
	height: auto;
}

#info div.box02 {
	background-color: #f7f7f7;
	padding: 75px 0 90px;
}

#info div.box02 ul {
	width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#info div.box02 ul li p {
	font-size: 16px;
	color: #ae8d55;
	text-align: center;
	padding-top: 15px;
	font-weight: 500;
}


/*アクセス*/
#access {
	padding: 70px 0 110px;
}

#access > div {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#access > div > div.add {
	width: 660px;
	border-top: 1px solid #d8d8d8;
}

#access > div > div.add dl {
	border-bottom: 1px solid #d8d8d8;
	padding: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#access > div > div.add dl:first-of-type {
	padding: 20px 0;
}

#access > div > div.add dl dt {
	width: 155px;
	color: #333;
	font-weight: 700;
	line-height: 1em;
}

#access > div > div.add dl dd {
	color: #333;
	line-height: 1.5em;
}

#access > div > div.map {
	width: 468px;
	height: 358px;
	border: 1px solid #acacac;
}


/*お問い合わせ*/
#contact div {
	background-image: url("../../images/contact_bg.webp");
	background-size: cover;
	background-position: center;
	padding: 90px 0 100px;
}

#contact div p.t01 {
	padding-top: 70px;
	color: #fff;
	line-height: 2.25em;
	text-align: center;
	position: relative;
}

#contact div p.t01 a {
	color: #fff;
}

#contact div p.t01::before {
	content: "";
	width: 25px;
	height: 1px;
	border-top: 1px solid #afaba7;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

#contact ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#contact ul li {
	width: calc(100% / 3);
}

#contact ul li:first-child {
	background-color: #bea16f;
}

#contact ul li:nth-child(2) {
	background-color: #9e4848;
}

#contact ul li:last-child {
	background-color: #569e48;
}

#contact ul li a {
	display: block;
	width: 100%;
	height: calc(100% - 105px);
	padding: 55px 0 50px;
	text-decoration: none;
}

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

#contact ul li a p.t01 {
	text-align: center;
	font-size: 21px;
	color: #fff;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 20px;
}

#contact ul li a p.t02 {
	text-align: center;
	font-size: 14px;
	color: #fff;
}

#contact ul li:first-child a p.t03 {
	text-align: center;
	font-size: 28px;
	color: #fff;
}

#contact ul li:first-child a p.t03 span {
	display: inline-block;
	padding-left: 55px;
	position: relative;
}

#contact ul li:first-child a p.t03 span::before {
	content: "";
	width: 34px;
	height: 36px;
	background-image: url("../../images/ico_cal.webp");
	position: absolute;
	left: 0;
	top: 10px;
}

#contact ul li:nth-child(2) a p.t03 {
	text-align: center;
	font-size: 36px;
	font-family: 'Noto Serif JP', sans-serif;
	color: #fff;
	letter-spacing: 2px;
}

#contact ul li:nth-child(2) a p.t03 span {
	display: inline-block;
	padding-left: 55px;
	position: relative;
}

#contact ul li:nth-child(2) a p.t03 span::before {
	content: "";
	width: 44px;
	height: 29px;
	background-image: url("../../images/ico_tel.webp");
	position: absolute;
	left: 0;
	top: 20px;
}

#contact ul li:nth-child(2) a p.t04 {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	width: 330px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.2);
}

#contact ul li:last-child a p.t03 {
	text-align: center;
	font-size: 48px;
	color: #fff;
}

#contact ul li:last-child a p.t03 span {
	display: inline-block;
	padding-left: 70px;
	position: relative;
}

#contact ul li:last-child a p.t03 span::before {
	content: "";
	width: 53px;
	height: 53px;
	background-image: url("../../images/ico_line.webp");
	position: absolute;
	left: 0;
	top: 20px;
}

#contact ul li a p.sp {
	display: none;
}


/*料金表*/
#price_list {
	padding: 80px 0 120px;
	background-color: #f7f2e9;
}

#price_list .price_box {
	width: 1200px;
	margin: 0 auto;
}

/*#price_list */.price_box ul {
	padding-top: 15px;
}

/*#price_list */.price_box ul li {
	padding-left: 1em;
	position: relative;
	line-height: 1.8em;
}

/*#price_list */.price_box ul li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.datsumou_price_box {
	padding-bottom: 60px;
}

.datsumou_price_box:last-of-type {
	padding-bottom: 0;
}

.datsumou_price_box h4 {
	margin-bottom: 20px;
}

.datsumou_price_box table {
	width: 100%;
	margin-bottom: 0;
}

.datsumou_price_box table td {
	border: 1px solid #c1babc;
	padding: 15px 20px;
	background-color: #fff;
	vertical-align: middle;
}

.datsumou_price_box table td.column-2 {
	width: 243px;
}

.datsumou_price_box table td.column-3 {
	text-align: right;
	font-weight: 500;
	width: 438px;
}

.datsumou_price_box table td.column-3 span {
	background-color: #f22327;
	line-height: 24px;
	border-radius: 5px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	margin-right: 10px;
}

.datsumou_price_box table tr:first-child td {
	background-color: #bea06f;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.cosme_price_box {
	padding-bottom: 60px;
}

.cosme_price_box:last-of-type {
	padding-bottom: 0;
}

.cosme_price_box h4 {
	margin-bottom: 20px;
}


/*よくある質問*/
#faq_list {
	padding: 80px 0 120px;
}

#faq_list dl {
	width: 1200px;
	margin: 0 auto;
	padding: 65px 0 35px;
	border-bottom: 1px solid #cbc5bb;
}

#faq_list dl:first-of-type {
	padding-top: 110px;
}

#faq_list dl dt {
	font-size: 20px;
	color: #423a39;
	font-weight: 500;
	padding-left: 50px;
	line-height: 1.8em;
	margin-bottom: 20px;
	position: relative;
}

#faq_list dl dt::before {
	content: "Q";
	font-size: 36px;
	color: #423a39;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: -2px;
}

#faq_list dl dd {
	padding-left: 50px;
	line-height: 1.8em;
	position: relative;
}

#faq_list dl dd::before {
	content: "A";
	font-size: 36px;
	color: #bea06f;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 2px;
}


/*監修医師*/
#kansyu {
	background-color: #efefef;
	padding: 105px 0 80px;
}

#kansyu .box01 {
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 35px;
	padding-top: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#kansyu .box01 .doc {
	padding-left: 41px;
	width: 245px;
}

#kansyu .box01 .txt {
	width: 810px;
	padding-top: 55px;
}

#kansyu .box01 .txt p.t01 {
	font-size: 18px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 20px;
}

#kansyu .box01 .txt p.name {
	font-size: 38px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 30px;
}

#kansyu .box01 .txt p.name span {
	font-size: 16px;
	color: #937a4e;
	padding-left: 20px;
}

#kansyu .box01 .txt > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#kansyu .box01 .txt > ul li {
	font-size: 15px;
	line-height: 2em;
}

#kansyu .box01 .txt > ul li span {
	display: inline-block;
	width: 95px;
	position: relative;
}

#kansyu .box01 .txt > ul li span::after {
	content: "ー";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

#kansyu .box01 .txt > ul > li:first-of-type {
	width: 440px;
}


/*クーポン*/
.courpon {
	padding-top: 40px;
}

.courpon p {
	text-align: center;
}

.courpon p.t01 {
	font-size: 18px;
	color: #9b7b3b;
	font-weight: 500;
}

.courpon p.t01 span {
	padding: 0 25px;
	position: relative;
}

.courpon p.t01 span::before {
	content: "";
	width: 19px;
	height: 30px;
	background-image: url("../../images/courpon_ico01.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.courpon p.t01 span::after {
	content: "";
	width: 19px;
	height: 30px;
	background-image: url("../../images/courpon_ico02.webp");
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}

.courpon p.t02 {
	font-size: 26px;
	color: #9b7b3b;
	font-weight: 500;
}

.courpon div {
	text-align: center;
	padding-bottom: 15px;
}


/*モニター応募*/
.monitor_oubo {
	width: 472px;
	margin: 40px auto 0;
	border: 4px solid #9b7b3b;
	padding: 20px 0 10px;
}

.monitor_oubo p {
	text-align: center;
}

.monitor_oubo p.t01 {
	font-size: 29px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	line-height: 1em;
	padding-bottom: 20px;
}

.monitor_oubo p.t02 {
	padding-bottom: 10px;
}

.monitor_oubo ul {
	padding: 0!important;
	
	width: 420px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.monitor_oubo ul li {
	padding: 0;
	position: static;
	
	box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.7);
}

.monitor_oubo ul li::before {
	display: none;
}

.monitor_oubo p.t03 {
	padding-top: 10px;
}


/*クーポン　モニター並ぶ時*/
.cp_w {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cp_w .courpon {
	width: calc(100% - 480px);
}


/*子どものワキガバナー*/
#contents_list .child_bnr {
	border: none;
	padding: 0;
	background: none;
	width: 1200px;
	margin-bottom: 50px;
}


/*今月のおすすめsingle.phpボタン*/
ul.wp_contact_btn {
	width: calc(100% - 160px);
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

ul.wp_contact_btn li {
	width: 31.27%;
	border-radius: 10px;
}

ul.wp_contact_btn li:first-child {
	background-color: #9e4848;
}

ul.wp_contact_btn li:nth-child(2) {
	background-color: #bea16f;
}

ul.wp_contact_btn li:nth-child(3) {
	background-color: #569e48;
}

ul.wp_contact_btn li a {
	width: 100%;
	height: calc(100% - 10px);
	padding: 5px 0;
	color: #fff!important;
	font-size:min(4.6vw,18px);
	text-decoration: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

ul.wp_contact_btn li img {
	width: 100%;
	max-width: 85px;
	height: auto;
}