@charset "utf-8";

/* reset
----------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}

/* initiate
----------------------------------------------------------*/
* { box-sizing: border-box; }
html { font-size: 3.125vw;}
body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", sans-serif; background: #fff; color: #333333; letter-spacing: 0px; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
table { font-size:inherit;font:100%;}
pre, code, kbd, samp, tt { font-family: monospace; *font-size: 100%; font: 115% monospace; line-height: 150%;}
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
ul,ol,li{list-style: none;}
img { max-width :100%;vertical-align: bottom;}
p { line-height: 1.6;}
iframe { width: 100%; height: 100%; border: 0; }
a { color:#0000ff; text-decoration: none; -webkit-touch-callout:none; -webkit-text-size-adjust:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-select:none;}
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.inner { margin: 0 1.5rem;}
#wrapper { background: #fff; position: relative; margin: 0 auto;}

/* Mediaquery Mobile
----------------------------------------------------------*/
@media (min-width: 640px) and (max-width : 767px) {
	img { width :100%;}
}

/* Mediaquary Tablet PC
----------------------------------------------------------*/
@media (min-width: 768px) {
	html {font-size: 125%; /* sets the base font to 20px for easier math */}
	#wrapper {width: 640px;}
}
.mb20 {
	margin-bottom: 1rem !important;
}
.mb24 {
	margin-bottom: 1.2rem !important;
}
.mb28 {
	margin-bottom: 1.4rem !important;
}
.mb30 {
	margin-bottom: 1.5rem !important;
}
.mb32 {
	margin-bottom: 1.6rem !important;
}
.mb40 {
	margin-bottom: 2rem !important;
}
.mb45 {
	margin-bottom: 2.25rem !important;
}
.mb50 {
	margin-bottom: 2.5rem !important;
}
.mb54 {
	margin-bottom: 2.7rem !important;
}
.mb56 {
	margin-bottom: 2.8rem !important;
}
.mb60 {
	margin-bottom: 3rem !important;
}
/* header
----------------------------------------------------------*/
#header {
    background: #fff;
}
#header .header-text {
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.75rem 0 3rem 0.5rem;
}

#header .header-logo {
    width: 23.8rem;
    margin-left: 4.1rem;
    margin-bottom: 3rem;
}

.header-contact {
    background: #134eb9;
    text-align: center;
    padding: 1.6rem 0 2.5rem;
}

.header-contact p {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.header-btn {
    background: #fff;
    border-radius: 0.5rem;
    width: 21rem;
    display: inline-block;
    padding: 0.78rem 0;
    margin: 0 auto;
    font-size: 1.65rem;
    color: #134eb9;
    font-weight: bold;
    line-height: 1;
}


.header-navi {
    background: #f6f4f5;
}

.header-navi li {
    width: 50%;
    float: left;
    border-bottom: 0.1rem solid #fff;
}

.header-navi li:nth-child(2n+1) {
     border-right: 0.1rem solid #fff;
}

.header-navi li a {
    display: block;
    padding: 1.5rem 0 1.5rem 2rem;
    font-size: 1.1rem;
    color: #332005;
    background: url(../img/icon_arow_nav.png) no-repeat left 1rem center;
    background-size: 0.3rem 0.55rem;
}


/* ----------------------------------------------------------
	container
----------------------------------------------------------*/
#container {
    padding-bottom: 2.5rem;
}


.txt-center {text-align: center !important;}
.txt-right {text-align: right !important;}
.wd32 {width: 32%;}


/* schedule
----------------------------------------------------------*/
.box-section-01 {
    margin-bottom:  2.5rem;
}
.schedule {
    padding-bottom: 3.2rem;
}
.schedule .schedule-tbl {
    width: 100%;
    text-align: center;
    border-top: 0.05rem solid #cdcdcd;
    border-left: 0.05rem solid #cdcdcd;
    border-collapse: collapse;
    margin-bottom: 0.6rem;
    background: #fff;
}

.schedule .schedule-tbl td {
    font-size: 1rem;
    border-right: 0.05rem solid #cdcdcd;
    border-bottom: 0.05rem solid #cdcdcd;
    padding: 0.7rem 0 0.79rem;
}
.schedule .schedule-tbl .schedule-tbl-top {
    background: #f3f0e9;
}

