@import url('reset.css');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap');


/* COMMON ================================================================================*/
body {
	font-family: 'Zen Kaku Gothic Antique', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	min-width: 1250px!important;
	overflow:visible!important;
	position: relative;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	margin: 0;
	}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
	}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
	}

.stopBk {
	overflow: hidden!important;
	}

html{
	height: 100%;
	}

p{
	font-size: 20px;
	color: #555555;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	/*transform: rotate(0.03deg);*/
	}

small{
	font-size: 80%;
	}

img{
	width: 100%;
	display: block;
	}

a{
	display: block;
	color: #545454;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration:none;
	transition-duration: .3s;
	}
a:hover{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	transition-duration: .3s;
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}

table{
	width:100%;
	margin:0 auto 10px;
	border-collapse: separate!important;
   border-spacing: 0;
	table-layout: fixed;
	}

table th,
table td{
	font-size: 20px;
	line-height:1.8em;
	color: #545454;
	border-bottom: #dedede 1px solid;
	text-align:center;
	vertical-align: top;
	}

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

ul{
	padding: 0;
	}
ul li,
ol li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 20px;
	line-height: 1.8em;
	color: #545454;
	}

address{
	color: #005BAB;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2em;
	}

h1{
	font-weight: normal;
	margin: 0;
	}
h2{
	color: #005BAB;
	font-size: 26px;
	text-align: center;
	margin: 0 0 80px;
	}
h2 span{
	border-bottom: #005BAB 5px solid;
	padding: 10px 20px;
	}

h2.icon{
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: center top;
	padding: 45px 0 0 0;
	}
#news h2.icon{
	background-image: url("../img/icon_info.png");
	}
#time h2.icon{
	background-image: url("../img/icon_time.png");
	}
.first h2.icon{
	background-image: url("../img/icon_leaf.png");
	}
.injection h2.icon{
	background-image: url("../img/icon_inj.png");
	}
.kamoku h2.icon{
	background-image: url("../img/icon_scope.png");
	}
.access h2.icon{
	background-image: url("../img/icon_access.png");
	}
.contact h2.icon{
	background-image: url("../img/icon_tel.png");
	}


h3{
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	background-color: #75BACC;
	text-align: center;
	line-height: 1.4em;
	padding: 5px 0;
	margin: 0 0 30px;
	}

