@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');
	
/* COMMON ================================================================================*/
body {
	font-family: 'Zen Maru Gothic', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	min-width: 1300px!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: #333333;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	/*transform: rotate(0.03deg);*/
	}

small{
	font-size: 80%;
	}

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

a{
	display: block;
	color: #333333;
	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 th,
table td{
	font-size: 20px;
	line-height: 1.6;
	color: #333333;
	border-bottom: #dedede 1px solid;
	text-align:center;
	vertical-align: top;
	}

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

ul{
	padding: 0;
	margin: 0;
	}
ul li,
ol li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 20px;
	line-height: 1.8;
	color: #333333;	
	}
dl{}
dl dt,
dl dd{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	transform: rotate(0.03deg);
	}
dl dt{
	display: inline-block;
	}


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

h1{
	font-weight: normal;
	margin: 0;
	}

.toppage h2,
.subPage h1{
	color: #00865B;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 80px;
	}
.toppage h2::before,
.subPage h1::before{
	display: block;
	width: fit-content;
	color: #00865B;
	font-size: 16px;
	border-bottom: #00865B 1px solid;
	padding: 0 10px 10px;
	margin: 0 auto 10px;
	}
#news h2::before{
	content: "information";
	}
#guide h2{
	color: #FFF;
	margin: 0;
	}
#guide h2::before{
	content: "medical";
	color: #FFF;
	border-color: #FFF;
	}
#greeting h1::before{
	content: "greeting";
	}

#clinic h1::before{
	content: "clinic";
	}
#medical h1::before{
	content: "medical";
	}
#access h1::before{
	content: "access";
	}

.subPage h2{
	color: #54A236;
	font-weight: normal;
	border-bottom: #54A236 3px solid;
	padding: 0 0 5px 0;
	margin-bottom: 40px;
	}
.subPage h2::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1;
	background-image: url("../img/logo.png");
	width: 1.6em;
	height: 1.4em;
	margin: -0.2em 0.2em 0;
	}

h3{
	color: #00865B;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 20px;
	}

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: "】";
	}


main{
	width: 100%;
	}
main.toppage{
	}

main.subPage{
	border-bottom: #E5F7CF 3px solid;
	}

section{
	width: 100%;
	}

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

main.subPage .wrap{
	width: 1000px;
	}


.bfIcon::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1;
	/*
	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;
	line-height: 1.4;
	}
ul.disc li:not(:last-child){
	margin-bottom: 20px;
	}

ul.line{
	display: flex;
	flex-wrap: wrap;
	}
ul.line li{
	display: flex;
	}
ul.line li::after{
	content: "/";
	color: #BEBEBE;
	margin: 0 10px;
	}

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




/*診療時間*/
table.time{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0 auto;
	}
table.time th,
table.time td{
	color: #725933;
	font-size: 24px;
 	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	}
table.time th:last-child,
table.time td:last-child{
	}

table.time th{
	padding: 10px 0;
	border-bottom: #725933 1px solid;
	}
table.time th:first-child{
	width: 160px;
	}
table.time td{
	padding: 10px 0;
	border-bottom: none;
	}
table.time td:not(:first-child){
	color: #725933;
	font-size: 20px;
	}
table.time tr:nth-child(2) td{
	padding: 10px 0 0 0;
	}
table.time tr:nth-child(3) td{
	padding: 0 0 10px 0;
	border-bottom: #725933 1px solid;
	}
table.time tr:nth-child(4) td{
	padding: 10px 0 0;
	}
.close{
	color: #AD3D00;
	font-size: 22px;
	}


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

.fcRed{
	color: #D3223C;
	}


