@charset "UTF-8";

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* * {
  border: 0.5px dashed rgb(255, 20, 20);
} */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #333333;
  /*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-family: 'M PLUS 1p','Noto Sans JP', sans-serif;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* .m-plus { font-family: 'M PLUS Rounded 1c', sans-serif;
} */

img {
  max-width: 100%;
  height: auto;
  /*高さ自動*/
  vertical-align: top;
}

a {
  display: block;
  text-decoration-line: none;
}

a:hover {
  opacity: 0.7;
}

h2 { font-size: 3rem; }
h3 { font-size: 2.4rem; }
.common_txt { font-size:  16px; }

section {padding-bottom: 4rem;}

.align-center { text-align: center;}
.align-left { text-align: left;}
.align-right { text-align: right;}
.align-item { align-items: center;}
.center-img { text-align: center; margin-left: auto; margin-right: auto;}

.mb10 { margin-bottom: 1rem;}
.mb20 { margin-bottom: 2rem;}
.mb30 { margin-bottom: 3rem;}
.mb40 { margin-bottom: 4rem;}
.mb60 { margin-bottom: 6rem;}
.mb80 { margin-bottom: 8rem;}
.mb100 {margin-bottom: 10rem;}
.vw100 { width: 100vw;}

.box1440 {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.box1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.box850 {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
.box1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-direction: row;
}

.area-ttl { 
  padding: 4rem 0 3rem; 
  text-align: center;
  font-weight: 400;
}
.bg-yellow { background-color: rgb(245, 255, 148, 10%);}
.bg-green { background-color: #eefbf0;}

@media (min-width: 769px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
  .pc-only { display: block;} 
  .sp-only { display: none; }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .row {
    flex-direction: column;
    align-items: center;
  }
}


/*  ヘッダー  */
.logo-tel-area {
  justify-content: space-between;
  padding: 1rem 5rem;
}

.slider-nav-area {
  position: relative;
}


/*  フッター  */
footer {
  padding-top: 6rem;
}
footer .row {
  justify-content: space-between;
}
.footer-item {
  margin: 0 2rem;
  flex: 1 1 48%;
}
.fb-area {
  width: 500px;
  text-align: right;
}
.gmap-area iframe {
  width: 100%;
  height: 300px;
}


/*  トップページ  */
.main-slide {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}
.main-slide .swiper-container {
  margin: 0 auto 65px !important;
  padding: 0 !important;
  border-radius: 40px;
  overflow: hidden;
}

.main-slide .swiper-pagination {
  text-align: left !important;
  margin-left: 5rem;
}

.slide-nav-area {
  position: relative;
}

.top-big-name{
  margin-bottom: 80px;
}

#top-nav {
  z-index: 99;
  width: 15%;
  position: absolute;
  top: 45%;
  right: 0;
  margin-right: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  transform: translateY(-50%);
}
#top-nav li {
  white-space: nowrap;
  text-align: right;
  margin-bottom: 20px;
}

#top-nav li a {
  display: inline-block;
  border-bottom: 3px solid #efefef;
}
#top-nav li a:hover {
  border-bottom: 3px solid #64bb00;
}


.top-text { 
  margin: 2rem 3rem 5rem;
  text-align: center;
}
.news-box{
  background-color: #fff;
  width: 100%;
}

.music-area {
  position: relative;
}
.music-area audio {
  position: absolute;
  bottom: 2rem;
  left: 50%;
}

@media (max-width: 1550px) {
  .main-slide {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .main-slide {
    width: 60%;
  }
}

@media (max-width: 768px) {
  /* フッター（スマホ） */
  .footer-item {
    margin: 0;
    width: 90%;
  }
  .cal-area {
    order: 2;
  }

  .fb-area {
    order: 1;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .copyright {
    white-space: nowrap;
    padding-bottom: 100px;
    font-size: 1.1rem;
  }

  /* トップページ（スマホ） */
  .main-slide {
    width: 95%;
    margin: 0 auto;
  }
  
  .top-text { 
    text-align: left;
    font-size: 16px;
  }
  .top-link-btn {
    width: 80%;
    margin: 0 auto;
  }
  .music-area audio {
    position: relative;
    min-width: 280px;
	max-width: 430px;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }

  .main-slide .about-slide .swiper-container{
    margin-bottom: 5% !important;
    border-radius: 10px;
  }

  .main-slide .about-slide .swiper-pagination{
    bottom: 2%;
    margin-left: 0;
  }

  .top-big-name{
    margin-bottom: 40px;
  }

  .top-big-name .long-slide{
    width: 100%;
    height: 55px; /* 画像の高さ */
    background-image: url(../images/sugimoto_eng-sp.png);
    background-repeat: repeat-x;
    background-size: auto 55px; /* 画像の高さ */
    animation: loop 20s linear infinite;
  }

  @keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1544px 0; /* 画像のマイナス幅 */
    }
}
}

