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

/*SP共通*/
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.pc_cont {
	display: none !important;
}


/*header*/
header {
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,.8);
	
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}

header > h1,header > p.read {
	position: absolute;
	left: 3.73%;
	top: 5px;
	font-size:min(2.5vw,24px);
	line-height: normal;
}

header > p.logo {
	position: absolute;
	left: 3.73%;
	bottom: 10px;
}

header > p.logo img {
	max-height: 40px;
}

header > p.tel {
	display: none;
}

header > ul {
	display: none;
}

header > p.sp_menu {
	width: 11.73%;
	max-width: 50px;
	aspect-ratio: 1/1;
	position: absolute;
	right: 3.73%;
	bottom: 10px;
}

header > p.sp_menu img {
	position: absolute;
	left: 0;
	top: 0;
}

header > p.sp_menu img.m_open {
	z-index: 1;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

header > p.sp_menu.closed img.m_open {
	opacity: 0;
}


/*footer*/
footer {
	background-color: #5e8794;
	color: #fff;
	padding-bottom: 80px;
}

footer a {
	color: #fff;
	text-decoration: none!important;
}

footer .ftr01 {
	padding: 35px 3.73% 30px;
	border-bottom: 1px solid #f2f2f2;
}

footer .ftr01 div {
	padding-bottom: 30px;
	width: 80%;
}

footer .ftr01 p {
	line-height: 1.5em;
}

footer .ftr02 {
	padding: 30px 3.73% 60px;
}

footer .ftr02 p {
	font-weight: 500;
	line-height: 2em;
}

footer .ftr02 ul li {
	line-height: 2em;
	margin-right: 15px;
	padding-left: 11px;
	position: relative;
}

footer .ftr02 ul li::before {
	content: "▶";
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 2px;
}

footer p.copy {
	font-size:min(3.8vw,30px);
	color: #efefef;
	text-align: center;
	background-color: #3a6166;
	padding: 30px 0;
}

footer p.pagetop {
	position: fixed;
	right: 3.73%;
	bottom: -100px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
}

footer .pagetop.fixed {
	bottom: 100px;
	opacity: 1;
	z-index: 100001;
}

footer p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(105,177,186,.6);
	border-radius: 8px;
	font-size:min(2.5vw,24px);
	text-align: center;
	line-height: 50px;
	text-decoration: none!important;
}


/*SPメニュー・その他*/
ul.side_btn {
	display: none;
}

.sp_btn {
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
}

.sp_btn.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 100001;
}

.sp_btn ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
}

.sp_btn ul li {
	width: 25%;
	height: 80px;
}

.sp_btn ul li:first-child {
	background-color: #69b1ba;
}

.sp_btn ul li:nth-child(2) {
	background-color: #85715e;
}

.sp_btn ul li:nth-child(3) {
	background-color: #00a706;
}

.sp_btn ul li:last-child {
	background-color: #726831;
}

.sp_btn ul li a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size:min(4.3vw,15px);
	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: flex-start;
}

.sp_btn ul li img {
	width: auto;
	height: auto;
	max-height: 47px;
	margin-bottom: 3px;
}


/*メニュー*/
.m_menu {
	background: rgba(255,255,255,0);
    width: 100%;
    height: calc(100% - 80px);
    overflow-y: scroll;
    transition: all 0.4s;
    transform: translate(100%);
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 100002;
	box-shadow: inset 0px 17px 8px -20px rgba(39, 39, 39, 0.6);
}

.m_menu.open {
	transform: translate(0);
 	background: rgba(255,255,255,1);
}

.m_menu nav ul {
	padding: 10px 3.73% 60px;
}

.m_menu nav ul li {
	padding: 25px 0 5px;
	border-bottom: 1px solid #737373;
	font-size:min(4.8vw,36px);
	color: #161316;
	font-weight: 700;
}

.m_menu nav ul li a {
	color: #161316;
	text-decoration: none;
}

.m_menu div p.t01 {
	text-align: center;
	font-size:min(5.5vw,48px);
	font-weight: 500;
	line-height: 1.3em;
}

