
/* *{
  box-sizing: border-box;
} */

html{
  overflow-x: visible!important;
}

/* フォント */
body{
  font-family:  "Noto Sans JP" ,serif!important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BNCE" 0,
    "INFM" 0,
    "SPAC" 0;
  width: 100%;

}
/* 表示サイズ設定 */
section {
  width: 100vw;
  padding: 0 20px;
}

/* 各コンテナの左右スペース設定 */
.site-body-container{
  margin: 0 auto!important;
  padding: 0!important
}

/* フォントを個別で設定する */
.noto-serif-regular {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-serif-semibold {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-sans-regular {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-sans-semibold {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/* page top btn　装飾 */
 .page_top_btn {
  background-image: url(../img/page_top.png);
  background-color: rgba(255, 255, 255, 0);
  background-size: auto;
  box-shadow: none;
  height: 150px;
 

 }

p{
  line-height: 2!important;
  letter-spacing: 0.2rem;
  margin-bottom: 0!important;
}

a{
  text-decoration-style: solid!important;
}


 h2, h3, h4, h5{
  margin-bottom: 0!important;
  letter-spacing: 0.2rem;
}

.home h3{
  text-decoration:underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  font-size: 3rem!important;
  font-family: "Shantell Sans", "Noto Sans JP" ,serif!important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BNCE" 0,
    "INFM" 0,
    "SPAC" 0;
  width: 100%;
}

.home h4{
  font-size: 1.1rem!important;
  text-decoration:underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}


/* テキストに影入れる */
.shadow-text{
  text-shadow: 1px 0.1rem #333333;
}

/* 表の表示設定 */
li, td{
  color: var(--vk-color-text-body)!important;
  /* font-size: var(--vk-size-text-sm) !important; */
  list-style-type: none;
  line-height: 2;
  letter-spacing: 0.2rem;
}
ul {
  text-decoration: none!important;
}


/* 共通 */
.margin-adjust{
  margin: 0 100PX!important;
}
.padding-adjust{
  padding: 0 100px;
}

/* レシポンブ対応で順番を入れ替える  */
@media screen and (max-width: 767px) {
  .container-1{
    order: 1;
  }

  .container-2{
    order: 2;
  }
  /* ぱっでぃんぐで幅調整 */
  .padding-adjust{
    padding: 0 30px!important;
  }
  /* マージンで幅調整 */
  .margin-adjust{
    margin: 0 30px!important;
  }
}

/* pc,mobileでの画像表示切替 */
.mobile-img{
  display: none!important;
}

@media screen and (max-width: 767px) {
  .pc-img{
    display: none!important;
  }

  .mobile-img{
    display: block!important;
  }
}

/* footerコピーライト削除 */
.site-footer-copyright p:nth-child(2) {
	display: none;
}

/* サイトロゴ装飾 */
.site-header-logo{
  letter-spacing: 0.2rem;
  font-family: "Noto Serif", serif;
  /* margin-bottom: 1rem!important; */
}


/* 矢印 */
.arrow-pointer {
  display:inline-block;
  width: 200px;
  /* text-align:center; */
  margin:5px;
  cursor:pointer;
  position: relative;
  text-decoration: none;
}
.arrow-pointer a{
  text-decoration: none;
  color: #000;
}

.arrow-pointer::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: .3s;
}
.arrow-pointer:hover::before{
 right: 10px;
 width: 30px;
}

/* nav表示 */
/*上部に追加 */
.header-top {
  background-color:#ffffff ;
  padding:4px 0;
  font-size:12px;
  }

  .header-top__inner {
  max-width:1200px;
  width:100%;
  margin:0 auto;
  padding:0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  }

  .header-top__items{
  display:flex;
  column-gap:12px;
  justify-content:end;
  align-items:center;
  margin:0;
  padding:0;
  }
  
   .header-top__menu{
  display: flex;
  align-items: center;
  }

  .header-top__item::not(:first-child){
  margin-left:10px;
  }

  .header-top__item-link{
  display:block;
  }
  
  /* @media (max-width: 991px) {
  .header-top {
  display: none;
  }
  } */


.section-container{
  padding: 0 50px;
  /* width: 100vw; */
  /* margin-left: calc(50%-50vw);
  margin-right: calc(50%-50vw); */
}

@media screen and (max-width:768px) {
  .section-container{
    padding: 0 20px;
  }
}

.section-container div{
  max-width: none!important;
}


/* main visual */
/* main背景装飾 */
.slider-container{
  width: 100%!important;
  position: relative;
}

/* .main-visual-container{
  max-width: max-content!important;
  padding-top: 50px;
} */

/* タイトルレイアウト位置 */
  .title-container{
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: translateY(-5%) translateX(-5%);
  z-index: 50;
  text-align: center;
}

.title-container{
  padding-left: 30px;
}

.main-visual-text1, .main-visual-text2{
  width: 100%;
  height: auto;
}

/* main visual text color */
.main-visual-text1, .main-visual-text2{
  color: white!important;
  font-weight: bold!important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  text-decoration-line: underline;
  text-decoration-color: white;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

/* main文字装飾 */
.title-container {
  gap: 2px;
  width: 100%;
}

.title-container h2{
  font-size: 2rem!important;
  letter-spacing: 0.5rem;
}

.main-visual-text1 span{
  font-size: 1.5rem;
}
.main-visual-text2 span{
  font-size: 1.5rem;
}

/* 診察 */
.medical-list{
  justify-content: space-around!important;
  width: 100%!important;
}

.sin-1:hover {
  color:#e6cf8a;
  text-decoration-line: underline;
  text-decoration-color:#e6cf8a;
  text-decoration-thickness : 2px;
  text-underline-offset: 0.2rem;
  transition: 0.5s;

}

.sin-2:hover {
  color: #e66a6a;
  text-decoration-line: underline;
  text-decoration-color:#e66a6a;
  text-decoration-thickness : 2px;
  text-underline-offset: 0.2rem;
  transition: 0.5s;
}

.sin-3:hover {
  color: #896ae6;
  text-decoration-line: underline;
  text-decoration-color:#896ae6;
  text-decoration-thickness : 2px;
  text-underline-offset: 0.2rem;
  transition: 0.5s;
}

.sin-4:hover {
  color: #e66ade;
  text-decoration-line: underline;
  text-decoration-color:#e66ade;
  text-decoration-thickness : 2px;
  text-underline-offset: 0.2rem;
  transition: 0.5s;
}

/* about */
.point-container{
  box-shadow: 1.2rem 1.2rem #e6cf8a; 
  
}


/* access */
.google-map-content iframe{
  height: 600px!important;
  /* max-width: none!important; */

}

.address-table td:first-child {
  width: 80px;
}

/* フッター */
.footer-nav div{
  text-align: center;
}

.site-footer-content{
  max-width: none!important;
}

@media screen and (max-width:992px) {
  .site-footer-content .row {
    flex-direction: column;
    text-align: center;
    align-items: center;

  }
}
.site-footer {
  /* background-color: #111111;
  color: #ffffff; */
  border: none!important;
}

.footer-logo{
  width: 10rem;
}


.site-footer .widget{
  margin-bottom: 0;
}

.sns-logo{
  width: 3rem;
}

.sns-logo a:hover{
  transform: translateY(3px);
  transition: ease-in-out 0.5s;
}

.footer-p{
  font-size: 0.8rem;
}
.footer-p-large{
  font-size: 1.2rem;
}

.tel a{
  color:#ffffff;
  text-decoration-color: #ffffff;
}
.tel a:hover{
  color: #ffffff;

}

/* 子PAGE全体の装飾 */
.page-header{
  background-image: url(../img/5009149_m.jpg);
  background-position: left center;
  height: 20vh;
}

.page-header h1{
  text-shadow: 1px 0.1rem #333333;
}

/* 診察時間装飾 */
/* consultation.php */

.biz-hour{
  margin: 0 auto;
  /* width: 95%; */
}

.biz-hour th, .biz-hour td {
  padding: 10px 10px;
  text-align: center;
}



.first-color{
  background-color: #69BD83;
}

.other-color{
  background-color: #ffffff;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 597px) {
  .biz-hour th, .biz-hour td {
    padding: 6px 5px;
  }
  .time-content{
    padding: 10px 2px!important;
  }
  .time-container{
    padding: 0 20px;
    
    
  }
}

.biz-hour th {
  font-weight: normal;
  color: white;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

/* 地図センター */
.center{
  text-align: center;
}

@media screen and (max-width:768px) {
  .schedule-container  {
    padding: 0 20px;
  }
}


/* 子ページ */
/*  */



/* 動きのアニメーションcss */

/* 全体共通の設定 */



/* フェードイン */
.fadeIn{
  opacity: 0;
}
.fadeIn.is-show{
opacity: 0;
-webkit-animation: fade-in-bck 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: fade-in-bck 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
            transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}





/* メイン1行目文字アニメーション */
.text-focus-in-1{
  opacity: 0;
}

.text-focus-in-1.is-show {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

 @-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

/* メイン2行目文字装飾 */
.text-focus-in-2{
  opacity: 0;
}
.text-focus-in-2.is-show {
	-webkit-animation: text-focus-in 1s 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  
}


/* 下からフェードイン */
.fadeIn_up {
  opacity: 0;
  
}
.fadeIn_up.is-show {
  -webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* h2装飾 */
.tracking-in-expand{
  /* letter-spacing: -0.5em; */
    opacity: 0;
}

.tracking-in-expand.is-show {
	-webkit-animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* フェードイン左から */
.fade-in-left{
  opacity: 0;
}

.fade-in-left.is-show {
	-webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* スケールインセンター */
.scale-in-center {
  opacity: 0;
}

.scale-in-center.is-show {
	-webkit-animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
