@charset "UTF-8";

*, ::before, ::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


body {
  font-family:  "fot-tsukubrdgothic-std", sans-serif;
  background-color: #fff;
}

*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #94A684;
  text-decoration: none;
}
/* ラッパー */
.wrapper{
	width: 90%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
header{
font-family:  "fot-tsukubrdgothic-std", sans-serif;
}
.c-header {
    align-items: center;
    background-color: #eeeeee; 
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem; 
    width: 100%;
  }
  
  .c-header__logo {
    color:#94A684;
    min-width: 80px; 
    text-decoration: none;
  }
  
  .c-header__list {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
  }
  
  .c-header__list-item {
    list-style: none;
    text-decoration: none;
  }
  
  .c-header__list-link {
    color: #94A684;; /* カスタマイズしてください */
    display: block;
    margin-right: 20px; /* カスタマイズしてください */
    text-decoration: none;
    padding: 10px 0px; /* カスタマイズしてください */
  }
  
  .c-header__list-link:hover {
    filter: opacity(0.6); /* カスタマイズしてください */
  }


  /* ファーストビュー */
  .first-view{
    background-image: url(./img/first-view.png);
    background-size: cover; 
    width: 100vh;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}


.first-view img {
    width: 80%;
    max-width: 375px;
    position: absolute;
    left: 60%;
    bottom: 1%;
}


/* 当院について */
.info-area{
    width: 800px;
}

.info{
    padding-top: 100px;
    padding-bottom: 100px;
}

.info h1 {
    margin-bottom: 30px;
    color: #94A684;
}

.info-text {
    margin-bottom: 20px;
     padding: 0 20px 20px 0;
}

.info img,.message img,.size img {
    width: 100%;
    max-width: 500px;
}


/* 診療案内 */
.sinryo{
    width: 100%;
    height: 700px;
    background-color: #D6E8DB;
}

.sinryo .wrapper {
    padding-top: 80px;
}

                                                              

.sinryo h2 {
    margin-bottom: 46px;
    color: #94A684;
}

.sinryo h2, .sinryo p,.info h2,.message h2{
    text-align: center;
    color: #94A684;
    margin-bottom: 40px;
}

/* ボタン */
.img-area{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    column-gap: 10px;
	height: 200px;
    width: 100%;
}

.button{
    width: 80%;
    max-width: 250px;
}


.button-029 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 220px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #94A684;
    border-radius: 25px;
    background-color: #94A684;
    color: #fff;
    font-size: 1em;
}

.button-029:hover {
    background-color: #fff;
    color: #94A684;
}

.button-029::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #94A684;
    content: '';
    transition: width .5s ease;
}

.button-029:hover::before {
    width: 100%;
}

.button-029::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: '';
}

.button-029:hover::after {
    border-color: #94A684;
}

/* 院長紹介 */


/* お問い合わせ */


.access {
    margin-right: auto;
    margin-left: auto;
}



.tel-img {
    display: block;
    width: 20px;
    height: 20px;
}

.access h2{
    text-align: center;
    color: #94A684;
	white-space: nowrap;
}

.size {
    width: 100%;
    max-width: 550px;
    height: auto;
}

.iframe-wrapper {
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    transform: translateY(0px);
    width: 100%;
    max-width: 420px;
    height: 150px;
}
    iframe {
      width: 100%;
      height: 100%;
      vertical-align: bottom;
    }

/*ここからfooter*/

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-logo {
    display: block;
    width: 235px;
  }
  .footer-nav {
    display: flex;
    justify-content: flex-start;
  }
 
 
  .footer {
    margin-top: 50px;
    color: #333333;
    background-color:#E4E4D0 ;
  }
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 40px;
    margin-left: 40px;
  }
  .footer-logo {
    display: block;
    width: 235px;
  }
  .footer-nav {
    display: flex;
    justify-content: flex-start;
  }



  footer .site-menu li{
    margin-bottom: 10px;
    white-space:nowrap ;
  } 

