@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Kosugi Maru, sans-serif;
}

body{
font-family: Kosugi Maru, sans-serif;
}

ul li, ol li{
line-height: 1.5;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #000000;
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}


.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_wrap_left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start
}

.flex_wrap_center {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex_wrap_end {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.clearer {
	clear: both;
}

.center{
text-align: center;
}

.sp{
display: none;
}

/********************************
toppage
********************************/
.home ul{
	margin:0;
	padding:0;
}

.home ul li{
	list-style:none;
	margin:0;
}

.home .site-body{
	margin:0;
	padding:0;
}

.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
    max-width: 100%;
	margin:0;
	padding:0;
    }

.home .site-body-bottom{
	display:none;
}

.home .site-footer nav{
	display:none;
}

.site-footer-copyright{
	display:none
}


/********************************
header
********************************/
#site-header .header-top{
	display:none;
}

.header_cnt{
max-width: 1920px;
margin: 0 auto;
}

.header_cnt .logo{
margin: 0;
padding: 0;
}

.contact_area{
line-height: 1.3;
position: relative;
padding-right: 210px;
padding-top: 30px;
max-width:calc(100% - 550px);
text-align:right;
}

.contact_area p{
font-size:14px;
color: #4d4d4d;
line-height: 1.5;
margin: 0;
padding: 0;
}

.contact_area .tel{

}

.contact_area .tel dl{
margin:0 10px 10px 0;
padding:0;
}

.contact_area .tel dt{
font-size:16px;
color: #000000;
width:calc(100% - 220px);
margin:0;
padding:10px 10px 0 0;
text-align:right;
}

.contact_area .tel dd{
width:220px;
font-size:36px;
color: #336699;
font-weight:bold;
}

.contact_area .tel p{
font-size:10px;
color:#333333;
}

.header_nav{
position: absolute;
top:15px;
right: 20px;
}

.header_nav li{
width: 178px;
margin-bottom: 10px !important;
}

.header_nav li a{
display: block;
font-size:20px;
padding: 20px 0;
text-align: center;
border-radius: 15px;
background-color: #336699;
text-decoration: none;
color: #FFFFFF;
}

.header_nav li a:hover{
background-color: #1c4d7e;
}

.header_nav li:last-child a{
background-color: #e8a238;
}

.header_nav li:last-child a:hover{
background-color: #d58409;
}

#gnav ul{
width: 100%;
}

#gnav ul li{
width: 14.28%;
background: #f4f4f4;
}

#gnav ul li a{
display: block;
padding: 45px 0;
text-align: center;
font-size:19px;
color: #666666;
text-decoration: none;
}

#gnav ul li a:hover, #gnav ul li.current a{
color: #336699;
font-weight:bold;
border-bottom: 3px solid #f79600;
}
/********************************
toppage
********************************/
.entry-body{
max-width: 1920px;
margin: 0 auto;
}

.main-section {
margin-bottom: 0;
    }

.mv{
position: relative;
line-height: 0;
}

.mv .logo{
position: absolute;
top:60px;
left: 60px;
}

.mv .mv_text{
position: absolute;
top:100px;
right: 80px;
}

.mv .insta{
position: absolute;
bottom:35px;
right: 35px;
}

#doctor{
max-width: 1550px;
margin: 110px auto 110px;
background: url("../img/index_img01.png") left bottom no-repeat, url("../img/index_img02.png") right bottom no-repeat;
}

#doctor p{
font-size:32px;
line-height: 2;
text-align: center;
color: #4d4d4d;
padding:70px 0 0 
}

.btn_style{
width: 450px;
margin: 30px auto 0;
}

.btn_style a{
display: block;
font-weight:bold;
color: #FFFFFF;
font-size:28px;
background: #e8a238 url("../img/btn_arrow.png") 50px center no-repeat;
padding: 35px;
text-decoration: none;
text-align: center;
border-radius: 50px;
}

.btn_style a:hover{
background: #336699 url("../img/btn_arrow.png") 50px center no-repeat;
}

.medical_hours{
width: 860px;
margin: 125px auto;
}

