/*
	emcreative テンプレ
	最終更新: 20181227
	
*/

@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family: '游ゴシック体','YuGothic','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: 2.3rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #672e8e;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::-moz-selection {
	color: #91a50b;
	background: #f2ff8e;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::-moz-selection {
	color: #00479d;
	background: #bedbff;
}

::selection {
	color: #00479d;
	background: #bedbff;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transform: translate(0,-10px); 
	-moz-transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px); 
	-o-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-weight: bold;
}
thead th {
	padding: 5px 15px;
	background: #555;
	color: #fff; 
	font-size: 1.3rem;
}
tfoot th {
	padding: 5px 15px;
	background: #ddd;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #f4f4f4;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::-webkit-input-placeholder{
  color: #aaa;
}
:-ms-input-placeholder{
  color: #aaa;
}
::-ms-input-placeholder{
  color: #aaa;
}
::placeholder{
  color: #aaa;
}



/* sp_nav
-----------------------------------------------------------*/
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.95);
	width: 100%;
	height: 100%;
	overflow: auto;
}
.area_drawermenu.drawer_open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.area_drawermenu .inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 20px;
}
.list_drawermenu {
	margin: 0 0 10px;
}
.list_drawermenu li {
	position: relative;
}
.list_drawermenu li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
 }