h4{
	color: #B5995F;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	}

h5{
	color: #555555;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	}
h5::before{
	content: "【";
	}
h5::after{
	content: "】";
	}

section{
   width: 100%;
	padding: 80px 0;
	}
section:last-child{margin-bottom: 0;}

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

main{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	}
main.toppage{
	}

.subPage{
	}

.subPage section:last-child{
	padding-bottom: 0;
	}
.subPage .wrap:not(:last-child){
	margin-bottom: 80px;
	}

.edit{
	width: 900px;
	margin: 0 auto 50px;
	font-size: 18px;
	line-height: 1.6em;
    white-space: break-spaces;
    overflow-wrap: anywhere;
    word-break: break-word; 
	}


.bfIcon::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1em;
	/*
	background-image: url("../img/icon_medicine.png");
	width: 24px;
	height: 24px;
	margin: -6px 8px 0 0;*/
	}
.afIcon::after{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	}

ul.disc{}
ul.disc li{
	list-style: disc;
	margin-left: 20px;
	}

ul.circle{margin-left: 0px;}
ul.circle > li{
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
	}
ul.circle > li::before{
	content: "ã€‡";
	color: #6DACD6;
	margin-right: 10px;
	}

ul.num{}
ul.num li{
	display: flex;
	list-style-type: none;
	border-bottom: #ccc 1px solid;
	padding: 15px 0;
	}
ul.num li:last-child{
	border-bottom: none;
	}
ul.num li p:nth-child(1){
	display: block;
	align-self: flex-start;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	background-color: #C89500;
	border-radius: 3px;
	margin: 0.3em 15px 0 0;
	}
ul.num li p:nth-child(2){
	width: 600px;
	line-height: 1.8em;
	}

ul.noteLine{}
ul.noteLine li{
	list-style-type: disc;
	padding: 5px 20px;
	border-bottom: #ccc 1px dotted;
	}

dl{}
dl dt,
dl dd{
	line-height: 1.4em;
	}
dl dt{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 3px 20px;
	transform: rotate(0.03deg);
	}

dl dd{
	color: #333333;
	font-size: 20px;
	padding: 20px 0 40px 25px;
	transform: rotate(0.03deg);
	}
dl dd:last-child{
	padding-bottom: 0;
	border-bottom: none;
	}


/*診療時間*/
table.time{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: #CECECE 1px solid;
	}
table.time th,
table.time td{
	color: #555555;
	font-size: 24px;
 	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: #CECECE 1px solid;
	
	}
table.time th{
	padding: 15px 0;
	}
table.time th:first-child{
	width: 170px;
	}
table.time td{
	padding: 10px 0;
	}
table.time td:not(:first-child){
	color: #75BACC;
	font-size: 32px;
	}


/* pc sticky */
.stickyArea{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
.stickyArea::after{
	display: table;
	content: "";
	clear: both;
	}
.stkMenu{
	position: relative;
	width: 225px;
	margin-right: 40px;
	}
.menuInner{
	position: sticky;
	top: 200px;
	}

.stkContent{
	width:750px;
	float: right;
	}
.stkContent .wrap{
	width: 100%;
	}

.stkContent .detail{
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 40px;
	margin: 0 0 50px;
	}

.stkContent .detail:last-child{
	margin-bottom: 0;
	}


/* HEADER --------------------------------------------------- */
header{}
header .wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	}


header .logo{
	display: flex;
	width: 550px;
	}
header .logo img{
	width: 80px;
	height: 100%;
	margin: 0 25px 0 0;
	}

header .logo .name p{
	color: #009FE8;
	font-size: 18px;
	margin: 10px 0 5px;
	}

header .logo .name a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #005BAB;
	}
header .logo .name a:hover{
	opacity: .7;
	transition-duration: .2s;
	}
header .logo .name a span:nth-child(1){
	font-size: 24px;
	}
header .logo .name a span:nth-child(2){
	font-size: 46px;
	}

.hdRight{
	width: 330px;
	text-align: right;
	}

.hdRight .tel{
	margin: 10px 0 0;
	}
.hdRight address{
	font-size: 22px;
	}

/* nav */
nav{
	background-color: #005BAB;
	}
nav ul{
	width: 1100px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	}
nav ul li{
	width: calc(100%/7);
	border-right: #C6C6C6 1px dashed;
	box-sizing: border-box;
	}
nav ul li:nth-child(7){
	border-right: none;
	}
nav ul li a{
	color: #FFF;
	text-align: center;
	line-height: 1.4em;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: center 15px;
	padding: 45px 0 15px;
	}
nav ul li a:hover{
	background-color: rgba(255,255,255,0.2);
	}

nav ul li:nth-child(1) a{ background-image: url("../img/icon_home_w.png"); }
nav ul li:nth-child(2) a{ background-image: url("../img/icon_info_w.png"); }
nav ul li:nth-child(3) a{ background-image: url("../img/icon_time_w.png"); }
nav ul li:nth-child(4) a{ background-image: url("../img/icon_leaf_w.png"); }
nav ul li:nth-child(5) a{ background-image: url("../img/icon_inj_w.png"); }
nav ul li:nth-child(6) a{ background-image: url("../img/icon_access_w.png"); }
nav ul li:nth-child(7) a{ background-image: url("../img/icon_tel_w.png"); }


.menu-btn{
	display: none;
	}


/* FOOTER --------------------------------------------------- */
footer{
	background-image: url("../img/bg_lattice.png");
	background-size: 15px auto;
	}