.medical_hours table{
margin: 0 auto 30px;
border-radius: 15px;
border-spacing: 0;
border-left: 1px solid #e8a238;
border-right: 1px solid #e8a238;
border-top: 1px solid #e8a238;
}
.medical_hours table tr>*{
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #e8a238;
}
.medical_hours table tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.medical_hours table tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.medical_hours table tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.medical_hours table tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.medical_hours table th{
padding: 30px;
text-align: center;
font-size:21px;
color: #4d4d4d;
}

.medical_hours table th span{
color: #e48000;
font-size:24px;
}

.medical_hours table td{
padding: 30px;
text-align: center;
color: #336699;
font-weight:bold;
font-size:21px;
}

.medical_hours table .week td{
color: #4d4d4d;
font-weight:normal;
font-size:26px;
}

.medical_hours table td:last-child{
padding-right: 50px;
}

.medical_hours p{
font-size:15px;
color: #4d4d4d;
line-height: 1.8;
margin-bottom: 20px;
}

.medical_hours p span{
color:#336699;
}

.h2_style{
color: #e48000;
font-size:38px;
font-weight:bold;
margin-bottom: 45px;
}

.h2_style span{
background: url("../img/icon_info.png") left center no-repeat;
padding-left: 40px;
font-size:38px;
}

.h2_style p{
font-size:15px !important;
font-family: Arial, Helvetica, "sans-serif";
margin-top: 10px;
color: #e48000 !important;
}

#info{
background: #f4f4f4;
padding: 150px 0 150px;
text-align: center
}

#info .cnt{
max-width: 1500px;
margin: 0 auto;
}

#info .cnt .h2_style{
position: relative;
width: 13%;
text-align: left;
margin-bottom: 0
}

#info .news_area{
min-height: 195px;
width: 82%;
background: #FFFFFF;
border-radius: 10px;
padding: 40px;
}

#info .postListText_date {
font-size: 22px;
line-height:1.6
}

#info .postListText_title {
font-size: 22px;
color: #4d4d4d;
float:left;
}

#info .postListText_singleTermLabel {
display: none;
}

#info p a{
color:#4d4d4d;
padding-left:20px;
background: url(../img/info_arrow.png) left center no-repeat;
}

.more{
width: 100%;
position: absolute;
bottom:0;
left: 0;
}

.more a{
display: block;
font-weight:bold;
color: #FFFFFF;
font-size:20px;
background: #e8a238 url("../img/btn_arrow.png") 20px center no-repeat;
padding: 10px 20px;
text-decoration: none;
text-align: center;
border-radius: 50px;
}

.more a:hover{
background: #336699 url("../img/btn_arrow.png") 20px center no-repeat;
}

#greeting{

}

#greeting .col_text{
width: calc(100% - 876px);
min-width: 55%;
padding: 110px 0 50px 110px;
border-left: 90px solid #e48000;
}

#greeting .col_img{
width: 876px;
max-width: 45%;
line-height: 0;
}

#greeting .col_text p{
color: #4d4d4d;
font-size: 22px;
line-height: 2;
}

#greeting .btn_style{
margin: 50px 0 0;
}

#feature{
background: #f4f4f4;
padding: 180px 0 0;
margin: 0 auto;
}

#feature .cnt{
max-width: 1540px;
margin: 0 auto}

#feature .cnt .h2_style{
width: 360px;
}

#feature .feature_list{
width:1040px;
margin-right: 140px;
}

#feature .feature_list .item{
max-width: 446px;
margin-bottom: 110px;
box-shadow: 3px 5px 8px rgb(0,0,0,0.1);
border-radius:20px;
background: #FFFFFF;
}

#feature .feature_list .item img{
border-radius: 20px 20px 0 0;
}

#feature .feature_list .item dl{
padding:35px 40px;
border-radius:0 0 20px 20px;
line-height: 1.5;
}

#feature .feature_list .item dt{
font-size: 24px;
color:#336699; ;
margin-bottom: 20px;
}

#feature .feature_list .item dd{
font-size: 19px;
color:#4d4d4d ;
margin-bottom: 20px;
line-height: 1.5;
}

#gairai{
background: #fbefdd;
padding: 170px 0;
}

#gairai .cnt{
max-width: 1500px;
margin: 0 auto;
background: url("../img/index_img03.png") left center no-repeat,  url("../img/index_img04.png") right center no-repeat
}

#gairai .ttl {
text-align: center;
margin-bottom: 60px;
}

#gairai .ttl span{
background: #FFFFFF;
border-radius: 10px;
padding: 5px 20px;
font-size:57px;
color: #e48000;
}