.list_drawermenu li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom:  1px dotted #aaa;
}
.area_drawermenu .btn1 {
	margin: 0 0 10px;
}
.area_drawermenu .btn1 a {
	display: block;
	padding: 10px;
	background: #ddd;
	border: none;
	text-align: center;
}
.area_drawermenu .btn2 a {
	display: block;
	padding: 10px;
	background: #333;
	color: #fff;
	border: none;
	text-align: center;
}
.drawermenu_closebtn {
	display: inline-block;
	visibility: hidden;
	z-index: 1001;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 8px 0;
	font-size: 160%;
  -webkit-transition: ease-out .5s;
  -o-transition: ease-out .5s;
	transition: ease-out .5s;
}
.drawermenu_closebtn.drawer_open {
	visibility: visible;
	bottom: 0;
}
.header_menubtn {
	display: none;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 2;
	width: 54px;
	height: 54px;
	text-align: center;
	cursor: pointer;
	background: #333;
}
.header_menubtn:hover {
	background: #333;
}
.header_menubtn p {
	margin: 6px 0 0;
	color: #fff;
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.menu_trigger {
  position: relative;
  width: 30px;
  height: 21px;
  top: 10px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 9px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}


/* layout_common
-----------------------------------------------------------*/

.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap {
	padding: 40px 0 50px;
}
.wrap_1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.wrap_1132 {
	width: 100%;
	max-width: 1132px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.co_bl {
	color: #00479d;
}
.co_wh {
	color: white;
}
.co_ye {
	color: #fff100;
}
.co_ye2 {
	color: #fff799;
}
.po_re {
	position: relative;
}
.logo {
	max-width: 241px;
	width: 30%;
    height: 100%;
}
.top_tel {
	display: block;
	max-width: 400px;
	width: 65%;
}
.tel {
	pointer-events: none;
}
.fo_min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.fo_sta {
	font-family: 'Staatliches', cursive,'游ゴシック体','YuGothic';
	font-weight: 100;
}
.bk_bl {
	background: #00479d;
}
.bk_gy {
	background: #e5e5e5;
}
.bk_nb {
	background: #001829;
}
.bk_wh {
	background: url(../images/back_wh.jpg);
}
.bk_bl_img {
	background: url(../images/back_bl.jpg) no-repeat;
	background-size: cover;
}
.bk_bk {
	background: url(../images/back_bk.jpg) no-repeat;
	background-size: cover;
}
.li_1 {
	line-height: 1;
}
.les_05 {
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.head_wrap {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 30px;
}
#head_top {
	z-index: 2;
}
.rightnav {
	position: fixed;
	right: 0;
	left: auto;
	top: 90px;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    z-index: 100;
    height: 610px;
    font-size: 2.1rem;
}
.right_mail,
.right_counseling {
	padding: 20px 36px;
	display: inline-block;
}
.right_mail {
	background: #e60012;
	margin-bottom: 5px;
}
.right_mail:hover {
	background: #c30011;
}
.right_counseling {
	background: #a48451;
}
.right_counseling:hover {
	background: #806539;
}
.right_counseling span:before,
.right_mail span:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/mail.svg) no-repeat;
	background-size: contain;
	margin-bottom: 5px;
}
.right_counseling span:before {
	background: url(../images/../images/counseling.svg) no-repeat;
	margin-bottom: 9px;
}
.rightnav span i {
	font-size: 1.5rem;
	margin-top: 12px;
}
.main_img2,
.main_img,
.main {
	background: url(../images/mainback.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 900px;
}
.main_img {
	position: absolute;
	background: url(../images/main_img.png) no-repeat center center;
	background-size: cover;
	z-index: 0;
	-webkit-transform: translate(0,-0);
	    -ms-transform: translate(0,-0);
	        transform: translate(0,-0); 
}
.main_img2 {
	position: absolute;
	background: url(../images/main_img2.png) no-repeat -20px bottom;
	background-size: cover;
	z-index: 1;
}
.main_catch {
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	background: rgba(255,255,255,0.6);
	padding: 30px 0;
	border: 3px solid white;
	z-index: 4;
	-webkit-transition-delay: 0.25s;
	     -o-transition-delay: 0.25s;
	        transition-delay: 0.25s;
}
.main_catch p {
	font-size: 3.1rem;
	margin-bottom: 10px;
}
.main_catch h1 {
	font-size: 8.4rem;
	font-weight: 600;
	margin-bottom: 0;
}
.btn_reserve img,
.btn_reserve {
	max-width: 866px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.title {
	font-size: 2.1rem;
}
.title:after,
.title:before {
	content: "";
	display: inline-block;
	width: 30%;
	height: 1px;
	background: black;
	position: absolute;
	top: 65%;
	left: 0;
}
.title:after {
	left: auto;
	right: 0;
}
.co_wh.title:after,
.co_wh.title:before {
	background: white;
}
.title .title_big {
	font-size: 7.1rem;
	top: 19px;
	margin-left: 10px;
}
.title .title_small {
	font-size: 2.1rem;
	margin-right: 10px;
}
.sub_title {
	font-size: 3rem;
    margin-bottom: 30px;
}
.doctorbox {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 60px;
}
.doctorbox .doctorbox1 {
	width: 65%;
	z-index: 2;
	margin-bottom: 10px;
}
.doctorbox .doctorbox2 {
	width: 35%;
    bottom: -50px;
}
.doctorbox1 img {
	max-width: 795px;
}
.doctorbox1 .doctorbox1_text {
	font-size: 2rem;
	margin-bottom: 60px;
}
.doctor {
	max-width: 384px;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.doctor_name {
	font-size: 1.7rem;
}
.doctor_name span {
	font-size: 2.4rem;
	margin-left: 7px;
}
.feature {
	position: relative;
	bottom: 70px;
}
.feature p {
	font-size: 2.25rem;
}
.about:before,
.recommended:before,
.trouble:before,
.feature:before {
	content: "";
	display: inline-block;
	background: url(../images/arrow.svg) no-repeat;
	background-size: contain;
	width: 69px;
	height: 39px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}
.consultation_text1 {
	font-size: 4.3rem;
}
.consultation_text2 {
	font-size: 3.5rem;
}
.consultation_text3 {
	font-size: 7rem;
	margin-bottom: 50px;
}
.trouble {
	margin-bottom: 50px;
}
.trouble p {
	font-size: 2.3rem;
}
.about:before,
.trouble:before {
	background: url(../images/arrow_bl.svg) no-repeat;
	background-size: contain;
}
.about_wrap > div:before,
.trouble > div:before {
	content: "01";
	display: inline-block;
	font-size: 2.3rem;
	color: white;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 53px;
	height: 53px;
	padding: 10px;
	border-radius: 100%;
	background: #00479d;
	font-family: 'Staatliches', cursive;
	font-weight: 100;
}
.about_wrap > div:nth-child(2):before,
.trouble > div:nth-child(2):before {
	content: "02";
}
.about_wrap > div:nth-child(3):before,
.trouble > div:nth-child(3):before {
	content: "03";
}
.about_wrap > div:nth-child(4):before,
.trouble > div:nth-child(4):before {
	content: "04";
}
.about_wrap > div:nth-child(5):before,
.trouble > div:nth-child(5):before {
	content: "05";
}
.about_wrap > div:nth-child(6):before,
.trouble > div:nth-child(6):before {
	content: "06";
}
.recommended {
	padding: 90px 30px;
	border-radius: 50px;
	border: 3px solid #ffff00;
	background: url(../images/back_gry.jpg);
	font-size: 4.3rem;
    margin-bottom: 150px;
}
.about:before,
.recommended:before {
	bottom: -100px;
}
.recommended_wrap {
	margin: 0 auto;
	max-width: 850px;
	margin-bottom: 80px;
}
.recommended li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 90px;
}
.recommended li:before {
	content: "";
	display: inline-block;
	background: url(../images/check.png) no-repeat;
	background-size: contain;
	width: 76px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
}
.recommended p {
	font-size: 3.5rem;
	margin-bottom: 0;
}
.about {
	background: white;
	border: 8px solid #dee7f5;
	padding: 40px;
    margin-bottom: 130px;
}
.about_beaf {
	max-width: 762px;
	margin: 0 auto;
	display: block;
	margin-bottom: 35px;
}
.about_wrap img {
	margin-bottom: 18px;
}
.about_wrap_title {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.about_wrap_text {
	font-size: 1.8rem;
	margin-bottom: 0;
}
.reason.wrap {
    padding: 40px 0 0;
}
.reason .sub_title {
	margin-bottom: 0;
}
.border_hukidashi {
    position: relative;
    overflow: hidden;
    height: 86px;
    bottom: 1px;
}
.border_hukidashi:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    width: 1600px;
    height: 86px;
    background: url(../images/arrow_sita_bl.svg) no-repeat;
    background-size: contain;
}
.reason_box {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.reason_box_img {
	width: 39%;
}
.reason_box_img.reason1 {
    padding-top: 120px;
}
.reason_box_img.reason6 {
    padding-top: 50px;
}
.obfi.reason_box_img {
    padding-top: 0;
}
.reason_box_text {
	width: 59%;
	padding: 120px 0;
}
.reason_box_text1 {
	font-size: 4.3rem;
}
.reason_box_text2 {
	font-size: 2.3rem;
	margin-bottom: 0;
}
.contact {
	font-size: 1.8rem;
}
.bk_bk .wrap {
	padding: 140px 0 50px; 
}
.bk_bk .consultation_wrap {
	margin-bottom: 80px;
}
.under_content_boximg {
	display: block;
	width: 73px;
	height: 73px;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid white;
	border-radius: 100%;
	margin-bottom: 25px;
}
.under_content_text1 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.under_content_text2 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.under_content_tel {
	max-width: 220px;
}
footer .wrap {
	padding: 110px 0 50px;
}
.logo_wh {
	max-width: 188px;
	margin-bottom: 40px;
}
.gmap {
	width: 100%;
	height: 434px;
	margin-bottom: 60px;
}
.footer_text {
	z-index: 1;
}
.footer_text1 {
	font-size: 2.1rem;
}
.footer_text2 {
	font-size: 1.5rem;
	margin-bottom: 60px;
}
.copyright {
	font-size: 1.4rem;
}
.area_footer:before {
	content: "";
	display: inline-block;
	background: url(../images/curve2.png) no-repeat;
	background-size: contain;
	width: 427px;
	height: 334px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.under_content_box a {
	display: block;
}
.pagetop a {
	position: fixed;
	right: 30px;
	bottom: 20px;
	color: white;
	font-size: 3rem;
	background: #00479d;
	padding: 30px;
	border-radius: 100%;
}
.pagetop a i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.block480 {
	display: none;
}


/* layout_top
-----------------------------------------------------------*/



/* layout_subpage
-----------------------------------------------------------*/



/* layout_contact
-----------------------------------------------------------*/
.btnarea_contact {
	margin: 40px 0;
	text-align: center;
}
.btnarea_contact li {
	margin-right: 10px;
	display: inline-block;
}
.btnarea_contact .btn01 {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	border-radius: 5px;
	background: #00479d;
}
.btnarea_contact .btn02 {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	border-radius: 5px;
	background: #555;
}
.under_content_text1 span {
	font-size: 1.5rem;
	position: relative;
	bottom: 3px;
	margin-left: 8px;
}
#checkthanks footer .wrap {
    padding: 30px 0 10px;
}
#checkthanks .logo_wh {
	display: none;
}
#checkthanks footer.bk_nb {
	overflow: hidden;
}
#checkthanks .footer_text2 {
    margin-bottom: 20px;
}
#datepicker1,
#datepicker2 {
	cursor: pointer;
	background: #f4f4f4 url(../../css/fontawesome-free-5.1.1-web/svgs/regular/calendar-alt.svg) no-repeat;
	background-size: 18px;
	background-position: right 12px top 50%;
}
.error_messe {
	margin-bottom: 0;
	color: #f00;
	font-size: 90%;
}