/* HEADER --------------------------------------------------- */
header{
	width: 100%;
	background-image: url("../img/bg01.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 0 0 1px;
	}
header .wrap{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1400px;
	padding: 40px 40px 60px;
	margin: 0 auto;
	}

header a.clinicName{
	display: flex;
	}
header a.clinicName p{
	color: #54A236;
	}

header a.clinicName p:nth-of-type(1){
	font-size: 18px;
	line-height: 1;
	text-align: center;
	}
header a.clinicName p:nth-of-type(1) span{
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
	}

header a.clinicName p:nth-of-type(2){
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -4px;
	}

.logo::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1;
	background-image: url("../img/logo.png");
	width: 1.6em;
	height: 1.4em;
	margin: -0.2em 0.2em 0;
	}

header .right{
	width: 480px;
	margin: 0 0 0 auto;
	}
header .right address{
	color: #6D350B;
	font-size: 20px;
	text-align: right;
	margin-bottom: 15px;
	}
header .right a{
	width: 380px;
	margin: 0 0 0 auto;
	}


/* nav */
nav{
	width: 1100px;
	margin: 0 auto 40px;
	}
nav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	}
nav ul li{
	border-right: #594313 1px solid;
	padding: 0 30px;
	}
nav ul li:nth-last-child(2){
	border-right: none;
	padding-right: 0;
	}

nav ul li a{
	color: #594313;
	font-size: 22px;
	text-align: center;
	line-height: 1;
	border-bottom: transparent 3px solid;
	padding-bottom: 5px;
	}

nav ul li a:hover{
	border-color: #B28626;
	}

.btnArea{
	display: none;
	}


/* FOOTER --------------------------------------------------- */
footer{
	}

footer .wrap{
	padding: 0;
	}

footer .ftInfo{
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
	}

.map{
	width: 550px;
	}
.map address {
	color: #6D350B;
	text-align: right;
	margin: 10px 0 0 0;
	}

footer .detail{
	width: 520px;
	text-align: center;
	}
footer .detail .logo{
	color: #54A236;
	font-weight: bold;
	font-size: 30px;
	}
footer .detail .logo::before{
	display: block;
	margin: 0 auto;
	}
footer .detail a{
	margin: 15px 0;
	}
footer .detail a p{
	color: #725933;
	margin-bottom: 10px; 
	}
footer .detail a img{
	width: 400px;
	margin: 0 auto;
	}

