/* COMMON ================================================================================*/
@import url('../css/reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
	font-family: 'Noto Sans JP', 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;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	background-image: url("../img/bg_main.jpg");
	background-repeat: repeat;
	}

@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{
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	}

p a{
	display: inline;
	text-decoration: underline;
	}
p a:hover,
li a:hover{
	text-decoration: none;
	}

small{
	font-size: 80%;
	}

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

a{
	display: block;
	color: inherit;
	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{
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	}
ul{
	padding: 0;
	}
ul li,
ol li{
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	list-style-position: inside;
	list-style-type: none;
	}

address{
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	}

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

.title01{
	width: 1000px;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.4;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	background-image: url("../img/bg_title01.png"), url("../img/bg_title02.png");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 15px 15px, 955px 75px;
	padding: 40px 60px;
	margin: 0 auto 40px;
	box-sizing: border-box;
	}

.title01::after{
	display: inline-block;
	color: #FF914E;
	font-size: 14px;
	letter-spacing: 0;
	margin-left: 1em;
	}

section .title01{
    width: 100%;
    }

#greeting .title01::after{
	content: "GREETING";
	}
#medical .title01::after{
	content: "MEDICAL";
	}
#first .title01::after{
	content: "FIRST";
	}
#info .title01::after{
	content: "INFORMATION";
	}
#access .title01::after{
	content: "ACCESS";
	}

.title02{
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 20px;
	margin: 0 0 20px 0;
	line-height: 1.6;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	}
.title02::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/arrow01.png");
	width: 1em;
	height: 1em;
	margin: -0.2em 0.5em 0 0;
	}

.title03{
	color: #69676a;
	font-size: 18px;
	margin: 0 0 10px 0;
	}
.title03::before{
	content: "◆";
	margin-right: 5px;
	}


main{
	margin: 40px 0 80px;
	}
.toppage{
	}
.subPage{
	}

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


.wrap{
    margin: 0 auto;
	padding: 0;
	}
.inner{
	padding-left: 20px;
	}

.layout{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	}
.layout .sidebar{
	width: 260px;
	}
.layout .sidebar{
	width: 260px;
	}

.sidebar ul.pageLink.sp{
	display: none;
	}

.sidebar .kamoku{
	font-size: 20px;
	text-align: center;
	margin: 10px 0 15px;
	}
.sidebar table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	}
.sidebar table th{
	background-color: #FFA975;
	}
.sidebar table th:first-child{
	width: 100px;
	}
.sidebar table td{
	border-bottom: #C1C0C0 1px solid;
	}

.sidebar table th,
.sidebar table td{
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
	}
.sidebar table tr:last-child td{
	text-align: left;
	padding: 6px 0;
	}
.org {
	color: #FF914E;
	}

.sidebar table ul li,
.sidebar .tel p{
	font-size: 16px;
	line-height: 1.4;
	text-indent: -1.3em;
	padding-left: 1.3em;
	}
.sidebar table ul li::before,
.sidebar .tel p::before{
	content: "■";
	margin-right: 5px;
	}

.sidebar .tel{
	padding: 20px 0 10px;
	}

.sidebar .tel > a{
    background-color: #533D33;
    border-radius: 10px;
    padding: 10px 10px;
    }
.sidebar .tel > a p{
     color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    text-indent: 0;
    padding-left: 0;
    }
.sidebar .tel > a p::before{
    content: none;
    }

.sidebar .tel p{
	line-height: 1.4;
	text-align: left;
	margin: 10px 0;
	}

.sidebar .address p{
	color: #FF914E;
	font-size: 16px;
	text-align: left;
	}

.sidebar ul.sideMenu{
	width: 260px;
	margin: 20px 0 0 0;
	}
.sidebar ul.sideMenu li{
	margin-bottom: 10px;
	}

.sidebar ul.sideMenu li a{
	position: relative;
	border: #FF914E 1px solid;
	padding: 20px 20px 20px 40px;
	}
