/* COMMON ================================================================================*/
body {
	font-family: 'heisei-maru-gothic-std', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	height: 100%!important;
	min-width: 1100px!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		 -ms-flex-direction: column;
			  flex-direction: column;
	overflow:visible!important;
	position: relative;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	font-size-adjust: none;
	}

html {
	visibility: hidden;
	}
html.wf-active, 
html.loading-delay {
	visibility: visible;
	}
html{
	height: 100%;
	}

p{
	font-size:20px;
	color:#333;
	margin:0;
	padding:0;
	line-height: 1.5em;
	}

a{
	color:#24292c;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration:none;
	}
a:hover{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}	

ul li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 17px;
	line-height: 1.5em;
	color: #333;
	}

h1{
	margin: 0;
	}
h2{
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin: 80px 0 110px;
	}
h2 span{
	border-top: #FFBBBA 5px solid;
	border-bottom: #FFBBBA 5px solid;
	padding: 15px 70px 10px;
	color: #333;
	}

h2.ttlNews{
	font-weight: normal;
	color: #353535;
	line-height: 2em;
   }
h2.ttlNews p{
	color: #DB2C2C;
	font-size: 20px;
	}

h3{
	border-left: #35A6D8 8px solid;
	line-height: 1.3em;
	background-color: #D4F1FC;
	padding: 10px 5px 10px 20px;
	color: #333;
	letter-spacing: 1px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	}

h4{
	color: #183A8B;
	font-size: 22px;
	margin: 0 0 15px 0;
	line-height: 1.3em;
	}

section{
   width: 100%;
	}

.sectionBorder{
	border-bottom: #FCD1D1 1px solid;
	}

.wrap{
	width: 1000px;
	box-sizing: border-box;
	padding: 50px 0;
	margin: 0px auto;
	}

.inner{
	padding: 15px 20px 40px;
	}

.pTop{
	position: fixed;
	right: 10px;
	bottom: 65px;
	}
.pTop img {
	width: 50px;
	}

.toTop{
	position: fixed;
	right: 10px;
	bottom: 59px;
	}
.toTop img {
	width: 70px;
	}

.linkIcon{
	display: none;
	}

/*style*/
.min{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


/* table */
table.table01{
	width:100%;
	margin:0 auto 10px;
	border-collapse: separate!important;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 25px;
	line-height:2.3rem;
	color: #333333
	}
table.table01 th,
table.table01 td{
	border-bottom: #EDEDED 1px solid;
	text-align:center;
	padding: 14px 0 8px;
	vertical-align: middle;
	}

table.table01 th{
	font-weight: normal;
	}
table.table01 td{
	text-align: left;
	}


ul li{
	font-size: 20px;
	}
ul.disc{
	margin-left: 0px !important;
	}

ul.disc li{
	font-size: 20px;
	list-style-type: disc;
	list-style-position: inside;
	}

/* HEADER --------------------------------------------------- */
/* PC HEADER*/
header{
	width: 100%;
	}
.headerWrap{
	width: 1000px;
	margin: 0 auto;
	}

.LogoArea{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 20px 0 30px;
	}

.LogoArea h1 img{
	display: block;
	width: 300px;
	}
.LogoArea .hdTel{
	display:block;
	width: 350px;
	height: 100%;
	margin-bottom: 5px;
	}

header nav > ul{
	display: flex;
	justify-content: space-between;
	}

header nav > ul > li > a{
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: #FFF 5px solid;
	transition-duration: .3s;
	color: #333;
	}
header nav > ul > li > a:hover{
	transition-duration: .3s;
	border-bottom: #FFE1E0 2px solid;
	}

.subMenuArea{
	position: relative;
	}

.subMenu{
	display: none;
	}

header .subMenu {
	position: absolute;
	top: 40px;
	left: -10px;
	width: 200px;
	background-color: rgba(255,255,255,0.7);	
	border-top: #FFE1E0 2px solid;
	}
header .subMenu li{
	border-bottom: #FFE1E0 2px solid;
	padding: 10px 10px;
	}

.on{
	display: block;
	}

.btnArea{
	display: none;
	}


/* FOOTER --------------------------------------------------- */
footer{
	background-image: url("../img/bg_pink.jpg");
	background-repeat: repeat;
	font-weight: 300;
	}

footer ul#menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	}

footer ul#menu > li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 235px;
	height: 110px;
	box-sizing: border-box;
	box-shadow: 0px 2px 15px -8px #DBC1C4;
	background-color: #FFFFFF;
	border: #762F07 2px solid;
	border-radius: 10px;
	}