.noBg{
	background-image: none;
	}

footer .wrap{
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0; 
	}

.ftLeft{
	width: 400px;
	}

.ftLeft p{
	color: #005BAB;
	font-size: 40px;
	text-align: center;
	line-height: 1.4em;
	}
.ftLeft address{
	font-size: 24px;
	text-align: center;
	margin: 15px 0;
	}
.ftLeft .tel{
	width: 340px;
	margin: 0 auto 20px;
	}

.ftLeft table{
	border-top: #8EB8D2 1px solid;
	}
.ftLeft table th,
.ftLeft table td{
	font-size: 18px;
	line-height: 1.4em;
	border-bottom: #8EB8D2 1px solid;
	padding: 15px 0;
	}
.ftLeft table tr:last-child th,
.ftLeft table tr:last-child td{
	border-bottom: none;
	}
.ftLeft table th{
	width: 110px;
	color: #6FA7D1;
	font-weight: bold;
	}

.ftRight{
	width: 580px;
	}
.ftRight p{
	font-size: 18px;
	line-height: 1.4em;
	text-align: right;
	margin: 15px 0 0 0;
	}

.googlemap{
	margin: 0 0 -5px 0;
	}

.copy{
	background-color: #FFF;
	 padding: 60px 0;
	}
.copy p{
	color: #005BAB;
	font-size: 18px;
	text-align: center;
	line-height: 1.4em;
	}


/* 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;}
.mb400{margin-bottom:400px!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;}

.mr0{margin-right: 0!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}

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

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

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

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

.hide{visibility: hidden;}

.bgWhite100{background-color: #FFF;}
.bgGreen{background-color: #F5F8F2}
.bgYellow{background-color: #FFFCEF}

.bdTop{border-top: #756150 1px solid}

.white{color: #FFF;}
.red{color: #B20000;}
.bold{font-weight: bold;}


/* 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;
	}

.pagetop{
	position: fixed;
	display: block;
    width: 98px;
    right: 20px;
    bottom: 20px;
	}
.pagetop img{
	display: block;
	width: 100%;
	}


.machi{
    position: fixed;
    bottom: 20px;
    right: 130px;
    width: 240px;
    padding: 0;
    border: #005BAB 4px solid;
    box-sizing: border-box;
    background-color: #F7F9FA;
    }
.machi .inner {
    overflow: hidden;
    }
.machi .inner > p{
    color: #005BAB;
    font-size: 24px;
    line-height: 2.3;
    font-weight: bold;
    text-align: center;
    }
.machi iframe{
    transform: scale(1.4);
    transform-origin: center bottom;
    }

/* PAGE ================================================================================*/
ul.linkBtn{
	display: flex;
	justify-content: space-around;
	}
ul.linkBtn li{
	width: 420px;
	}
ul.linkBtn li a{
	display: flex;
	align-items: center;
	height: 90px;
	color: #AA6317;
	line-height: 1.4em;
	background-color: #F7EDBF;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 25px center;
	border: #F7EDBF 3px solid;
	border-radius: 10px;
	padding: 0 0 0 100px;
	}

ul.linkBtn li a:hover{
	background-color: transparent;
	}
ul.linkBtn.sns li:nth-child(1) a{
	background-image: url("../img/icon_insta.png");
	}
ul.linkBtn.sns li:nth-child(2) a{
	background-image: url("../img/icon_line.png");
	}

ul.linkBtn.sheet li{
	width: 360px;
	}
ul.linkBtn.sheet li a{
	background-image: url("../img/icon_sheet.png");
	}


/* index.html --------------------------------------------------- */
.eyecatch > img{
	display: block;
	width: 1000px;
	margin: 50px auto;
	}

.since{
	color: #f49a4a;
	font-size: 22px;
	text-align: right;
	}


/* slick */
.slider.sp{
	display: none!important;
	}
.slider.pc{
	width: 1100px;
	}