#gairai p{
font-size:19px;
margin-bottom: 70px;
text-align: center;
}

#gairai .catch{
font-size:43px;
margin-bottom: 40px;
text-align: center;
}

#gairai ul{
max-width: 920px;
margin: 55px auto 0;
}

#gairai ul li{
font-size:15px;
}

#gairai ul li:before{
content:"・";
}

#medical .col_text{
width: calc(100% - 745px);
padding: 100px 0 0 110px;
border-right: 90px solid #e48000;
}

#medical .col_text .h3_style{
color: #336699;
font-size:26px;
margin-bottom: 20px;
}

#medical .col_text p{
color: #4d4d4d;
font-size: 22px;
line-height: 2;
margin-bottom: 50px;
}

#medical .col_img{
width: 745px;
line-height: 0;
}

#medical .btn_style{
margin: 50px 0 0;
}

#recruit{
background:url("../img/recruit_bg.jpg") center center no-repeat;
background-size:100% auto;
padding: 140px 0;
text-align: center
}

#recruit .recruit_list{
max-width: 1200px;
margin: 0 auto 90px;
}

#recruit .recruit_list li{
padding: 10px 30px;
background: #FFFFFF;
font-size:22px;
color: #336699;
margin: 15px;
border-radius: 10px;
} 

#recruit p{
font-size:16px;
line-height: 1.5
}

#recruit .h2_style{
color: #FFFFFF;
}

#recruit .h2_style p{
color: #FFFFFF !important;
}

footer {
background: #fbefdd url("../img/footer_bg.png") right bottom no-repeat;
padding: 170px 0 0 0;
}

.site-footer {
background:#fbefdd;
padding: 0;
}

.footer_cnt{
max-width: 1500px;
margin: 0 auto;
}

.footer_cnt .logo{
margin-bottom: 60px;
}

.footer_cnt .address{
width:560px;
}

.footer_cnt .address p{
line-height: 1.8;
font-size:19px;
color: #4d4d4d;
margin-bottom: 0;
}

.footer_cnt .address .tel{
margin-bottom: 30px;
line-height:1.52;
}


.footer_cnt .address .tel dl{
max-width:320px;
margin:0;
padding:0;
}

.footer_cnt .address .tel dt{
font-size:18px;
color: #000000;
width:120px;
margin:0;
padding:10px 10px 0 0;
}

.footer_cnt .address .tel dd{
width:calc(100% - 120px);
font-size:28px;
color: #336699;
font-weight:bold;
}

.footer_cnt .address .tel p{
	font-size:14px;
	color:#333333;
}

.footer_cnt .address .map {
margin:10px 0 30px;
}

.footer_cnt .address .map a{
font-size:21px;
color: #e48000;
text-decoration: none;
}

.footer_cnt .address .medical{
margin-top: 50px;
}

.footer_cnt .address .medical .h3_style{
color: #336699;
font-size:21px;
margin-bottom: 15px;
}

.footer_cnt .address .medical p{
color: #4d4d4d;
font-size: 19px;
line-height: 2;
margin-bottom: 50px;
}

.footer_cnt .hours{
width:calc(100% - 600px);
}

.footer_cnt .hours table{
margin: 0 0 30px;
background-color: #FFFFFF;
border-radius: 15px;
border-spacing: 0;
border-left: 1px solid #e8a238;
border-right: 1px solid #e8a238;
border-top: 1px solid #e8a238;
}
.footer_cnt .hours table tr>*{
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #e8a238;
}
.footer_cnt .hours table tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.footer_cnt .hours table tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.footer_cnt .hours table tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.footer_cnt .hours table tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.footer_cnt .hours table th{
padding: 21px;
text-align: center;
font-size:24px;
color: #4d4d4d;
}

.footer_cnt .hours table th span{
color: #e48000;
font-size:24px;
}

.footer_cnt .hours table td{
padding: 30px;
text-align: center;
color: #336699;
font-weight:bold;
font-size:21px;
}

.footer_cnt .hours table .week td{
color: #4d4d4d;
font-weight:normal;
font-size:26px;
}

.footer_cnt .hours p{
font-size:15px;
color: #4d4d4d;
line-height: 1.8;
margin-bottom: 20px;
}

.footer_cnt .hours p span{
color:#336699;
}

