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

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

.ov:hover img {
	opacity: 0.8!important;
}

.sp_cont {
	display: none !important;
}


/*header*/
header {
	width: 100%;
	height: 139px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

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

header div p.read {
	font-size: 12px;
	color: #383838;
	position: absolute;
	left: 40px;
	top: 10px;
}

header div .logo {
	position: absolute;
	left: 40px;
	top: 54px;
}

header div > ul {
	position: absolute;
	right: 40px;
	top: 16px;
	display: flex;
}

header div > ul li:first-child {
	display: flex;
	align-items: center;
	background-color: #f6f6f6;
	padding: 9px 30px 8px 50px;
	font-size: 24px;
	font-weight: bold;
	color: #184ea9;
	line-height: 1rem;	
	position: relative;
}

header div > ul li:first-child::before {
	content: "";
	width: 37px;
	height: 25px;
	background-image: url("../../images/tel.webp");
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 10px;
}

header div > ul li:first-child span.t01 {
	font-size: 16px;
	padding: 0 5px 0 18px;
	font-weight: 500;
}

header div > ul li:first-child span.t02 {
	font-size: 15px;
	color: #eceff0;
	background-color: #184ea9;
	font-weight: 500;
	padding: 4px 8px;
}

header div nav {
	position: absolute;
	right: 40px;
	bottom: 34px;
}

header div nav ul {
	width: 720px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header div nav ul li {
	line-height: 19px;
	font-weight: bold;;
}

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

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


/*フッター*/
footer {
	background-color: #184ea9;
	padding: 60px 0 0;
	color: #fff;
}

footer a {
	color: #fff;
}

footer div.ftr01 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	align-items: flex-end;
}

footer div.ftr01 p {
	padding-left: 165px;
	line-height: 1.5em;
}

footer .ftr02 {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 70px;
}

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

footer .ftr02 ul {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

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

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

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

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:hover {
	opacity: .8;
}


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


/*コンテンツライン*/
.b_t {
	border-top: 4px solid #04378c;
}


/*見出し*/
h2.h01 {
	text-align: center;
	font-size: 42px;
	color: #1e1e1f;
	font-weight: 500;
	line-height: 1.2em;
}

h2.h02 {
	font-size: 36px;
	color: #262627;
	font-weight: 500;
	line-height: 1.2em;
}

h2.h03 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #fdfdfd;
	line-height: 1.3em;
	background-color: #184ea9;
	padding: 40px 0;
}

h2.h04 {
	font-size: 28px;
	color: #101010;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 4px solid #262627;
}

h3.h01 {
	border: 3px solid #04378c;
	text-align: center;
	padding: 15px 0;
	color: #1e1e88;
	font-size: 22px;
	font-weight: 500;
}

h3.h02 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #fdfdfd;
	line-height: 1.3em;
	background-color: #184ea9;
	padding: 40px 0;
}

h3.h03 {
	background-color: #eef4ff;
	text-align: center;
	padding: 18px 0;
	color: #1e1e88;
	font-size: 22px;
	font-weight: 500;
}

h3.h04 {
	background-color: #184ea9;
	padding: 20px 25px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

h3.h05 {
	background-color: #eef4ff;
	padding: 25px 30px;
	font-size: 28px;
	font-weight: 500;
}

h3.h06 {
	font-size: 28px;
	color: #101010;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 4px solid #262627;
}

h3.h07 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3em;
	background-color: #04378c;
	padding: 20px 0;
}

h3.h08 {
	border-left: 6px solid #04378c;
	padding-left: 13px;
	font-size: 24px;
	color: #101010;
	font-weight: 500;
	line-height: 1.3em;
}

h4.h01 {
	font-size: 28px;
	color: #101010;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 4px solid #262627;
}

h4.h02 {
	border-left: 6px solid #04378c;
	padding-left: 13px;
	font-size: 24px;
	color: #101010;
	font-weight: 500;
	line-height: 1.3em;
}

h4.h03 {
	border: 3px solid #04378c;
	text-align: center;
	padding: 15px 0;
	color: #1e1e88;
	font-size: 22px;
	font-weight: 500;
}

h5.h01 {
	border-left: 6px solid #04378c;
	padding-left: 13px;
	font-size: 24px;
	color: #101010;
	font-weight: 500;
	line-height: 1.3em;
}