@media (max-width: 500px) {
  .top-big-name .long-slide{
    height: 30px; /* 画像の高さ */
    background-size: auto 30px; /* 画像の高さ */
    animation: loop 20s linear infinite;
  }

  @keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -843px 0; /* 画像のマイナス幅 */
    }
}

.top-big-name{
  margin-bottom: 10px;
}

.main-slide .about-slide .swiper-container{
  margin-bottom: 7% !important;
}

}


/* 下層ページ */

.sub-header{
  display: flex;
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  /* align-items: center; */
}

.header-back{
  width: 100%;
  height: 122px;
}

/* .sub-header .box1440{
  width: 90%;
} */

.sub-header .logo-tel-area{
  width: 90%;
}

.sub-header .logo-tel-area h1{
  padding-left: 5%;
}

.sub-nav-area{
  width: 90px;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -240px;
width:100%;
width: 240px;
  height: 100vh;/*ナビの高さ*/
background:#64bb00;
  /*動き*/
transition: all 0.4s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  width: 240px;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 80%;
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: right;
}

#g-nav li a{
color: #fff;
/* text-decoration: underline; */
padding:0 5px;
margin: 10px 0;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 1.13em;
border-bottom: 1px solid #fff;
}

#g-nav li a:hover{
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  opacity: 1;
  text-decoration: none;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
position:relative;
  z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 10px;
cursor: pointer;
background-color: #64bb00;
  width: 90px;
  height:90px;
  border-radius: 5px;
}

/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .2s;
  position: absolute;
  left: 14px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  border-radius: 2px;
background-color: #fff;
  width: 65%;
  width: 54px;
}

.openbtn span:nth-of-type(1) {
top:20px;	
}

.openbtn span:nth-of-type(2) {
top:35px;
}

.openbtn span:nth-of-type(3) {
top:50px;
}

.openbtn span:nth-of-type(3)::after{
  content:"メニュー";
  position: absolute;
	top:10px;
	left:-2px;
	color: #fff;
	font-size: 14px;
  font-weight: 500;
}

.openbtn.active{
  background-color: #fff;
  
  }

  .openbtn.active span{
    background-color: #64bb00;
    width: 30%;
  width: 54px;
  }

.openbtn.active span:nth-of-type(1) {
  top: 33px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 45px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
}

.openbtn.active span:nth-of-type(3)::after {
	content:"閉じる";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(-14px) translateX(30px) rotate(-45deg);
	top:30px;
	left:2px;
  color: #000;
}

@media (max-width: 1000px) {
  .sub-header .logo-tel-area h1{
    width: 40%;
    padding-left: 0;
  }

  .sub-header .logo-tel-area .tel-box{
    width: 50%;
  }

}

@media (max-width: 768px) {
  .sub-header{
    justify-content: space-between;
  }

  .header-back{
    width: 100%;
    height: 75px;
  }

  .sub-nav-area{
    width: 0;
  }

.logo-tel-area.row{
  flex-direction: column;
  justify-content: center;
}

.sub-header .logo-tel-area h1{
  width: 60%;
  max-width: 250px;
  height: auto;
}

/* .sub-header .box1440{
  width: 100%;
  margin: 0;
  height: 70px;
} */

.sub-header .logo-tel-area{
  width: 100%;
  margin: 0;
  height: 70px;
}



#g-nav.panelactive #g-nav-list{
  width: 100%;
}

#g-nav li{
  text-align: center;
}

#g-nav li a{
  font-size: 1.5em;
}

.logo-tel-area{
  padding-left: 3%;
}

#g-nav{
  right: -120%;
width:100%;
}

.openbtn{
  position: fixed;
  width: 50px;
  height: 50px;
}

.openbtn span{
  left: 14px;
  left: 50%;
  height: 2px;
  border-radius: 1px;
  width: 70%;
}

.openbtn span:nth-of-type(1) {
  top:10px;	
  }
  
  .openbtn span:nth-of-type(2) {
  top:18px;
  }
  
  .openbtn span:nth-of-type(3) {
  top:26px;
  }

  .openbtn span:nth-of-type(3)::after{
    top:3px;
    left:-2px;
    color: #fff;
    font-size: 10px;
    letter-spacing: -0.1em;
  }

  .openbtn.active span{
    width: 60%;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 9px;
    transform: translateY(6px) rotate(-45deg);
  }

  .openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 9px;
    transform: translateY(-6px) rotate(45deg);
  }

  .openbtn.active span:nth-of-type(3)::after {
      transform: translateY(-4px) translateX(36px) rotate(-45deg);
    top:10px;
    left:-20px;
  }

  .sub-header .logo-tel-area .tel-box{
    border-top: solid 1px #e8e8e8;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    z-index: 999;
  }

  .tel-box img{
    width: 70%;
    max-width: 300px;
  }
}


/* ABOUTページ */

.about-sec1 .sub-top-pic{
  width: 90%;
  margin: 0 auto 60px;
  /* margin-bottom: 60px; */
}