footer ul#menu > li::after{
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/arrow_01.png");
	width: 1em;
	height: 1em;
	}
footer ul#menu > li:nth-child(-n+3) {
	margin-bottom: 20px;
	}

footer ul#menu > li > a,
footer ul#menu > li > p{
	font-size: 23px;
	line-height: 1.2;
	color: #092466;
	text-align: center;
	transition-duration: .5s;
	}

footer ul#menu > li:not(.subMenuArea):hover{
	background-color: transparent;
	box-shadow: none;
	transition-duration: .5s;
	}

footer .subMenuArea{
	position: relative;
	background-color: #FFF;
	}

footer .subMenu{
	display: none;
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
	width: 210px;
	background-color: #FFF;
	}
footer .subMenu.on{
	display: block;
	}

footer .subMenu li{
	position: relative;
	
	}
footer .subMenu li:not(:last-child){
	border-bottom: #333 1px solid;
	}

footer .subMenu li::after,
.subClose::after{
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
	display: block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/arrow_02.png");
	width: 0.8em;
	height: 0.8em;

	}
footer .subMenu li a,
footer .subMenu li p{
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #092466;
	padding: 5px 0;
	}

.subClose{
	display: none;
	}

.footerInfo{
	background-color: #FFF;
	}
.footerInfo .wrap{
	padding: 15px 0 10px;
	display: flex;
	justify-content: space-between;
	}

.footerLogo{
	display: block;
	width: 240px;
	margin: 0 40px 0 0;
	}

.footerTel{
	display: block;
	width: 320px;
	margin-top: 5px;
	}
.footerInfo address{
	font-style: normal;
	font-size: 19px;
	line-height: 1.3em;
	}

.copy{
	text-align: center;
	font-size: 15px;
	line-height: 1.3em;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	color: #333333;
	}


/* HELPER --------------------------------------------------- */
.m0{margin:0!important;}
.mb0{margin-bottom:0px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb80{margin-bottom:80px!important;}
.mb100{margin-bottom:100px!important;}
.mb300{margin-bottom:300px!important;}

.mt0{margin-top:0!important;}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt50{margin-top:50px!important;}
.mt100{margin-top:100px!important;}

.mtb0{margin: 0 auto!important;}
.mtb50{margin: 50px auto!important;}

.ml20{margin-left: 20px!important;}
.ml25{margin-left: 25px!important;}
.ml50{margin-left: 50px!important;}

.pb0{padding-bottom:0!important;}
.pb30{padding-bottom:30px!important;}
.pb50{padding-bottom:50px!important;}
.pb300{padding-bottom:300px!important;}

.pt0{padding-top:0px!important;}
.pt10{padding-top:10px!important;}
.pt50{padding-top:50px!important;}
.pt100{padding-top:100px!important;}

.ptb0{padding:0 auto!important;}
.ptb15{padding:15px 0!important;}
.ptb23{padding:23px 0!important;}
.ptb30{padding:30px 0!important;}
.ptb50{padding:50px 0!important;}
.ptb60{padding:60px 0!important;}
.ptb80{padding:80px 0!important;}

.w20{width: 20%;}
.w30{width: 30%;}

.noPadding{padding: 0!important}

.floatRight{float: right!important;}
.floatLeft{float: left!important;}

.cl::after{
	display: table;
	content: "";
	clear: both;
	}

.alignLeft{text-align:left!important;}
.alignRight{text-align:right!important;}
.alignCenter{text-align:center!important;}

.imgCenter{
	display:block;
	margin:0 auto;
	}

.rpImg{
	max-width: 100%!important;
	height: auto;
	}

.textLink{text-decoration: underline;}
.textLink:hover{text-decoration: none;}

.hide{visibility: hidden;}

.marker{background: linear-gradient(transparent 75%, #fff799 75%);}


/* image opacity */
a.op:hover img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}
a.op img {
	display:block;
	margin:0 auto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}


/* PAGE ================================================================================*/
.bgGray{
	background-color: #eff3f5;
	}
.bgPink{
	background-image: url("../img/bg_pink.jpg");
	background-repeat: repeat;
	}


/* index.html ----------------------------------- */
.eyecatch{
	display: block;
	margin: 0 auto 50px;
	max-width: 100%!important;
	height: auto;
	}

/*news*/
.newsArea{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 20px;
	box-sizing: border-box;
	background-image: url("../img/bg_pink.jpg");
	background-repeat: repeat;
	position: relative;
	}

h2.ttlNews{
	margin: 0;
	}

dl#view {
	width: 718px;
	color: #515151;
	line-height: 1.8em;
	background-color: #FFF;
	box-shadow: 0px 2px 15px -8px #DBC1C4;
	padding: 5px 20px;
	box-sizing: border-box;
	}

dl#view dt{
	font-size: 22px;
	text-indent: -1.9em;
	padding: 15px 20px 15px 1.9em;
	border-top: #B2B2B2 1px dashed;
	cursor: pointer;
	}