.slider img{
	width: 100%;
	}

.main-slider figure{margin:0!important;}
.main-slider .ytPlayer{pointer-events: none!important;}
.ytp-pause-overlay{display:none!important;}

.slick-dots{bottom:25px!important;}
.slick-dots li {
	width: 20px!important;
	height: 30px!important;
	}
.slick-dots li button::before{
	font-size:45px!important;
	color:#FFF!important;
	}
.slick-dotted.slick-slider {margin-bottom:0!important;}


.greeting{
	background-image: url("../img/bg_lattice.png");
	background-size: 15px auto;
	}

.doctor{
	display: flex;
	align-items: center;
	}
.doctor img{
	width: 300px;
	}
.doctor div{
	width: 650px;
	margin: 0 0 0 auto;
	}
.doctor h2{
	text-align: left;
	margin-bottom: 40px;
	}
.doctor h1,
.doctor p{
	color: #2B4960;
	font-size: 18px;
	line-height: 2em;
	}
.doctor p{
	text-align: right;
	margin: 15px 0 0 0;
	}

.timeArea{
	width: 800px;
	margin: 0 auto;
	}

.timeArea > p{
	text-align: center;
	margin-bottom: 40px;
	}

.close{
	color: #C1584F;
	font-size: 24px;
	font-weight: bold;
	}


.kamoku h3{
	width: 1000px;
	margin: 0 auto 20px;
	}

ul.imgArea{
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	}
ul.imgArea li{
	width: 316px;
	margin: 0 25px 25px 0;
	}
ul.imgArea li:nth-child(3n){
	margin-right: 0;
	}

/* contact.html --------------------------------------------------- */
.telArea{
	text-align: center;
	margin-bottom: 80px;
	}
.telArea > img{
	width: 70px;
	margin: 0 auto 10px;
	}

.telArea .name{
	color: #005BAB;
	font-size: 20px;
	line-height: 1.8em;
	}
.telArea .name span{
	display: block;
	font-size: 40px;
	font-weight: bold;
	}
.telArea p:not(.name){
	margin: 40px 0;
	}
.telArea a > img{
	width: 400px;
	margin: 0 auto;
	}
	
.policy{
	border-top: #ccc 1px solid;
	}

.policyArea > p{
	text-align: center;
	margin-bottom: 40px;
	}

dl.list dt{
	color: #1E4658;
	font-size: 18px;
	background-color: #D3E7F0;
	padding: 5px 15px;
	}
dl.list dd{
	font-size: 16px;
	padding: 20px 0 40px 40px;
	margin: 0;
	}

.kasan{
	text-align: center;
	margin-bottom: 60px;
	}



/* access.html --------------------------------------------------- */
.access .wrap{
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0; 
	}


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


@media only screen and (max-width: 479px){
	.pc{display: inline-block!important;}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.pc{display: inline-block!important;}
	
}

