﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
フッター
========================*/
footer {
  width: 100%;
  background: #2F55A6;
  margin: 0 auto;
  padding: 64px 0 32px;
  position: relative;
}
/* コピーライト*/
.copyright {
  font-size: 0.75em;
  padding: 0 10px;
  text-align: center;
  color: #FFF;
  font-weight: 300;
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
footer {
  padding: 42px 0 24px;
  }
}
@media screen and (max-width: 480px) {
footer {
  padding: 32px 0 18px;
  }
.copyright {
  font-size: 0.7em;
  }
}

/*-------------------------
フッター情報枠
--------------------------*/
.foot {
  width:100%;
  max-width: 1140px;
  margin: auto;
  padding:42px 32px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  flex-wrap: wrap;
  color: #FFF;
  line-height: 1.8;
}
.foot a {
  color: #FFF;
  text-decoration: none;
}
.foot1 {
  width: 42%;
  padding: 0 30px 0 0;
}
.foot2 {
  width: 58%;
  max-width: 640px;
  text-align: center;
}
@media screen and (max-width: 840px) {
.foot {
  flex-direction: column;
  display:block;
  padding:42px 24px 0;
  }
.foot1 {
  width: 100%;
  padding: 0 0 32px 0;
  text-align: center;
  }
.foot2 {
  width: 100%;
  max-width: 100%;
  }
}

.footlogo {
  width: 100%;
  max-width: 160px;
  margin-bottom: 24px;
}
.foot .clinicdep{
  font-family: "Inter","Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 1.3;
  margin-bottom: 6px;
}
.foot h1{
  font-family: "Inter","Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media screen and (max-width:480px) {
.footlogo {
  max-width: 140px;
  }
}

/* 診療時間表*/
.hourtable {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter","Noto Sans JP", sans-serif;
  line-height: 100%;
  table-layout: fixed;
  white-space: nowrap;
}
.hourtable th{
  width: 35%;
  text-align:center;
  border-bottom: 1px solid #FFF;
  letter-spacing: 0.08em;
  padding: 15px 5px;
}
.hourtable td{
  vertical-align: middle;
  text-align:center;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #FFF;
}
.hourtable .week {
  font-size: 0.9em;
}
.hourtable .time {
  font-family: "Inter",'Zen Kaku Gothic New', sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
.hourtable th{
  letter-spacing: 0.04em;
  }
.hourtable td{
  font-size: 1em;
  }
.hourtable .time {
  font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
.hourtable th{
  padding: 12px 3px;
  font-size: 0.9em;
  }
.hourtable td{
  padding: 12px 3px;
  font-size: 0.9em;
  }
.hourtable .time {
  font-size: 1.05em;
  }
}
.gogokyu {
  font-family: "Inter","Noto Sans JP", sans-serif;
  line-height: 100%;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 18px 0 8px;
}
.hournote {
  font-family: "Inter","Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* ボタン*/
.footbtn {
  width: auto;
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 10px 18px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.95em;
  line-height: 100%;
  white-space: nowrap;
  font-family: "Inter","Noto Sans JP", sans-serif;
  font-weight: 600;
  transition: all .3s;
  margin: 6px 3px;
}
.footbtn:hover{
  background: #243046;
  color: #FFF !important;
}


/*-------------------------
クリニック写真ループスライダー
--------------------------*/
/* コメント*/
footer h2 {
  font-weight: 900;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 2.4em;
  letter-spacing: 0.03em;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2;
  position: relative;
  margin-bottom: -24px;
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
footer h2 {
  font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
footer h2 {
  font-size: 1.5em;
  margin-bottom: -12px;
  }
}
@media screen and (max-width: 480px) {
footer h2 {
  font-size: 1.25em;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  margin-bottom: -10px;
  }
}
#loopSlide{
  width:auto;
  height:240px;
  z-index: 1;
}
#loopSlide img{
  width:auto;
  height:240px;
  padding: 0 5px;
}
@media(max-width:1000px){
#loopSlide {
  height:200px;
  }
#loopSlide img{
  height:200px;
  }
}
@media(max-width:640px){
#loopSlide {
  height:120px;
  }