/* ハック
-----------------------------------------------------------*/


_::-webkit-full-page-media, _:future, :root .rightnav span i {
    position: relative;
    right: 4px;
}
@media screen and (max-width: 768px) {

_::-webkit-full-page-media, _:future, :root .rightnav span i {
    right: auto;
}

}

_:-ms-lang(x)::-ms-backdrop,
.fo_min {
    letter-spacing: -0.055em;
}
_:-ms-lang(x)::-ms-backdrop,
.rightnav span i {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}




/* Responsive
-----------------------------------------------------------*/

@media screen and (max-width: 1200px) {

.area_header {
	width: 94%;
}
.wrap_1200 {
	width: 84%;
	margin: 0 auto;
}
.main_catch p {
	font-size: 2vw;
}
.main_catch h1 {
	font-size: 6vw;
}
.main_img2 {
	background: url(../images/main_img2.png) no-repeat -200px bottom;
	background-size: cover;
}
.right_mail, .right_counseling {
    padding: 20px 13px;
}
.feature p {
    font-size: 1.7rem;
}
.about_wrap_title {
    font-size: 2rem;
    line-height: 1.3;
}
.about_wrap_text {
    font-size: 1.5rem;
}
.btn_reserve img, .btn_reserve {
    width: 90%;
}
.about_wrap > div:before, .trouble > div:before {
    left: 0px;
    top: 0px;
}
.title:after,
.title:before {
	display: none;
}
.reason_box_text {
    padding: 90px 0;
}
.reason_box_img {
    padding-top: 90px;
}
.reason_box_text1 {
    font-size: 3.3rem;
}
.reason_box_text2 {
    font-size: 2rem;
}
.none1200 {
	display: none;
}
.consultation_text1 {
    font-size: 3.3rem;
}
.consultation_text2 {
    font-size: 2.5rem;
}
.consultation_text3 {
    font-size: 5rem;
    margin-bottom: 50px;
}
.recommended {
    font-size: 3rem;
}
.recommended li {
    padding-left: 70px;
}
.recommended li:before {
    width: 56px;
    height: 48px;
}
.recommended p {
    font-size: 2.5rem;
}
.under_content_tel {
    width: 80%;
}

.main_img {
    background: url(../images/main_img.png) no-repeat  center 40px;
	background-size: cover;
}

.under_content_text1 {
    font-size: 2.1rem;
}
.under_content_text2 {
    font-size: 1.6rem;
}
}