@media only screen and (max-width : 599px) {
	.sp{display: inline-block!important;}
	.pc{display: none!important;}
	
	body{min-width:inherit!important;}
	
	main{
		padding: 0;
		}
	.toppage{
		width: 100%;
		margin: 0 auto;
		}
	.subPage{
		padding: 0;
		}
	
	section{
		padding: 15% 0;
		}

	.wrap{
		width: 92%;
		padding: 0;
		margin: 0 auto;
		}
	
	.edit{
		width: 100%;
		}
	
	h3{
		font-size: 5.6vw;
		}

	table,
	table.time{
		font-size: 4.6vw;
		line-height: 1.4em;
		}
	
	.stickyArea{
		width: 94%;
		margin: 0 auto;
		display: inherit;
		justify-content: flex-start;
		}
	.stkMenu{
		display: none;
		}

	.stkContent{
		width:100%;
		float: inherit;;
		}
	.stkContent .wrap{
		width: 100%;
		}
	
	.stkContent .detail{
		padding: 10% 6%;
		margin: 0 0 15%;
		}
	
	p,
	ol li,
	ul li{
		font-size: 4.6vw;
		line-height: 1.6em;
		}
	
	ul.disc{margin-left: 2%;}
	ul.disc li{
		font-size: 4.6vw;
		line-height: 1.6em;
		}
		
	dl dt{
		font-size: 4.6vw;
		padding: 3% 0;
		}
	dl dd{
		font-size: 5vw;
		padding: 5% 0 10%;
		}
	
	table th,
	table td{
		font-size: 4.4vw;
		}
	
	/*診療時間*/
	table.time th,
	table.time td{
		padding: 3% 0;
		}
	table.time th,
	table.time td{
		font-size: 4.4vw;
		line-height: 1.2em;
		}
	table.time th:first-child{
		width: 20%;
		}	
	
	table.time td{}
	table.time td:not(:first-child){
		font-size: 5vw;
		}
	
	
	/* header */
	header .wrap{
		width: 100%;
		padding: 3% 0;
		}
	header .logo{
		width: 94%;
		margin: 0 auto;
		position: relative;
		}
	header .logo img {
		display: none;
		}
	header .logo .name{
		width: 100%;
		}
	header .logo .name p{
		font-size: 3.6vw;
		text-align: center;
		margin: 0 0 2% 0;
		padding: 0 0 2% 0;
		border-bottom: #CFEFFF 1px solid;
		}
	header .logo .name a{
		width: 60%;
		flex-direction: column;
		text-align: right;
		background-image: url("../img/logo.png");
		background-repeat: no-repeat;
		background-size: 21% auto;
		background-position: 0 center;
		padding: 2% 0 2% 11%;
		box-sizing: border-box;
		}
	header .logo .name a span:nth-child(1){
		font-size: 4vw;
		line-height: 1em;
		}
	header .logo .name a span:nth-child(2){
		font-size: 9vw;
		font-weight: bold;
		line-height: 1.2em;
		}
	
	header .logo .menu-btn{
		display: block;
		width: 36%;
		position: absolute;
		right: 0;
		top: 50%;
		color: #FFF;
		font-size: 4.6vw;
		line-height: 1em;
		background-color: #005BAB;
		background-image: url("../img/icon_menu.png");
		background-repeat: no-repeat;
		background-size: 22% auto;
		background-position: 12% center;
		padding: 3% 2% 4% 12%;
		border-radius: 40px;
		}
	.hdRight{
		display: none;
		}
	
	/*menu*/
	.menu-btn{
		z-index: 2;
		padding: 0;
		height: auto;
		box-sizing: border-box;
		}
	.menu-btn img{
		display: block;
		width: 100%;
		margin: 0 auto;
		}

	nav{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 100%;
		height: 85vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #FFF; 
		}
	nav ul{
		width: 100%;
		flex-direction: column;
		}
	nav ul li{
		width: 80%;
		border-right: none;
		}
	nav ul li a{
		display: block;
		color: #005BAB;
		font-size: 5vw;
		line-height: 1em;
		text-align: center;
		padding: 0 0 7% 0;
		}
	nav ul li a:not(:last-child)::before{
		content: "●";
		font-size: 2vw;
		}
	nav ul li:last-child a{
		text-align: center;
		display: block;
		color: #FFF;
		background-color: #545454;
		padding: 5% 0;
		margin: 5% 0 0 0;
		}
	nav ul li.tel a{
		border: #005BAB 5px solid;
		padding: 3% 10%;
		margin: 5% 0 10%;
		border-radius: 40px;
		}
	nav ul li.tel p{
		line-height: 1em;
		margin-bottom: 3%;
		}

	nav{
		pointer-events: none;
		opacity: 0;
		transform-origin: center;
		transform: scale(.5);
		transition: all .3s ease;
		}
	
	nav.is-active{
		pointer-events: auto;
		opacity: 1;
		transform: scale(1.0);
		}
	
	.bk {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #333;
		opacity: 0.6;
		transition-duration: .5s;
		}
	
	
	/* footer */
	footer{
		padding: 10% 0 120px;
		}
	footer .wrap{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		}
	.ftLeft{
		width: 100%
		}

	.ftLeft p{
		font-size: 10vw;
		}
	.ftLeft address{
		font-size: 5vw;
		margin: 3% 0;
		}
	.ftLeft .tel{
		width: 80%;
		margin: 0 auto 5%;
		}
    
	.ftLeft table th,
	.ftLeft table td{
		box-sizing: border-box;
		font-size: 4.6vw;
		padding: 3% 0;
		}
	.ftLeft table th{
		width: 25%;
		}
	.ftLeft table td{
		}

	.ftRight{
		width: 100%;
		}
	.ftRight p{
		font-size: 4vw;
		margin: 2% 0 10%;
		}
	
	.map{
		width: 100%;
		margin: 0 0 10% 0;
		}
	
	.copy{
		z-index: 3;
		font-size: 3.6vw;
		text-align: left;
		 padding: 4% 0;
		}	
	.pagetop{
		width: 16%;
        right: 4%;
        bottom: 0;
		}
	

    .machi{
        bottom: 0;
        right: auto;
        left: 4%;
        border-width: 4px 4px 0 4px;
        }
	
	ul.linkBtn{
		flex-direction: column;
		}
	ul.linkBtn li{
		width: 100%;
		margin-bottom: 5%
		}
	ul.linkBtn li:last-child{
		margin-bottom: 0;
		}
	ul.linkBtn li a{
		height: auto;
		font-size: 4.4vw;
		background-size: 10% auto;
		background-position: 6% center;
		padding: 5% 5% 5% 20%;
		}
	
	
	/* index.html */
	.eyecatch > img{
		width: 100%;
		margin: 0 auto;
		}
	
	.slider.sp{
		display: block!important;
		}

	.doctor{
		flex-direction: column-reverse;
		}
	.doctor img{
		width: 60%;
		}
	.doctor div{
		width: 100%;
		margin: 0 auto 10%;
		}
	.doctor h2{
		text-align: center;
		margin-bottom: 10%;
		}
	.doctor h1,
	.doctor p{
		font-size: 4.6vw;
		line-height: 2em;
		}
	.doctor p{
		text-align: right;
		margin: 0;
		}
	
	.timeArea{
		width: 100%;
		}
	.timeArea > p{
		margin-bottom: 10%;
		}

	.close{
		font-size: 4.8vw;
		}
	
	.kamoku h3{
		width: 100%;
		font-size: 5vw;
		margin: 0 auto 5%;
		padding: 2% 0;
		}
	
	ul.imgArea{
		width: 100%;
		}
	ul.imgArea li{
		width: 31%;
		margin: 0 3% 3% 0;
		}
	
	/* contact.html */
	.telArea{
		text-align: center;
		margin-bottom: 15%;
		}
	.telArea > img{
		width: 15%;
		margin: 0 auto 5%;
		}

	.telArea .name{
		font-size: 4.6vw;
		}
	.telArea .name span{
		font-size: 9vw;
		}
	.telArea p:not(.name){
		margin: 8% 0;
		}
	.telArea a{
		background-color: #D6EFFD;
		padding: 4% 0;
		border-radius: 30px
		}
	.telArea a > img{
		width: 80%;
		}


	.policyArea > p{
		text-align: left;
		margin-bottom: 10%;
		}

	dl.list dt{
		display: block;
		font-size: 4.4vw;
		padding: 2% 4%;
		}
	dl.list dl dd{
		font-size: 4vw;
		padding: 2% 2% 10%;
		}
	
	.kasan{
		margin-bottom: 10%;
		}



	/* access.html --------------------------------------------------- */
	.access .wrap{
		width: 1000px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 80px 0; 
		}
	
	/* access.html */
	.access .wrap{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		}

}

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


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