dl#view dt::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/icon_check.png");
	width: 1.4em;
	height: 1.4em;
	margin: -0.2em 0.5em 0 0;

	}
dl#view dt:first-child{
	border-top: none;
	}
dl#view dd{
	padding:10px 20px 10px 50px;
	font-size: 21px;
	display: none;
	}


.timeArea{
	position: relative;
	height: 600px;
	}

.timeTop{
	width: 470px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0 20px;
	}

.timeTop > img{
	width: 190px;
	margin: 0;
	}
.timeTop > a img{
	display: block;
	float: right;
	width: 260px;
	margin: 0;
	}

.timeArea table.time{
	width: 470px;
	}

table.time{
	font-size: 20px;
	width: 100%;
	border:solid #9E9E9E ;
 	border-width:2px 0px 2px 0px;
	}

table.time th,
table.time td{
	padding: 15px 0;
	vertical-align: middle;
	}

table.time th{
	border-bottom: #9E9E9E 1px solid;
	font-weight: normal;
	}
table.time th:first-child{
	width: 150px;
	}

table.time tr:nth-child(2) td{
	padding-bottom: 5px;
	}

table.time td{
	text-align: center;
	}


.timeArea .close{
	font-size: 20px;
	font-weight: 500;
	color: #DB2C2C;
	margin: 20px 0 60px;
	
	}

.googlemap{
	position: absolute;
	right: 0;
	top: 0;
	height: 600px;
	width: 500px;
	}

.timeArea address{
	font-style: normal;
	font-size: 22px;
	line-height: 1.3em;
	margin: 0 0 20px;
	}

.timeArea .station{
	width: 470px;
	}
.station a{
	display: block;
	width: 165px;
	color: #092771;
	font-size: 20px;
	text-align: center;
	border: #67BEE5 1px solid;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 10px 15px;
	margin: 0 0 0 auto;
	transition-duration: .3s;
	}

.station a::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/icon_access.png");
	width: 1.2em;
	height: 1.2em;
	margin: -0.2em 0.4em 0 0;
	}

.station a:hover{
	background-color: #DBF3FC;
	transition-duration: .3s;
	}




/* medical.html ----------------------------------- */
dl.medical{}
dl.medical dt{
	margin-bottom: 20px;
	cursor: pointer;
	}
dl.medical dt:last-child{
	margin-top: 0;
	}
dl.medical dt h3{
	border-left: none;
	padding: 20px 20px 20px 3em;
	text-indent: -2em;
	}
dl.medical dt h3::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image:url("../img/arrow_05.png");
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.5em 0 0;

	}

dl.medical dd{
	display: none;
	padding: 0 30px 20px;
	}
dl.medical dd p{
	line-height: 1.8em;
	font-size: 18px;
	}
dl.medical h4{
	font-weight: normal;
	font-size: 18px;
	border-bottom: #183A8B 2px solid;
	}

dl.medical dd .time{
	margin-top: 10px;
	}
dl.medical dd .close{
	color: #DB2C2C;
	text-align: right;
	font-weight: 500;
	margin-top: 15px;
	}

.touch{
	color: #DB2C2C;
	text-align: center;
	margin-bottom: 30px;
	}

.mdMemo{
	margin-bottom: 50px;
	}

table.price{
	width: 100%;
	margin-top: 20px;
	}

table.price th,
table.price td{
	font-size: 18px;
	line-height: 1.8em;
	padding: 10px 20px;
	box-sizing: border-box;
	}

table.price th{
	font-weight: normal;
	text-align: left;
	background-color: #96DCF8;
	}