#loopSlide img{
  height:120px;
  padding: 0 3px;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
タイトル・見出し
--------------------------*/
/*項目タイトル*/
.title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4em;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 42px;
  text-align: center;
}
.subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 900;
  color: #2C52A5;
  border-bottom: 5px solid #2C52A5;
  padding-bottom: 6px;
  margin: 42px 0 18px;
}
@media screen and (max-width: 767px) {
.title {
  font-size: 2em;
  }
}
@media screen and (max-width: 640px) {
.title {
  margin-bottom: 32px;
  }
.subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  border-bottom: 4px solid #2C52A5;
  padding-bottom: 5px;
  margin: 32px 0 15px;
  }
}
@media screen and (max-width: 480px) {
.title {
  font-size: 1.5em;
  }
.subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  }
}

/*-------------------------
色背景
--------------------------*/
.graywrap {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
  background: #EEE;
}
.whitewrap {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
.graywrap {
  padding: 48px 0;
  }
.whitewrap {
  padding: 48px 0;
  }
}

/*-------------------------
基本テーブル
--------------------------*/
.basetable {
  width: 100%;
  border-collapse: collapse;
  margin: 18px auto;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 0.95em;
  line-height: 1.7;
}
.basetable tr{
  margin-bottom: -1px;
  border: 1px solid #999;
}
.basetable th{
  width: 30%;
  padding: 12px 15px;
  text-align:center;
  vertical-align: middle;
  background-color: #EEE;
  font-weight: 400;
}
.basetable td{
  width: 70%;
  padding: 12px 15px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
.basetable th,
.basetable td {
  display:block;
  width:100%;
  }
.basetable th{
  padding: 6px 12px;
  text-align: left;
  }
.basetable td{
  padding: 6px 12px;
  }
}

/*-------------------------
ボタン
--------------------------*/
/*ネイビー枠線ボタン小*/
.wnavybtn {
  width: auto;
  display: inline-block;
  background: #FFF;
  border: 1px solid #2E54A5;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding: 10px 18px 12px;
  color: #2E54A5 !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: all .3s;
}
.wnavybtn:hover{
  background: #2E54A5;
  color: #FFF !important;
}
@media screen and (max-width: 480px) {
.wnavybtn {
  padding: 8px 15px 10px;
  }
}

/*-------------------------
三角マーク
--------------------------*/
.triangle {
  background: #2F55A6;
  height: calc(tan(60deg) * 36px / 2);
  width: 48px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 24px 0;
}
@media screen and (max-width: 480px) {
.triangle {
  height: calc(tan(60deg) * 26px / 2);
  width: 32px;
  margin: 18px 0;
  }
}

/*-------------------------
テキストリンク
--------------------------*/
/*電話テキストリンク*/
.teltext{
  font-size: 2em;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.teltext2{
  font-size: 1.4em;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #111;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 0;
  bottom:0;
  z-index: 9;
}
.jumpbtn {
  width:84px;
  height:80px;
  cursor:pointer;
  background:#2F55A6;
  position: relative;
  z-index: 9;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 42%;
  right: 24px;
  display: block;
  width: 32px;
  height: 32px;
  border-top: 5px solid #FFF; 
  border-right: 5px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:767px){
.jumpbtn {
  width:60px;
  height:54px;
  }
.jumpbtn:before {
  right: 18px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #FFF; 
  border-right: 3px solid #FFF; 
  }
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 6px 15px 6px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 6px 12px 6px;
  }
}

/* 写真ギャラリーキャプション */
.caption {
  font-size: 0.9em;
  margin-top: 8px;
  line-height: 1.6;
  padding: 0 5px;
  margin-left:1em;
  text-indent:-1em;
}
.caption:before{
  content: "▲";
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像320px ＋ テキスト*/
.column320 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column320_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.column320_text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.column320_img {
  max-width: 240px;
  margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column320 {
  flex-direction: column;
  display:block;
  }
.column320_img {
  max-width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width:50%;
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