@media screen and (max-width: 1132px) {

.wrap_1132 {
	width: 94%;
	margin: 0 auto;
}

}


@media screen and (max-width: 1024px) {

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}

}


@media screen and (max-width: 768px) {

html {font-size: 42.5%;}


.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.main_img2 {
	display: none;
}
.rightnav {
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    height: auto;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.right_mail {
	width: 50%;
}
.right_counseling {
	width: 50%;
}
.right_mail {
    margin-bottom: 0;
}
.right_mail, .right_counseling {
    padding: 35px 0;
}
.right_counseling span:before, .right_mail span:before {
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
.rightnav span {
	position: absolute;
	left: 50%;
	top: 65%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
    width: 95%;
}
.rightnav span i {
    margin-top: 0;
}
.wrap_1132 .mb30 {
    margin-bottom: 15px!important;
}
.main_img2, .main_img, .main {
    width: 100%;
    height: 600px;
}
.main_catch {
    bottom: 50px;
    padding: 15px 10px;
}
.main_catch p {
    font-size: 2.5vw;
}
.main_catch h1 {
    font-size: 6.5vw;
}
.btn_reserve img, .btn_reserve {
    width: 100%;
}
.wrap {
    padding: 20px 0 25px;
}
.title .title_big {
    top: 12px;
}
.doctorbox {
    padding-top: 15px;
}
.sub_title {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.doctorbox .doctorbox1 {
    width: 100%;
    margin-bottom: 0;
}
.doctorbox1 .doctorbox1_text {
    margin-bottom: 0;
}
.doctorbox .doctorbox2 {
    width: 100%;
    bottom: auto;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    bottom: -25px;
}
.doctor {
    max-width: 260px;
    position: static;
}
.doctorbox2 .doctor_name {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.doctor_name span {
    font-size: 2.4rem;
    margin-left: 0;
}
div.feature {
    position: relative;
    bottom: auto;
    margin-bottom: 60px;
}
.feature p {
    font-size: 2.25rem;
    margin-bottom: 5px;
}
.about:before, .recommended:before, .trouble:before, .feature:before {
    width: 49px;
    height: 28px;
    bottom: -35px;
}
.consultation_text1 {
    margin-bottom: 5px;
}
.consultation_text2 {
    margin-bottom: 10px;
}
.consultation_text3 {
    margin-bottom: 30px;
}
.about_wrap > div:before, .trouble > div:before {
    font-size: 3.5rem;
}
.recommended li:before {
    width: 36px;
    height: 31px;
}
.recommended li {
    padding-left: 50px;
}
.recommended {
    padding: 40px 30px;
    margin-bottom: 60px;
}
.recommended_wrap {
    margin-bottom: 0;
}
.about:before, .recommended:before {
    bottom: -50px;
}
.problem {
	margin-bottom: 65px;
}
.about_wrap_title {
    font-size: 2.25rem;
}
.about_wrap_text {
    font-size: 1.8rem;
    margin-bottom: 5%;
}
.about {
    background: white;
    border: 4px solid #dee7f5;
    padding: 20px;
    margin-bottom: 60px;
}
.reason.wrap {
    padding: 10px 0 0;
}
.border_hukidashi {
    height: 43px;
}
.border_hukidashi:after {
    width: 800px;
    height: 43px;
}
.reason_box_img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 20px;
}
.reason_box_img.reason6 {
    padding-top: 30px;
}
.reason_box_img.reason1 {
    padding-top: 40px;
}
.obfi.reason_box_img {
	height: 250px;
	padding-top: 30px;
}
.reason_box_text {
    width: 100%;
    padding: 0 0 30px;
}
.bk_bk .wrap {
    padding: 40px 0 30px;
}
.bk_bk .consultation_wrap {
    margin-bottom: 0;
}
footer .wrap {
    padding: 30px 0 35px;
}
.gmap {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}
.logo_wh {
    max-width: 150px;
    margin-bottom: 20px;
}
.footer_text2 {
    margin-bottom: 20px;
}
footer.bk_nb {
	padding-bottom: 50px;
}
.under_content_boximg {
    width: 63px;
    height: 63px;
    margin-bottom: 15px;
}
.tel {
	pointer-events: auto;
}
#checkthanks footer.bk_nb {
    padding-bottom: 0;
}

.pagetop a {
    right: 10px;
    bottom: 80px;
    padding: 20px;
}



/* layout_top */

/* layout_contact */
.tbl_contact td,
.tbl_contact th {
	display: block;
	padding: 10px;
	width: 100%;
}
.tbl_contact th {
	border-bottom: 1px dotted #bdbdbd;
}
.tbl_contact label {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	background: #f1f1f1;
	border-radius: 5px;
}

}


@media screen and (max-width: 480px) {

.under_content_tel {
    width: 100%;
}
.main_img2, .main_img, .main {
    height: 450px;
}
.main_catch {
    bottom: 25px;
}
.wrap_1200 {
    width: 94%;
}
.problem .mb20 {
    margin-bottom: 10px!important;
}
.consultation_text3 {
    font-size: 4.5rem;
}
.recommended {
    padding: 30px 20px;
}
.recommended li {
    margin-bottom: 20px;
}
.about_wrap img {
    margin-bottom: 10px;
}
.none480 {
	display: none;
}
.block480 {
	display: block;
}
.right_mail, .right_counseling {
    padding: 30px 0;
}
.rightnav span {
    top: 75%;
}


}
