@charset "utf-8";
/* CSS Document */

.main-slider {
	width: 96%;
	height: 100%;
	background: ;
	margin: 0 auto 90px;
	position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
	
}
.swiper img {
	width: 100%;
	height: auto;
	
}
.slide-img {
  width: 100%;
  object-fit: contain;
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff; //ここに変更する色を指定
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem;
}



.fv-message1 {
	font-size: clamp(1rem, 0.167rem + 2.78vw, 3.5rem);
	margin: 0;
	color: #000;
line-height: 150%;
	paint-order: stroke;
	position: absolute;
	width: 60%;
  top: 2vw;
  right: 2vw;
	text-align: left;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	font-weight: bold;
	background:;
}
.fv-message2 {
	font-size: clamp(1rem, 0.167rem + 2.78vw, 3.5rem);
	margin: 0;
	color: #fff;
line-height: 150%;
	text-shadow: 0 0 5px #000;
	position: absolute;
	width: 60%;
  top: 2vw;
  right: 2vw;
	text-align: left;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	font-weight: bold;
}
.fv-message3 {
	font-size: clamp(1rem, 0.167rem + 2.78vw, 3.5rem);
	margin: 0;
	color: #fff;
line-height: 150%;
	text-shadow: 0 0 5px #000;
	position: absolute;
	width: 60%;
  bottom: 2vw;
  right: 2vw;
	text-align: left;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	font-weight: bold;
}
.fv-message4 {
	font-size: clamp(1rem, 0.167rem + 2.78vw, 3.5rem);
	margin: 0;
	color: #000;
line-height: 150%;
	text-shadow: 0 0 5px #fff;
	position: absolute;
	width: 60%;
  bottom: 2vw;
  right: 2vw;
	text-align: left;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	font-weight: bold;
}
.fv-info-box {
	width: 430px;
	height: 240px;

	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.fv-info {
	width: 400px;
	height: 210px;
	background: #fff;
	padding: 20px;
}
.fv-info p {
	font-size: 16px;
	margin: 0;
}
.fv-info .reservation-btn {
	margin: 20px 0;
}
.fv-info .tel {
	font-size: 24px;
	color:#03629c;
}





h1 {
	display: none;
}
.content-box h2 {
	color:#03629c;
	margin: 24px auto 60px;
	padding: 0 0;
	font-size: 44px;
	text-align: center;
	position: relative;
	font-weight: normal;
}
.content-box h2::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #ccc; /*下線の色*/
  width: 120px; /*線の幅*/
  height: 2px; /*線の太さ*/
  bottom: -10px; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}
h3 {
	margin: 0 0 18px;
	padding: 0;
	font-size: 32px;
	color:#03629c;
	line-height: 120%;
	font-weight: normal;
}
h4 {
	margin:40px 0 18px;
	padding: 0;
	font-size: 26px;
	color:#03629c;
	font-weight: normal;
}
p {
	margin: 0 0 18px;
}
.content-box {
	width: 980px;
	max-width: 96%;
	margin: 30px auto 120px;
	background: ;
	
}
.content1 {
	width: 100%;
	margin: 30px auto 40px;
}
.content2 {
	width: 100%;
	margin: 30px auto 100px;
}
.content3 {
	width: 100%;
	padding: 20px;
	background: #f5f5f5;
}

