@charset "utf-8" ;


/*全体*/
html{
  font-size: 75%;
}
li{
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f;
}
p{
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #4f4f4f;
}
a{
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f;
}
h2{
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;

  color: #4f4f4f;
}
/*見出し下線*/
.sub_ttl, .h2ttl{
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
}
.sub_ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #74ced5;
}
.h2ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #74ced5;
}
/*見出し下線　終わり*/

.h2ttl{
  padding-top: 50px;
  margin-bottom: 50px;
}
article, section, .biz-hour{
  text-align: center;
}
html{
  font-size:100%; /*ユーザー設定の文字サイズを正しく反映*/
  height: auto;
}
img{
  max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
  height:auto;
}
body{
  background-color:#fff;
}

a:hover{
  opacity: 0.5;
  transition: 0.5s;
}
/*もっと見るボタン*/
.btn01{
  margin-top: 50px;
}
a.btn--orange {
  color: #fff;
  background-color: #299EA7;
}

a.btn--orange:hover {
  color: #fff;
  background: #299EA7;
}

a.btn-c {
  font-size: 1.2rem;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 100vh;
}
a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*header*/
.ln_inner{
  background-color: #009abc; 
  padding:1% 2%;
  display: flex;
  align-items: center;
}
.ln_inner ul{
  display: flex;
  font-size: 1rem;
}
.ln_inner ul li{
  margin-left: 40px;
}
.ln_inner ul li a{
  color: #ffffff;
} 
.header_nav{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.logo img{
  width: 230px;
}
/*ハンバーガー*/
.ln_inner .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.ln_inner .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.ln_inner .btn-gNav span:nth-child(1) {
  top: 0;
}

.ln_inner .btn-gNav span:nth-child(2) {
  top: 10px;
}

.ln_inner .btn-gNav span:nth-child(3) {
  top: 20px;
}

.ln_inner .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ln_inner .btn-gNav.open span:nth-child(2),
.ln_inner .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn-gNav {
  display: none;
}

.header_nav .gNav-menu .tel{
  display: flex;
  justify-content: space-between;
}

.header_nav .gNav-menu li .tel a{
  margin: 0 auto;
  padding: 0 5px;
}

@media screen and (max-width: 987px) {
  .btn-gNav{
      display: block;
  }

  .header_nav {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      background-color: rgba(41, 158, 167, 0.8);
      box-sizing: border-box;
      z-index: 1;
      padding-top: 50px;
      transition: .3s;
  }

  .header_nav.open {
      right: 0;
  }

  .header_nav .gNav-menu{
      padding: 0;
      width: 100%;
      height: 100%;
      display: block;
      flex-direction: column;
      text-align: center;
      /*justify-content: center;*/
  }

  .header_nav .gNav-menu li{
      width: 86%;
      padding: 15px;
      border-bottom: #ffffff 1px solid;
  }
}
/*header mainVS*/
/* スライダー全体 */
.img-frame{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-01{
  background-image: url(../images/mvs_1.jpeg);
  animation: slide-animation-01 24s infinite;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
}
.img-02{
  background-image: url(../images/mvs_2.jpeg);
  animation: slide-animation-02 24s infinite;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
}
.img-03{
  background-image: url(../images/mvs_3.jpeg);
  animation: slide-animation-03 24s infinite;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
}
@keyframes slide-animation-01 {
   0% {opacity: 1; transform: scale(1.0);}
 30% {opacity: 1;}
 40% {opacity: 0; transform: scale(1.15);}
 90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
   0% {opacity: 0;}
 30% {opacity: 0; transform: scale(1.1);}
 40% {opacity: 1;}
 60% {opacity: 1;}
 70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
   0% {opacity: 0;}
 60% {opacity: 0;  transform: scale(1.0);}
 70% {opacity: 1;}
 90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

.msg{
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.msg-01, .msg-02, .img-03{
  text-shadow: 2px 2px 12px rgb(24, 24, 24);
  text-align: center;
}
.img-03.cover::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.msg-03{
  z-index:1;
}

/*お知らせ*/
a {
  color: #333;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.news {
padding: 50px 0 0;
}


.inner {
width: 80%;
background-color: #fff;
margin: 0 auto;
padding: 65px 0 100px;
}


.sub_ttl {
text-align: center;
margin-bottom: 40px;
}

/* ここからがニュース記事のCSS */

.news_list {
margin: 0 5%;
}

.news_list_item {
padding: 25px 0;
border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
border-top: 1px solid #E6E6E6;
}
.news_list_item a {
position: relative;
display: flex;
padding-right: 30px;
}

.news_list_date {
font-size: 1rem;
display: flex;
margin-right: 15px;
align-items: center;
}

.news_item {
background: #F6C6A2;
border-radius: 14px;
width: 6em;
/* 親要素の文字サイズを基準 */
text-align: center;
margin-left: 20px;
}

.arrow {
width: 25px;
height: 1px;
background: #707070;
position: absolute;
top: 50%;
right: 0;
}

.arrow::after {
content: "";
display: block;
width: 6px;
height: 1px;
background: #707070;
transform: rotate(45deg);
position: absolute;
right: 0px;
bottom: 2px;
}

/*お知らせ　レスポンシブ*/
@media screen and (max-width: 1024px) {
  .news_list_item a {
      display: block;
  }
}


@media screen and (max-width: 480px) {
  .arrow {
      display: none;
  }
  .news_list_item a {
      padding-right: 0;
  }
}

/*当院について*/
.mycli_sec{
  padding-bottom: 50px;
}
.myClinic {
  position: relative;
  }
/*
.myClinic a {/*aタグを画像の真ん中に
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin:0;/*余計な隙間を除く
  font-size: 2rem;/*文字サイズ
  border: solid #23a3af9d 2px; /*線で囲う
  padding: 10px 20px;/*文字と線の間の余白
  color: #23a3af9d;/*文字色
  text-decoration: none;/*下線を表示させない
  }
*/

.myClinic a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  }

.myClinic img {
  width: 50%
  }

  /*主な診療内容*/
.back_color{
  background-color: #FFF7EA;
}
.heart_block{
    display: flex;
    justify-content: space-evenly;
    padding: 0 350px;
  }
.heart01{
  border: 5px dotted #fad5ec;
  border-radius: 80px;
  background-color: #fff;
  padding-bottom: 40px;
}
.heart01 img{
  width: 100%;
  max-width: 300px;
}
.heart02{
  border: 5px dotted #fae1c5;
  border-radius: 80px;
  background-color: #fff;
  padding-bottom: 40px;
}
.heart02 img{
  width: 100%;
  max-width: 300px;
}
.heart_rmk{
  padding-top: 30px;
  padding-bottom: 50px;
}

/*診療について*/
.sp_block{
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  text-align: left;
  align-items: center;
}
.sp_block img{
  width: 100%;
  max-width: 100px;
}
.btn_2{
  margin-bottom: 10px;
}
.btn_2 a{
  background-color: #fbc863;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}
.f_link{
  padding-top: 15px;
}
.f_link a{
    border-bottom: 1px dashed #dbaf57;
    color: #fbbc63;
}
/*受付・診療時間*/
.table_sec{
  background-color: #FFF7EA;
  padding-bottom: 50px;
}
.sp_sec{
  padding-bottom: 50px;
}
/*診療時間table*/
.biz-hour {
    display: block;
    border-collapse: collapse;
    /* overflow-x: scroll;で、
    スマホ画面幅に表が入りきらない場合は
    横スクロール */
    overflow-x: scroll;
    width: 100%;
    max-width: 422px;
    margin: 0 auto 20px;
  }
  .biz-hour th, .biz-hour td {
    padding: 10px;
    text-align: center;
    /* 枠線。色を変えたい時は#ff6680というところをお好みで */
    border: 1px solid #299EA7;
  }
  
  /* 最上段の表の見出し。*/
  .biz-hour th {
    background-color: #31BAC4;
    color: #ffffff;
  }
  .hour_ap{
    color: #686868;
  }
  tr td{
    color: #fbc863;
  }
  .hour{
    background-color: #ffffff;
  }
  /*診療時間table　ここまで*/
  .tabletext{
    padding: 10px auto; 
  }
  /*アクセス*/
  .inmap_if{
    position: relative;
    display: block;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    height: 0;
    padding-top: 50%; /* 比率を固定 */
  }
  .inmap_if iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 4% 8% 4%;
  }
  /*footer*/
  footer{
    background-color: #009abc;
    margin-top: 50px;
  }
  .f_logo{
    width: 300px;
  }
  .footer_inner{
    padding:1% 2%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .f_ad{
    padding-bottom: 5%;
    color: #fff;
  }
  .btn_3{
    margin-top: 2%;
  }
  .btn_3 a{
    background-color: #fbc863;
    font-size: 1.5rem;
    color: #fff;
    padding: 6px 30px;
    border-radius: 30px;
  }
  .footer_rt{
    display: block;
    text-align: center;
  }
  .small{
    text-align: center;
    padding-bottom: 1%;
  }


/*----announce.html----*/
#information {
  padding-bottom: 4%;
  text-align: center;
  background-color: #FFF7EA;
}
.main_sec, .ft_wrap, .wrapper { 
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.kasaneru{
  position: relative;/*親要素にrelative*/
  background-color: #000000;
  margin-bottom: 2%;
}
.kasaneru .ft_h1{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}
.kasaneru img{
  width: 100%;
  max-width: 1920px;
  opacity: 0.5;
}
#information article {
  margin-bottom: 40px;
  padding: 40px 40px 35px;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
}

#information article .text_date {
  font-size: 0.85rem;
}

#information article h2 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 1.15rem;
  line-height: 1.8em;
  border-bottom: 2px solid #ffe9b5;
}

#information article .text_content {
  line-height: 2.0em;
  font-size: 0.85rem;
}
.link_contact a {
  display: inline-block;
  padding: 15px 60px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 5px 0 #b07c00;
  background-color: #e29000;
}