.m_menu div p.t01 span {
	display: inline-block;
	padding: 0 40px 0 35px;
	position: relative;
}

.m_menu div p.t01 span::before {
	content: "";
	width: 30vw;
	height: 30vw;
	background-image: url("../../images/ico01_sp.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.m_menu div p.t01 span::after {
	content: "";
	width: 30vw;
	height: 30vw;
	background-image: url("../../images/ico02_sp.webp");
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}

.m_menu div ul.btn {
	padding: 35px 3.73% 25px;
}

.m_menu div ul.btn li {
	text-align: center;
	padding-bottom: 20px;
}

.m_menu div ul.btn li:last-child {
	padding-bottom: 0;
}

.m_menu div ul.btn li img {
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
}

.m_menu div ul.tel_t {
	text-align: center;
	padding-bottom: 60px;
}

.m_menu div ul.tel_t li:nth-child(2) a {
	font-size:min(9.6vw,100px);
	color: #69b1ba;
	text-decoration: none;
	padding-left: 50px;
	position: relative;
}

.m_menu div ul.tel_t li:nth-child(2) a::before {
	content: "";
	width: 42px;
	height: 28px;
	background-image: url("../../images/ico_tel.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
}

.m_menu div ul.tel_t li:nth-child(3) {
	line-height: 2.5em;
}

.m_menu div ul.tel_t li:nth-child(3) span {
	border: 1px solid #0b1216;
	padding: 0 5px;
	line-height: 1em;
}


/*ボタン*/
.btn01 {
	text-align: center;
}

.btn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #333333;
	width: 69.16%;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	line-height: 1.2em;
	color: #161316;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
}

.btn01 a::after {
	content: ">";
	font-size:min(5.5vw,48px);
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) scale(0.6,1);
}


/*見出し前テキスト*/
.h_t01 {
	text-align: center;
	font-size:min(6.2vw,56px);
	color: #69b1ba;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 10px;
}


/*見出し*/
h2.h01 {
	text-align: center;
	font-size:min(7.2vw,72px);
	color: #161316;
	font-weight: 500;
	line-height: 1.2em;
}

h2.h02 {
	text-align: center;
	font-size:min(8vw,84px);
	line-height: 1.2em;
}

h2.h03 {
	text-align: center;
	padding: 25px 0;
	color: #161316;
	font-size:min(7.6vw,78px);
	font-weight: 500;
	background-color: #ffd900;
}

h2.h04 {
	text-align: center;
	border-bottom: 4px solid #020202;
	border-top: 4px solid #020202;
	font-size:min(5.5vw,48px);
	color: #161316;
	font-weight: 700;
	line-height: 1.2em;
	padding: 15px 0;
	position: relative;
}

h2.h04 span:first-child {
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 15px;
	font-size:min(3.0vw,26px);
	font-weight: 400;
}

h2.h04 span:nth-child(2) {
	display: inline-block;
	padding: 0 11vw;
	position: relative;
}