h2{
    font-size: 46px;
}

    /* PCファーストビュー */
    .first-view{
        width: 100%;
        height: calc(100vh - 100px);
    }

    .first-view img {
        position: absolute;
        width: 80%;
        max-width:600px;
        bottom: 5%;
        left: 40%;
    }
    .first-view-text {
        position: absolute;
        top: 35%;
        left: 15%;
        color: #fff;
        font-weight: 600;
        font-size: 46px;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }
    /* ヘッダー */
    .header-inner{
        width: 100%;
        max-width: 1200px;
        height: 110px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  
    .site-menu ul{
        display: flex;
    }
    .site-menu ul li{
        margin-left: 20px;
        margin-right: 20px;
    }
/* 当院について */


.info-flex{
    display: flex;
    align-items: flex-start;
}
.info-box {
    margin-left: 10px;
}
/* お問い合わせ */
.container {
    display: grid;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    column-gap: 20px;
}
.tel-flex{ 
    margin-top:40px;
    display: flex;
    color: #94A684;
}

.tel-flex p{
   
    font-size: 26px;
    font-weight: 800;
    margin-left: 10px;
}

.tel-flex img{
    width:35px;
    height: 35px;
}
.jusho{
    margin-top: 20px;
    margin-bottom: 20px;
}

.white-area p{
    color: #676767
}

@media (max-width: 799px) {
    .footer-content {
        display: block;
      }
      .site-menu ul{
        display: block;
    }
      .footer-logo {
        display: block;
        width: 235px;
      }
      .footer-nav {
        display: block;
      }

    .header-inner{
        width: 100%;
        max-width: 999px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    main img{
       max-width: 110px; 
    }

.info-flex {
    display: block;
}
.container{
    display: block;
}

.container img {
    margin-top: 40px;
}
.img-area{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    text-align: center;
    column-gap: 16px;
    width: 80%;
}


.button{
    width: 70%;
    max-width: 175px;
}


.button-029 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 175px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #94A684;
    border-radius: 25px;
    background-color: #94A684;
    color: #fff;
    font-size: 1em;
	white-space: nowrap;
}

.button-029:hover {
    background-color: #fff;
    color: #94A684;
}

.button-029::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #94A684;
    content: '';
    transition: width .5s ease;
}
	
	/*spファーストビュー*/
.first-view{
    width: 100%;
    height:500px;
}

.first-view img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 10%;
    bottom: 20%;
}

.first-view-text {
    position: absolute;
    top: 25%;
    left: 10%;
    color: #fff;
    font-weight: 600;
    font-size:28px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

h1,h2{
    font-size: 32px;
    color:#333333;
}

.tel-flex img{
    margin: 0;
}
}

.c-header {
  height: 100px;
  align-items: center;
  background-color: #fff; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 20px; /* カスタマイズしてください */
  width: 100%;
}

.c-header__logo {
  color: #94A684;; /* カスタマイズしてください */
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #94A684;/* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 0px; /* カスタマイズしてください */
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}
.c-hamburger-menu {
    position: relative;
  }
  
  @media screen and (max-width: 750px) {
    .c-hamburger-menu__list {
      background-color: #fff; /* カスタマイズしてください */
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      left: 0;
      padding: 2rem; /* カスタマイズしてください */
      position: absolute;
      transform: translateX(-100%);
      transition: 0.3s; /* カスタマイズしてください */
      top: 100%;
      z-index: 10;
      width: 100%;
    }
  
    #hamburger:checked ~ .c-hamburger-menu__list {
      transform: translateX(0%);
      transition: 0.3s;
    }
  }
  
  .c-hamburger-menu__input {
    display: none;
  }
  
  .c-hamburger-menu__bg {
    background-color: #fff; /* カスタマイズしてください */
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4; /* カスタマイズしてください */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  
  #hamburger:checked ~ .c-hamburger-menu__bg {
    display: block;
  }
  
  .c-hamburger-menu__button {
    display: none;
  }
  
  @media screen and (max-width: 750px) {
    .c-hamburger-menu__button {
      align-items: center;
      appearance: none;
      background-color: transparent;
      border: none;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 5px; /* カスタマイズしてください */
      height: 32px; /* カスタマイズしてください */
      justify-content: center;
      width: 32px; /* カスタマイズしてください */
    }
  }
  
  .c-hamburger-menu__button-mark {
    background-color: #94A684;/* カスタマイズしてください */
    display: block;
    height: 1px; /* カスタマイズしてください */
    transition: 0.3s; /* カスタマイズしてください */
    width: 20px; /* カスタマイズしてください */
  }
  
  @media screen and (max-width: 750px) {
    #hamburger:checked
      ~ .c-hamburger-menu__button
      .c-hamburger-menu__button-mark:nth-of-type(1) {
      transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
      transform-origin: 0%; /* カスタマイズしてください */
    }
    #hamburger:checked
      ~ .c-hamburger-menu__button
      .c-hamburger-menu__button-mark:nth-of-type(2) {
      opacity: 0;
    }
    #hamburger:checked
      ~ .c-hamburger-menu__button
      .c-hamburger-menu__button-mark:nth-of-type(3) {
      transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
      transform-origin: 0%; /* カスタマイズしてください */
    }
  }