.news-box {
	
}
.news {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news li {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid #ccc;
}
.news-date {
	color: #03629c;
}

.doctor-info-box {
	
}
.doctor-main-box {
	width: 100%;
	  height: 460px;
	  margin: 0 auto;
	position: relative;
}
.doctor-main-box img {
	width: 100%;
	height: auto;
}
.doctor-massage-box {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1000;
	width: 480px;
	max-width: 100%;
}
.doctor-massage {
	margin: 0;
	padding: 20px;
	color:#03629c;
	font-size: 30px;
	line-height: 100%;
	width: 450px;
	max-width: 100%;
	background:#fff;
	font-weight: bold;
	color: #03629c;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	line-height: 150% !important; 
}
.doctor-massage span {
	color: #cc9900;
	font-size: 60%;
}
.doctor-massage2 {
	margin: 0 0 40px;
	padding: 0px;
	color:#03629c;
	font-size: 40px;
	max-width: 100%;
	font-weight: bold;
	color: #03629c;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
	line-height: 130% !important; 
}
.doctor-massage2 span {
	color: #cc9900;
	font-size: 60%;
}

.doctor-info-header {
	width: 100%;
	height: 460px;
	margin: 0 auto 30px;
	position: relative;
	background-image: url("../images/doctor_main_arai.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.doctor-info-header2 {
	width: 100%;
	height: ;
	margin: 0 auto 30px;
	position: relative;
}
.doctor-infoheader-img {
	width: 100%;
}
.doctor-infoheader-img img {
	width: 100%;
}
.doctor-pic {
	width: 100%;
	height: auto;
}
.doctor-arai-record {
    border-spacing: 0;
    border: none;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
	border-collapse: separate;
	background: #fff;
	width: 100%;
}
.doctor-arai-record tr>*{
    padding: 10px;
    border: none;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.doctor-arai-record th {
	background: #f5f5f5;
	vertical-align: middle;
	width: 20%;
	font-weight: normal;
}

.doctor-table {
    border-spacing: 0;
    border: none;
	border-collapse: separate;
	background: ;
	width: 100%;
}
.doctor-table tr>*{
    padding: 2px;
    border: none;
}
.doctor-table th {
	text-align: left;
	vertical-align: top;
	width: ;
	font-weight: normal;
}



.facility-image-box {
	width: 100%;
	height: 480px;
	margin: 0 auto 30px;
	position: relative;
}
.facility-image1 {
	background: url("../images/facility_image1.jpg");
	background-position: center;
}
.facility-image2 {
	background: url("../images/facility_image2.jpg");
	background-position: center;
}
.facility-image {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 180px;
}
.facility-image h3 {
	margin: 0;
	padding: 20px;
	color:#03629c;
	font-size: 32px;
	line-height: 100%;
	width: 150px;
	background:#fff;
	font-weight: normal;
}
.facility-image img {
	width: 100%;
	height: auto;
}


.overview th {
	background: #d0eefb;
	vertical-align: middle;
}
.radius-table{
    border-radius: 30px;
    border-spacing: 0;
    border: none;
    border-left: 2px #03629c solid;
    border-top: 2px #03629c solid;
	border-collapse: separate;
}
.radius-table tr>*{
    padding: 20px;
    border: none;
    border-right: 2px #03629c solid;
    border-bottom: 2px #03629c solid;
}
.radius-table tr:first-child>*:first-child{
    border-radius: 30px 0 0 0;
}
.radius-table tr:first-child>*:last-child{
    border-radius: 0 30px 0 0;
}
.radius-table tr:last-child>*:first-child{
    border-radius: 0 0 0 30px;
}
.radius-table tr:last-child>*:last-child{
    border-radius: 0 0 30px 0;
}



.access-box {
	
}
.access-train-box {
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 660px;
	margin: 10px auto;
}
.access-train {
	width: 320px;
	height: 320px;
	border: 1px solid #ccc;
	border-radius: 30px;
	text-align: center;
	padding-top: 30px;
}
.google-map {
	width: 100%;
	margin: 0 auto 60px;
}
.google-map iframe {
	width: 100%;
	height: 480px;
}


@media screen and (max-width: 1280px) {
.fv-info-box {
	width: 400px;
	height: 240px;
}
.fv-info {
	width: 370px;
	height: 210px;
}
}
	
@media screen and (max-width: 959px) {
.fv-info-box {
	width: 300px;
	height: 210px;
}
.fv-info {
	width: 270px;
	height: 180px;
}
}


@media screen and (max-width: 480px) {
	.main-slider {
	width: 96%;
	height: 480px;
	background: ;
	margin: 90px auto 120px;
	position: relative;
}
	.swiper {
  width: 100%;
  height: 100%;
	
}
.swiper img {
	width: auto;
	height: 480px;
	position: absolute;
  top: 0%;
  left: -125%;
}
.slide-img {
  
}
	.fv-message3 {
	font-size: 32px;
		width: 96%;
	}
	.fv-info-box {
		display: block;
		position: relative !important;
		width: 100%;
		margin: 0 auto;
		height: 360px;
	z-index: 0 !important;
	}
	.fv-info {
	width: 100%;
	height: 360px;
	padding: 0px;
}
	 .doctor-info-box .content-flex-box {
		 display: block;
	}
	.doctor-info-box .content-w58persent {
		width: 100%;
	}
	.doctor-info-box .content-w38persent {
		width: 100%;
	}
}