.copyright{
background:#808080;
margin:0;
padding: 20px 0;
text-align: center;
font-size:15px;
color: #FFFFFF;
}

/********************************
contents
********************************/
header ul{
	margin:0;
	padding:0;
}

header ul li{
	list-style:none;
	margin:0;
}

header .container{
    max-width: 100%;
	margin:0;
	padding:0;
    }

.header-top {
	display:none;
}

.site-header-logo {
padding:0;
margin:0;
}

.site-header-logo img {
max-height: 179px;
}

.site-header-sub {
margin-top:0;
margin-bottom:0;
padding-left: 0;
max-width: calc(100% - 550px);
}

header .widget ul {
    padding-left: 0;
}

header .widget li {
    margin-top: 0;
}

.global-nav--layout--penetration .global-nav-list {
width:100%;
}

.global-nav ul{
width: 100%;
}

.global-nav ul li{
width: 14.28%;
background: #f4f4f4;
list-style:none;
}

.device-pc .global-nav-list>li>a {
padding: 45px 0;
    }

.global-nav ul li a{
display: block;
padding: 45px 0;
text-align: center;
font-size:19px;
color: #666666;
text-decoration: none;
}

.global-nav--layout--penetration .global-nav-list>li {
border-right:none;
}

.global-nav--layout--penetration .global-nav-list>li:first-child {
border-left:none;
}

.global-nav-list>li .global-nav-name {
    font-size:19px;
	font-weight:normal;
}

 .global-nav ul li.current_page_item a{
color: #336699;
font-weight:bold;
border-bottom: 3px solid #f79600;
}

.site-header-sub .contact_area{
	max-width:100%;
}

/********************************
お問い合わせページ
********************************/
.contact_form{
max-width:1080px;
margin:0 auto;
}

sup{
	font-size:12px;
	background:#CC0000;
	color:#FFFFFF;
	padding:2px 10px;
	border-radius:25px;
	font-weight:400;
}

textarea{
	line-height:1.5;
}

.contact_form dt{
	width:240px;
	margin:0;
	padding:15px 0;
	border-bottom:#F5F5F5 1px solid;
}

.contact_form dd{
	width:calc(100% - 240px);
	padding:15px 0;
	border-bottom:#F5F5F5 1px solid;
	font-size:16px;
	color:#666666;
	line-height:1.5;
}

.contact_form dd input[type=text],
.contact_form dd input[type=tel],
.contact_form dd input[type=email]{
	width:300px;
	padding:10px;
	color:#000000;
}

.contact_form dd input.zip{
	width:150px !important;
}
.contact_form dd input.address{
	width:100% !important;
}

.contact_form p{
	margin:0;
}

.submit_btn{
	width:320px;
	margin:0 auto;
}

.submit_btn input{
	width:100%;
}


/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
	 a[href^="tel:"] {
		 pointer-events: none;
		 cursor: default;
	}
}

@media screen and (max-width: 1680px) {
#recruit{
background-size:auto 100%;
}
}

@media screen and (max-width: 1580px) {
.header_cnt .logo {
width: 450px;
}
	
.site-header-logo {
width: 450px;
}
	
.contact_area{
max-width:calc(100% - 450px);
padding-top: 10px;
min-height:auto;
}

.header_nav li a{
padding:10px 0;
	}
	
.mv .mv_text{
top:50px;
right: 50px;
max-width:60%;
}

.mv .insta{
bottom:25px;
right: 25px;
max-width:80px;
}
	
#info .cnt {
    max-width: 90%;
    margin: 0 auto;
}

#info .cnt .h2_style{
width: 200px;
}

#info .news_area{
width:calc(100% - 240px);
}

#info .postListText_date {
font-size: 18px;
}

#info .postListText_title {
font-size:18px;
}

#greeting .col_text{
padding: 100px 20px 50px 40px;
border-left: 45px solid #e48000;
}

#greeting .col_text p {
    font-size: 18px;
}

#feature .cnt{
max-width:90%;
}

#feature .feature_list{
width:calc(100% - 400px);
margin-right: 0;
}

#medical .col_text{
padding: 100px 20px 50px 40px;
border-right: 45px solid #e48000;
}

footer {
padding: 100px 0 0 0;
background-size: 25% auto;
}
	
.site-footer {
padding:0;
	}
	
