@charset "utf-8";
/* CSS Document */
.shop-img-open{
  width: 100%;
  max-width:640px;
  margin:auto auto 50px auto;
}
.shop-img-open img{
  display:block;
  width:100%;
}
/* 選択されていないサムネイルは薄くする */
.splide__slide {
  opacity: .6;
}
/* 選択されているサムネイルだけ透過しない */
.splide__slide.is-active {
  opacity: 1;
}
/* 画像サイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}
/* スライダーの幅 */
.wrapper {
  margin-inline: auto;
  width: 100%;
  max-width:640px;
  margin-bottom:50px;
}
/*店舗情報*/
.shop-info-table1 {
	 border-collapse: separate;
  border-spacing: 0 15px; /* 上下に10pxの隙間 */

}
.shop-info-table1 th{
	background-color:#00A5E6;
	color:#fff;
	width:20%;
	padding:10px;
	position:relative;
}
.shop-info-table1 th::after{
	content: "";
    position: absolute;
	bottom:5px;
    inset:-8px 1px;              
    border-bottom: 3px dotted #89D5F3;
}
.shop-info-table1 td{
	width:80%;
	padding:10px;
	position:relative;
}
.shop-info-table1 td::after{
	content: "";
    position: absolute;
	bottom:5px;
    inset:-8px 1px;             
    border-bottom: 3px dotted #89D5F3;
}
.shop-info-table1 td .table-sub-title1{
	margin:0;
	font-weight:bold;
}
.shop-info-table1 ul{
	display:flex;
	justify-content:flex-start;
	gap:10px;
	flex-wrap:wrap;
	padding:0;
	margin:0;
}
.shop-info-table1 ul li{
	
}
.shop-info-table1 ul li a{
	color:#000;
}
.shop-info-table1 ul li::after{
    content:"/";
	margin-left:5px;
}
.shop-info-table1 tr:last-child th::after {
  content: none;
}
.shop-info-table1 tr:last-child td::after {
  content: none;
}



.shop-info-table2 {
	width:100%;
	border-collapse: collapse;
}
.shop-info-table2 th{
	border:solid 1px #00A5E6;
	background-color:#D8F4FF;
	padding:10px 0;
	width:200px;
}
.shop-info-table2 td{
	border:solid 1px #00A5E6;
	text-align:center;
}

/*店舗への行き方*/
.way-to-shop {
	
}
.way-to-shop ol{
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:0;
	gap:20px;
}
.way-to-shop ol li{
	width:45%;
}
.way-to-shop ol li .wayto-img{
	width:100%;
}
.way-to-shop ol li .wayto-img img{
	width:100%;
}
@media(max-width:640px){
.way-to-shop ol li{
	width:100%;
	max-width:400px;
	margin:auto;
}	
}
.shop-map {
	width:100%;
	height:400px;
	margin-bottom:50px;
}
.shop-map iframe{
	width:100%;
	height:100%;
}

.street-view {
	width:100%;
	max-width:750px;
	height:300px;
	margin:auto auto 50px auto;
}
.street-view iframe{
	width:100%;
	height:100%;
}

.shop_tel {
	max-width:550px;
	margin:30px auto 0 auto;
}
.shop_tel a{
	display:block;
	background-color:#00A5E6;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:40px;
	padding:10px 10px;
	box-sizing: border-box;
	border-radius:10px;
}
.shop_tel a .tel-img{
	display:inline-block;
	width:25px;
	margin-right:10px;
}
.shop_tel a .tel-img img{
	width:100%;
	display:block;
}
.shop_tel a p{
	font-size:18px;
	margin:0;
}
.shop_tel a span{
	display:inline-block;
}
@media(max-width:480px){
.shop_tel a{
	font-size:30px;
}	
}
/*院長紹介*/
.director {
	display:flex;
	justify-content:space-between;
	width:95%;
	margin:30px auto auto auto;
}
.director-1 {
	width:50%;
}
.director-1 img{
	width:100%;
	display:block;
}
.director-2 {
	width:47%;
}
.director-2 p{
	margin:5px 0 0 0;
}
@media(max-width:768px){
.director {
	display:flex;
	justify-content:space-between;
	width:95%;
	margin:30px auto auto auto;
	flex-direction:column;
}	
.director-1 {
	width:100%;
	max-width:350px;
	margin:auto;
}
.director-2 {
	width:100%;
}
.director-2 p{
	margin:15px 0 0 0;
}
}