/* CSS Document */
html{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 1.6em;
}
header,footer,section,aside,nav,article,main{
	display: block;
}
h1, h2, h3, h4, h5, h6, figure,
p, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}
ul li, ol li{
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
a{
	line-height: 125%;
	color: #000000;
	text-decoration: none;
	transition: all 0.2s;
}
a:link,a:visited{
	color: #000000;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
@media (any-hover: hover){
	a:hover{
		opacity: 0.8;
        transition: all 0.2s;
	}
}
*, *::before, *::after{
	box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}

/* button初期化 */
button{
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
}
button:hover{
	cursor: pointer;
}
@media screen and (750px <= width){
	/* iPad背景切れ対策 */
	body{
		min-width:1200px;
	}

	/* tel pcのみ無効 */
	a[href^="tel:"]{
		pointer-events: none;
	}
}

/*	
　common
--------------------------------------------------------------------------------------------------------- */
#container{
	min-width: 1200px;
}
#headerWrapper{
	display: flex;
	gap: 55px;
	align-items: center;
	justify-content: center;
    height: 116px;
    padding-inline: 20px;
}
.ctsArea{
	width: 900px;
	margin: 0 auto;
}
/* ボタン */
.btnBase{
	margin: 0 auto;
}

/* logo
========================================*/
[class*="logo_"]{
	width: 562px;
}
.logo_ibaraki{
	display: flex;
	width: 280px;
}

/* kvWrapper
========================================*/
#kvWrapper{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(228, 227, 222, 1) 100%);
	position: relative;
}
#kvWrapper .ctsArea{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-block: 65px;
}
/* 画像 */
#kvWrapper .kvImg{
	display: flex;
	align-items: center;
	height: 100%;
    position: absolute;
	transform: translateY(-50%);
	top: 50%;
    left: 0;
	overflow: hidden;
}
#kvWrapper .kvImg img{
	min-width: 780px;
    width: calc(100vw - 46vw);
}
/* ご挨拶 */
#kvWrapper .read{
	width: 500px;
	height: fit-content;
	padding: 35px 40px;
	color: #231815;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 99;
}
#kvWrapper .read .title{
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #B7B7B7;
}
.readBox{
	display: flex;
	gap: 16px;
	flex-direction: column;
}
.readBox .txt{
	line-height: 1.6;
	font-size: 1.4rem;
}
.readBox .name{
	text-align: right;
}

/* timeWrapper
========================================*/
#timeWrapper .ctsArea{
	padding-block: 55px 70px;
}
/* 見出し */
.title_time{
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 2.4rem;
	font-weight: 900;
	padding-left: 15px;
	position: relative;
}
.title_time::before{
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* 表 */
.timeTableArea{
	display: flex;
	gap: 40px;
	flex-direction: column;
}
table{
	width: 100%;
	text-align: center;
}
thead{
	color: #fff;
	background-color: #787878;
}
thead tr{
	letter-spacing: 0.1rem;
	font-size: 1.5rem;
	border-top: 1px solid #1A1A1A;
}
thead tr th{
	padding-block: 12px;
}
tr{
	border-bottom: 1px solid #1A1A1A;
}
th, td{
	border-right: 1px solid #1A1A1A;
}
thead tr th:last-of-type,
td:last-of-type{
	border-right: none;
}
tbody tr{
	height: 90px;
	background-color: #fff;
}
tbody tr th{
	font-size: 2.0rem;
	font-weight: 500;
}

tbody tr th span{
	font-family: "Barlow", sans-serif;
}
td{
	width: 145px;
	color: #DC3B63;
	font-size: 3.0rem;
	font-weight: 900;
}
/* 診療なし */
.noTime{
	position: relative;
}
.noTime::before{
	content: '';
	width: 15px;
	height: 2px;
	background-color: #000;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
/* ※ table */
.tblKome span{
	position: relative;
}
.tblKome span::before{
	content: '\203B 1';
	color: #000;
	font-size: 0.9rem;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: -20px;
}
/* ※ */
.kome{
	margin-top: 10px;
	font-size: 1.4rem;
}
/* 色指定 */
.clrOr{
	color: #F7931E;
}

/* accessWrapper
========================================*/
#accessWrapper .ctsArea{
	display: flex;
	gap: 80px;
	flex-direction: column;
	padding-block: 60px 80px;
}
/* map */
.map{
	display: flex;
	border: 1px solid #B7B7B7;
}
/* 詳細 */
#accessWrapper .detail{
	margin-top: 25px;
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
}
#accessWrapper .detail .clinic{
	margin-bottom: 15px;
	padding-left: 18px;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