h2.h04 span:nth-child(2)::before {
	content: "";
	width: 9vw;
	height: 9vw;
	background-image: url("../../images/ico_logo.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

h2.h04 span.bg_b {
	background-color: #eef4fb;
}

h2.h04 span.bg_w {
	background-color: #fff;
}

h2.h05 {
	background-color: #c4dde3;
	font-size:min(6.2vw,56px);
	color: #161316;
	font-weight: 700;
	padding: 15px 10px;
	text-align: center;
}

h2.h06 {
	background-color: #c7b47c;
	font-size:min(6.2vw,56px);
	color: #fff;
	font-weight: 700;
	padding: 15px 10px;
	text-align: center;
}

h2.h07 {
	background-color: #69b1ba;
	font-size:min(6.2vw,56px);
	color: #fff;
	font-weight: 700;
	padding: 15px 10px;
	text-align: center;
}

h2.h08 {
	background-color: #d77487;
	font-size:min(6.2vw,56px);
	color: #fff;
	font-weight: 700;
	padding: 15px 10px;
	text-align: center;
}

h3.h01 {
	background-color: #c7b47c;
	font-size:min(5.7vw,50px);
	color: #161316;
	font-weight: 700;
	padding: 15px;
}

h3.h02 {
	background-color: #c4dde3;
	font-size:min(6.2vw,56px);
	color: #161316;
	font-weight: 700;
	padding: 15px 10px;
	text-align: center;
}

h3.h03 {
	background-color: #d77487;
	font-size:min(6.2vw,56px);
	color: #fff;
	font-weight: 700;
	padding: 15px 10px;
	text-align: center;
}

h3.h04 {
	font-size:min(5.7vw,50px);
	font-weight: 700;
	color: #161316;
	padding-bottom: 5px;
	border-bottom: 3px solid #c4dde3;
}

h3.h05 {
	font-size:min(5.7vw,50px);
	font-weight: 700;
	color: #161316;
	padding-bottom: 5px;
	border-bottom: 3px solid #fae3e9;
}

h3.h06 {
	font-size:min(5.7vw,50px);
	font-weight: 700;
	color: #161316;
	padding-bottom: 5px;
	border-bottom: 3px solid #c7b47c;
}

h3.h07 {
	background-color: #c4dde3;
	font-size:min(4.8vw,36px);
	color: #202023;
	font-weight: 500;
	padding: 15px;
	line-height: 1.3em;
}

h4.h01 {
	background-color: #d77487;
	font-size:min(4.8vw,36px);
	color: #fff;
	font-weight: 500;
	padding: 15px;
	line-height: 1.3em;
}

h4.h02 {
	font-size:min(5.7vw,50px);
	font-weight: 500;
	color: #111;
	padding-bottom: 5px;
	border-bottom: 2px solid #c4dde3;
	font-family: 'Noto Serif JP', sans-serif;
}


/*背景色*/
.bg01 {
	background-color: #eef4fb!important;
}

.bg02 {
	background-color: #fff3f3!important;
}


/*選ばれる理由*/
#reason_cont div ul {
	padding: 35px 0 20px;
}

#reason_cont div ul li {
	width: calc(100% - 2px);
	border: 1px solid #000000;
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size:min(4.8vw,36px);
	color: #161316;
	font-weight: 500;
	display: table;
}

#reason_cont div ul li > span {
	display: table-cell;
}

#reason_cont div ul li > span:first-child {
	width: 14.12%;
	background-color: #69b1ba;
	color: #eef4fb;
	font-size:min(4.9vw,42px);
	font-weight: 500;
	text-align: center;
	border-right: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
}

#reason_cont div ul li > span:last-child {
	width: calc(100% - 14.12% - 31px);
	padding: 10px 15px;
	vertical-align: middle;
}

#reason_cont div ul li > span > span {
	font-size:min(2.5vw,24px);
	line-height: normal;
	position: absolute;
	left: 50%;
	top: 2px;
	transform: translateX(-50%);
}


/*予約メニュー*/
.reserve {
	padding: 50px 3.73%;
}

.reserve_cont p.t01 {
	text-align: center;
	font-size:min(5.5vw,48px);
	font-weight: 500;
	line-height: 1.3em;
}

.reserve_cont p.t01 span {
	display: inline-block;
	padding: 0 40px 0 35px;
	position: relative;
}

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

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

.reserve_cont p.reserve_read {
	padding: 30px 0;
}

.reserve_cont ul.btn {
	padding-bottom: 25px;
}

.reserve_cont ul.btn li {
	text-align: center;
	padding-bottom: 20px;
}

.reserve_cont ul.btn li:last-child {
	padding-bottom: 0;
}

.reserve_cont ul.btn li img {
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
}

.reserve_cont ul.tel_t {
	text-align: center;
}

.reserve_cont ul.tel_t li:nth-child(2) a {
	font-size:min(9.6vw,100px);
	color: #69b1ba;
	text-decoration: none;
	padding-left: 50px;
	position: relative;
}