table.price th:nth-child(2){
	width: 280px;
	text-align: right;
	}
table.price tr:nth-child(odd) td{
	background-color: #F3FAFD;
	}

table.price td:nth-child(1){
	font-weight: bold;
	}
table.price td:nth-child(1) span{
	font-weight: normal!important;
	}
table.price td:nth-child(2){
	text-align: right;
	}

.yen::after{
	content: "円";
	margin-left: 0.8em;
	}

.count::after{
	content: "回";
	margin-left: 0.8em;
	}



dl.list{
	margin-top: 40px;
	}
dl.list dt{
	display: flex;
	align-items: center;
	color: #35A6D8;
	font-size: 22px;
	}
dl.list dt::after{
	content: "";
	flex-grow: 1;
	border-bottom: #35A6D8 1px dashed;
	margin-left: 20px;
	}
dl.list dd{
	padding: 20px 0 60px 20px;
	}

dl.list dd > ol{
	margin: 0;
	}
dl.list dd ol > li{
	font-size: 20px;
	line-height: 1.8rem;
	list-style-position: inside;
	text-indent: -1.4em;
	padding-left: 1.4em;
	}
dl.list dd ol > li:not(:last-child){
	margin-bottom: 1em;
	}
dl.list dd ol > li span{
	font-weight: bold;
	}

.scrollArrow{
	display: none;
	}

table.bp{
	width: 100%;
	margin-top: 20px;
	border: #BCBCBC 3px solid;
	}

table.bp th,
table.bp td{
	font-size: 20px;
	ine-height: 1.5em;
	padding: 10px 0;
	border: #BCBCBC 1px solid;
	vertical-align: middle;
	}

table.bp th{
	font-weight: normal;
	background-color: #E7E7E7;
	}
table.bp tr:nth-child(1) th:nth-child(1){
	width: 180px;
	}

ul.noMark li{
	text-indent: -2.5em!important;
	padding-left: 2em!important;
	}

.num{
	display: flex;
	text-align: center;
	}
.num span{
	width: calc(100%/3);
	}



/* staff.html ----------------------------------- */
.greeting{
	width: 800px;
	margin: 50px auto 50px;
	}
.greeting > img{
	width: 200px;
	float: left;
	}
.greeting dl{
	width: 550px;
	float: right;
	
	}
.greeting dl dt{
	font-size: 23px;
	border-bottom: #D9EFFF 1px solid;
	padding: 10px 0;
	}
.greeting dl dt span{
	font-size: 20px;
	}
.greeting dl dd{
	font-size: 20px;
	padding: 10px 0;
	}

.greeting::after{
	display: table;
	content: "";
	clear: both;
	}

dl.prof{
	width: 800px;
	margin: 0 auto;
	font-size: 20px;
	}

dl.prof dt{
	background-color: #3D7FB8;
	width: 250px;
	padding: 15px 0;
	line-height: 1.2em;
	text-align: center;
	color: #FFF;
	}

dl.prof dd{padding: 0px 0 50px;}

dl.prof ul li{
	font-size: 20px;
	border-bottom: #D9EFFF 1px solid;
	padding:15px 10px 5px;
	}

.career{
	border-bottom: #D9EFFF 1px solid;
	padding: 13px 10px 5px;
	}
.career::after{
	display: table;
	content: "";
	clear: both;
	}

.career .ttl{
	width: 150px;
	float: left;
	}
.career .detail{
	width: 620px;
	float: right;
	}


/* clinic.html ----------------------------------- */
table.mini{width: 100%;}
table.mini th,
table.mini td {
	border-bottom: #ccc 1px dashed;
	padding: 9px 0 8px;
	vertical-align: middle;
	}
table.mini tr:last-child th,
table.mini tr:last-child td{
	border-bottom: none;
	}

table.mini th{width: 50px;}
table.mini th p{
	background-color: #ebebeb;
	color: #000;
	text-align: center;
	padding: 9px 0px 5px;
	width: 42px;
	margin-right: 10px;
	}

table.mini td p{
	font-size: 25px;
	padding-top: 6px;
	}