.footer_cnt {
max-width:90%;
}

.footer_cnt .address p{
font-size:16px;
}

.footer_cnt .address .tel{
margin-bottom: 20px;
}

.footer_cnt .address .medical {
margin-top: 20px;
}

.footer_cnt .address .medical .h3_style{
font-size:18px;
}

.footer_cnt .address .medical p{
font-size: 16px;
margin-bottom: 30px;
}

.footer_cnt .hours table th{
padding: 20px;
font-size:18px;
}

.footer_cnt .hours table td{
padding: 20px 25px;
font-size:18px;
}

.footer_cnt .hours table .week td {
font-size: 18px;
}


}

@media screen and (max-width: 1480px) {
#doctor {
    max-width: 96%;
    margin: 70px auto 90px;
    background-size:auto 100%, auto 100%;
	}
	
#doctor p {
    font-size: 28px;
}

#greeting .col_text{
padding: 70px 20px 50px 40px;
}

#feature{
padding: 90px 0 0;
}

#feature .cnt .h2_style {
    width: 280px;
}

#feature .feature_list {
width: calc(100% - 320px);
    }
	
#gairai{
padding: 90px 0;
}

#gairai .cnt {
max-width: 96%;
background-size: 25% auto, 25% auto
}

#medical .col_text{
padding: 70px 20px 50px 40px;
}

#medical .col_text .h3_style{
font-size:22px;
}

#medical .col_text p{
font-size: 16px;
}

.btn_style{
width: 350px;
}

.btn_style a{
font-size:24px;
padding: 25px;
}
	}
	
@media screen and (max-width: 1380px) {
.header_cnt .logo {
width: 350px;
}
	
.site-header-logo {
width: 350px;
}
	
.contact_area {
max-width: calc(100% - 350px);
padding-right: 160px;
padding-top: 15px;
}

.contact_area .tel dt{
font-size:14px;
width:calc(100% - 150px);
padding:7px 10px 0 0;
}

.contact_area .tel dd{
width:150px;
font-size:24px;
}

/*
.contact_area .tel {
font-size: 28px;
}
*/	
.header_nav {
    top: 10px;
}

.header_nav li {
    width: 140px;
}
	
.header_nav li a {
    font-size: 16px;
    padding: 10px 0;
	}
	
#gnav ul li a {
padding: 35px 0;
font-size: 18px;
}

#doctor p {
font-size: 24px;
    }
	
.medical_hours {
margin: 70px auto;
}

#feature .feature_list .item{
max-width:48%;
margin-bottom: 70px;
}

#info {
padding: 70px 0 70px;
}

.h2_style {
font-size: 32px;
margin-bottom: 30px;
}

.h2_style span {
font-size: 32px;
}

#greeting .col_text p {
font-size: 16px;
}

#feature .feature_list .item dt {
    font-size: 20px;
	}
	
#feature .feature_list .item dd {
font-size: 16px;
margin-bottom:0;
}	

#gairai .ttl span{
font-size:48px;
}

#gairai p{
font-size:18px;
}

#gairai .catch{
font-size:32px;
margin-bottom: 30px;
}

#medical .col_img {
max-width: 55%;
}

#medical .col_text {
width: 45%;
	}
	
footer {
padding: 70px 0 0 0;
}
	
.site-footer {
padding:0;
	}

.footer_cnt .logo img{
max-width: 400px;
}

.footer_cnt .address {
    width: 480px;
}

.footer_cnt .hours {
    width: calc(100% - 500px);
}

.footer_cnt .hours table th {
padding: 20px 10px;
font-size: 16px;
}

.footer_cnt .hours table th span {
    font-size: 20px;
}

.footer_cnt .hours table td {
padding: 20px 15px;
    }


.site-header-logo {
width:350px;
}
	
.device-pc .global-nav-list>li>a {
padding: 35px 0;
    }

.global-nav ul li a{
padding: 35px 0;
font-size: 18px;
}

.site-header-sub {
max-width: calc(100% - 350px);
}	
	
}

@media screen and (max-width: 1200px) {
#doctor p {
padding: 0;
}

#info .cnt .h2_style{
width: 100%;
margin-bottom: 20px;
}

.more {
    width: 120px;
    bottom: 0;
    left: auto;
	right: 0;
}