.link_contact a:hover {
  background-color: #e89d19;
}
#announce_ft{
    margin-top: 0px;
}

.gw-an{
  width: 90%;
  margin: 0 auto;
}
/*----first.html----*/

.ft_main{
  text-align: center;
  padding: 80px 10% 100px;
}
.ft_main p{
  text-align: left;
  line-height: 1.4rem;
}
.ft_h2 {
  font-size: 1.8rem;
  text-align: left;
  padding: 0.5em 1em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #31BAC4;/*左線*/
}
.ft_p1, .ft_inner, .ft_hours{
  padding-top: 3%;
  padding-bottom: 4%;
}
#ft_btn{
  margin-bottom: 4%;
}
.q_down{
  text-align: center;
  margin: 5% 0 10%;
}
/*down_line*/
.q_down a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
  font-weight: 600;
}
.q_down a:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background: rgba(173, 141, 83, 0.1);
  transform: translateX(-50%);
}
.q_down a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #e29000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.q_down a:hover {
  opacity: 0.7;
}
.q_down a:hover:after {
  transform: scale(1, 1);
}

#ft_need{
  margin-bottom: 40px;
  padding: 40px 40px 35px;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  color: #663603;
}
.ft_need{
  padding-bottom: 3%;
}
.ft_needh4{
  font-size: 1rem;
  color: #7a4309;
  padding: 2% 0;
}
.bring {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 2%;
  text-indent: 1rem;
  color: #845d02;
}
.supplement{
  font-size: 1rem;
  padding-bottom: 2%;
  text-indent: 2rem;
  color: #845d02;
}
.supplement_mn1{
  font-size: 1rem;
  text-indent: 2rem;
  color: #845d02;
}
.supplement_mn2{
  font-size: 1rem;
  text-indent: 2rem;
  color: #845d02;
}
.ft_msg01, .ft_msg02{
  padding-bottom: 1.2%;
}
.ft_hinp1{
  padding-top: 2%;
}
.ft_hinp{
  margin: 16px auto;
	text-align: center;
	display: block;
}
.ft_hinp .ft_hinp1, .ft_hinp .ft_hinp2, .ft_hinp .ft_hinp3{
  text-align: left;
	display: inline-block;
}
.ft_footer{
  margin-top: 0;
}