.reserve_cont ul.tel_t li:nth-child(2) a::before {
	content: "";
	width: 42px;
	height: 28px;
	background-image: url("../../images/ico_tel.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
}

.reserve_cont ul.tel_t li:nth-child(3) {
	line-height: 2.5em;
}

.reserve_cont ul.tel_t li:nth-child(3) span {
	border: 1px solid #0b1216;
	padding: 0 5px;
	line-height: 1em;
}


/*コラム*/
#column {
	padding: 60px 3.73% 80px;
}

#column .column_list {
	padding: 60px 0 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#column .column_list a {
	display: flex;
	flex-direction: column;
	width: 49%;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
	text-decoration: none;
	margin-bottom: 30px;
}

#column .column_list a:nth-child(even) {
	margin-left: 2%;
}

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

#column .column_list a p.day {
	font-size:min(3.0vw,26px);
	color: #b7b7b7;
	font-weight: 500;
	line-height: 1em;
	padding: 15px 20px 0;
}

#column .column_list a p.tit {
	font-size:min(3.8vw,30px);
	color: #333333;
	font-weight: 500;
	line-height: 1.6em;
	padding: 5px 20px 20px;
}

#column .column_list a ul {
	margin-top: auto;
	padding: 0 20px 15px;
}

#column .column_list a ul li {
/*	padding-left: 1em;*/
	font-size:min(3.5vw,28px);
	color: #938765;
/*	position: relative;*/
}
/*
#column .column_list a ul li::before {
	content: "♯";
	position: absolute;
	left: 0;
	top: 0;
}
*/

/*カレンダー*/
#calendar {
	padding: 60px 3.73% 80px;
}

#calendar ul {
	padding: 60px 0 0;
}

#calendar ul li {
	width: 80%;
	margin: 0 auto;
}

#calendar ul li:first-child {
	padding-bottom: 40px;
}

#calendar p.holiday {
	padding: 30px 0 0;
	font-size:min(3.8vw,30px);
	line-height: 8vw;
	text-align: right;
}

#calendar p.holiday span {
	padding-left: 10vw;
	position: relative;
}

#calendar p.holiday span::before {
	content: "";
	width: 8vw;
	height: 8vw;
	background-color: #f4e9c6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


/*フォーム*/
#reservation {
	padding: 60px 3.73% 80px;
}

#reservation .box01 {
	padding-bottom: 30px;
}

#reservation .box01 p.reserve_read {
	padding-top: 80px;
}

#reservation .box02 table {
	width: 100%;
}

#reservation .box02 > table:first-of-type {
	margin-top: 20px;
	border-top: 1px solid #c5c5c5;
}

#reservation .box02 table td {
	display: block;
	border-bottom: 1px solid #c5c5c5;
	padding-top: 20px;
	padding-bottom: 20px;
}

#reservation .box02 table td:first-child {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f7f4eb;
	font-weight: bold;
	line-height: 1.2em;
}

#reservation .box02 table td:first-child span.cl {
	color: #c01d1f;
}

#reservation .box02 table td span.hissu {
	background-color: #d94b4d;
	color: #fff;
	font-size:min(3.7vw,30px);
	font-weight: normal;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 8px;
}

/*フォームアイテムリセット*/
#reservation .box02 table td:last-child input[type='text'],
#reservation .box02 table td:last-child input[type='number'],
#reservation .box02 table td:last-child input[type='email'],
#reservation .box02 table td:last-child input[type='tel'],
#reservation .box02 table td:last-child textarea,
#reservation .box02 table td:last-child select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

#reservation .box02 table td:last-child input[type='text'],
#reservation .box02 table td:last-child input[type='number'],
#reservation .box02 table td:last-child input[type='email'],
#reservation .box02 table td:last-child input[type='tel'],
#reservation .box02 table td:last-child textarea,
#reservation .box02 table td:last-child select {
	border: 1px solid #bcbcbc;
}

/*フォームアイテム詳細*/
#reservation .box02 table td:last-child input,
#reservation .box02 table td:last-child select,
#reservation .box02 table td:last-child radio,
#reservation .box02 table td:last-child textarea {
	font-size:min(4vw,32px);
}