.sidebar ul.sideMenu li a.current{
	background-color: #fcefe2;
	}
.sidebar ul.sideMenu li a::after{
	position: absolute;
	right: 5%;
	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;
	width: 2.5em;
	height: 2.5em;
	}
.sidebar ul.sideMenu li:nth-child(1) a::after{
	background-image: url("../img/icon_home.png");
	}
.sidebar ul.sideMenu li:nth-child(2) a::after{
	background-image: url("../img/icon_scope.png");
	}
.sidebar ul.sideMenu li:nth-child(3) a::after{
	background-image: url("../img/icon_greeting.png");
	}
.sidebar ul.sideMenu li:nth-child(4) a::after{
	background-image: url("../img/icon_first2.png");
	}
.sidebar ul.sideMenu li:nth-child(5) a::after{
	background-image: url("../img/icon_kalte.png");
	}
.sidebar ul.sideMenu li:nth-child(6) a::after{
	background-image: url("../img/icon_access.png");
	}

.sidebar ul.sideMenu li a::before{
	position: absolute;
	left: 7%;
	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;
	width: 0.6em;
	height: 1em;
	background-image: url("../img/arrow02.png");
	}

.sidebar ul.sideMenu li a:hover{
	background-color: #fcefe2;
	}

.couter{
    text-align: right;
    }
.couter iframe{
    width: 60px;
    height: 24px;
    }

.layout .content{
	width: 700px;
	}

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

table{
	width:100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	}
table th,
table td{
	font-size: 18px;
	text-align:center;
	padding: 10px 0;
	}
table th{font-weight: normal;}

ul.disc li{
	line-height: 1.4;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1.5em!important;
	}

ul.note {
	margin-bottom: 30px;
	}
ul.note li{
	border-bottom: #707070 1px dotted;
	padding: 8px 10px;
	}


dl{}
dl dt,
dl dd{
	display: block;
	font-size: 18px;
	line-height: 1.6;
	color: #333333;
	box-sizing: border-box;
	padding: 0;
	}

.float{
	float: right;
	}


/*診療時間*/
table.time{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: #313C44 1px solid;
	border-bottom: #313C44 1px solid;
	}
table.time th,
table.time td{
	color: #313C44;
	font-size: 24px;
 	font-weight: normal;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: #313C44 1px dashed;
	padding: 0;
	}

table.time tr:last-child th,
table.time tr:last-child td{
	border-bottom: none;
	padding: 0;
	}

table.time tr:not(:first-child) td:not(:first-child){
	color: #22A7AC;
	}

table.time th:first-child{
	width: 180px;
	}
		

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

.menuInner{
	position: sticky;
	top: 50px;
	}

.menuInner > *:not(:last-child){
	margin-bottom: 20px;
	}

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

.stkContent > .detail{
	/*display: none;*/
	background-color: #FFF;
	box-sizing: border-box;
	padding: 40px 40px;
	margin: 0 0 50px;
	border-radius: 10px;
	}

.stkContent > .detail > a{
	display: none;
	}

.stkContent > .detail:last-child{
	margin-bottom: 0;
	}
/*.detail.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	}
*/

.linkBox{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	}
.linkBox a{
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #d9569a;
	padding: 10px 20px;
	border-radius: 40px;
	}
.linkBox a:not(:first-child){
	margin-left: 20px;
	}	

.linkBox a::after{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/arrow01.png");
	width: 1em;
	height: 1em;
	margin: -0.2em 0 0 0.4em;
	}
	
.linkBox a:hover{
	opacity: .7;
	}


/* HEADER --------------------------------------------------- */
header{
	width: 100%;
	border-bottom: #FF914E 9px solid;
	}

header .pageInfo {
	width: 1000px;
	padding: 20px 0 15px;
	margin: 0 auto;
	}

