@charset "utf-8";
/* CSS Document */


/* font
-------------------------------------------------- */

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	font-family: source-han-serif-jp-subset, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	letter-spacing: 0.04em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
}

.bold{font-weight: 600;}

/* base
-------------------------------------------------- */

body {
	background-color: #f7fafb;
}

a {  
-webkit-transition: 0.2s ease-in-out;  
-moz-transition: 0.2s ease-in-out;  
-o-transition: 0.2s ease-in-out;  
transition: 0.2s ease-in-out;  
}  
a:hover {opacity: 0.8; filter: alpha(opacity=80);}


/* content
-------------------------------------------------- */

.wrap-inner{max-width: 960px; margin: 0 auto; width: 96%;}

#cover{background:url("../images/cover01.png") no-repeat top center; background-size:cover;
 background-repeat: no-repeat;}

#cover{height: 820px; display: flex; flex-direction: column; justify-content: space-between;}

#cover #header .wrap-inner{display: flex; justify-content: space-between; padding: 20px 0;}
#cover #header h1 img{max-width: 280px;}
#cover #header .wrap-nav{display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between;}
#cover #header #glnav ul{display: flex; justify-content: flex-end;}
#cover #header #glnav ul li{margin-right: 20px; font-size: 0.92rem;}
#cover #header #glnav ul li:last-child{margin-right: 0;}

#cover #header .tel a{font-size: 1.6rem; line-height: 100%; background: url("../images/icon_tel.png") left center no-repeat;
 background-size: 20px auto; padding-left: 30px; color: #0d52ac;}

#cover .wrap-covermain{	flex: 1 1 0; display: flex; flex-direction: column; justify-content: center;}
#cover .wrap-covermain h2{font-size: 1.8rem; line-height: 200%;}

#cover .endbox{background: rgba(255,255,255,0.9); padding: 30px 0; position: relative;}
#cover .endbox .tel{margin-bottom: 10px;}
#cover .endbox .tel a{font-size: 1.8rem; line-height: 100%; background: url("../images/icon_tel.png") left center no-repeat;
 background-size: 20px auto; padding-left: 30px; color: #0d52ac;}
#cover .endbox address{margin-bottom: 20px;}

#cover .button.map{border:#dfdfdf solid 1px; border-radius: 4px; background: url("../images/icon_map_b.png") no-repeat left 10px center;
 background-size: 16px; display:inline-flex; justify-content: center; align-items: center; padding:0 20px 0 40px;}

a.arrow {
    background: url(../images/link.png) no-repeat right center;
    background-size: 24px;
    display: inline-block;
    padding-right: 34px;
	min-height: 24px;
}

#consultation {
	padding:80px 0;
}

#consultation .wrap-inner .panel {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

#consultation dl {
	margin: 0;
	padding:20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}

#consultation dt {
	display: flex;
	align-items: center;
	gap: 20px;
}

#consultation dt .icon {
	width: 60px;
	height: 60px;
	display: flex;
	 justify-content: center;
	align-items: center;
background: linear-gradient(to right, #0d52ac 0%, #148ed3 100%);
 border-radius: 10px;
}

#consultation dt .icon img {
	width: 30px; height: auto;
}

#consultation dt .name {
	color: #0d52ac;
	font-size: 1.4rem;
}

#consultation dd {
	padding: 20px 0 0 0;
}

#consultation dd p {
	margin-bottom: 10px; font-size: 0.9rem;
}

#consultation .yobou{padding: 40px 0 0 0;}
#consultation .yobou .box{display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
#consultation .yobou .box:last-child{margin-bottom: 0;}
#consultation .yobou .box h4{ color: #0d52ac; font-size: 1.2rem; padding-right: 20px;}
#consultation .yobou .box p{flex: 1; padding: 10px 0 10px 20px;; border-left:#dfdfdf solid 1px;}

#greeting{background:#fff; padding: 80px 0; background: url("../images/doctor.png") no-repeat center; background-size: cover;}
#greeting .title{margin-bottom: 40px; color: #fff;}
#greeting .title .sub{color: #8edffe;}

#greeting{padding: 80px 0;}
#greeting .title{margin-bottom: 40px;}

#greeting h4{font-size: 1.2rem; margin-bottom: 30px; line-height: 200%; color: #fff;}
#greeting .text{text-shadow: 0 0 5px #333!important;}
#greeting .text p{margin-bottom: 15px; color: #fff;}
#greeting .text p.name{padding-top: 10px;}

#doctor{padding: 80px 0;}
#doctor .title{margin-bottom: 60px;}

.wrap-dentist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
	 margin: 0 auto;
	max-width: 640px;
}

.wrap-dentist dl {
	margin: 0;
}

.wrap-dentist dt {
	margin-bottom: 20px;
}

.wrap-dentist dt img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.wrap-dentist dd h4 {
	margin-bottom: 15px;
}


.wrap-dentist dd p{	font-size: .8125rem; line-height: 200%;}

/* scroll panel
-------------------------------------------------- */