.copy{
	background-image: url("../img/bg01.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 30px 0;
	}
.copy p{
	color: #725933;
	font-size: 16px;
	text-align: center;
	}

.pagetop{
	position: fixed;
	display: block;
	width: 80px;
	height: auto;
	right: 10px;
	bottom: 10px;
	}

.fixApp{
    position: fixed;
    right: 10px;
    bottom: 110px;
    }
.fixApp a{
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 5px;
	padding: 10px 0;
	box-sizing: border-box;
	}
.fixApp a::hover{
	opacity: .7;
	}
.fixApp a::before{
	display: block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1;
	width: 1em;
	height: 1em;
	margin: 0 auto 5px;
	}
.fixApp a::after{
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	}

.fixApp a{
	background-color: #F88514;
	}
.fixApp a::before{
	background-image: url("../img/icon_cal.png");
	}


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

.hide{visibility: hidden;}

.bgWhite100{background-color: #FFF;}
.bgGray{background-color: #E0E2E0;}

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


/* PAGE ================================================================================*/
ul.linkBtn {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
	}
ul.linkBtn a{
	display: block;
	width: 280px;
	color: #725933;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/arrow01.png");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: 40px center;
	padding: 10px 0;
	transition-duration: .2s;
	border: #F8D100 3px solid;
	border-radius: 50px;
	}

.linkBtn a:hover{
	background-color: #F8D100
	}



/* index.html --------------------------------------------------- */
.eyecatchArea{
	padding: 0 0 40px;
	}
.slider{
	position: relative;
	width: 1100px;
	margin: 0 auto 20px;
	
	}
.slider img{
	border-radius: 10px;
	}

.point{
	position: absolute;
	right: 40px;
	top: 0;
	width: 70px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgba(255,255,255,0.7);
	padding: 0 20px;
	box-sizing: border-box;
	}
.point p{
	color: #1E604C;
	font-size: 22px;
	line-height: 1;
	writing-mode: vertical-rl;
	 -ms-writing-mode: tb-rl;
	}
.point p:nth-child(2){
	font-size: 30px;
	font-weight: bold;
	}

.bottom{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	}

.bottom ul{
	position: relative;
	}
.bottom ul li{
	position: absolute;
	}
.bottom ul li:nth-child(1){
	left: 30px;
	top:  50px;
	}
.bottom ul li:nth-child(2){
    display: none;
	left: 280px;
	top: 0px;
	}
.bottom ul li:nth-child(3){
	left: 250px;
	top: 100px;
	}

.bottom ul li a{
	width: 190px;
	height: 190px;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 100px;
	padding: 30px 0;
	box-sizing: border-box;
	}
.bottom ul li a::hover{
	opacity: .7;
	}
.bottom ul li a::before{
	display: block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1;
	width: 1.6em;
	height: 1.6em;
	margin: 0 auto 10px;
	}
.bottom ul li a::after{
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	}

.bottom ul li:nth-child(1) a{
	background-color: #F88514;
	}
.bottom ul li:nth-child(1) a::before{
	background-image: url("../img/icon_cal.png");
	}
.bottom ul li:nth-child(1) a::after{
	content: "appointment";
	}
.bottom ul li:nth-child(2) a{
	background-color: #59B294;
	}
.bottom ul li:nth-child(2) a::before{
	background-image: url("../img/icon_scope.png");
	}
.bottom ul li:nth-child(2) a::after{
	content: "medical questionnaire"; 
	}
.bottom ul li p{
	color: #4C2C15;
	font-size: 18px;
	}

.bottom table.time{
	width: 550px;
	margin: 0 0 0 auto;
	}


dl#view{
	width: 900px;
	margin: 0 auto;
	}
dl#view dt{
	cursor: pointer;
	display: block;
	color: #FFF;
	font-weight: normal;
	background-color: #59B294;
	padding: 8px 30px;
	margin-bottom: 20px;
	border-radius: 50px;
	transition-duration: .2s;
	}
dl#view dt::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;	margin-left: -1;
	width: 1.6em;
	height: 1.6em;
	margin: -0.2em 1em 0;
	background-image: url("../img/icon_news.png");
	}

dl#view dt:hover{
	transition-duration: .2s;
	opacity: .7;
	}
dl#view dd{
	padding: 0 40px 60px;
	margin: 0;
	display: none;
	}
dl#view dd.open{
	display: block;
	}
dl#view dd a{
	display: inline;
	text-decoration: underline;
	}

.click{
	width: 900px;
	font-size: 16px;
	text-align: right;
	margin: 10px auto 60px;
	}


.telRsv{
	width: 1100px;
	border: #D7F4E9 10px solid;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 40px 80px;
	margin: 0 auto;
	}
.telRsv p{
	font-size: 18px;
	}

.call{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 450px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background-color: #F88514;
	border-radius: 30px;
	padding: 5px 0;
	margin: 30px 0 0 auto;
	}
.call img{
	width: 200px;
	height: auto;
	}


#guide{
	background-image: url("../img/bg01.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	}
#guide .wrap{
	display: flex;
	justify-content: space-between;
	}

ul.medicalList{
	display: grid;
	grid-template-columns: 170px 170px 170px;
    grid-template-rows: 170px 170px 170px;
	grid-gap: 10px;
	}
ul.medicalList li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #FFF;
	text-align: center;
	}
ul.medicalList li:nth-child(1){
	background-color: #00865B;
	}

ul.medicalList li img{
	display: block;
	width: 100%;
	height: 55px;	
	object-fit: scale-down;
	margin: 0 0 10px;

	}
ul.medicalList li h3{
	font-size: 20px;
	margin: 0;
	}

#guide .wrap .right{
	position: relative;
	width: 540px;
	background-color: rgba(255,255,255,0.6);
	padding: 70px 40px 0;
	box-sizing: border-box;
	border-radius: 30px;
	}
#guide .wrap .right h3{
	margin: 0 0 40px;
	}