.about-sec1 .sub-top-txt p{
  font-size: 1.25em;
  margin-bottom: 40px;
}

.about-sec2 .bg-yellow, .about-sec4 .bg-yellow{
  padding-top: 40px;
  padding-bottom: 90px;
}


.doctor-box{
  justify-content: space-between;
  margin-bottom: 100px;
}

.doctor-l{
  width: 45%;
}

.doctor-r{
  width: 53%;
}

table.doctor-tbl{
  margin-left: 1.5em;
  width: 95%;
  margin-top: 30px;
  text-align: left;
}

table.doctor-tbl th{
  vertical-align: text-top;
  padding: 0.5em 0.5em 0.5em 0;
}

table.doctor-tbl th span{
  background-color: #00985d;
  border-radius: 5px;
  color: #fff;
  font-size: 1.14em;
  width: 70px;
  display: block;
  text-align: center;
}

table.doctor-tbl td{
  padding: 0.5em 0.5em 0.5em 0;
  min-width: 90px;
  vertical-align: text-top;
  line-height: 1.6;
}

table.doctor-tbl td.history-td{
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6;
}

.doctor-name{
  background-color: #64bb00;
  color: #fff;
  display: inline-block;
  font-size: 1.9em;
  width: 340px;
  line-height: 2;
  border-radius: 30px;
  text-align: center;
}

.doctor-name span{
  margin-right: 0.5em;
  font-size: 0.8em;
}

.about-misono-txt2 .doctor-name{
  font-size: 1.5em;
  margin-bottom: 1em;
}


.about-pic-area{
  position: relative;
}

.about-pic-area img{
  width: 100%;
}

.about-pic-ue, .about-pic-shita{
  position: absolute;
  width: 100%;
}

.about-pic-ue{
  top: -1px;
}

.about-pic-shita{
  bottom: -1px;
}

.about-misono-box{
  position: relative;
}

.about-misono-l{
  width: 55%;
}

.about-misono-r{
  width: 45%;
  position: relative;
  top: -70px;
  right: 0;
}

.about-misono-txt1{
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .about-sec1 .sub-top-pic{
    margin-bottom: 40px;
  }

  .about-sec1 .sub-top-txt p{
    margin-bottom: 20px;
  }

  .about-sec2 .bg-yellow, .about-sec4 .bg-yellow{
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .kamoku-pic{
    width: 80%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .doctor-box{
    flex-direction: column;
  }

  .doctor-l{
    width: 70%;
    margin: 0 auto;
  }
  
  .doctor-r{
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  table.doctor-tbl{
    max-width: 600px;
    margin: 30px auto 0;
  }

  table.doctor-tbl td{
    text-align: left;
    min-width: 65px;
    padding-right: 0;
  }

  _::-webkit-full-page-media, _:future, :root table.doctor-tbl td.safari-taio{
    padding-bottom: 0.4em;
  }

  table.doctor-tbl th{
    padding-top: 0;
  }

  .doctor-name{
    width: 300px;
  }

  .row.about-misono-box{
    flex-direction: column;
  }

  .about-misono-l{
    width: 100%;
    text-align: center;
  }

  .about-misono-txt1{
    margin-bottom: 50px;
  }

  .about-misono-r{
    width: 90%;
    top: 0;
    margin: 0 auto;
  }
}


/*  ONLINEページ  */
.online-top-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin: 3rem 0 4rem;
  text-align: center;
}
.online-top-txt span {
  color: #00985d;
  font-weight: 500;
}
.chart-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart-row {
  width: 70%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.chart-row img {
  width: 30%;
}

.chart-txt {
  text-align: left;
  padding: 3rem 0 3rem 3rem;
}
.chart-green {
  padding: 1rem 0;
  color: #00985d;
  font-weight: 500;
  font-size: 28px;
}

.copy-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.copy-row p {
  color: #00985d;
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-reserve button {
  background-color: #e8e8e8;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.sec-reserve input {
  border: 1px solid #000;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
  width: 8em;
  margin: 0 1rem 0 2rem;
}

@media (max-width: 768px) {
  .online-top-txt {
    text-align: left;
    font-size: 16px;
  }
  
  .chart-row {
    width: 90%;
  }
  .chart-row img {
    width: 40%;
  }
  .chart-txt {
    padding: 1rem 0 3rem 3rem;
  }
  .chart-green {
    padding: 0;
    font-size: 20px;
  }
}

/*  リンク集ページ  */
.grid-link {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, minmax(200px, 360px));
  justify-content: center;
}
.link-item {
  background-color: #fffbe1;
  border-radius: 10px;
  padding: 3rem 2rem;
  position: relative;
}
.link-ttl {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.link-txt {
  font-size: 16px;
  padding-bottom: 6rem;
}
.link-btn {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .grid-link {
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(200px, 360px));
  }
@media (max-width: 480px) {
  .grid-link {
    grid-template-columns: repeat(1, minmax(200px, 360px));
  }
}

  