/*----about.html----*/
.gr_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.at_h2{
    font-size: 1.8rem;
    text-align: left;
    padding: 0.5em 1em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #31BAC4;/*左線*/
}
.dt_pt{
  width: 100%;
  max-width: 380px;
}
.about_dt{
  width: 58%;
  background-color: #fff;
  padding: 4% 2%;
  box-shadow: #FFF 0 0 10px 10px;
  margin:10px;
  border-radius: 40px;
  text-align: left;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  text-indent: 1em;
}
.at_list{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.at_h3{
  color: #663603;
  border-bottom: 3px dotted #845d02;
  font-size: 1.5rem;
  padding-top: 2%;
  text-align: left;
  text-indent: 1em;
}
.about__history__list__01{
  padding-top: 2%;
  padding-bottom: 40px;
}
.hl_li{
  display: flex;
  text-indent: 1em;
  line-height: 1.6rem;
}
.hl_li p{
  color: #663603;
}
.year{
  width: 100%;
  max-width: 100px;
}
.text{
  width: 100%;
  max-width: 900px;
  text-align: left;
}
.qf_list{
  text-align: left;
  text-indent: 1em;
  line-height: 1.6rem;
  padding-top: 2%;
}
.qf_list li{
  color: #663603;
}

.map_if{
  position: relative;
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}
.map_if iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4% 0 0 0;
}
.ac_tp{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
}
.ac_h3{
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 3%;
  margin-left: 2%;
  border-bottom:  solid 4px #31BAC4;;
}
.ac_tp p{
  width: 100%;
  max-width: 900px;
  font-size: 1.3rem;
  text-indent: 1em;
  padding-top: 1%;
}

