@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap');

/* COMMON ================================================================================*/
body {
	font-family: 'Zen Old Mincho', 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;
	background-image: url("../img/bg_main.jpg");
	background-size: 250px;
	background-position: center center;
	}

@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: #333;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	}

small{
	font-size: 80%;
	}

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

a{
	display: block;
	color: #333;
	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
	}


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: #333;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2em;
	}

.title02{
	color: #634C2B;
	text-align: center;
	letter-spacing: 1px;
	background-color: #EAE6E1;
	padding: 10px 20px;
	}

.title03{
	width: fit-content;
	font-size: 20px;
	line-height: 1.4;
	border-bottom: #A4A4A4 3px solid;
	margin: 0 0 10px;
	padding: 0 5px;
	}


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

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


main{
	}
main.toppage{
	
	}
.subPage{
	}

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

.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;
	}

dl dd{
	color: #333333;
	font-size: 20px;
	}
dl dd:last-child{
	padding-bottom: 0;
	border-bottom: none;
	}

/*診療時間*/
.timeArea{
	}
table.time{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 3px solid #A79E92;
	background-color: rgba(255,255,255,0.5);
	}
table.time th,
table.time td{
	font-size: 22px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #A79E92;
    padding: 10px 0;
	}

table.time th:first-child{
	width: 180px;
	}
table.time td:not(:first-child){
	color: #80715C;
	font-size: 22px;
	}

.close{
	display: flex;
	justify-content: center;
	}
.close p:nth-child(1){
	color: #D94649;
	margin-right: 15px;
	}
.close p:nth-child(2){
	text-align: left!important;
	}


.hide{
	visibility: hidden;
	}



/* HEADER --------------------------------------------------- */
header{
	padding: 20px 0;
	}
header h1{
	color: #80715C;
	font-size: 50px;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	}
header h1 span{
	display: block;
	font-size: 24px;
	}



/* FOOTER --------------------------------------------------- */
footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	}

.info{
	width: 300px;
	text-align: center;
	}
.info .name{
	display: inline-block;
	width: content-fit;
	color: #80715C;
	font-size: 36px;
	font-weight: bold;
	border-bottom: #80715C 3px solid;
	line-height: 1.4;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	}
.info .name span{
	display: block;
	font-size: 22px;
	}

.tel{
	color: #FFF;
	font-size: 28px;
	text-align: center;
	background-color: #80715C;
	border-radius: 10px;
	padding: 5px 10px;	
	margin: 10px 0 5px;
	}
.tel::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/icon_tel.png");
	width: 1em;
	height: 1em;
	margin: -0.2em 0.5em 0 0;
	}

.add p{
	font-size: 18px;
	margin-top: 10px;
	}

footer .timeArea{
	width: 650px;
	}

.map{
	width: 800px;
	margin: 0 auto;
	}
.map.pc{
	display: block!important;
	}

.group{
    background-color: #FFF;
    padding: 50px 0;
    margin: 50px 0 0 0;
    }

.group p{
    color: #80715C;
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
    }
.group p span{
    font-size: 30px
    }

.group ul{
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 0 auto;
    }
.group ul li a{
    width: 460px;
    padding: 20px 0;
    box-sizing: border-box;
    }
.group ul li:nth-child(1) a{
    border: #ff8ba7 1px solid;
    }
.group ul li:nth-child(2) a{
    border: #70C8E5 1px solid;
    }


.copy{
	color: #595959;
	font-size: 18px;
	text-align: center;
	padding: 40px 0;
	}


/* HELPER --------------------------------------------------- */

.pagetop{
	position: fixed;
	display: block;
	width: 70px;
	height: auto;
	right: 10px;
	bottom: 10px;
	}
.pagetop img{
	display: block;
	width: 100%;
	}



/* PAGE ================================================================================*/
/* index.html --------------------------------------------------- */
.greeting{
    margin-bottom: 80px;
    }

.greeting h2{
    width: fit-content;
    color: #634C2B;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: #634C2B 1px solid;
    }

.greeting p{
    line-height: 2;
    text-align: center;
    }

#view{
	
	}
.medical{
    margin-bottom: 80px;
    }
.medical ul{
    display: flex;
    justify-content: center;
    }
.medical ul li{
    padding: 0 20px; 
    }

dl.clinic{
	display: flex;
	flex-wrap: wrap;
	}

dl.clinic dt{
	width: 150px;
	font-weight: normal;
	padding: 15px 15px 0;
	}
dl.clinic dd{
	width: 800px;
	margin: 0;
	padding: 15px 15px;
	}