.pageInfo h1,
.pageInfo p{
	color: #533D33;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	}

header .wrap{
	width: 1000px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

.titleArea{
	width: 300px;
	}

.titleArea a{
	position: relative;
	padding-left: 90px;
	}
.titleArea a::before{
	position: absolute;
	left: 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/logo.png");
	width: 80px;
	height: 66px;
	margin: 0;
	}

.titleArea a img{
	display: block;
	}

.titleArea .kamoku{
	display: flex;
	align-items: center;
	color: #676769;
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
	margin: 10px 0 0 0;
	}
.titleArea .kamoku::before,
.titleArea .kamoku::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #676769;
	}
.titleArea .kamoku span {
	padding: 0 1em;
	white-space: nowrap;
	}

header .right{
	width: 650px;
	}


header .right .tel{
	width: 320px;
    background-color: #533D33;
	margin: 0 0 10px auto;
    border-radius: 10px;
    padding: 10px 20px;
	}
header .right .tel p{
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    }


header .right address{
	color: #69676a;
	font-size: 18px;
	text-align: right;
	margin: 5px 0 20px;
	}

.spMenu{
	display: none;
	}

nav{
	}
nav ul{
	display: flex;
	justify-content: space-between;
	margin: 0;
	border-color: #BAB7B6;
	border-style: solid;
	border-width: 1px 0 0 1px;
	}

nav ul li{
	width: 120px;
	text-align: center;
	line-height: 1.4;
	border-right: #BAB7B6 1px solid;
	background-color: #FFF;
	}

nav ul li a{
	font-size: 16px;
	padding: 5px 0;
	letter-spacing: 1px;
	transition-duration: 0.1s;
	}

nav ul li a::after{
	display: block;
	color: #FF914E;
	font-size: 12px;
	transition-duration: 0.1s;
	}
nav ul li:nth-child(1) a::after{content: "TOP";}
nav ul li:nth-child(2) a::after{content: "MEDICAL";}
nav ul li:nth-child(3) a::after{content: "GREETING";}
nav ul li:nth-child(4) a::after{content: "FIRST";}
nav ul li:nth-child(5) a::after{content: "INFO";}
nav ul li:nth-child(6) a::after{content: "ACCESS";}

nav ul li:hover{
	background-color: #FF914E;
	border-bottom: #FFF 1px solid;
	}
nav ul li:hover a,
nav ul li:hover a:after{
	color: #FFF;
	transition-duration: 0.1s;
	}

nav ul li.current{
	background-color: #FF914E;
	border-bottom: #FFF 1px solid;
	}
nav ul li.current a,
nav ul li.current a::after{
	color: #FFF;
	}

/* FOOTER --------------------------------------------------- */
footer{
	border-top: #FF914E 9px solid;
	padding: 50px 0;
	}
footer .wrap{
	width: 1000px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

footer .titleArea{
	width: 350px;
	}
footer .titleArea a{
	padding: 10px 0 15px 85px;
	}
footer .titleArea a::before{
	width: 66px;
	height: 55px;
	}
footer .titleArea a img{
	width: 250px;
	}

footer .right{
	text-align: right;
	}
footer ul{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	}
footer ul li:not(:first-child){
	margin-left: 30px;
	}
footer ul li a{
	font-size: 16px;
	}
footer ul li a:hover{
	color: #FF914E;
	}

.copy{
	color: #686869;
	font-size: 12px;
	text-align: left;
	}


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

.hide{
	visibility: hidden;
	}

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

.pagetop{
	position: fixed;
	width: 70px;
	height: auto;
	right: 30px;
	bottom: 20px;
	}

.yoyakuBtn{
	position: fixed;
	width: 90px;
	bottom: 130px;
	right: 20px;
	}

.telBtn{
	display: none;
	}


/* PAGE ================================================================================*/

/* index.html --------------------------------------------------- */
.eyecatch{
	position: relative;
	width: 1000px;
	margin: 40px auto 50px;
	}

/* slick */
.slider.pc{	
	display: block;
	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;}


#view > div:nth-child(1) > div{
	margin-left: 0;
	}
#view > div:nth-child(1) .btn{
	display: none;
	}
