@charset "UTF-8";
/* CSS Document */
.page {
  position: relative;
  height: auto;
}
header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1;
}
.header__wrapper {
  display: flex;
  margin: 0 auto;
  position: relative;
  background: rgb(255 255 255 / 70%);
  padding: 20px 30px;
}
.header__wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 3.2rem;
  color: #41a995;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.header__wrapper a img {
  width: 70px;
  margin-right: 10px;
}
.header__wrapper nav ul {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  margin-right: 30px;
}
.header__wrapper nav ul li {
  padding-left: 30px;
  letter-spacing: 0.3rem;
}
.header__wrapper nav ul li:first-child {
  display: none;
}
.header__wrapper nav ul li a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #333;
}
.header__wrapper nav ul li p span {
  font-size: 1.2rem;
}
.header__wrapper nav ul li .header__tel img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 35px;
  height: 30px;
}
.header__wrapper nav ul li .header__tel {
  position: relative;
  font-size: 3.0rem;
  line-height: 2.4rem;
  letter-spacing: 0rem;
  text-align: left;
  padding-left: 45px;
}
.header__wrapper nav ul li .header__tel span {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.open-button, .close-button {
  display: none;
}
@media(max-width:1160px) {
  .open-button {
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 16px;
    background-color:#70d0bd;
    border-radius: 5px;
    padding: 8px 5px 6px 8px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 2px;
    width: 16px;
    border-radius: 2px;
    background: #fff;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -6px;
  }
  .open-button span:after {
    bottom: -12px;
  }
  .close-button {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  border: 2px solid #41a995; /* 枠の調整 */
  background: #fff; /* ボタンの背景色 */
  opacity: 0.8;
}
.close-button::before, .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 24px; /* 棒の高さ */
  background: #41a995; /* バツ印の色 */
  opacity: 0.8;
}
.close-button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close-button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
  .header__wrapper {
    padding: 10px 15px;
  }
  .header__wrapper a {
    font-size: 2.0rem;
    text-shadow: none;
  }
  .header__wrapper a img {
    width: 35px;
    margin-right: 5px;
  }
  .header__wrapper nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #70d0bd;
    width: 240px;
    height: 100%;
    padding-top: 80px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header__wrapper nav ul {
  display: block;
  position: relative;
  margin-right: 0px;
}
.header__wrapper nav ul li {
  padding-left: 0px;
}
.header__wrapper nav ul li:first-child {
  display: block;
}
.header__wrapper nav ul li a {
  font-size: 1.2rem;
  color: #fff;
  padding: 10px 20px;
}
  .header__wrapper nav ul li a::before {
    content: "";
    background-color: #fff;
    height: calc(tan(60deg) * 6px / 2);
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(90deg);
    margin-right: 10px;
  }
.header__wrapper nav ul li p span {
  display: none;
  }
.header__wrapper nav ul li .header__tel img {
  position: absolute;
  top: 14px;
  left: 15px ;
  width: 20px;
  height: auto;
}
.header__wrapper nav ul li .header__tel {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #41a995;
  margin: 20px auto;
  background: #fff;
  border-radius: 10px;
  width: 150px;
  padding-left: 30px;
}
.header__wrapper nav ul li .header__tel span {
  display: none;
}
}
/*sction-top*/
.section-top {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.section-top__image {
  height: 960px;
  width: 100%;
  background-image: url("../image/photo/27876445_s.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-top__image h2 {
  font-size: 7.2rem;
  letter-spacing: 0.3rem;
  color: #fff;
  text-shadow: 1px 1px 10px #41a995, -1px 1px 10px #41a995, 1px -1px 10px #41a995, -1px -1px 10px #41a995;
  margin: 0 auto;
  padding-top: 400px;
  margin-bottom: 45px;
  position: static;
}
.section-top__massage {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #fff;
  text-shadow: 1px 1px 10px #41a995, -1px 1px 10px #41a995, 1px -1px 10px #41a995, -1px -1px 10px #41a995;
  max-width: 1040px;
  margin: 0 auto;
}
.section-top__massage br {
  display: none;
}
@media(max-width:800px) {
  .section-top__image {
    height: 560px;
  }
  .section-top__image h2 {
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
    padding-top: 200px;
    margin-bottom: 25px;
  }
  .section-top__massage {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .section-top__massage br {
    display: block;
  }
}
/*section-greeding*/
.section-greeding {
  position: relative;
  /*  スクロールで出現*/
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.section-greeding.on {
  /*  スクロールで出現*/
  transform: translateY(0);
  opacity: 1.0;
}
.section-greeding::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  border-radius: 150px 150px 0px 0px;
}
.section-greeding__wrapper {
  width: 100%;
  height: auto;
  background-color: #FFF;
  position: relative;
}
.section-greeding__wrapper h2 {
  color: #41a995;
  z-index: 10;
}
.section-greeding__image {
  background-image: url("../image/illust/greeding_big.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
}
.section-greeding__image h3 {
  position: static;
  font-size: 2.2rem;
  letter-spacing: 0.2px;
  margin: 0 auto;
  padding-top: 240px;
}
.section-greeding__image h3 br {
  display: none;
}
.section-greeding__image h3 span {
  color: #41a995;
}
.section-greeding__contents p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin: 40px auto 40px;
}
.section-greeding__contents img {
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto 200px;
}
@media(max-width:800px) {
  .section-greeding::after {
    height: 50px;
    top: -50px;
    border-radius: 50px 50px 0px 0px;
  }
  .section-greeding__image {
    background-image: url("../image/illust/greeding_small.png");
  }
  .section-greeding__image h3 {
    position: static;
    font-size: 1.8rem;
    letter-spacing: 0.2px;
    padding-top: 120px;
  }
  .section-greeding__image h3 br {
    display: block;
  }
  .section-greeding__contents {
    margin: 0 15px;
  }
  .section-greeding__contents p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 20px auto;
    text-align: left;
    max-width: 540px;
  }
  .section-greeding__contents p br {
    display: none;
  }
  .section-greeding__contents img {
    width: 100%;
    max-width: 540px;
    height: auto;
    margin: 0 auto 100px;
  }
}
/*section-about*/
.section-about {
  position: relative;
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.section-about.on {
  /*  スクロールで出現*/
  transform: translateY(0);
  opacity: 1.0;
}
.section-about::before {
  /*  ページ内リンク位置調整*/
  content: '';
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
.section-about::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background-color: #41a995;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  border-radius: 150px 150px 0px 0px;
}
.section-about__wrapper {
  height: auto;
  margin: 0 auto;
  background-color: #41a995;
  background-size: 100%;
  padding: 0px 25px 210px;
  position: relative;
}
.section-about__wrapper h2 {
  color: #fff;
  z-index: 10;
}
.section-about table {
  width: 100%;
  margin: 0 auto 40px;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 1.8rem;
  max-width: 1024px;
}
.section-about table th {
  background: #bfcfcc;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #000;
  padding: 10px;
  letter-spacing: 0.5rem;
}
.section-about table td {
  background: #fff;
  padding: 10px 40px;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0.5rem;
}
.section-about iframe {
  width: 100%;
  max-width: 720px;
  height: 480px;
}
@media(max-width:800px) {
  .section-about::before {
    /*  ページ内リンク位置調整*/
    padding-top: 100px;
    margin-top: -100px;
  }
  .section-about::after {
    height: 50px;
    top: 50px;
    border-radius: 50px 50px 0px 0px;
  }
  .section-about__wrapper {
    padding: 0px 15px 110px;
  }
  .section-about table {
    margin: 0 auto 30px;
    border-spacing: 0px 10px;
    font-size: 1.4rem;
  }
  .section-about table th {
    width: 30%;
    padding: 5px;
    letter-spacing: 0.4rem;
  }
  .section-about table td {
    padding: 5px 20px;
    letter-spacing: 0.3rem;
  }
  .section-about iframe {
    height: 420px;
  }
}
/*section-activity*/
.section-activity {
  position: relative;
  /*  スクロールで出現*/
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.section-activity.on {
  /*  スクロールで出現*/
  transform: translateY(0);
  opacity: 1.0;
}
.section-activity::before {
  /*  ページ内リンク位置調整*/
  content: '';
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
.section-activity::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background-color: #c7e6e0;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  border-radius: 150px 150px 0px 0px;
}
.section-activity__wrapper {
  height: auto;
  width: 100%;
  background-color: #c7e6e0;
  background-size: 100%;
  padding: 0px 0px 150px;
  position: relative;
}
.section-activity__wrapper h2 {
  color: #41a995;
  z-index: 10;
}
.section-activity__wrapper::before {
  content: "";
  background-image: url("../image/photo/30070377_s.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 970px;
  top: 110px;
  left: 0;
  right: 0;
}
.section-activity__base-wrapper {
  position: relative;
  padding-top: 400px;
  margin: 0 25px;
}
.section-activity__base {
  background-color: #fff;
  max-width: 1024px;
  height: auto;
  padding: 65px 75px 55px;
  border-radius: 50px;
  margin: 0 auto 60px;
  text-align: left;
  position: relative;
}
.section-activity__base h3 {
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  color: #41a995;
  margin-bottom: 30px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.section-activity__base h3 img {
  width: 24px;
  height: auto;
  margin-right: 15px;
}
.section-activity__base-h4 {
  padding-bottom: 30px;
}
.section-activity__base h4 {
  display: inline-block;
  background: #41a995;
  border-radius: 10px;
  padding: 15px 25px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}
.section-activity__base h5 {
  display: inline-block;
  color: #41a995;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  border-bottom: 1px solid #41a995;
  margin-bottom: 10px;
}
.section-activity__base ul {
  margin-bottom: 45px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.section-activity__base-spul ul {
  margin-bottom: 0px;
}
.section-activity__base ul li {
  list-style: none;
  text-indent: -15px;
  padding-left: 15px;
}
.section-activity__base p {
  margin-bottom: 45px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.section-activity__base ul li p {
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 0px;
}
.section-activity__base ol {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin: 15px 0 45px;
}
.section-activity__base ol li {
  list-style: none;
  padding-left: 40px;
  text-indent: -40px;
}
.section-activity__base h6 {
  display: inline-block;
  background: #41a995;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
}
.section-activity__base span {
  display: block;
  margin-bottom: 10px;
}
.section-activity__base:nth-child(2) {
  position: relative;
}
.section-activity__base:nth-child(2)::before {
  content: "";
  background-image: url("../image/photo/activity_decophoto01.png");
  background-size: 70%;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
}
.section-activity__base:nth-child(3) {
  position: relative;
}
.section-activity__base:nth-child(3)::before {
  content: "";
  background-image: url("../image/photo/activity_decophoto02.png");
  background-size: 70%;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0;
}
@media(max-width:800px) {
  .section-activity::before {
    /*  ページ内リンク位置調整*/
    padding-top: 100px;
    margin-top: -100px;
  }
  .section-activity::after {
    height: 50px;
    top: 50px;
    border-radius: 50px 50px 0px 0px;
  }
  .section-activity__wrapper {
    padding: 0px 0px 50px;
  }
  .section-activity__wrapper::before {
    background-image: url("../image/photo/30070377_s.png");
    height: 500px;
    top: 80px;
  }
  .section-activity__base-wrapper {
    position: relative;
    padding-top: 200px;
    margin: 0 15px;
  }
  .section-activity__base {
    padding: 40px 15px 30px;
    border-radius: 20px;
    margin: 0 auto 25px;
  }
  .section-activity__base h3 {
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    margin-bottom: 15px;
    align-items: center;
  }
  .section-activity__base h3 img {
    width: 18px;
    height: auto;
    margin-right: 10px;
  }
  .section-activity__base h4 {
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .h4-groupe {
    display: block;
    margin-bottom: 20px;
  }
  .section-activity__base h5 {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    margin-bottom: 10px;
  }
  .section-activity__base ul {
    margin-bottom: 25px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .section-activity__base ul li {
    text-indent: -15px;
    padding-left: 15px;
  }
  .section-activity__base p {
    margin-bottom: 25px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .section-activity__base ul li p {
    text-indent: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .section-activity__base ol {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin: 15px 0 25px;
  }
  .section-activity__base ol li {
    padding-left: 30px;
    text-indent: -30px;
  }
  .section-activity__base h6 {
    padding: 2px;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
  .section-activity__base span {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .section-activity__base:nth-child(2)::before {
    display: none;
  }
  .section-activity__base:nth-child(3)::before {
    display: none;
  }
}
/*section-contact*/
.section-contact {
  position: relative;
  /*  スクロールで出現*/
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.section-contact.on {
  /*  スクロールで出現*/
  transform: translateY(0);
  opacity: 1.0;
}
.section-contact::before {
  /*  ページ内リンク位置調整*/
  content: '';
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
.section-contact::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  border-radius: 150px 150px 0px 0px;
}
.section-contact__wrapper {
  height: auto;
  background-color: #fff;
  background-size: 100%;
  position: relative;
}
.section-contact__wrapper h2 {
  color: #41a995;
  z-index: 10;
}
.section-contact__contents-wrapper {
  padding: 0 25px;
}
.section-contact__contents {
  max-width: 960px;
  height: auto;
  border: 1px solid #41a995;
  margin: 0 auto;
  padding: 65px 30px 75px;
}
.section-contact__contents p {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  margin-bottom: 65px;
}
.section-contact__contents a {
  color: #41a995;
  font-size: 3.6rem;
  letter-spacing: 0.3rem;
  text-decoration: none;
}
.section-contact__contents a img {
  width: 36px;
  margin-right: 15px;
  vertical-align: text-top;
}
.section-contact__contents-fax {
  margin: 20px auto 40px;
}
.section-contact__contents span {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  color: #41a995;
}
.section-contact__contents a:last-child {
    font-size: 3.0rem;
  }
  .section-contact__contents a:last-child img {
    width: 30px;
  }
.section-contact__last-image {
  width: 100%;
  height: auto;
  margin: 65px auto 0;
}
@media(max-width:800px) {
  .section-contact::before {
    /*  ページ内リンク位置調整*/
    content: '';
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }
  .section-contact::after {
    height: 50px;
    top: 50px;
    border-radius: 50px 50px 0px 0px;
  }
  .section-contact__contents-wrapper {
    padding: 0 15px;
  }
  .section-contact__contents {
    padding: 50px 15px 60px;
    margin-top: 20px;
  }
  .section-contact__contents p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 35px;
  }
  .section-contact__contents a {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
  .section-contact__contents a img {
    width: 24px;
    margin-right: 10px;
  }
  .section-contact__contents-fax {
    margin: 15px auto 20px;
  }
  .section-contact__contents span {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    color: #41a995;
  }
  .section-contact__contents a:last-child {
    font-size: 1.4rem;
  }
  .section-contact__contents a:last-child img {
    width: 14px;
    margin-right: 5px;
  }
  .section-contact__last-image {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
  }
}
/*footer*/
.footer-wrapper {
  height: auto;
  width: 100%;
  background-color: #70d0bd;
  background-size: 100%;
  padding: 0px 0px 20px;
  position: relative;
}
.footer-wrapper::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background-color: #70d0bd;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  border-radius: 150px 150px 0px 0px;
}
.footer-wrapper h2 {
  margin: 0px auto;
  position: relative;
  top: -100px;
  z-index: 10;
}
.footer-wrapper h2 a {
  text-decoration: none;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.2rem;
  line-height: 2.0rem;
}
.footer-wrapper h2 img {
  width: 90px;
  height: auto;
}
.footer-wrapper nav ul {
  display: flex;
  margin: 0 auto 10px;
  list-style: none;
  justify-content: center;
  position: relative;
  top: -60px;
}
.footer-wrapper nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 2.0rem;
  margin: 0 30px;
}
.footer-wrapper small {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: 'Yu Gothic', 'Hiragino Sans', Meiryo, 'sans-serif';
}
@media(max-width:800px){
  .footer-wrapper {
  padding: 0px 0px 15px;
  }
.footer-wrapper::after {
  height: 50px;
  top: -50px;
  border-radius: 50px 50px 0px 0px;
}
.footer-wrapper h2 {
  top: -20px;
  margin-bottom: 30px;
}
.footer-wrapper h2 a {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.0rem;
}
.footer-wrapper h2 img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}
.footer-wrapper nav ul {
  margin: 0 auto 50px;
  top: -20px;
}
.footer-wrapper nav ul li a {
  font-size: 1.4rem;
  margin: 0 20px;
}
.footer-wrapper small {
  font-size: 1.2rem;
}
}