/*見出し上テキスト*/
.h_t01 {
	text-align: center;
	color: #04378c;
	padding-bottom: 10px;
}


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

.btn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	background-color: #184ea9;
	color: #fff;
	border: 1px solid #184ea9;
	border-radius: 24px;
	text-decoration: none;
	position: relative;
}

.btn01 a::after {
	content: "▶︎";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
}

.btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background-color: #184ea9;
	color: #fff;
	border: 1px solid #184ea9;
	border-radius: 20px;
	text-decoration: none;
	position: relative;
}

.btn02 a::after {
	content: ">";
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) scale(.6,1);
	font-size: 15px;
}

.btn01 a:hover,.btn02 a:hover {
	background-color: #fff;
	color: #184ea9;
}

.btn_w01 {
	width: 268px;
	margin: 0 auto;
}

.btn_w02 {
	width: 294px;
	margin: 0 auto;
}

.btn_w03 {
	width: 100px;
	margin: 0 auto;
}

.btn_w04 {
	width: 360px;
	margin: 0 auto;
}


/*コラム*/
#column {
	background-color: #f3f3f3;
	padding: 90px 0 120px;
}

#column > div {
	width: 1140px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: center;
}

#column > div > a {
	background-color: #fff;
	width: 260px;
	margin-right: calc(100px / 3);
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
	text-decoration: none;
}

#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;
	color: #b7b7b7;
	line-height: 1em;
	font-weight: 500;
}

#column > div > a p.tit {
	padding: 0 20px 15px;
	font-size: 15px;
	color: #252525;
	font-weight: bold;
}

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

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


/*アクセス*/
#acc {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 110px;
}

#acc iframe {
	margin: 70px 0 0;
}

#acc ul {
	padding-top: 10px;
}

#acc ul li {
	font-size: 15px;
	line-height: 2em;
}


/*フォーム*/
#reservation .box01 {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 70px;
}

#reservation .box01 .reserve_read {
	width: 990px;
	margin: 0 auto;
	padding: 60px 0 0;
}

#reservation .box01 ul.btn {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

#reservation .box01 ul.btn li:first-child {
	padding-right: 24px;
}

#reservation .box01 ul.btn li img {
	box-shadow: 0px 0px 10px 0px #c9c9c9;
}

#reservation .box01 ul.tel_t {
	display: flex;
	justify-content: center;
	align-items: center;
}

#reservation .box01 ul.tel_t li:first-child {
	padding-right: 20px;
}

#reservation .box01 ul.tel_t li:nth-child(2) a {
	font-size: 34px;
	color: #184ea9;
	text-decoration: none;
	padding-left: 50px;
	position: relative;
}

#reservation .box01 ul.tel_t li:nth-child(2) a::before {
	content: "";
	width: 42px;
	height: 28px;
	background-image: url("../../images/tel.webp");
	position: absolute;
	left: 0;
	top: 13px;
}

#reservation .box01 ul.tel_t li:nth-child(3) {
	padding-left: 20px;
}

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

#reservation .box02 {
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 100px;
}

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

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

#reservation .box02 table td {
	border-bottom: 1px solid #333333;
	padding-top: 25px;
	padding-bottom: 25px;
}

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

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

#reservation .box02 table td:last-child {
	padding-left: 40px;
	padding-right: 40px;
}

#reservation .box02 table td span.hissu {
	background-color: #d94b4d;
	color: #fff;
	font-size: 15px;
	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: 16px;
}

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

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

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

#reservation .box02 table td:last-child .t04 {
	width: 280px;
	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 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

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

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

#reservation .box02 table td:last-child .wpcf7-checkbox {
	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;
}

#reservation .box02 table td:last-child .wpcf7-checkbox > span {
/*	width: calc(33% - 20px - 1em);*/
	width: calc(50% - 20px - 1em);
	padding-right: 20px;
	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: 30px;
	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: 15px;
	padding-bottom: 60px;
}

#reservation .box02 table td:last-child p.kyushin span {
	padding-left: 50px;
	position: relative;
}

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

#reservation .box02 p.t01 {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 50px;
}

#reservation .box02 p.t01 span {
	display: inline-block;
	text-align: left;
}

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

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

#reservation .box02 .send::before {
	content: "▶︎";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
}

#reservation .box02 .send:hover::before {
	color: #184ea9;
}