#reservation .box02 table td:last-child .t01 {
	width: calc(100% - 32px);
	padding: 20px 15px;
}

#reservation .box02 table td:last-child .t02 {
	width: 90px;
	padding: 20px 15px;
}

#reservation .box02 table td:last-child .t03 {
	width: calc(100% - 32px);
	padding: 20px 15px;
}

#reservation .box02 table td:last-child .t04 {
	width: 150px;
	padding: 20px 15px;
}

#reservation .box02 table td:last-child textarea {
	width: calc(100% - 32px);
	padding: 20px 15px;
}

#reservation .box02 table td:last-child ul.radio01 li {
	padding-bottom: 20px;
}

#reservation .box02 table td:last-child ul.radio01 li:last-child {
	padding-bottom: 0;
}

#reservation .box02 table td:last-child select {
	padding: 20px 15px;
	margin: 5px 0;
	color: #101010;
}

#reservation .box02 table td:last-child .wpcf7-checkbox > span {
	display: block;
	margin-bottom: 10px;
}

#reservation .box02 table td:last-child .wpcf7-checkbox > span .wpcf7-list-item-label {
	padding-left: 5px;
}
/**/

#reservation .box02 table td:last-child img.ui-datepicker-trigger {
    margin-left: 5px;
}

#reservation .box02 table td:last-child ul.chui_t {
	padding-top: 20px;
}

#reservation .box02 table td:last-child ul.chui_t li {
	line-height: 1.8em;
	padding-left: 1em;
	position: relative;
}

#reservation .box02 table td:last-child ul.chui_t li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

#reservation .box02 table td:last-child p.chui_t02 {
	padding-top: 20px;
}

#reservation .box02 table td:last-child ul.cal {
	padding-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#reservation .box02 table td:last-child ul.cal li {
	width: 48%;
}

#reservation .box02 table td:last-child ul.cal li img {
	width: 100%;
	height: auto;
}

#reservation .box02 table td:last-child p.kyushin {
	text-align: right;
	font-size:min(3.7vw,30px);
	line-height: 1.3em;
	padding-bottom: 40px;
}

#reservation .box02 table td:last-child p.kyushin span {
	display: inline-block;
	padding-left: 10vw;
	position: relative;
}

#reservation .box02 table td:last-child p.kyushin span::before {
	content: "";
	width: 7.4vw;
	height: 7.4vw;
	background-color: #f4e9c6;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#reservation .box02 p.t01 {
	padding-top: 20px;
	padding-bottom: 35px;
}

#reservation .box02 p.t01 a {
	color: #101010;
}

#reservation .box02 .send {
	clear: both;
	width: 240px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: relative;
}

#reservation .box02 .send::before {
	content: ">";
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) scale(0.6,1);
	z-index: 1;
}

#reservation .box02 .send input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
	
	display: block;
	width: 240px;
	height: 50px;
	margin: 0 auto;
	border-radius: 25px;
	background-color: #83c2c9;
	line-height: 50px;
	font-size:min(4vw,32px);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


/*監修医師*/
#kansyu {
	padding: 60px 3.73% 80px;
	background-color: #f1f1f1;
}

#kansyu .box {
	padding: 60px 0 45px;
}

#kansyu .box div:first-child {
	width: 33.42%;
	margin: 0 auto;
}

#kansyu .box div:nth-child(2) p.t01 {
	padding-bottom: 15px;
	line-height: 1em;
	font-weight: 500;
	padding-top: 20px;
	text-align: center;
}

#kansyu .box div:nth-child(2) p.t02 {
	font-size:min(6.7vw,64px);
	padding-bottom: 15px;
	line-height: 1em;
	font-weight: 500;
	text-align: center;
}

#kansyu .box div:nth-child(2) p.t03 {
	text-align: center;
}

#kansyu .box div:nth-child(2) dl {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#kansyu .box div:nth-child(2) dl dt {
	width: 110px;
	line-height: 1.8em;
}