#guide .wrap .right img{
	position: absolute;
	right: 60px;
	top: 30px;
	width: 90px;
	}

#guide .wrap .right ul li{
	font-size: 18px;
	}


/* greeting.html --------------------------------------------------- */
.msg{
	text-align: center;
	margin-bottom: 50px;
	}

.name{
	text-align: center;
	}


/* clinic.html --------------------------------------------------- */
.myna{
	display: flex;
	}
.myna img{
	width: 220px;
	margin-right: 60px;
	}

.myna p{
	width: 700px;
	}


/* medical.html --------------------------------------------------- */
#medical dl{
	display: flex;
	flex-wrap: wrap;
	}

#medical dl dt{
	width: 200px;
	background-color: #ECF9F4;
	border-radius: 10px 0 0 10px;
	padding: 40px 0;
	}
#medical dl dt img{
	width: 50px;
	margin: 0 auto 10px;
	}
.subPage #medical dl dt h2{
	color: #545454;
	font-size: 24px;
	text-align: center;
	margin: 0;
	border-bottom: none;
	}
.subPage #medical dl dt h2::before{
	display: none;
	
	}

#medical dl dd{
	width: 800px;
	padding: 40px 60px;
	border-radius: 0 10px 10px 0;
	border: #ECF9F4 3px solid;
	}

#medical dl dd > p:nth-of-type(1),
#medical dl dd ul.noteLine{
	margin-bottom: 20px;
	}
#medical dl dd ul{
	margin-left: 40px;
	}
#medical dl dd li{
	margin-bottom: 0;
	}

#medical dl dt:not(:last-of-type),
#medical dl dd:not(:last-of-type){
	margin-bottom: 40px;
	}

.yoyaku{
	display: inline;
	color: #A70A0C;
	font-size: 18px;
	font-weight: bold;
	}


/* access.html --------------------------------------------------- */
.access{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
	}
.access img{
	width: 300px;
	height: 100%;
	}

.access table{
	width: 550px;
	margin: 0;
	}
.access table th,
.access table td{
	padding: 20px 0;
	line-height: 1.6em;
	vertical-align: middle;
	}
.access table th{
	width: 160px;
	}
.access table td{}

#access #time{
	background-color: #FDFCEB;
	padding: 5px 0 20px;
	margin: 60px 0;
	}
#access table.time{
	width: 800px;
	margin: 0 auto;
	}
.accessMap{
	width: 700px;
	margin: 0 auto;
	}

.accessMap a{
	text-decoration: underline;
	text-align: right;
	}