#view > div{
	font-size: 18px;
	line-height: 1.6;
	}
#view > div:not(:nth-of-type(1)){
	margin-top: 40px;
	}

#view p.btn{
	color: #69676a;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-indent: -1.4em;
	word-break: break-all;
	border-bottom: #FF914E 1px solid;
	padding: 0 0 5px 1.4em;
	transition-duration: 0.2s;
	cursor: pointer;
	}
#view p.btn::before{
	content: "◆";
	margin-right: 0.4em;
	color: #FF914E;
	}
#view p.btn:hover{
	opacity: .7;
	transition-duration: 0.2s;
	}
#view > div > div{
	margin: 20px 0 0 30px;
	}
#view .open div{
	}
#view .close div{
	display: none;
	}

#view div a{
	display: inline;
	color: #ED56AA;
	border-bottom: #ED56AA 1px dashed;
	text-decoration: none;
	}

.click{
	font-size: 14px;
	text-align: right;
	margin: 0 0 40px;
	}

ul.pageLink{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	}
ul.pageLink li{
	width: 310px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	transition-duration: 0.2s;
	}
ul.pageLink li:hover{
	opacity: 0.7;
	transition-duration: 0.2s;
	}



/* greeting --------------------------------------------------- */
.doctor{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 40px;
	}
.doctor > p{
	width: 500px;
	}

.doctor .name{
	display: none;
	}

.drImg{
	text-align: center;
	}
.drImg img{
	width: 140px;
	margin-bottom: 10px;
	}

table.time2{
	margin: 30px 0;
	}
table.time2 th,
table.time2 td{
 	font-weight: normal;
	text-align: center;
	border: #9FA0A0 1px solid;
	}

table.time2 th{
	background-color: #FFEFE3;
	}
table.time2 th:first-child{
	width: 180px;
	}
table.time2 td{
	background-color: #FFF;
	}

.uketsuke{
	margin-bottom: 30px;
	}
.uketsuke > p{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	}
.uketsuke li::before{
	content: "●";
	color: #FF914E;
	margin-right: 10px;
	}


/* first --------------------------------------------------- */
ul.flow > li{
    position: relative;
    border: #E4D9D4 3px solid;
    border-radius: 10px;
    padding: 10px 20px;
    }
ul.flow > li:not(:last-child){
    margin-bottom: 40px;
    }
ul.flow > li:not(:last-child)::after{
    position: absolute;
    bottom: -52px;
    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/arrow03.png");
    width: 2em;
    height: 2em;
    }

ul.flow .detail{
    display: flex;
    justify-content: space-between;
    }
ul.flow .detail p{
    width: 350px;
    }
ul.flow .detail img{
    width: 250px;
    }