.tel_p{
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 1.2rem;
}
#ab_tb{
  margin-top: 4%;
}

/*オンライン端末不具合
#on_an{
  padding-bottom: 0;
}
.on_an{
  font-size: 1rem;
  padding-bottom: 2%;
  text-indent: 2rem;
  color: red;}

#in_an p{
    font-size: .9rem;
  color: red;
  }
*/




  /*レスポンシブ*/
/*----index.html----*/
  @media screen and (max-width: 1250px) {
    .inner{
      padding-bottom: 60px;
    }
      .news {
        padding-top: 0;
        }
  .heart_block{
    padding: 0 150px;
  }
  }
  @media screen and (max-width: 1135px) {
    .logo{
      width: 200px;
    }
    .inner {
      padding-top: 20px;
      }
      .main_sec, .ft_wrap, .wrapper { 
        padding-left: 4%;
        padding-right: 4%;
      }
    .gr_box{
        display: block;
      }
      .dt_pt{
        padding-top: 2%;
        margin: 0 auto;
      }
    .about_dt{
        width: 84%;
        padding: 4% 2%;
        margin: 2% auto 0;
      }
  }
  @media screen and (max-width: 960px) {
    .img-frame{
      height: 600px;
    }
  }
  @media screen and (max-width: 924px) {
    .heart_block{
      padding: 0 50px;
    }
    .f_logo{
      width: 200px;
    }
    .small{
      margin-top: 2%;
    }
    
    .footer_rt .btn_3 a{
      font-size: 1.4rem;
    }
    .myClinic img {
      width: 80%
      }
  }
  @media screen and (max-width: 769px) {
    .img-frame{
      height: 400px;
    }
    .heart_block{
      display: block;
    }
    .heart01{
      margin-bottom: 30px;
    }
    .sp_block{
      margin: 20px auto;
      max-width: 500px;
    }
    .news_list_item a  {
      font-size: 14px;
  }
}
@media screen and (max-width: 640px){
  
  .btn_3 a{
    font-size: 1.8rem;
  }
  .gNav-menu a{
    font-size: 1.6rem;
  }
  
  /*診療時間table*/
.biz-hour {
 font-size: 1.4rem;
 max-width: 380px;
}
#an_btn{
  margin-bottom: 4%;
}
}
  @media screen and (max-width: 620px) {

    .inner {
      padding: 65px 0 50px;
    }
    .sp_block{
      margin: 40px auto;
      max-width: 400px;
    }
  }

  @media screen and (max-width: 480px) {
    .img-frame{
      height: 260px;
    }
    .biz-hour {
      max-width: 340px;
     }
     .f_logo{
      width: 180px;
    }

  .myClinic img {
    width: 100%
    }
  }
  @media screen and (max-width: 411px) {
  .footer_inner{
    display: block;
  }
  .f_logo{
   margin: 0 auto;
   padding-top: 2%;
   padding-bottom: 3%;
  }
}