/* 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: 15% 0;
		}
	
	main.toppage{
		padding: 0;
		}
	main.subPage{
		padding: 0;
		}
	
	section{
		}

	.wrap,
	main.subPage .wrap{
		width: 94%;
		padding: 15% 0;
		margin: 0 auto;
		}
	
	.toppage h2,
	h2,
	.subPage h1{
		font-size: 7vw;
		margin-bottom: 10%;
		}
	h2::before,
	.subPage h1::before{
		font-size: 4vw;
		padding: 0 2% 2%;
		margin: 0 auto 2%;
		}
	#guide h2{
		font-size: 6vw;
		}
	
	.subPage h2{
		font-size: 5vw;
		padding: 0 0 2% 0;
		margin-bottom: 10%;
		}

	h3{
		font-size: 6vw;
		}

	table,
	table.time{
		font-size: 4.6vw;
		line-height: 1.4;
		}
	
	.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: 5vw;
		line-height: 1.8;
		}
	
	ul.disc{margin-left: 2%;}
	ul.disc li{
		font-size: 5vw;
		line-height: 1.4;
		margin-bottom: 4%;
		}
	
	ul.line{
		flex-direction: column;
		}
	ul.line li{
		padding: 2% 0 0 0;
		border-bottom: #ccc 1px solid;
		}
	ul.line li::after{
		content: "";
		margin: 0;
		}

	ul.noteLine li{
		padding: 2% 0 0 0;
		}
		
	dl dt{
		font-size: 5vw;
		}
	dl dd{
		font-size: 5vw;
		}
	
	table th,
	table td{
		font-size: 4.4vw;
		}
	
	ul.linkBtn {
		flex-direction: column;
		justify-content: center;
		margin-top: 20%;
		}
	ul.linkBtn a{
		width: 70%;
		font-size: 5vw;
		background-size: 5% auto;
		background-position: 12% center;
		padding: 2% 0;
		margin: 0 auto;
		}
	
	/*診療時間*/
	table.time{
		border-top: #725933 1px solid;
		}
	
	table.time th,
	table.time td{
		padding: 3% 0;
		}
	table.time th,
	table.time td{
		font-size: 4.4vw;
		line-height: 1.2;
		}
	table.time th:first-child{
		width: 20%;
		}	
	
	table.time td{}
	table.time td:not(:first-child){
		font-size: 4.4vw;
		}
	
	table.time tr:nth-child(2) td{
		padding: 3% 0;
		}
	table.time tr:nth-child(3) td{
		padding: 0 0 3% 0;
		}
	table.time tr:nth-child(4) td{
		padding: 3% 0 0;
		}
	
	.close,
	.uketsuke{
		font-size: 4.6vw;
		text-align: center;
		}
	
	
	/* header */
	header .wrap{
		position: relative;
		width: 100%;
		flex-direction: column-reverse;
		padding: 8% 4% 4%;
		}
	header .right{
		display: none;
		}
	
	header a.clinicName{
		flex-direction: column;
        align-items: flex-start;
		}
    header a.clinicName::before{
        display: block;
        content: "";
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-left: -1;
        background-image: url("../img/logo.png");
        width: 4em;
        height: 3em;
        margin: 0 0 4%;
        }
	header a.clinicName p:nth-of-type(1){
		font-size: 4vw;
		}
	header a.clinicName p:nth-of-type(1) span{
		display: inline;
		font-size: 4vw;
		}
	header a.clinicName p:nth-of-type(2){
		font-size: 6.6vw;
		}
	header .logo::before{
		display: none;
		}
	
	
	/*menu*/
	.btnArea{
		position: fixed;
		z-index: 999;
		top: 2%;
		right: 2%;
		display: flex;
		justify-content: space-between;
		width: 58%;
		margin: 0 auto;
		}
	.menu-btn{
		width: 17vw;
	    height: 17vw;
		color: #FFF;
		background-color: #54A236;
		background-image: url("../img/icon_menu.png");
		background-repeat: no-repeat;
		background-size: 50% auto;
		background-position: center 28%;
		padding: 62% 0 0 0;		
		box-sizing: border-box;
		border-radius: 3px;
		}
	.btnArea.sticky{
		right: 2%;
		top: 2%;
		animation: DownAnime 2s forwards;
		}
	.menu-btn p{
		color: #FFF;
		font-size: 3.4vw;
		font-weight: bold;
		text-align: center;
		}

	.tel-btn{
		width: 17vw;
	    height: 17vw;
		background-color: #F5BB0F;
		background-image: url("../img/icon_tel.png");
		background-repeat: no-repeat;
		background-size: 40% auto;
		background-position: center 28%;
		padding: 62% 0 0 0;
		box-sizing: border-box;
		border-radius: 3px;
		}
    .app-btn{
		width: 17vw;
	    height: 17vw;
		background-color: #77380E;
		background-image: url("../img/icon_cal2.png");
		background-repeat: no-repeat;
		background-size: 45% auto;
		background-position: center 28%;
		padding: 62% 0 0 0;
		box-sizing: border-box;
		border-radius: 3px;
		}
    
	.tel-btn p,
    .app-btn p{
		color: #77380E;
		font-size: 3.4vw;
		font-weight: bold;
		text-align: center;
		}
    .app-btn p{
        color: #F5BB0F;
        }
    
	nav{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 100%;
		height: 70vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		pointer-events: none;
		opacity: 0;
		transform-origin: center;
		transform: scale(.5);
		transition: all .3s ease;
		background-color: #FFF;
		}
	
	nav.is-active{
		pointer-events: auto;
		opacity: 1;
		transform: scale(1.0);
		}
	
	nav ul{
		width: 100%;
		flex-direction: column;
		margin: 0;
		}
	nav ul li{
		width: 80%;
		border-right: none;
		}
	nav ul li a{
		display: block;
		color: #6E5312;
		font-size: 6vw;
		line-height: 1;
		text-align: center;
		padding: 0 0 7% 0;
		}
	nav ul li:nth-last-child(2){
		padding: 0 0 7% 0;
		}
	nav ul li a::before{
		display: none;
		}
	
	nav ul li a:not(:last-child)::before{
		content: "●";
		font-size: 2vw;
		}
	nav ul li a:hover{
		border-color: transparent;
		}

	
	nav ul li:last-child a{
		text-align: center;
		display: block;
		color: #FFF;
		background-color: #545454;
		padding: 5% 0;
		margin: 5% 0 0 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{}

	footer .wrap{
		padding: 0;
		}

	footer .ftInfo{
		flex-direction: column;
		padding: 15% 0;
		}
	.map{
		width: 100%;
		}
	.map address {
		font-size: 5vw;
		text-align: center;
		}
	
	footer .detail{
		width: 100%;
		text-align: center;
		margin-bottom: 10%;
		}
	
	footer .detail .logo{
		font-size: 5.6vw;
		}
	footer .detail a{
		margin: 4% 0 6%;
		}
	footer .detail a p{
		margin-bottom: 2%; 
		}
	footer .detail a img{
		width: 80%;
		margin: 0 auto;
		}
	
	.copy{
		padding: 5% 0 5% 10%
		}
	.copy p{
		font-size: 4vw;
		text-align: left;
		line-height: 1.2;
		}
	
	.call{
		display: block;
		width: 100%;
		font-size: 5vw;
		text-align: center;
		border-radius: 10px;
		margin: 4% auto 0;
		padding: 4% 0;
		}
	.call span{
		display: block;
		}
	.call img{
		width: 80%;
		margin: 2% auto;
		}

	.pagetop{
		width: 16%;
		right: -0.2%;
		bottom: -0.2%;
		}
    .fixApp{
        display: none;
        }
	
	/* index.html */
	.eyecatchArea{
		padding: 0 0 15%;
		}
	.slider{
		width: 96%;
		margin: 0 auto 24%;
		}

	.point{
		top: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: -15%;
		width: 100%;
		height: auto;
		flex-direction: row;
		background-color: transparent;
		padding: 0;
		}
	.point p{
		font-size: 6vw;
		line-height: 1.2;
		writing-mode: horizontal-tb;
		 -ms-writing-mode: horizontal-tb;
		 background: linear-gradient(transparent 50%, #FFF 50%);
		}
	.point p:nth-child(2){
		font-size: 6vw;
		}
	.point p:nth-child(3){
		width: fit-content;
		text-align: center;
		}
	.bottom{
		position: relative;
		width: 94%;
		margin: 0 auto;
		
		}

	
	.bottom ul{
		position: inherit;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 5%;
		padding: 5% 4%;
		background-color: rgba(255,255,255,0.70);
		}
	.bottom ul li{
		position: inherit;
		width: 60%;
		}
	.bottom ul li:nth-child(1),
	.bottom ul li:nth-child(2),
	.bottom ul li:nth-child(3){
		left: auto;
		top:  auto;
		}
	.bottom ul li:nth-child(3){
		width: 100%;
		text-align: center;
		margin: 5% 0 0;
		}
	.bottom ul li:nth-child(3) p{
		font-size: 4vw;
		}
	.bottom ul li:nth-child(3) p span{
		font-size: 5vw;
		padding: 0 2%;
		}
	
	.bottom ul li a{
		display: block;
		width: 100%;
		height: auto;
		font-size: 6.6vw;
		border-radius: 5px;
		padding: 5% 0;
		}
	.bottom ul li a::before{
		display: inline-block;
		width: 1em;
		height: 1em;
		margin: 0 .4em 0 0;
		}
	.bottom ul li a::after{
		margin: 0;
		}
	
	.bottom table.time{
		width: 100%;
		margin: 0 auto;
		}

	dl#view{
		width: 100%;
		margin: 0 auto;
		}

	dl#view dt{
		font-size: 4.6vw;
		line-height: 1.2;
		padding: 4% 4% 4% 3em;
		border-radius: 5px;
		text-indent: -2.4em;
		}
	dl#view dt::before{
		width: 1.2em;
		height: 1.2em;
		margin: -0.2em 0.6em 0;
		}
	
	dl#view dd{
		padding: 0 0 8% 0;
		}
	.click{
		width: 94%;
		font-size: 4vw;
		text-align: center;
		margin: 4% auto 8%;
		}
	
	.telRsv{
		width: 100%;
		padding: 8% 6%;
		border: #D7F4E9 5px solid;
		border-radius: 15px;
		}
	
	#guide .wrap{
		display: flex;
		flex-direction: column;
		}

	ul.mdLink{
		display: block;
		}
	ul.medicalList{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-gap: 2%;
		margin-bottom: 20%;
		}
	ul.medicalList li{
		padding: 20% 0;
		}
	ul.medicalList li h3{
		font-size: 4.4vw;
		}
	
	#guide .wrap .right{
		width: 100%;
		padding: 8% 4%;
		border-radius: 15px;
		}
	#guide .wrap .right h3{
		margin: 0 0 10% 4%;
		}
	#guide .wrap .right img{
		right: 5%;
		top: -2%;
		width: 20%;
		}
	
	
	/* greeting.html */
	.msg{
		text-align: left;
		margin-bottom: 15%;
		}

	.name{
		text-align: right;
		}
	
	
	/* clinic.html */
	.myna{
		flex-direction: column;
		}
	.myna img{
		width: 60%;
		margin: 0 auto 5%;
		}

	.myna p{
		width: 100%;
		}
	
	
	/* medical.html */
	#medical dl{
		flex-direction: column;
		width: 100%;
		}

	#medical dl dt{
		flex-direction: column;
		width: 100%;
		border-radius: 10px 10px 0 0;
		padding: 5% 0 3%;
		margin-bottom: 0!important;
		}
	#medical dl dt img{
		width: 15%;
		margin: 0 auto;
		}
	#medical dl dt h2{
		font-size: 6vw;
		margin: 0;
		}

	#medical dl dd{
		width: 100%;
		padding: 8% 4%;
		border-radius: 0 0 10px 10px;
		}

	#medical dl dd > p:nth-of-type(1),
	#medical dl dd ul.noteLine{
		margin-bottom: 5%;
		}
	#medical dl dd ul{
		margin-left: 0;
		}
	#medical dl dd li{
		margin-bottom: 0;
		}
	.yoyaku {
		font-size: 3.8vw;
		}
	
	
	/* access.html */
	#access .wrap{
		width: 94%;
		}
	.access{
		flex-direction: column;
		}
	.access img{
		width: 80%;
		height: auto;
		margin: 0 auto 10%;
		}

	.access table{
		width: 100%;
		margin: 0 auto;
		}
	.access table th,
	.access table td{
		border-bottom: none;
		}

	.access table th{
		display: block;
		width: 100%;
		text-align: left;
		background-color: #ECF9F4;
		padding: 0 10%;
		box-sizing: border-box;
		}
	.access table td{
		display: block;
		padding: 2% 0 6% 15%;
		}
	.access table td img{
		width: 60%;
		margin: 2% 0 0 0;
		}
	
	#access #time{
		padding: 0 0 4%;
		margin: 5% 0 15%;
		border-bottom: #725933 1px solid;
		}
	#access table.time{
		width: 100%;
		}
	.accessMap{
		width: 100%;
		}


}

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


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