.schedule-txt {
    font-size: 1rem;
    margin-left: 0.25rem;
}


.section-img .doctor {
    max-width: 17.5rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.section-img_txt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.428;
    display: block;
}
.career {
	margin-top: 1.6rem;
}

.career h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.428;
    border-bottom: 0.1rem dotted #442409;
    padding-bottom: 0.6rem;
    margin-bottom: 0.7rem;
}
.career .txt-career {
    font-size: 1.2rem;
    font-size: 1.667;
}
/* main-visual
----------------------------------------------------------*/
.main-visual {
    width: 100%;
}


/* section
----------------------------------------------------------*/

.section-title {
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 0.8rem;
	border-bottom: 0.1rem solid #442409;
	margin-bottom: 1rem;
}

.section-title_lv2 {
    background: #134eb9;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.429;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.txt-plan_01 {
	font-size: 1.2rem;
	line-height: 1.667;
}
.section-title_center {
	font-size: 1.55rem;
	line-height: 1.29;
	font-weight: bold;
	text-align: center;
}
.btn {
	max-width: 20.9rem;
	width: 100%;
	margin: 2.8rem auto 0;
}
.btn .btn-label {
	display: block;
	background: #134eb9;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.428;
	padding: 0.8rem 0;
	text-align: center;
	font-weight: bold;
}

.btn .btn-label span:before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 0.425rem 0 0.425rem 0.75rem;
	border-color: transparent transparent transparent #fff;
	vertical-align: middle;
	margin-right: 0.8rem;
    margin-bottom: 0.4rem;
    margin-left: 0.4rem;
}

.anchor-nav {
	overflow: hidden;
	margin-top: 1.23rem;
}

.anchor-nav li {
	float: left;
	border: 0.05rem solid #332005;
	width: 14rem;
	box-sizing: border-box;
}

.anchor-nav li:first-child {
	margin-right: 1rem;
}

.anchor-nav li a {
	display: block;
	font-size: 1.2rem;
	line-height: 0.833;
	color: #474133;
	padding: 1rem 0 1.14rem 1rem;
	position: relative;
}

.anchor-nav li a:before {
	content: '';
	position: absolute;
	top: 48%;
	right: 0.5rem;
	width: 0.3rem;
	height: 0.55rem;
	background: url(../img/icon_arow_nav.png) no-repeat left center;
   	background-size: contain;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
   	-webkit-transform-origin: 1px 1px;
   	transform-origin: 1px 1px;
}

.anchor-nav.footer li a:before {
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
   	top: 52%;
    right: 1rem;
}


/* footer
----------------------------------------------------------*/
#footer {
    background: #134eb9;
}

.footer-heading {
    padding-bottom: 1.35rem;
}

.footer-logo {
    text-align: center;
    padding: 2.85rem 0 2.3rem;
    width: 12.1rem;
    margin: 0 auto;
}

.footer-navi {
    margin-bottom: 1.5rem;
}

.footer-navi li {
    float: left;
    width: 50%;
    padding-left: 1.1rem;
    margin-bottom: 1.5rem;
}

.footer-navi li a {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
}

.footer-navi li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.275rem 0 0.275rem 0.5rem;
    border-color: transparent transparent transparent #fff;
    margin-right: 0.5rem;
    margin-bottom: 0.05rem;
    vertical-align: middle;
}


.footer-txt {
    font-size: 1.2rem;
    line-height: 1.417;
    color: #fff;
    margin-bottom: 1.7rem;
}

#footer .schedule-txt {
    color: #fff;
}
.footer-copy {
    background: #fff;
    padding: 1.7rem 0;
    text-align: center;
}

.footer-copy_txt {
    font-size: 1rem;
    color: #442409;
    text-transform: uppercase;
}

.footer-contact {
    padding: 2rem 0;
}

.footer-contact-txt a span {
    font-size: 1.9rem;
    color: #fff;
    font-weight: bold;
    vertical-align: sub;
    margin-left: 1rem;
}

.footer-contact-txt a {
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
    font-weight: normal;
    margin-left: 1.1rem;
    line-height: 0;
}

.footer-contact-txt a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.275rem 0 0.275rem 0.4rem;
    border-color: transparent transparent transparent #fff;
    margin-right: 0.5rem;
    margin-bottom: 0.05rem;
    vertical-align: middle;
}