#reservation .box02 .send input {	
	display: block;
	width: 100%;
	height: 100%;
	background-color: #184ea9;
	color: #fff;
	border: 1px solid #184ea9;
	border-radius: 24px;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

#reservation .box02 .send input:hover {
	background-color: #fff;
	color: #184ea9;
}

#reservation .box03 {
	background-color: #f9f9fb;
	padding: 60px 0 70px;
}

#reservation .box03 div {
	width: 1132px;
	margin: 0 auto;
	border: 4px solid #817f7a;
	padding: 40px 0 60px;
	text-align: center;
}

#reservation .box03 div h3 {
	font-size: 40px;
	color: #04378c;
	font-weight: bold;
	line-height: 72px;
}

#reservation .box03 div h3 span {
	padding-left: 100px;
	position: relative;
}

#reservation .box03 div h3 span::before {
	content: "";
	width: 72px;
	height: 72px;
	background-image: url("../../images/ico_u18.webp");
	position: absolute;
	left: 0;
	top: 0;
}

#reservation .box03 div p {
	display: inline-block;
	text-align: left;
	padding-top: 60px;
}

#reservation .box03 div p a {
	color: #252525;
}


/*料金表*/
.price_box {
	width: 1140px;
	margin: 0 auto;
}

.price_box table {
	width: 100%;
	margin-bottom: 35px;
}

.price_box table.mb0 {
	margin-bottom: 0;
}

.price_box table td {
	border: 2px solid #04378c;
	padding: 20px 25px;
	line-height: 1.5em;
	background-color: #eef4ff;
}

.price_box table td:last-child {
	text-align: right;
	width: 240px;
	background-color: #fff;
}

.price_box table tr:first-child td {
	text-align: center;
	background-color: #184ea9;
	padding: 30px 0;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.price_box ul {
	padding-top: 15px;
}

.price_box ul li {
	font-size: 15px;
	line-height: 1.5em;
	padding-left: 1em;
	margin-bottom: .5em;
	position: relative;
}

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

.how {
	width: 1140px;
	margin: 0 auto;
}

.how ul {
	padding: 40px 0 0 0;
	display: flex;
	flex-wrap:wrap;
}

.how ul li {
	width: 50%;
	padding-bottom: 50px;
}

.how ul li:last-child {
	width: 100%;
}

.how ul li > p {
	padding-top: 30px;
}

.how ul li > div {
	padding-top: 30px;
	display: flex;
}

.how ul li:nth-child(2) > div p {
	width: 373px;
}

.how ul li:nth-child(3) > div p {
	width: 613px;
}


/*症例写真*/
.case div.case_box {
	width: 1120px;
	margin: 0 auto;
	border-bottom: 1px solid #bdbdbd;
	padding: 65px 10px 80px;
}

.case div.case_box > ul {
	display: flex;
	justify-content: center;
}

.case div.case_box > ul > li {
	width: 520px;
}

.case div.case_box > ul > li:nth-child(even) {
	padding-left: 80px;
}

.case div.case_box > ul > li .img_box {
	position: relative;
}

.case div.case_box > ul > li .img_box .etsuran {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #5c7db4;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.case div.case_box > ul > li .img_box .etsuran p.t01 {
	font-size: 32px;
	color: #fff;
	line-height: 1em;
	padding-bottom: 30px;
}

.case div.case_box > ul > li .img_box .etsuran p.t02 {
	color: #fff;
}

.case div.case_box > ul > li .img_box .etsuran.show {
	opacity: 0;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.case div.case_box > ul > li ul {
	padding-top: 30px;
}

.case div.case_box > ul > li ul li {
	font-size: 15px;
	line-height: 1.8em;
}


/*よくある質問*/
.faq dl {
	width: 1140px;
	margin: 0 auto;
	padding-top: 90px;
}

.faq dl dt {
	background-color: #eef4ff;
	padding: 25px 75px 25px 64px;
	font-size: 20px;
	color: #04378c;
	font-weight: 500;
	line-height: 1.5em;
	position: relative;
}

.faq dl dt::before {
	content: "Q";
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	left: 30px;
	top: 22px;
}

.faq dl dd {
	padding: 30px 0 45px 105px;
	color: #101010;
	line-height: 1.8em;
	position: relative;
}

.faq dl dd::before {
	content: "A";
	font-size: 30px;
	color: #333;
	position: absolute;
	left: 70px;
	top: 30px;
}

.faq dl dd a {
	color: #101010;
}