.more a {
font-size: 14px;   
padding: 5px 10px;
background: #e8a238 url(../img/btn_arrow.png) 10px center no-repeat;
background-size: 5px auto;
}

#info .news_area {
width:100%;
    }
	
#greeting .col_text {
border: none;
padding: 50px 20px 50px 3%;
    }

#greeting .btn_style {
    margin: 30px 0 0;
}

.btn_style {
width: 250px;
    }

.btn_style a {
font-size: 20px;
padding: 15px;
background: #e8a238 url(../img/btn_arrow.png) 20px center no-repeat;
    }
	
#feature .cnt .h2_style {
width: 180px;
    }

#feature .feature_list {
width: calc(100% - 200px);
    }
	
#medical .col_img {
width: 50%;
}
	
#medical .col_text {
width: 50%;
padding: 50px 3% 50px 30px;
border: none;
}

#medical .col_text p {
margin-bottom: 30px;
}
	
/********************************
お問い合わせページ
********************************/
.contact_form{
max-width:100%;
margin:0 auto;
}

	}
	
@media screen and (max-width: 991px) {
.mv .insta{
bottom:20px;
right: 20px;
width:60px;
}	
	
.admin-bar .vk-mobile-nav-menu-btn {
top: calc(46px + 5px);
    }	
	
.vk-mobile-nav-menu-btn {
display: block;
top:25px;
	}

.vk-mobile-nav-menu-btn.position-right {
right:15px;
}	

.vk-mobile-nav-menu-btn {
display: block;
top:25px;
right:15px;
}	
	
.home .mobile-fix-nav {
display: block;
}
	
.header_cnt .logo {
 width: 250px;
    }

.contact_area {
display: none;
}

#gnav{
display: none;
}

#doctor p {
font-size: 20px;
    }
	
.medical_hours{
width: 90%;
margin: 70px auto;
}

.medical_hours table{
width: 100%;
}

.medical_hours table th{
padding: 20px;
font-size:18px;
}

.medical_hours table th span{
font-size:22px;
}

.medical_hours table td{
padding: 20px;
font-size:18px;
}

.medical_hours table .week td{
font-size:20px;
}

.medical_hours table td:last-child{
padding-right: 30px;
}

.medical_hours p{
font-size:15px;
color: #4d4d4d;
line-height: 1.8;
margin-bottom: 20px;
}

#info .news_area {
padding: 20px;
}

#info .postListText_date {
font-size: 16px;
}

#info .postListText_title {
font-size:16px;
}


#greeting .col_img {
padding: 50px 3% 30px 0;
}

#feature .cnt .h2_style {
width: 100%;
margin-bottom: 40px;
    }
	
#feature .feature_list {
width:100%;
    }
	
#medical .col_img {
width: 45%;
padding: 50px 0 30px 3%;
    }
	
#medical .col_text {
width: 55%;
    }
	
#recruit {
padding: 80px 0;
}
	
.mobile-fix-nav_enable .site-footer {
padding-bottom: 0;
    }

.footer_cnt .address {
width: 100%;
    }
	
.footer_cnt .hours {
width: 100%;
    }
	
.site-header-logo {
width:250px;
}

	}
	
@media screen and (max-width: 760px) {
.admin-bar .vk-mobile-nav-menu-btn {
top: calc(46px + 25px);
    }		
	
.sp{
display: block;
}

.pc{
display: none;
}
	
.page-header {
min-height: 4rem;
}

#doctor p{
font-size:18px;
}

#doctor {
background-size: auto 70%, auto 70%;
    }

#gairai {
padding: 60px 0;
    }
	
#gairai .cnt {
padding: 40px 20px 0 ;
    background: url(../img/index_img03.png) left top no-repeat, url(../img/index_img04.png) right top no-repeat;
	background-size: 20% auto, 20% auto;
	}
	
#gairai p {
    margin-bottom: 40px;
}
	
/********************************
お問い合わせページ
********************************/
.contact_form dt{
	width:100%;
	border-bottom:none;
	padding:15px 0 0;
}

.contact_form dd{
	width:100%;
}

.contact_form dd input[type=text],
.contact_form dd input[type=tel],
.contact_form dd input[type=email]{
	width:100%;
}
}