#accessWrapper .detail .clinic::before{
	content: '';
	width: 14px;
	height: 14px;
	background-color: #B7B7B7;
	position: absolute;
	top: 2px;
	left: 0;
}
#accessWrapper .detail .info{
	margin-top: 15px;
}
/* アクセス方法 */
.methodArea .title_access{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.methodArea .title_access span{
	padding-inline: 10px;
	line-height: 1.2;
	font-size: 2.0rem;
	font-weight: 700;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
}
.methodArea .title_access::after{
	content: '';
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
/* 方面 */
.patternArea{
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.pattern_title{
	display: inline-block;
	margin-bottom: 10px;
	padding: 8px 10px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1rem;
	font-weight: 500;
	background-color: #505050;
}
/* 道順 */
.pattern_list{
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
}
.pattern_list li{
	display: flex;
	gap: 15px;
	flex-direction: column;
	position: relative;
}
.pattern_list li::after{
	display: block;
	content: '';
	width: 18px;
	height: 22px;
	background-color: #B3B3B3;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 38%;
	right: -14px;
}
.pattern_list li:last-child:after{
	content: none;
}
.pattern_list li .txt{
	line-height: 1.5;
	letter-spacing: 0.01rem;
	font-feature-settings: "palt";
	font-size: 1.2rem;
	font-weight: 400;
}

/* footer
========================================*/
#footerWrapper{
	height: 95px;
	padding-block: 25px 30px;
	text-align: center;
	letter-spacing: 0.05rem;
	color: #fff;
	font-size: 1.2rem;
	background-color: #414141;
}

/*	
　medical
--------------------------------------------------------------------------------------------------------- */
/* header
========================================*/
.medical #headerWrapper{
	background-color: rgba(240, 235, 215, 0.5);
	border-bottom: 5px solid #E6D7AA;
}

/* timeWrapper
========================================*/
.medical #timeWrapper{
	background-color: rgba(240, 235, 215, 0.5);
}
/* 見出し */
.medical .title_time::before{
	background-color: #E6D7AA;
}

/*	
　dentistry
--------------------------------------------------------------------------------------------------------- */
/* header
========================================*/
.dentistry #headerWrapper{
	background-color: rgba(220, 220, 220, 0.5);
	border-bottom: 5px solid #B7B7B7;
}

/* bannerWrapper
========================================*/
.dentistry #bannerWrapper .ctsArea{
	padding-block: 50px 60px;
	text-align: center;
}
.dentistry a.whitening{
	display: inline-block;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

/* timeWrapper
========================================*/
.dentistry #timeWrapper{
	background-color: rgba(220, 220, 220, 0.5);
}
/* 見出し */
.dentistry .title_time::before{
	background-color: #B7B7B7;
}
/* 予約ボタン */
.dentistry .btnBase{
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	position: relative;
}
.dentistry a.reserveBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	padding: 18px 40px;
	letter-spacing: 0.1rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #414141;
	border-radius: 50px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	position: relative;
}
.dentistry a.reserveBtn::before,
.dentistry a.reserveBtn::after{
	content: '';
	position: absolute;
}
.dentistry a.reserveBtn::before{
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50px;
	transform: translateY(-50%);
	top: 50%;
	right: 15px;
}
.dentistry a.reserveBtn::after{
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	rotate: 45deg;
	top: 24px;
	right: 25px;
}
.dentistry .reserveBtn span{
	color: #FFF096;
	font-size: 2.0rem;
}
/* qr */
.dentistry .btnBase .qr{
	display: flex;
	gap: 10px;
	align-items: center;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -180px;
}
.dentistry .btnBase .qr .note{
	font-size: 1.2rem;
}