dl.clinic dt,
dl.clinic dd{
	font-size: 20px;
	border-bottom: #333 1px dotted;
	box-sizing: border-box;
	}

.standard h3{
	cursor: pointer;
	transition-duration: 0.1s;
	}
.standard h3:hover{
	color: #FFF;
	background-color: #A4A4A4;
	transition-duration: 0.1s;
	}

.standard table {
	border-top: #333 1px dotted;
	margin-top: 15px;
	}
.standard table th,
.standard table td{
	padding: 0 15px;
	border-bottom: #333 1px dotted;
	}


.standard .detail{
	display: none;
	margin: 0 0 40px 20px;
	}


/* 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: 0;
		}
    
	.wrap{
		width: 92%;
		padding: 4% 0;
		margin: 0 auto;
		}
	
	h2{
		font-size: 6vw;
		padding: 2% 0;
		}

	
	h3{
		font-size: 5vw;
		}
	
	table,
	table.time{
		font-size: 4.5vw;
		line-height: 1.4
		}
	
	p,
	ol li,
	ul li{
		font-size: 5vw;
		line-height: 1.4;
		}
	
	ul.disc{margin-left: 2%;}
	ul.disc li{
		font-size: 5vw;
		line-height: 1.6em;
		}
		
	dl dt{
		font-size: 5vw;
		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;
		font-size: 4.5vw;
		line-height: 1.2
		}

	table.time th:first-child{
		width: 20%;
		}
	table.time td:not(:first-child){
		font-size: 6vw;
		}
	.close{
		flex-direction: column;
		}
	.close p:nth-child(1){
		font-size: 5.5vw;
		margin-right: 0;
		}	
	
	.close p:nth-child(2){
		text-align: center!important;
		}
	
	
	/* header */
	header h1{
		font-size: 10vw;
		padding: 5% 0;
		}
	header h1 span{
		font-size: 6vw;
		}
	
	
	/* footer */
	footer .wrap{
		flex-direction: column;
		margin-bottom: 0;
		}

	.info{
		width: 100%;
		text-align: center;
		margin-bottom: 5%;
		}
	.info .name{
		font-size: 10vw;
		margin: 0 auto 5%;
		padding-bottom: 1%;
		}
	.info .name span{
		display: block;
		font-size: 5vw;
		}

	.tel{
		font-size: 8vw;
		padding: 2% 0 3%;
		margin: 5% auto;
		}

	.add p{
		font-size: 5vw;
		margin-top: 2%
		}

	footer .timeArea{
		width: 100%;
		}

	.map.pc{
		display: none!important;
		}
	.map.sp{
		display: block!important;
		}
	.map{
		width: 92%;
		margin: 5% auto 0;
		}

    .group{
        padding: 15% 0;
        margin: 15% 0 0 0;
        }
    .group p{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 10%;
        }
    .group p span{
        display: block;
        font-size: 8vw
        }
    
    .group ul{
       flex-direction: column;
        width: 90%;
        }
    .group ul li:nth-child(1){
        margin-bottom: 5%;
        }
    .group ul li a{
        width: 100%;
        padding: 4% 0;
        }
    
	.copy{
		font-size: 4vw;
		text-align: left;
		text-indent: -1em;
		padding: 5% 5% 5% 2em;
		}
	
	.pagetop{
		width: 15%;
		right: 0;
		bottom: 0;
		}
	
	/* index.html */
    .greeting{
        margin-bottom: 10%;
        }

    .greeting h2{
        margin-bottom: 10%;
        }

    .greeting p{
        text-align: left;
        }
    
    .medical{
       margin-bottom: 10%;
        }
    .medical ul{
        flex-direction: column;
        }
    .medical ul li{
        padding: 0 0; 
        }
    
	dl.clinic{
		flex-direction: column;
		}

	dl.clinic dt{
		width: 100%;
		padding: 4% 2% 0;
		border-bottom: none;
		}
	dl.clinic dd{
		width: 100%;
		margin: 0;
		padding: 2% 2% 4% 2em;
		}

	dl.clinic dt,
	dl.clinic dd{
		font-size: 5vw;
		}

	.standard table{
		width: 100%;
		margin-top: 2%;
		}
	.standard table th,
	.standard table td{
		display: block;
		width: 100%;
		font-size: 5vw;
		margin-top: 0;
		}
	.standard table th{
		border-bottom: none;
		padding: 2% 0 0;
		}
	.standard table td{
		padding: 0 0 2%;
		margin: 0;
		}


	.standard .detail{
		display: none;
		margin: 0 0 10%;
		}


	
	
}

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


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