ul.flow h3{
    color: #96786A;
    font-size: 22px;
    font-weight: bold;
    border-bottom: #96786A 1px dashed;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    }
ul.flow h3.nobd{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }

.question{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
    }

h3.meritLink{
    position: relativee;
    }

h3.meritLink a{
    position: absolute;
    right: 20px;
    top: 13px;
    width: 280px;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    background-color: #FF914E;
    border-radius: 30px;
    }
h3.meritLink a:hover{
    opacity: 0.6;
    }

ul.face{
    margin-bottom: 20px;
    }
ul.face li{
    position: relative;
    color: #96786A;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: #96786A 1px solid;
    padding: 15px 0 15px 3em;
    }
ul.face li::before {
    position: absolute;
    left: 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/icon_face.png");
    width: 2em;
    height: 2em;
    }


/* information --------------------------------------------------- */
ul.imageArea{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

ul.imageArea li{
	width: 330px;
	margin-bottom: 20px;
	}
ul.imageArea li p{
	font-size: 16px;
	line-height: 1.4;
	}
ul.imageArea li p:nth-of-type(1){
	color: #69676a;
	font-weight: bold;
	margin: 10px 0 5px;
	}
ul.imageArea li p:nth-of-type(1)::before{
	content: "▲";
	margin-right: 10px;
	}
 	
.boardArea{}
.boardArea dt{
	color: #EF742B;
	font-weight: bold;
	border-bottom: #FFA975 1px solid;
	}
.boardArea dt::before{
	content: "◆";
	margin-right: 5px;
	}
.boardArea dd{
	padding: 10px 0 40px;
	}

.boardArea ul{
	display: flex;
	flex-wrap: wrap;
	}
.boardArea ul li{
	width: 140px;
	margin: 0 20px 0 0;
	}
.boardArea ul li:nth-child(3){
	margin-right: 0;
	}
.boardArea ul li img{
	border: #333 1px solid;
	}

.boardArea ul li p{
	font-size: 12px;
	text-align: center;
	}



/* access --------------------------------------------------- */
table.info{
	border-top: #9FA0A0 1px solid;
	}
table.info th,
table.info td{
	padding: 10px 20px;
	border-bottom: #9FA0A0 1px solid;
	}

table.info th{
	color: #525252;
	width: 150px;
	background-color: #FFEFE3;
	}
table.info td{
	text-align: left;
	}	

.map img{
	width: auto;
	margin: 0 0 10px;
	}

.map p{
	font-weight: bold;
	text-decoration: underline;
	}


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


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

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

@media only screen and (max-width : 599px) {
	.sp{display: inline-block;}
	.pc{display: none;}
	
	body{min-width:inherit!important;}
	
	main{
		margin: 0;
		}
	.toppage{
		}
	.subPage{
		}
	
	.subPage .sidebar{
		display: none;
		}
	
	section{
		padding: 0;
		}
	.wrap{
		width: 94%;
		padding: 0;
		margin: 0 auto;
		}
	.inner{
		padding: 0;
		margin-bottom: 15%;
		}
	
	.title01{
		width: 94%;
		font-size: 5vw;
		text-align: center;
		background-size: 8%;
		background-position: 3% 14%, 97% 86%;
		padding: 5% 5%;
		margin: 0 auto 8%;
		}
	.title01::after{
		display: block;
		font-size: 3vw;
		line-height: 1;
		margin: 2% 0 0 0;
		}
	
	.title02{
		color: #FFF;
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		padding: 2% 0;
		margin: 0 0 5% 0;
		box-shadow: none;
		background-color: #ff914f;
		}
	.title02::before{
		display: none;
		}
	
	.title03{
		font-size: 4.5vw;
		margin: 0 0 4% 0;
		}
	.title03::before{
		margin-right: 2%;
		}
	
	.layout{
		width: 94%;
		flex-direction: column;
		}
	.layout .sidebar{
		width: 100%;
		margin-bottom: 10%;
		}
    .sidebar ul.pageLink.sp{
        display: flex;
        }
	.sidebar > img,
	.sidebar .kamoku{
		display: none;
		}

	.sidebar table th:first-child{
		width: 24%;
		}

	.sidebar table th,
	.sidebar table td{
		font-size: 4vw;
		padding: 2% 0;
		}
	.sidebar table tr:last-child td{
		padding: 2% 0;
		border-bottom: none;
		}
	.sidebar table tr:last-child td .hide{
		display: none;
		}
	.sidebar table tr:last-child td .sp{
		display: inline
		}
	
	.sidebar table ul li{
		font-size: 4.4vw;
		}
	.sidebar table ul li::before{
		content: "■";
		margin-right: 2%;
		}

	.sidebar .tel{
		background-color: #FCEFE2;
		border: #663219 3px solid;
		padding: 4% 4%;
		margin: 4% 0;
		}

	.sidebar .tel a img{
		margin: 2% 0;
		}
	
	.sidebar .tel p{
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		text-indent: 0;
		margin: 2% 0;
		padding-left: 0;
		}
    .sidebar .tel p::before{
        content: none;
        }
    
	.sidebar .address{
		width: fit-content;
		margin: 0 auto;
		}
	.sidebar address {
		font-size: 4vw;
		}
	.sidebar .address p{
		font-size: 4vw;
		font-weight: bold;
		text-align: right;
		}

	.sidebar ul.sideMenu{
		display: none;
		} 
	      
	.layout .content{
		width: 100%;
		}
	
	
	table,
	table.time{
		font-size: 4.5vw;
		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%;
		}
	ul.mdList li p{
		font-size: 5vw;
		padding: 2% 4%; 
		}
	ul.mdList li a{
		font-size: 4vw;
		padding: 2% 4%; 		
		}
	ul.mdList li a::after{
		right: 2%;
		}
	
	p,
	ol li,
	ul li,
	dl dt,
	dl dd{
		font-size: 4vw;
		}
	ul.note {
		margin-bottom: 10%;
		}
	ul.note li{
		padding: 3% 2%;
		}

	.linkBox{
		flex-direction: column;
		align-items: end;
		width: 100%;
		margin-top: 10%;
		}
	.linkBox a{
		position: relative;
		width: 70%;
		font-size: 4.5vw;
		padding: 2% 6%;
		}
	.linkBox a:not(:first-child){
		margin-left: 0;
		}
	.linkBox a:not(:last-child){
		margin: 0 0 3%;
		}
	.linkBox a::after{
		position: absolute;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		display: block;
		margin: 0;
		}

	dl dt{
		padding: 0;
		}
	dl dd{
		padding: 0;
		}
	
	/*診療時間*/
	table.time th,
	table.time td{
		font-size: 4vw;
		line-height: 1.2;
		padding: 2% 0;
		}
	table.time th:first-child{
		width: 20%;
		}
	table.time tr:not(:first-child) td:not(:first-child){
		font-size: 6vw;
		}
	table.time td p{
		font-size: 5vw;
		}
	table.time .close{
		font-size: 4.8vw;
		margin-bottom: 2%;
		}
	
	table.info{
		margin: 0;
		}
	table.info th,
	table.info td{
		display: block;
		width: 100%;
		}

	table.info th{
		width: 100%;
		text-align: left;
		border-style: dashed;
		padding: 2% 4%;
		}
	table.info td{
		padding: 2% 4%;
		}
	
	
	/* header */
	header{
		border-bottom: none;
		}
	header .pageInfo{
		width: 94%;
		padding: 2% 0 0%;
		}
	.pageInfo h1,
	.pageInfo p{
		font-size: 3vw;
		text-align: center;
		}
	
	header .wrap{
		flex-direction: column;
		width: 100%;
		}
	.titleArea{
		width: 94%;
		margin: 2% 0;
		}
	.titleArea a{
		width: 80%;
		margin: 0 auto;
		padding: 4% 0 4% 17%;
		}
	.titleArea a::before{
		width: 20%;
    	height: 70%;
		}

	.titleArea a img{
		width: 100%;
		}

	.titleArea .kamoku{
		display: none;
		}

	header .right{
		width: 100%;
		}
	header .right .tel,
	header .right address{
		display: none;
		}
	
	/*menu*/
	.spMenu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		background-color: #533D33;
		padding: 4% 0;
		margin: 0 0 10%;
		}
	.spMenu a{
		width: calc(100%/3);
		color: #FFF;
		font-size: 4.4vw;
		text-align: center;
		}
	.spMenu a:not(:last-child){
		border-right: #FFF 1px dotted;
		}
	
	.spMenu a::before{
		display: inline-block;
		content: "";
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		width: 1em;
		height: 1em;
		margin: -0.2em 0.5em 0 0;
		}
	
	.spMenu a:nth-child(1)::before{background-image: url("../img/icon_first.png");}
	.spMenu a:nth-child(2)::before{background-image: url("../img/icon_tel.png");}
	.spMenu a:nth-child(3)::before{background-image: url("../img/icon_menu.png");}

	 .spMenu.sticky {
		top: 0;
		position: fixed;
		width: 100%;
		margin: 0 auto;
		z-index: 100;
		animation: DownAnime 1s forwards;
		box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
		}
	
	
	nav{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 80%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #FFF;
		overflow-y: scroll;
		}
	nav ul{
		width: 80%;
		flex-direction: column;
		border-left: none;
		border-top: #FF914E 1px solid;
		}
	nav ul li{
		width: 100%;
		border-right: none; 
		border-bottom: #FF914E 1px solid
		}
	nav ul li:nth-last-child(2){
		border-right: none;
		}
	nav ul li a{
		position: relative;
		display: block;
		color: #333;
		font-size: 5vw;
		text-align: left;
		padding: 6% 4%;
		border-bottom: none;
		}
	
	nav ul li:nth-child(1) a::after,
	nav ul li:nth-child(2) a::after,
	nav ul li:nth-child(3) a::after,
	nav ul li:nth-child(4) a::after,
	nav ul li:nth-child(5) a::after,
	nav ul li:nth-child(6) a::after{
		content: "";
		}
	
	nav ul li.current{
		background-color: #fcefe2;
		border-bottom: #FF914E 1px solid;
		}
	nav ul li.current a{
		color: #333;
		}
	
	nav ul li a::after{
		display: block;
		position: absolute;
		right: 2%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		width: 2.5em;
		height: 2.5em;
		}
	nav ul li:nth-child(1) a::after{
		background-image: url("../img/icon_home.png");
		}
    nav ul li:nth-child(2) a::after{
		background-image: url("../img/icon_scope.png");
		}
	nav ul li:nth-child(3) a::after{
		background-image: url("../img/icon_greeting.png");
		}
    nav ul li:nth-child(4) a::after{
		background-image: url("../img/icon_first2.png");
		}
	nav ul li:nth-child(5) a::after{
		background-image: url("../img/icon_kalte.png");
		}
	nav ul li:nth-child(6) a::after{
		background-image: url("../img/icon_access.png");
		}
	
	nav ul li a::before{
		display: none;
		}

	nav ul li:last-child{
		padding: 0;
		border-bottom: none;
		}
	nav ul li:last-child a{
		text-align: center;
		display: block;
		color: #FFF!important;
		background-color: #545454;
		padding: 5% 0;
		margin: 5% 0 0;
		}

	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: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #333;
		opacity: 0.6;
		transition-duration: .5s;
		}
	
	/* footer */
	footer{
		padding: 10% 0;
		}
	footer .wrap{
		width: 94%;
		align-items: flex-start;
		flex-direction: column;
		}
	
	footer .titleArea{
		width: 70%;
		margin: 0 auto;
		}
	footer .titleArea a{
		width: 100%;
		padding: 2% 0 4% 22%;
		}
	footer .titleArea a::before{
		width: 3.5em;
        height: 2.3em;
		}
	footer .titleArea a img{
		width: 100%;
		}

	footer .right{
		width: 100%;
		text-align: center;
		margin-bottom: 5%
		}
	footer .right address{
		font-size: 4vw;
		margin-bottom: 4%;
		}
	footer .right p{
		font-size: 4vw;
		}
	footer ul{
		display: none;
		}
	
	.copy{
		width: 100%;
		font-size: 3.6vw;
		line-height: 1.3;
		text-align: center;
		}
	
	.yoyakuBtn{
		width: 72%;
		bottom: 0;
		right: auto;
		left: 4%;
		background-color: #ff914e;
		padding: 4% 4%;
		border-radius: 10px 10px 0 0;
		}
	
	.pagetop{	
		width: 15%;
		right: 2%;
		bottom: 1%;
		}
	
	/* index.html */
    
	.eyecatch{
		display: none;
		}
	
    ul.pageLink.pc{
        display: none!important;
        }
	
	/* slick */	
	.slider.sp{
		display: block!important;
		}
	.slider.pc{
		display:  none!important;
		}

	.slider img{
		height: auto;
		}
	
	#view{
		margin-bottom: 20%;
		}
	#view > div:not(:nth-of-type(1)){
		margin-top: 5%;
		}

	#view p.btn{
		padding-bottom: 2%;
		}

	#view > div > div{
		padding: 4% 0% 8%;
		margin: 0;
		}

	.click{
		font-size: 3.6vw;
		margin: 0 0 10%;
		}
	
	
	ul.pageLink{
		margin-bottom: 5%;
		}
	ul.pageLink li{
		width: 49%;
		}
	
	/* greeting  */
	.doctor{
		display: block;
		margin-bottom: 10%;
		}
	
	.doctor > p{
		width: 100%;
		}
	
	.doctor .name{
		display: block;
		text-align: right;
		}

	.drImg{
		float: right;
		width: 25%;
		margin: 0 0 5% 5%;
		}
	.drImg img{
		width: 100%;
		margin-bottom: 2%;
		}
	.drImg p{
		display: none;
		}

	/* medical */
	table.time2{
		margin: 10% 0;
		}

	table.time2 th,
	table.time2 td{
		font-size: 4vw;
		}
	table.time2 th:first-child{
		width: 28%;
		}

	.uketsuke{
		margin-bottom: 10%;
		}
	.uketsuke > p{
		font-size: 4.2vw;
		}
	.uketsuke li::before{
		margin-right: 2%;
		}
	
    
    /* first  */
    ul.flow > li{
        position: relative;
        padding: 4% 4%;
        }
    ul.flow > li:not(:last-child){
        margin-bottom: 10%;
        }
    ul.flow > li:not(:last-child)::after{
        bottom: -3em;
        }

   ul.flow .detail{
        flex-direction: column;
        }
    ul.flow .detail p{
        width: 100%;
        }
    ul.flow .detail img{
        width: 100%;
        margin-top: 5%;
        }
    
    ul.flow h3{
        font-size: 5vw;
        }
    
    question{
        font-size: 4vw;
        padding-top: 5%;
        margin: 0 0 5%;
        }
    
    h3.meritLink{
        position: inherit;
        }

    h3.meritLink a{
        position: inherit;
        right: auto;
        top: auto;
        width: 80%;
        font-size: 4vw;
        margin: 2% 0 0 auto;
        }
    
    ul.face{
        margin-bottom: 5%;
        }
    ul.face li{
        font-size: 4.5vw;
        padding: 5% 0 5% 3em;
        }

    
    
	/* information */
	ul.imageArea{
		flex-direction: column;
		}

	ul.imageArea li{
		width: 100%;
		background-color: #ffe9da;
		box-sizing: border-box;
		padding: 4% 4%;
		margin-bottom: 4%;
		}
	ul.imageArea li p{
		font-size: 4vw;
	}
	ul.imageArea li p:nth-of-type(1){
		margin: 2% 0;
		}
	ul.imageArea li p:nth-of-type(1)::before{
		content: "■";
		margin-right: 2%;
		}

	.boardArea dt::before{
		content: "◆";
		margin-right: 2%;
		}
	.boardArea dd{
		padding: 2% 0 6%;
		}

	.boardArea ul{
		justify-content: space-between;
		}
	.boardArea ul li{
		width: calc(96%/3);
		margin: 0;
		}

	.boardArea ul li p{
		color: #EF742B;
		font-size: 2.6vw;
		}
	
	/* access */

	.map img{
		width: 100%;
		margin: 0 0 5%;
		}

	.map p{
		font-weight: bold;
		text-decoration: underline;
		}
	
}

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


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