.button-pagetop{ position: fixed; right: 10px; bottom: 10px;}
.button-pagetop a{display: flex; justify-content: center; align-items: center; height:50px; width:50px; border-radius: 5px; background: #333;}
.button-pagetop a img{max-width: 12px; height: auto;}


.wrap-eamination {
	display: flex;
	flex-direction: column;
	gap: 40px;
}


.schedule-box{color: #fff; background:rgba(30,90,159,0.8); width: 540px;}
.schedule-box .innr{padding: 20px;}

section#time{padding:80px 0; background: url("../images/common/background_information.jpg") no-repeat center;
 background-size: cover;}

.clinic-time {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.clinic-time th,
.clinic-time td {
	text-align: center;
	padding: 10px;
}

.clinic-time td img{width: 22px; height: auto;}

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

.clinic-time tbody th {
	text-align:center;
}

.clinic-time tbody th span {
	display: block;
	font-size: 0.75rem;
}

.clinic-time thead tr,.clinic-time tbody tr{border-bottom:#85a6cb solid 1px;}

.note{font-size: 0.875rem;}

#cover .endbox .wrap-inner {
	position: relative;
}

#cover .schedule-box {
	position: absolute;
	right: 0;
	bottom: 0;
}


#access{padding:80px 0; border-top:solid 1px #dfdfdf;}

body#about #access{display: none!important;}

#access .wrap-inner{
	display: flex;
	gap: 50px;
}

#access .title{margin-bottom: 30px;}

#access .wrap-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#access .wrap-main address{font-size: 1.125rem; margin-bottom: 20px;}
#access .wrap-main .text p{margin-bottom: 15px;}
#access-full .wrap-main .text p{margin-bottom: 15px;}

#access .wrap-photo {
	width: 400px;
	flex-shrink: 0;
}

#access .map {
	width: 100%;
	aspect-ratio: 4 / 3;
}

#access .map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

#information{background: url("../images/cover.png") no-repeat top center; background-size: cover;}
#information .wrap-inner{display: flex; justify-content: space-between; align-items: center; padding: 60px 0;}
#information .wrap-inner .title{flex: 1;}

.title h3{display: flex; flex-direction: column; align-items: flex-start;}
.title h3 .main{font-size: 1.75rem;}
.title h3 .sub{color: #0d52ac;}


#footer-main .wrap-inner{display: flex; justify-content: space-between; align-items: center; padding: 60px 0;}
#footer-main .wrap-inner h3{max-width: 414px;}
#footer-main .wrap-inner .contact{text-align: right;}
#footer-main .wrap-inner .contact h4{font-size: 1.1rem; margin-bottom: 10px;}


#footer .copyright{border-top:#dfdfdf solid 1px; text-align: center; padding: 20px 0;}

.sp-only{display: none;}

/* tablet / sp
-------------------------------------------------- */

@media screen and (max-width: 767px) {
	
	#glnav {
		display: none;
	}

.sp-only{display:inherit;}
.pc-only{display: none;}
	
#cover #header h1 img{width: 180px;}
#cover #header .tel a{font-size: 1rem;}	
#cover .wrap-covermain h2{font-size: 1.3rem;}

#cover{background:url("../images/cover01_sp.png") no-repeat top -160px center; background-size:cover;}
#greeting{background: url("../images/doctor_sp.png") no-repeat center; background-size: cover;}	
	
	
	.wrap-inner {min-width: inherit;}
	
	/* cover */
	#cover {
		height: auto;
	}

	#cover .wrap-covermain {
		flex: none;
		padding: 120px 0;
	}

	#cover .schedule-box {
		position: static;
		width: 100%;
		margin-top: 30px;
	}

	/* 診療科目 */
	#consultation .wrap-inner .panel {
		grid-template-columns: 1fr;
	}

	#consultation .yobou .box {
		flex-direction: column;
		align-items: stretch;
	}

	#consultation .yobou .box h4 {
		padding-right: 0;
	}

	#consultation .yobou .box p {
		padding-left: 0;
		border-left: 0;
	}

	/* 医師紹介 */
	.wrap-dentist {
		grid-template-columns: 1fr;
		max-width: 320px;
	}

	/* アクセス */
	#access .wrap-inner {
		flex-direction: column;
	}

	#access .wrap-photo {
		width: 100%;
	}

	/* 診療時間 */
	#information .wrap-inner {
		flex-direction: column;
		align-items: stretch;
		gap: 30px;
	}

	#information .schedule-box {
		width: 100%;
	}

	/* フッター */
	#footer-main .wrap-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	#footer-main .wrap-inner .contact {
		text-align: left;
	}	
	

	
}

@media screen and (max-width: 440px) {
	
	


	#cover #header h1 img {
		max-width: 220px;
	}

	.clinic-time th,
	.clinic-time td {
		padding-right: 3px;
		padding-left: 3px;
	}

	.clinic-time thead th:first-child {
		width: 120px;
	}

	.clinic-time td img {
		width: 14px;
	}
	

	
}











