@charset "UTF-8";
/* CSS Document */
.header {
  height: 44px;
  background-color: #FFF;
  position: relative;
}
.header h1 {
  font-size: 1.3rem;
  color: #fa6980;
  position: absolute;
  left: 24px;
  top: 10px;
}
.header__navigation {
  display: none;
}
@media (max-width: 480px) {
  /*ハンバーガーアイコン*/
  #nav-drawer {
    padding: 10px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #777;
    display: block;
    content: ""
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #FFF;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgb(0, 0, 0, 0.25)
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FA6980;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%)
  }
}
@media (min-width: 480px) {
  .header {
    max-width: 1040px;
    margin: 0 auto;
    min-height: 50px;
    padding: 14px;
    box-sizing: border-box;
  }
  .header h1 {
    font-size: 2rem;
    top: 14px;
  }
  .header__navigation {
    display: block;
    text-align: right;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 10px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 1.9rem;
    font-weight: 600;
    color: #333;
  }
}
.main {
  background-color: #f6f8f9;
}
@media (min-width:1040px) {
  main {
    padding-bottom: 120px;
  }

  
}

.section-top {
  margin-bottom: 60px;
}
.section-top__image {
  height: 380px;
  background-image: url("../images/top/top_image.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #579035;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.section-top__image h2 {
  font-size: 1.7rem;
  position: absolute;
  width: 100%;
  ;
  top: 15px;
}
.section-top__image-message {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fa6980;
  font-size: 1.6rem;
}
.section-top__lead {
  margin: 0 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

.section-top__lead  {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.section-top__lead :before, .section-top__lead :after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.section-top__lead :before {
  left:0;
}
.section-top__lead :after {
  right: 0;
}

@media (min-width:480px) {
  .section-top__image {
    height: 600px;
    margin-bottom: 80px;
  }
  .section-top__image h2 {
    font-size: 3.8rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
    padding: 60px 0 0 24px;
  }
  .section-top__image-message {
    font-size: 2.2rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto; 
    text-align: left;
    padding: 25px 0 0 24px;
  }
  .section-top__lead p {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4.0rem;
  }
  
 @media (min-width: 1040px) {
  .section-top {
    margin-bottom: 80px;
  }
  .section-top__lead p {
    font-size: 2.6rem;
  }
  } 
  
}
.section-menu {
  margin-bottom: 80px;
}
.section-menu h2 {
  margin-bottom: 40px;
}
.section-menu h3 {
  font-size: 1.9rem;
}
.section-menu p {
  font-size: 1.7rem;
}

.section-menu ul {
  margin: 0 24px;
  list-style: none;
  height:auto
}
.section-menu ul li {
  max-width: 380px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 40px;
  border-radius: 30px;
  text-align: left;
}
.section-menu__item-picture {
  width: 100%;
  height: 186px;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 30px 30px 0 0;
}
.section-menu__item-title {
  padding: 14px 20px;
}
.section-menu__item-description {
  padding: 0 20px 20px 20px;
  font-weight: 600;
}

.section-menu__item-description2 {
  padding: 0 20px 20px 20px;
}

.section-menu p.section-menu__item-description2 {
  font-size: 1.5rem;
}
.section-menu p.section-menu__item-description3 {
  font-size: 1.5rem;
  padding: 0 20px 20px 20px;
}
.section-menu p.section-menu__item-description4 {
  font-size: 1.9rem;
  font-weight: 600;
  padding: 0 20px 0 20px;
}
.section-menu p.section-menu__item-description5 {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 0 20px 0 20px;
}
.section-menu__item-description4 {
  padding: 0 20px 0 20px;
}


@media (min-width: 1040px) {
  .section-menu {
    margin-bottom: 20px;
  }
  
  .section-top__lead {
    font-size: 2rem;
    font-weight: 600;
    line-height: 4.0rem;
  }
  .section-menu ul {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .section-menu ul li {
    display: inline-block;
    width: 320px;
    margin-right: 40px;
  }
  .section-menu ul li:last-child {
    margin-right: 0;
  }
}

.section-therapist p {
  font-size: 1.5rem;
}

.section-therapist {
  background-color: #FFF;
  padding: 40px 24px 40px 24px ;
  margin: 0 0 40px 0
}
.section-therapist h2 {
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}

@media (min-width: 1040px) {
  .section-therapist {
    padding: 60px 36px 30px;
    max-width: 1040px;
    margin: 40px auto;
    box-sizing: border-box;
  }
  }

.section-reservation p {
  font-size: 1.9rem;
}
.section-reservation p.section-reservation_description {
  font-size: 1.6rem;
  margin-top: 30px;
}
.section-reservation p.section-reservation_description2 {
  font-size: 1.4rem;
  margin-top: 10px;
}
.section-reservation {
  background-color: #FFF;
  padding: 40px 24px 40px 24px ;
  margin: 0 0 40px 0
}
.section-reservation h2 {
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}

@media (min-width: 1040px) {
  .section-reservation  {
    padding: 60px 36px 30px;
    max-width: 1040px;
    margin: 40px auto;
    box-sizing: border-box;
  }
  }
.section-access {
 background-color: #FFF;
  padding: 40px 24px 20px 24px ;
  margin: 0 0 40px 0
}
.section-access h2 {
  padding: 0 24px 40px 24px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}

.section-access address {
  font-stlye: normal;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.7rem;
}

    .section-access p {
    font-size: 1.7rem;
  }

.section-access__break:after {
  content: "\A";
  white-space: pre;
}
.section-maccess__map {
  height: 330px;
}
.section-maccess__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
@media (min-width: 1040px) {
  .section-access {
    padding: 60px 36px 30px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-access h2 {
    padding-bottom: 40px;
    border-bottom: solid 1px #333;
    margin-bottom: 30px;
  }
  .section-access address {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 20px;
  }
  
    .section-access p {
    font-size: 1.8rem;
  }
  .section-access__break:after {
    content: "";
  }
  .section-access__map {
    max-width: 840px;
    margin: 0 auto;
    height: 340px;
  }
  
  
  .section-reception address {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .section-reception__break:after {
    content: "";
  }
}

.section-news {
  background-color: #FFF;
  padding: 40px 24px 20px 24px ;
  margin-bottom: 40px ;
}
.section-news h2 {
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
.section-news ol {
  list-style-type: none;
  font-size: 1.7rem;
}
.section-news ol li {
  margin-bottom: 40px;
  text-align: left;
}
.section-news li time {
  font-weight: 600;
}
.section-news li time::after {
  content: ": ";
}
.section-news h3 {
  display: inline;
}
@media (min-width: 1040px) {
  .section-news {
    padding: 60px 36px 10px;
    max-width: 1040px;
    margin: 40px auto;
    box-sizing: border-box;
  }
  .section-news ol {
    max-width: 840px;
    margin: 0 auto;
  }
}

.section-mail {
  background-color: #FFF;
  padding: 40px 24px 20px 24px;
}
.section-mail h2 {
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
.section-mail p {
font-size: 1.7rem;
text-align: left;
}

@media (min-width: 1040px) {
  .section-mail {
    padding: 60px 36px 40px;
    max-width: 1040px;
    margin: 40px auto;
    box-sizing: border-box;
  }
  .section-mail p {
    padding-left: 200px;
}
    }
.footer {
  min-height: 228px;
  background-color: #FFFDD6;
  padding-top: 46px;
  padding-bottom: 20px;
  font-weight: 600;
}
.footer__site-map {
  margin-bottom: 30px;
}
.footer__site-map h2 {
  display: none;
}
.footer__site-map li {
  margin: 0 10px;
  display: inline-block;
}
.footer__site-map li a {
  text-decoration: none;
  color: #579035;
}
.footer__site-map li a:visited {
  color: #579035;
}
.footer__sns_links {
  margin-bottom: 80px;
}
.footer__sns_links li {
  display: inline-block;
  width: 20px;
  margin: 0 10px;
}
.footer__sns_links li img {
  width: 100%;
}
.footer small {
  color: #fa6980;
}
@media (min-width: 1040px) {
  .footer {
    margin: 0;
    padding: 0;
  }
  .footer__container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
  .footer__site-map {
    float: left;
  }
  .footer__site-map h2 {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    color: #579035;
  }
  .footer__site-map ul {
    display: inline-block;
    margin-left: 10px;
  }
  .footer__site-map ul li {
    margin: 0;
    display: block;
  }
  .footer__sns_links {
    float: right;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
  }
}