table.mini td p span{color: #ccc;}

p.fs{font-size: 25px;}

.standard dl.list dt{
	font-size: 18px;
	}
.standard dl.list dd{
	padding: 20px 0 40px 20px;
	}
.standard dl.list dd p{
	font-size: 18px;
	}


/* info.html ----------------------------------- */
ul.board{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
ul.board li{
	width: 190px;
	margin: 0 12px 40px 0;
	}
ul.board li:nth-child(5n){
	margin-right: 0;
	}

ul.board li div{
	height: 260px;
	margin-bottom: 10px;
	}
ul.board li div img{
	display: block;
	border: #CCC 1px solid;
	width: 99%;
	}
ul.board li p{
	color: #524A3E;
	font-size: 16px;
	text-align: center;
	}


/* access.html ----------------------------------- */
.gglBtn a {
  display: block;
  width: 300px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  background-color: #117FD2;
  border: #117FD2 2px solid;
  border-radius: 5px;
  padding: 13px 0 10px;
  margin: 0 auto 40px;
  transition-duration: .3s;
}
.acMap01,
.acMap02{
	display: block;
	margin: 0 auto 50px;
	width: 700px;
	}

/* sitemap.html ----------------------------------- */
ul.sitemap > li > a{
	display: block;
	font-size: 22px;
	line-height: 2em;
	background-image:url("../img/arrow_03.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: left 17px; 
	padding: 7px 0 3px 20px;
	transition-duration: .1s;
	}
ul.sitemap > li{border-bottom: #ccc 1px dotted;}

ul.sitemap a:hover{
	color: #FFBBBA!important;
	transition-duration: .1s;
	}

ul.sitemap ul{margin-left: 30px;}

ul.sitemap ul li a{line-height: 2em;}



/* Media Query ================================================================================*/
.sp{display: none!important;}
.pc{display: block!important;}


@media only screen and (max-width: 479px){
	.sp{display: block!important;}
		
	dl.medical dd .hide{visibility: visible!important;}
	
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	
	
	dl.medical dd .hide{display: none;}
	
}

@media only screen and (max-width : 599px) {
	
	.sp{display: block!important;}
	.pc{display: none!important;}
	
	body{min-width:inherit!important;}
	
	p,
	ul li{
		font-size: 5vw;
		}
	
	/* SMP HEADER */
	header {
		position: fixed;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
		padding: 2% 4%;
		box-sizing: border-box;
		background-color: #FFF;
		z-index: 1;
		}
	.headerWrap{
		width: 50%;
		margin: 0;
		}
	
	.LogoArea{
		width: 100%;
		display: block;
		margin: 0;
		}
	.LogoArea h1 img{
		width: 100%;
		}
	.btnArea{
		display: flex;
		width: 30%;
		justify-content: space-between;
		}
	.btnArea > a{
		width: 42%;
		}
	.btnArea img{
		display: block;
		width: 100%;
		}
	
	
	.LogoArea .hdTel,
	header nav{
		display: none;
		}

	section{}
	
	.wrap{
		width: auto!important;
		max-width: 90%;
		margin: 0 auto;
		padding: 0px 0 30px;
		}
	
	.inner{padding: 10px 10px 30px;}
	
	.pTop{
		right: 10px;
		bottom: 10px;
		}
	.pTop img {width: 50px;}
	
	h2{
		font-size: 6.5vw;
		margin: 0 0 20% 0;
		}	
	h2 span{
		display: block;
		padding: 4% 0 3%;
		}

	
	h3{
		font-size: 5vw;
		padding: 2% 4% 2% 4%;
		}
	
	.table01{
		font-size: 5vw!important;
		}
	p.fs{
		font-size: 5vw;
		}
	
	.toTop{display: none;}
	.toMenu{display: block;}

	.tesft{padding-bottom: 70px!important;}
	
	.linkIcon{
		display: block;
		position: fixed;
		z-index: 9999!important;
		width: 100%;
		max-height: 80px;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		padding: 10px 0px;
		box-sizing: border-box;
		border-top: #FCD1D1 1px solid;
		text-align: center;
		}
	.linkIcon ul{
		width: 100%;
		margin: 0 auto;
		}
	.linkIcon ul::after{
		display: table;
		content: "";
		clear: both;
		}
	.linkIcon ul li{
		float: left;
		}
	.linkIcon ul li:nth-child(1),
	.linkIcon ul li:nth-child(2){
		width: 40%;
		box-sizing: border-box;
		padding:10px 0px 10px 15px;
		}
	.linkIcon ul li:nth-child(3){
		width: 17%;
		box-sizing: border-box;
		padding: 0 5px;
		}
	
	.linkIcon ul li img{
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		}
	.linkIcon ul li:nth-child(3) img{
		width: 100%;
		max-width: 100%;
		display: block;
		}
	
	/* footer */
	footer ul#menu{
		width: 90%;
		padding: 8% 0;
		border-top: #FCD1D1 1px solid;
		}

	footer ul#menu > li:nth-child(-n+3) {
		margin-bottom: 2%;
		}
	footer ul#menu > li{
		width: 49%;
		height: 3em;
		margin-bottom: 2%
		}
	
	footer ul#menu > li::after{
		background-image: url("../img/arrow_02.png");
		left: auto;
		right: 2%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		width: 1em;
		height: 1em;
		}

	footer ul#menu > li > a,
	footer ul#menu > li > p{
		width: 100%;
		font-size: 4.5vw;
		text-align: left;
		line-height: 1.2;
		padding-left: 1em;
		}
	
	footer .subMenu{
		display: none;
		top: -2px;
		left: -2px;
		transform: none;
		  -webkit-transform: none;
		  -ms-transform: none;
		width: 140%;
		background-color: #FFF;
		border: #762F07 2px solid;
 		border-radius: 10px;
		}
	footer .subMenu.on {
		display: block;
		}
		
	footer .subMenu li:last-child{
		border-bottom: #333 1px solid;
		}
	footer .subMenu li a{
		font-size: 4.5vw;
		padding: 8.5% 7%;
		}
	.subClose{
		z-index: 1000; 
		display: block;
		position: relative;
		width: 100%;
		line-height: 1.2;
		color: #092466;
		font-size: 4vw;
		padding: 8.5% 7%;
		box-sizing: border-box;
		cursor: pointer;
		}
	
	.footerInfo .wrap{
		padding: 5% 0 5%;
		flex-direction: column;
		align-items: center;
		}

	.footerLogo{
		width: 70%;
		margin: 0 auto;
		}

	.footerTel{
		width: 82%;
		margin: 0 auto;
		}
	.footerInfo address{
		font-size: 4.5vw;
		text-align: center;
		margin: 3% 0;
		}

	.copy{
		width: 100%;
		text-align: center;
		}
	
	.smpPt{
		padding-top: 0!important;
		}

	
	/*index.html*/
	.eyecatch{
		margin-bottom: 0;
		}
	
	.newsArea{
		flex-direction:column;
		width: 100%;
		padding: 20px 20px 40px 20px
		}
	h2.ttlNews{
		text-align: center;
		float: inherit;
		position: inherit;
		margin:  0 auto;
		transform: none;
		top: 0;
		left: 0;
		}
	h2.ttlNews p{
		font-size: 5vw;
		margin-bottom: 5%;
		}


	dl#view{
		padding: 0 4%;
		float: inherit;
		width: 100%;
		}
	dl#view dt{
		font-size: 5vw;
		padding: 6% 2% 6% 1.9em;
		}
	dl#view dd{
		font-size: 5vw;;
		padding: 5% 0;
		}
	
	.timeArea{
		width: 100%;
		height: auto;
		}
	
	.timeTop{
		width: 75%;
		flex-direction: column;
		margin: 0 auto;
		}
	.timeTop > img{
		float: inherit;
		width: 100%;
		margin: 0 auto 15px;
		}
	.timeTop > a img{
		float: inherit;
		width: 100%;
		}
	.timeTop a{
		margin: 0 auto 10px;
		}
	
	
	.timeArea table.time{
		width: 100%;
		}
	table.time th,
	table.time td{
		padding: 4% 0 4%;
		}
	table.time th:first-child{
		width: 28%;
		}
	
	.close{
		text-align: right;
		font-size: 20px;
		margin: 15px 0;
		}
	
	.googlemap{
		position: inherit;
		right: auto;
		top: auto;
		height: 400px;
		width: 100%;
		}
	.timeArea address{
		font-size: 4.5vw;
		}
	
	.timeArea .station{
		width: 100%;
		}
	.station a{
		width: 48%;
		color: #092771;
		font-size: 5vw;
		padding: 4% 4% 3%;
		}
	
	
	/*medical.html*/
	dl.medical dt{
		
	}
	dl.medical dt h3{
		position: relative;
		text-indent: 0em;
		padding: 5% 2% 5% 3em
		}
	dl.medical dt h3::before{
		display: block;
		position: absolute;
		left: 0.8em;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		}
	
	dl.medical dd{
		padding:15px 15px 20px;
		}
	dl.medical dd p{
		font-size: 4.5vw;
		}
	dl.medical h4{
		font-size: 4.5vw;
		}
	dl.medical dd .hide{
		display: none!important;
		}
	dl.medical dd .time{
		width: 100%;
		}
	
	table.price{
		margin-top: 4%;
		}

	table.price th,
	table.price td{
		width: 100%;
		display: block;
		font-size: 4.5vw;
		padding: 2% 2%;
		}

	table.price th{
		text-align: left;
		}
	table.price th:nth-child(2){
		width: 100%;
		border-top: #FFF 1px dashed;
		}
	table.price td:nth-child(1){
		}
	table.price td:nth-child(2){
		text-align: right;
		border-top: #3FA0C7 1px dashed;
		}
	dl.list{
		margin-top: 10%;
		}
	dl.list dt{
		font-size: 5.5vw;
		line-height: 1.4;
		}
	dl.list dt::after{
		margin-left: 5%;
		}
	dl.list dd{
		padding: 4% 0 15%;
		}

	dl.list dd ol > li{
		font-size: 5vw;
		text-indent: -1.4em;
		padding-left: 1.4em;
		}

	.scroll{
		overflow-x: scroll;
		padding: 5% 0;
		}
	.scroll p{
		display: block;
		}
	

	.scrollArrow{
		display: block;
		color: #35A6D8;
		font-weight: bold;
		margin-top: 5%;
		}
	
	table.bp{
		width: 860px;
		margin: 0 0 5% 0;
		}

	table.bp th,
	table.bp td{
		font-size: 20px;
		ine-height: 1.5em;
		padding: 10px 0;
		border: #BCBCBC 1px solid;
		vertical-align: middle;
		}

	table.bp th{
		font-weight: normal;
		background-color: #F8F8F8;
		}
	table.bp tr:nth-child(1) th:nth-child(1){
		width: 180px;
		}

	ul.noMark li{
		text-indent: -2.5em!important;
		padding-left: 2em!important;
		}

	.num{
		display: flex;
		text-align: center;
		}
	.num span{
		width: calc(100%/3);
		font-size: 5vw;
		}
	
	
	
	/* clinic.html */
	table.mini td span{display: none;}
	table.mini td p{font-size: 20px;}
	
	.standard dl.list dt{
		font-size: 5vw;
		}
	.standard dl.list dd{
		padding: 4% 0 10%;
		}
	.standard dl.list dd p{
		font-size: 5vw;
		}

	
	
	/* staff.html */
	.greeting{
		width: auto;
		margin: 0 auto 30px;
		}
	.greeting > img{
		width: 100%;
		max-width: 150px;
		float: inherit;
		display: block;
		margin: 0 auto 20px;
		}
	.greeting dl{
		width: auto;
		float: inherit;
		}
	
	.greeting dl dt{text-align: center;}
	.greeting dl dd{padding: 20px 0;}
	
	
	dl.prof{
		width: auto;
		margin: 0 auto;
		font-size: 20px;
		}

	dl.prof dt{
		background-color: #3D7FB8;
		width: 150px;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		color: #FFF;
		}

	dl.prof dd{padding: 0 0 60px;}
	
	.career .ttl{
		font-weight: bold;
		width: auto;
		float: inherit;
		}
	.career .detail{
		width: auto;
		float: inherit;
		padding: 0 0 0 0;
		}
	
	/* info.html */
	ul.board{
		justify-content: flex-start;
		}
	ul.board li{
		width: 46%;
		margin: 0 5% 5% 0;
		}
	ul.board li:nth-child(2n){
		margin-right: 0;
		}
	ul.board li:nth-child(5n){
		margin-right: 5%;

		}
	ul.board li:nth-child(1) a{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		}	
	
	ul.board li div{
		height: auto;
		margin-bottom: 3%;
		}
	ul.board li p{
		font-size: 3.8vw;
		}
	
	
	/* sccess.html */
	.gglBtn a{
		font-size: 18px;
		max-width: 90%;
		margin: 0 auto 45px;
		}


}

@media only screen and (max-width : 992px){
	body{min-width: 1100px;}
}


@media print, only screen and (min-width:1351px){
	body{min-width: 1100px;}
}