#kansyu .box div:nth-child(2) dl dd {
	width: calc(100% - 110px);
	line-height: 1.8em;
}


/*よくあるご質問*/
#question {
	padding: 60px 3.73% 30px;
	background-color: #f1f1f1;
}

dl.faq_list {
	padding-top: 60px;
}

dl.faq_list dt {
	background-color: #fff;
	color: #69b1ba;
	font-weight: 500;
	padding: 25px 15px 25px 45px;
	line-height: 1.8em;
	position: relative;
}

dl.faq_list dt::before {
	content: "Q.";
	font-size:min(5.5vw,48px);
	position: absolute;
	left: 15px;
	top: 24px;
}

dl.faq_list dd {
	padding: 20px 15px 40px 45px;
	color: #171717;
	line-height: 1.8em;
	position: relative;
}

dl.faq_list dd::before {
	content: "A.";
	font-size:min(5.5vw,48px);
	color: #69b1ba;
	position: absolute;
	left: 15px;
	top: 19px;
}

dl.faq_list.w_txt dt {
	color: #d77487;
}

dl.faq_list.w_txt dd::before {
	color: #171717;
}


/*料金表　表組*/
.price_list div table {
	width: 100%;
	margin: 20px 0 0;
}

.price_list div table td,.price_list div table th {
	padding: 20px 10px;
	line-height: 1.3em;
	text-align: left;
}

.price_list div table tr {
	display: flex;
	flex-wrap: wrap;
}

.price_list div table th {
	font-size:min(4.6vw,34px);
	color: #161316;
	width: 100%;
}

.price_list div table td {
	display: flex;
	align-items: center;
}

.price_list div table td:first-of-type {
	width: calc(50% - 20px);
	border-bottom: 1px solid #fff;
}

.price_list div table td:nth-of-type(2) {
	width: calc(50% - 20px);
	text-align: right;
	font-size:min(4.9vw,40px);
	font-weight: 500;
	justify-content: flex-end;
}

.price_list.m_price div table th {
	background-color: #c4dde3;
}

.price_list.m_price div table td:first-of-type {
	background-color: #e2f0f3;
}

.price_list.m_price div table td:nth-of-type(2) {
	border-bottom: 1px solid #e2f0f3;
}

.price_list.w_price div table th {
	background-color: #efc7cf;
}

.price_list.w_price div table td:first-of-type {
	background-color: #fae3e9;
}

.price_list.w_price div table td:nth-of-type(2) {
	border-bottom: 1px solid #fae3e9;
}


/*お支払い方法*/
.price_how h3 {
	margin: 0 3.73%;
}

.price_how p.t01 {
	padding: 35px 3.73% 60px;
}

.price_how p.t02 {
	padding: 30px 3.73% 60px;
}

.price_how .box {
	padding: 30px 3.73% 60px;
}

.price_how .box div {
	text-align: center;
	padding-top: 30px;
}


/*男女ボタン*/
ul.m_w_btn {
	padding: 0 3.73%;
}

ul.m_w_btn li {
	padding-bottom: 25px;
}

ul.m_w_btn li:last-child {
	padding-bottom: 0;
}

ul.m_w_btn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:min(5.9vw,52px);
	padding: 10px 0;
	border-radius: 15px;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
}

ul.m_w_btn li a:hover {
	opacity: .8;
}

ul.m_w_btn li a::after {
	content: ">";
	font-size:min(5.5vw,48px);
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) scale(0.6,1);
}

ul.m_w_btn li a > span {
	padding: 0 12vw;
	position: relative;
}

ul.m_w_btn li a > span::before {
	content: "";
	width: 8.5vw;
	height: 8.5vw;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

ul.m_w_btn li:first-child a {
	background-color: #dce8f7;
	color: #161316;
}

ul.m_w_btn li:first-child a > span::before {
	background-image: url("../../images/ico_man.webp");
}

ul.m_w_btn li:nth-child(2) a {
	background-color: #fde4ea;
	color: #f17190;
}

ul.m_w_btn li:nth-child(2) a > span::before {
	background-image: url("../../images/ico_women.webp");
}