@media screen and (max-width: 580px) {
.admin-bar .vk-mobile-nav-menu-btn {
top: calc(46px + 12px);
    }	
	
.vk-mobile-nav-menu-btn {
display: block;
top:12px;
	}

.vk-mobile-nav-menu-btn.position-right {
right:5px;
}
	
.catchcopy{
margin:20px 0 0;
font-size:20px;
text-align:center;
line-height:1.5;
font-weight:bold;
	}	
	
.catchcopy span{
color:#e48000;
font-size:24px;
	}	
	
.mv .insta{
bottom:10px;
right: 10px;
width:50px;
}	
	
.header_cnt .logo {
width: 180px;
line-height: 0;
}
	
.site-header-logo {
width: 180px;
}	
	
#doctor {
margin: 50px auto 40px;
background: url(../img/index_img01.png) left top no-repeat, url(../img/index_img02.png) right center no-repeat;
background-size: auto 40%, auto 40%;
}

#doctor p {
font-size: 16px;
    }
	
.medical_hours table {
border-radius: 5px;
}

.medical_hours table tr:first-child>*:first-child{
    border-radius: 5px 0 0 0;
}
.medical_hours table tr:first-child>*:last-child{
    border-radius: 0 5px 0 0;
}
.medical_hours table tr:last-child>*:first-child{
    border-radius: 0 0 0 5px;
}
.medical_hours table tr:last-child>*:last-child{
    border-radius: 0 0 5px 0;
}
	
.medical_hours table th{
padding: 10px 5px;
font-size:12px;
}

.medical_hours table th span{
font-size:16px;
}

.medical_hours table td{
padding: 10px;
font-size:15px;
}

.medical_hours table .week td{
font-size:16px;
}

.medical_hours table td:last-child{
padding-right: 10px;
}

.medical_hours p{
font-size:15px;
color: #4d4d4d;
line-height: 1.8;
margin-bottom: 20px;
}

#greeting .col_text {
width:100%;
padding: 50px 20px;
}

#greeting .btn_style {
margin: 30px auto 0;
    }

#greeting .col_img {
width:100%;
max-width: 100%;
padding: 0;
}

#feature {
padding: 60px 0 0;
    }
	
#feature .feature_list .item dl {
    padding: 30px;
}
	
#feature .feature_list .item {
width: 100%;
max-width: 446px;
margin-bottom: 40px;
    }	

#gairai {
padding: 40px 0;
    }

#gairai .cnt {
padding: 20px 20px 200px;
background: url(../img/index_img03.png) left bottom no-repeat, url(../img/index_img04.png) right bottom no-repeat;
background-size: 48% auto, 48% auto;
    }
	
#gairai .ttl {
    margin-bottom: 30px;
}
	
#gairai .ttl span {
font-size: 32px;
    }
	
#gairai .catch {
font-size: 20px;
margin-bottom: 20px;
    }
	
#gairai p {
font-size: 16px;
margin-bottom: 20px;
line-height: 1.5;
    }
	
#gairai ul {
margin: 30px auto 0;
}

#medical .col_img {
width: 100%;
max-width: 100%;
padding:0;
    }
	
#medical .col_text {
width: 100%;
padding: 50px 20px;
    }
	
#medical .btn_style {
margin: 30px auto 0;
    }
	
footer {
padding: 50px 0 0 0;
    }
	
.site-footer {
padding:0;
	}
	
.footer_cnt .logo {
margin-bottom:30px;
}
	
.footer_cnt .logo img {
max-width: 100%;
    }
	
.footer_cnt .address p{
font-size: 14px;
    }
	
.footer_cnt .hours table {
border-radius: 5px;
}

.footer_cnt .hours table tr:first-child>*:first-child{
    border-radius: 5px 0 0 0;
}
.footer_cnt .hours table tr:first-child>*:last-child{
    border-radius: 0 5px 0 0;
}
.footer_cnt .hours table tr:last-child>*:first-child{
    border-radius: 0 0 0 5px;
}
.footer_cnt .hours table tr:last-child>*:last-child{
    border-radius: 0 0 5px 0;
}
	
.footer_cnt .hours table th{
padding: 10px 5px;
font-size:12px;
}

.footer_cnt .hours table th span{
font-size:16px;
}

.footer_cnt .hours table td{
padding: 10px;
font-size:15px;
}

.footer_cnt .hours table .week td{
font-size:16px;
}

.footer_cnt .hours table td:last-child{
padding-right: 10px;
}

    }
