@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #001010;
  color: #ffffff;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  font-weight: 100;
}
body h1 {
  font-size: 72px;
  font-weight: 100;
}
body h2 {
  font-size: 48px;
  font-weight: 100;
}
body h3 {
  font-size: 32px;
  font-weight: 100;
}
body h4 {
  font-size: 24px;
  font-weight: 100;
}
body header {
  position: fixed;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}
body header .headercont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .headercont .headercont__menu__left {
  width: 40%;
}
body header .headercont .headercont__menu__left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .headercont .headercont__menu__left ul li {
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header .headercont .headercont__menu__left ul li:last-child {
  margin-right: 0;
}
body header .headercont .headercont__menu__left ul li:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
body header .headercont .headercont__menu__left ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
body header .headercont .headerlogo {
  width: 100px;
}
body header .headercont .headerlogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body header .headercont .headercont__menu__right {
  width: 40%;
}
body header .headercont .headercont__menu__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .headercont .headercont__menu__right ul li {
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body header .headercont .headercont__menu__right ul li:last-child {
  margin-right: 0;
}
body header .headercont .headercont__menu__right ul li:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
body header .headercont .headercont__menu__right ul li.tel:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body header .headercont .headercont__menu__right ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .headercont .headercont__menu__right ul li a img {
  width: 14px;
  height: 14px;
  padding-top: 2px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
body header .headercont .headercont__menu__right ul li a.contactlink {
  background-color: #000;
  padding: 5px 10px;
  border-radius: 20px;
}
body header .headercont .headercont__menu__right ul li a.reservationlink {
  background-color: #FFD700;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
}
body header .headercont .headercont__menu__right ul li a.instalink {
  background-color: #fff;
  color: #000;
  padding: 10px 10px;
  border-radius: 20px;
}
body header .headercont .headercont__menu__right ul li a.instalink img {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
body nav {
  display: none;
}
body main {
  width: 100%;
}
body main .kvarea {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
body main .kvarea .kvarea__backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body main .kvarea .kvarea__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 6s ease-out;
  transition: opacity 1.5s ease-in-out, -webkit-transform 6s ease-out;
  transition: opacity 1.5s ease-in-out, transform 6s ease-out;
  transition: opacity 1.5s ease-in-out, transform 6s ease-out, -webkit-transform 6s ease-out;
}
body main .kvarea .kvarea__background--1 {
  background-image: url(/resources/images/top_kv01.jpg);
}
body main .kvarea .kvarea__background--2 {
  background-image: url(/resources/images/top_kv02.jpg);
}
body main .kvarea .kvarea__background--3 {
  background-image: url(/resources/images/top_kv03.jpg);
}
body main .kvarea .kvarea__background.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body main .kvarea .kvarea__background.fade-out {
  opacity: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
body main .kvarea .kvarea__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px), linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px), rgba(0, 0, 0, 0.35);
  background-size: 20px 20px;
  z-index: 2;
  pointer-events: none;
}
body main .kvarea .kvcont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
body main .kvarea .kvcont .kvcont__text {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body main .kvarea .kvcont .kvcont__text h2 {
  font-size: 54px;
  margin-bottom: 40px;
}
body main .kvarea .kvcont .kvcont__text p {
  font-size: 24px;
}
body main .alertarea {
  width: 100%;
  margin-top: 120px;
}
body main .alertarea .alertcont {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
body main .alertarea .alertcont .alertcont__text {
  border: solid 1px #FFD700;
  padding: 40px;
  border-radius: 10px;
}
body main .alertarea .alertcont .alertcont__text p {
  margin-bottom: 10px;
}
body main .alertarea .alertcont .alertcont__text a {
  color: #FFD700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .alertarea .alertcont .alertcont__text a:hover {
  opacity: 0.8;
}
body main .reservationarea {
  width: 100%;
  margin-top: 120px;
}
body main .reservationarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .reservationarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .reservationarea .reservationcont {
  margin-left: 5%;
  width: 95%;
  height: 50vh;
  background-image: url(/resources/images/top_reveration.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: -10px 10px 0 #004E4E;
          box-shadow: -10px 10px 0 #004E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .reservationarea .reservationcont:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body main .reservationarea .reservationcont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body main .reservationarea .reservationcont .reservationcont__link {
  position: absolute;
  bottom: 40px;
  right: 5%;
}
body main .reservationarea .reservationcont .reservationcont__link .price {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 #000;
}
body main .reservationarea .reservationcont .reservationcont__link a {
  display: block;
  width: 320px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .reservationarea .reservationcont .reservationcont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .reservationarea .reservationcont .reservationcont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .reservationarea .reservationcont .reservationcont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .reservationarea .reservationcont .reservationcont__link a:hover {
  background-color: #fff;
}
body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext p {
  color: #000;
}
body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .tentarea {
  width: 100%;
  margin-top: 120px;
}
body main .tentarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .tentarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .tentarea .tentcont {
  margin-left: 5%;
  width: 95%;
  height: 50vh;
  background-image: url(/resources/images/top_tent.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: -10px 10px 0 #004E4E;
          box-shadow: -10px 10px 0 #004E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .tentarea .tentcont:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body main .tentarea .tentcont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body main .tentarea .tentcont .tentcont__text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 60%;
  text-shadow: 1px 1px 1px #000;
}
body main .tentarea .tentcont .tentcont__text .tentcont__text__title {
  font-size: 24px;
  margin-bottom: 10px;
}
body main .tentarea .tentcont .tentcont__text .tentcont__text__sub {
  font-size: 18px;
}
body main .tentarea .tentcont .tentcont__link {
  position: absolute;
  bottom: 40px;
  right: 5%;
}
body main .tentarea .tentcont .tentcont__link a {
  display: block;
  width: 320px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .tentarea .tentcont .tentcont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .tentarea .tentcont .tentcont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .tentarea .tentcont .tentcont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .tentarea .tentcont .tentcont__link a:hover {
  background-color: #fff;
}
body main .tentarea .tentcont .tentcont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .tentarea .tentcont .tentcont__link a:hover .linktext p {
  color: #000;
}
body main .tentarea .tentcont .tentcont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .planarea {
  width: 100%;
  margin-top: 120px;
}
body main .planarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .planarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .planarea .plancont {
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body main .planarea .plancont .plancont__item {
  width: 30%;
  height: 30%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
body main .planarea .plancont .plancont__item .plancont__item__title {
  position: absolute;
  max-width: 90%;
  top: 20px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  color: #333;
}
body main .planarea .plancont .plancont__item .plancont__item__links {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body main .planarea .plancont .plancont__item .plancont__item__links a {
  width: 48%;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 1px #ffffff;
}
body main .planarea .plancont .plancont__item .plancont__item__links a:hover {
  background-color: rgb(0, 0, 0);
}
body main .planarea .plancont__link {
  margin: 80px auto 0;
  display: table;
}
body main .planarea .plancont__link a {
  display: block;
  width: 400px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .planarea .plancont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .planarea .plancont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .planarea .plancont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .planarea .plancont__link a:hover {
  background-color: #fff;
}
body main .planarea .plancont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .planarea .plancont__link a:hover .linktext p {
  color: #000;
}
body main .planarea .plancont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .storyarea {
  width: 100%;
  margin-top: 120px;
}
body main .storyarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .storyarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .storyarea .storycont {
  margin-left: 5%;
  width: 95%;
  height: 50vh;
  background-image: url(/resources/images/top_story.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: -10px 10px 0 #004E4E;
          box-shadow: -10px 10px 0 #004E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .storyarea .storycont:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body main .storyarea .storycont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body main .storyarea .storycont .storycont__text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 60%;
}
body main .storyarea .storycont .storycont__text .storycont__text__title {
  font-size: 24px;
  margin-bottom: 10px;
}
body main .storyarea .storycont .storycont__text p {
  font-size: 18px;
}
body main .storyarea .storycont .storycont__link {
  position: absolute;
  bottom: 40px;
  right: 5%;
}
body main .storyarea .storycont .storycont__link a {
  display: block;
  width: 320px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .storyarea .storycont .storycont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .storyarea .storycont .storycont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .storyarea .storycont .storycont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .storyarea .storycont .storycont__link a:hover {
  background-color: #fff;
}
body main .storyarea .storycont .storycont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .storyarea .storycont .storycont__link a:hover .linktext p {
  color: #000;
}
body main .storyarea .storycont .storycont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .facilityarea {
  width: 100%;
  margin-top: 120px;
}
body main .facilityarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .facilityarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .facilityarea .facilitycont {
  margin-left: 5%;
  width: 95%;
  height: 50vh;
  background-image: url(/resources/images/top_facility.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: -10px 10px 0 #004E4E;
          box-shadow: -10px 10px 0 #004E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .facilityarea .facilitycont:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body main .facilityarea .facilitycont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body main .facilityarea .facilitycont .facilitycont__text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 60%;
  text-shadow: 1px 1px 1px #000;
}
body main .facilityarea .facilitycont .facilitycont__text .facilitycont__text__title {
  font-size: 24px;
  margin-bottom: 10px;
}
body main .facilityarea .facilitycont .facilitycont__text p {
  font-size: 18px;
}
body main .facilityarea .facilitycont .facilitycont__link {
  position: absolute;
  bottom: 40px;
  right: 5%;
}
body main .facilityarea .facilitycont .facilitycont__link a {
  display: block;
  width: 320px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .facilityarea .facilitycont .facilitycont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .facilityarea .facilitycont .facilitycont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .facilityarea .facilitycont .facilitycont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .facilityarea .facilitycont .facilitycont__link a:hover {
  background-color: #fff;
}
body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext p {
  color: #000;
}
body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .newsarea {
  width: 100%;
  margin-top: 120px;
}
body main .newsarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .newsarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .newsarea .newscont {
  width: 90%;
  margin: 40px auto;
}
body main .newsarea .newscont .newscont__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  border-top: solid 1px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .newsarea .newscont .newscont__item .newscont__item__date {
  font-size: 16px;
  width: 10%;
}
body main .newsarea .newscont .newscont__item .newscont__item__title {
  font-size: 16px;
  width: 90%;
}
body main .newsarea .newscont .newscont__item:last-child {
  border-bottom: solid 1px #fff;
}
body main .newsarea .newscont .newscont__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
body main .newsarea .newscont__link {
  margin: 0 auto;
  display: table;
}
body main .newsarea .newscont__link a {
  display: block;
  width: 400px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .newsarea .newscont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .newsarea .newscont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .newsarea .newscont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .newsarea .newscont__link a:hover {
  background-color: #fff;
}
body main .newsarea .newscont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .newsarea .newscont__link a:hover .linktext p {
  color: #000;
}
body main .newsarea .newscont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .blogarea {
  width: 100%;
  margin-top: 120px;
}
body main .blogarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .blogarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .blogarea .blogcont {
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body main .blogarea .blogcont .blogcont__item {
  width: 30%;
  height: 30%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 80px;
}
body main .blogarea .blogcont .blogcont__item .blogcont__item__title {
  position: absolute;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  bottom: 40px;
  font-size: 16px;
  color: #fff;
}
body main .blogarea .blogcont .blogcont__item .blogcont__item__links {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .blogarea .blogcont .blogcont__item .blogcont__item__links a {
  width: 48%;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 1px #ffffff;
}
body main .blogarea .blogcont .blogcont__item .blogcont__item__links a:hover {
  background-color: rgb(0, 0, 0);
}
body main .blogarea .blogcont__link {
  margin: 80px auto 0;
  display: table;
}
body main .blogarea .blogcont__link a {
  display: block;
  width: 400px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .blogarea .blogcont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .blogarea .blogcont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .blogarea .blogcont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .blogarea .blogcont__link a:hover {
  background-color: #fff;
}
body main .blogarea .blogcont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .blogarea .blogcont__link a:hover .linktext p {
  color: #000;
}
body main .blogarea .blogcont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .howtoarea {
  width: 100%;
  margin-top: 120px;
}
body main .howtoarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .howtoarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .howtoarea .howtocont {
  margin-left: 5%;
  width: 95%;
  height: 50vh;
  background-image: url(/resources/images/top_howto.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: -10px 10px 0 #004E4E;
          box-shadow: -10px 10px 0 #004E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .howtoarea .howtocont:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body main .howtoarea .howtocont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body main .howtoarea .howtocont .howtocont__text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 60%;
  text-shadow: 1px 1px 1px #000;
}
body main .howtoarea .howtocont .howtocont__text .howtocont__text__title {
  font-size: 24px;
  margin-bottom: 10px;
}
body main .howtoarea .howtocont .howtocont__text p {
  font-size: 18px;
}
body main .howtoarea .howtocont .howtocont__link {
  position: absolute;
  bottom: 40px;
  right: 5%;
}
body main .howtoarea .howtocont .howtocont__link a {
  display: block;
  width: 320px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .howtoarea .howtocont .howtocont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .howtoarea .howtocont .howtocont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .howtoarea .howtocont .howtocont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .howtoarea .howtocont .howtocont__link a:hover {
  background-color: #fff;
}
body main .howtoarea .howtocont .howtocont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main .howtoarea .howtocont .howtocont__link a:hover .linktext p {
  color: #000;
}
body main .howtoarea .howtocont .howtocont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main .accessarea {
  width: 100%;
  margin-top: 120px;
}
body main .accessarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .accessarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .accessarea .accesscont {
  margin-left: 5%;
  width: 95%;
  height: 50vh;
  -webkit-box-shadow: -10px 10px 0 #004E4E;
          box-shadow: -10px 10px 0 #004E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .accessarea .accesscont:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body main .accessarea .accesscont iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body main .accessarea .accesscont p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
body main .contactarea {
  width: 100%;
  margin-top: 120px;
}
body main .contactarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main .contactarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main .contactarea .contactcont {
  margin-left: 5%;
  width: 95%;
  height: 50vh;
  background-image: url(/resources/images/top_contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: -10px 10px 0 #004E4E;
          box-shadow: -10px 10px 0 #004E4E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
body main .contactarea .contactcont:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
body main .contactarea .contactcont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
body main .contactarea .contactcont .contactcont__tel {
  z-index: 1;
  width: 50%;
}
body main .contactarea .contactcont .contactcont__tel .contactcont__tel__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
body main .contactarea .contactcont .contactcont__tel a {
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main .contactarea .contactcont .contactcont__tel a img {
  width: 50px;
  padding: 15px 0 0;
  margin-right: 10px;
}
body main .contactarea .contactcont .contactcont__form {
  width: 50%;
}
body main .contactarea .contactcont .contactcont__form .contactcont__form__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
body main .contactarea .contactcont .contactcont__form a {
  display: block;
  width: 400px;
  padding: 10px;
  margin: 0 auto;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .contactarea .contactcont .contactcont__form a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .contactarea .contactcont .contactcont__form a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .contactarea .contactcont .contactcont__form a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main .contactarea .contactcont .contactcont__form a:hover {
  background-color: #fff;
}
body main .contactarea .contactcont .contactcont__form a:hover .linktext {
  border: solid 1px #000000;
}
body main .contactarea .contactcont .contactcont__form a:hover .linktext p {
  color: #000;
}
body main .contactarea .contactcont .contactcont__form a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main.under .kvarea {
  width: 100%;
  height: 40vh;
  background-image: url(/resources/images/top_kv01.jpg);
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
}
body main.under .kvarea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body main.under .kvarea .kvcont {
  width: 100%;
  height: 100%;
}
body main.under .kvarea .kvcont .kvcont__text {
  position: absolute;
  top: 25vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-shadow: 1px 1px 1px #000;
}
body main.under .kvarea .kvcont .kvcont__text h2 {
  font-size: 80px;
  margin-bottom: 40px;
}
body main.under .kvarea .kvcont .kvcont__text p {
  font-size: 24px;
}
body main.under .reservationdetailarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .reservationdetailarea .reservationdetailcont {
  width: 90%;
  margin: 80px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service .reservationdetailcont__service__item {
  width: 20%;
  margin-bottom: 20px;
}
body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service .reservationdetailcont__service__item img {
  width: 100%;
}
body main.under .calenderarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .calenderarea .calendercont {
  width: 60%;
  margin: 80px auto;
}
body main.under .calenderarea .calendercont h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
body main.under .tentdetailarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .tentdetailarea .tentdetailcont {
  width: 90%;
  margin: 80px auto;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item {
  margin: 80px auto;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img {
  width: 100%;
  position: relative;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img img {
  width: 100%;
  height: 100%;
  border-radius: 50vh;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img p {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  text-align: center;
  font-size: 64px;
  text-shadow: 2px 2px 0 #000;
  color: #fff;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img sub {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__text {
  width: 80%;
  margin: 40px auto 0;
  font-size: 24px;
  padding-bottom: 40px;
  border-bottom: solid 1px #FFEFBD;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider {
  width: 80%;
  margin: 40px auto 60px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .tentdetailcont__item__slider__item {
  padding: 0 10px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .tentdetailcont__item__slider__item img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-prev,
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-next {
  z-index: 1;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-prev::before,
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-next::before {
  color: #FFEFBD;
  font-size: 30px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-dots li {
  width: 10px;
  height: 10px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-dots li button::before {
  color: #FFEFBD;
  font-size: 8px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-dots li.slick-active button::before {
  color: #FFEFBD;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc {
  width: 80%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc .tentdetailcont__item__etc__box {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc .tentdetailcont__item__etc__box img {
  width: 30px;
  margin-right: 10px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion {
  width: 80%;
  margin: 40px auto 0;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-item {
  margin-bottom: 20px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle {
  display: none;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-title {
  display: block;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  border: solid 1px #FFEFBD;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-title::after {
  content: url(/resources/images/detail_arrow.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle:checked + .accordion-title::after {
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle:checked + .accordion-title + .accordion-content {
  max-height: 1000px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner {
  padding: 20px;
  border-left: solid 1px #FFEFBD;
  border-right: solid 1px #FFEFBD;
  border-bottom: solid 1px #FFEFBD;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner h4 {
  font-size: 18px;
  margin: 15px 0 10px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner h4:first-child {
  margin-top: 0;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner ul {
  list-style: none;
  padding-left: 20px;
}
body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner ul li {
  margin: 5px 0;
  font-size: 16px;
}
body main.under .plandetailarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .plandetailarea .plandetailcont {
  width: 90%;
  margin: 80px auto;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item {
  margin: 80px auto;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__img {
  width: 50%;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__img img {
  width: 100%;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text {
  width: 45%;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text h3 {
  font-size: 48px;
  padding-bottom: 40px;
  border-bottom: solid 1px #FFEFBD;
  margin-bottom: 20px;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text .plandetailcont__item__text__p1 {
  font-size: 18px;
  margin-bottom: 20px;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text .plandetailcont__item__text__p2 {
  font-size: 16px;
  padding: 20px;
  border: solid 1px #FFEFBD;
  border-radius: 10px;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link {
  margin: 40px auto 80px;
  display: table;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a {
  display: block;
  width: 400px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover {
  background-color: #fff;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext {
  border: solid 1px #000000;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext p {
  color: #000;
}
body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body main.under .facilitydetailarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .facilitydetailarea .facilitydetailcont {
  width: 90%;
  margin: 80px auto;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map__text {
  display: none;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map {
  width: 100%;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 {
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item {
  width: 48%;
  position: relative;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item img {
  width: 100%;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item p {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  font-size: 16px;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 {
  width: 100%;
  margin: 40px auto;
  position: relative;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 img {
  width: 100%;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 p {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  font-size: 16px;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 {
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item {
  width: 30%;
  position: relative;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item img {
  width: 100%;
}
body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item p {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  font-size: 16px;
}
body main.under .surroundingarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .surroundingarea .title_jp {
  margin-left: 5%;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
body main.under .surroundingarea .title_en {
  margin-left: 5%;
  font-size: 80px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
body main.under .surroundingarea .surroundingcont {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item {
  width: 30%;
  position: relative;
  margin-bottom: 30px;
}
body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item img {
  width: 100%;
}
body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item p {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  font-size: 16px;
}
body main.under .storydetailarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .storydetailarea .storydetailcont {
  width: 60%;
  margin: 80px auto;
}
body main.under .storydetailarea .storydetailcont .storydetailcont__item {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .storydetailarea .storydetailcont .storydetailcont__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__photo {
  width: 45%;
}
body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__photo img {
  width: 100%;
  border-radius: 80px;
}
body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__text {
  width: 45%;
}
body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__text p {
  font-size: 16px;
}
body main.under .howtodetailarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .howtodetailarea .howtodetailcont {
  width: 90%;
  margin: 80px auto;
}
body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__photo {
  width: 50%;
}
body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__photo img {
  width: 100%;
  border-radius: 40px;
  border: solid 1px #FFEFBD;
}
body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text {
  width: 45%;
}
body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text h3 {
  font-size: 36px;
  padding-bottom: 40px;
  line-height: 1.5em;
  border-bottom: solid 1px #FFEFBD;
  margin-bottom: 20px;
}
body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text p {
  font-size: 16px;
}
body main.under .postarea {
  width: 100%;
  margin: 80px auto;
}
body main.under .postarea .postcont {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto;
}
body main.under .postarea .postcont .postcont__date {
  font-size: 16px;
  margin-bottom: 20px;
}
body main.under .postarea .postcont h3 {
  font-size: 36px;
  padding-bottom: 20px;
  border-bottom: solid 1px #FFEFBD;
  margin-bottom: 20px;
}
body main.under .postarea .postcont p {
  font-size: 16px;
  margin: 20px auto;
}
body main.under .postarea .postcont p a {
  color: #FFD700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .postarea .postcont p a:hover {
  opacity: 0.8;
}
body main.under .postarea .postcont img {
  display: block;
  width: 80%;
  margin: 20px auto;
}
body main.under .blogarea .blogcont .blogcont__item {
  margin-bottom: 80px;
}
body main.under .contactdetailarea {
  width: 100%;
  margin-top: 120px;
}
body main.under .contactdetailarea .contactdetailcont {
  width: 90%;
  margin: 0 auto;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group {
  margin-bottom: 40px;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #ffffff;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-label.required::after {
  content: " *";
  color: #ff6b6b;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  border: solid 1px #FFEFBD;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:hover, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:hover, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:focus, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:focus, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:focus {
  outline: none;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-webkit-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-webkit-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-moz-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-moz-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper {
  position: relative;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #FFEFBD;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 60px;
  cursor: pointer;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select:hover + ::after {
  border-top-color: #ffffff;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select:focus + ::after {
  border-top-color: #ffffff;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea {
  resize: vertical;
  min-height: 200px;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox {
  text-align: left;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text {
  position: relative;
  padding-left: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #FFEFBD;
  border-radius: 4px;
  background-color: transparent;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:hover + .checkbox-text {
  color: rgba(255, 255, 255, 0.8);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:hover + .checkbox-text::before {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked + .checkbox-text::before {
  border-color: #004E4E;
  background-color: #004E4E;
  -webkit-box-shadow: 0 0 15px rgba(0, 78, 78, 0.5);
          box-shadow: 0 0 15px rgba(0, 78, 78, 0.5);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked:focus + .checkbox-text::before {
  -webkit-box-shadow: 0 0 20px rgba(0, 78, 78, 0.7);
          box-shadow: 0 0 20px rgba(0, 78, 78, 0.7);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link {
  margin-top: 10px;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link a {
  color: #FFEFBD;
  text-decoration: underline;
  font-size: 14px;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link a:hover {
  color: #ffffff;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit {
  text-align: center;
  margin-top: 80px;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit {
  background: linear-gradient(135deg, #004E4E 0%, #006060 100%);
  border: solid 2px #ffffff;
  color: #ffffff;
  padding: 22px 80px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 78, 78, 0.3);
          box-shadow: 0 8px 25px rgba(0, 78, 78, 0.3);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:hover {
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  color: #004E4E;
  border-color: #004E4E;
  -webkit-box-shadow: 0 15px 35px rgba(0, 78, 78, 0.4);
          box-shadow: 0 15px 35px rgba(0, 78, 78, 0.4);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:hover::before {
  left: 100%;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:active {
  -webkit-transform: translateY(-2px) scale(0.98);
          transform: translateY(-2px) scale(0.98);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete {
  text-align: center;
  padding: 80px 40px;
  background: linear-gradient(135deg, rgba(0, 78, 78, 0.3) 0%, rgba(0, 96, 96, 0.2) 100%);
  border: solid 2px #FFEFBD;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 239, 189, 0.1) 0%, transparent 70%);
  -webkit-animation: pulse 3s ease-in-out infinite;
          animation: pulse 3s ease-in-out infinite;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message {
  position: relative;
  z-index: 1;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message p {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.8;
  opacity: 0.9;
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotate(180deg);
    opacity: 0.1;
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotate(180deg);
    opacity: 0.1;
  }
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.15) 0%, rgba(255, 71, 71, 0.1) 100%);
  border: solid 2px #ff6b6b;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 40px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ff6b6b), color-stop(#ff8e8e), to(#ff6b6b));
  background: linear-gradient(90deg, #ff6b6b, #ff8e8e, #ff6b6b);
  -webkit-animation: shimmer 2s ease-in-out infinite;
          animation: shimmer 2s ease-in-out infinite;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors h3 {
  color: #ff6b6b;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul li {
  color: #ff6b6b;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul li::before {
  content: "❌";
  position: absolute;
  left: 0;
  top: 0;
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
body main.under .notfoundarea {
  width: 100%;
  margin: 120px auto;
}
body main.under .notfoundarea .notfoundcont {
  width: 90%;
  margin: 80px auto;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link {
  margin: 80px auto 0;
  display: table;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a {
  display: block;
  width: 400px;
  padding: 10px;
  background-color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a .linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a .linktext p {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a .linktext img {
  width: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a:hover {
  background-color: #fff;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a:hover .linktext {
  border: solid 1px #000000;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a:hover .linktext p {
  color: #000;
}
body main.under .notfoundarea .notfoundcont .notfoundcont__link a:hover .linktext img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
body footer {
  width: 100%;
  margin-top: 80px;
}
body footer .footerarea {
  width: 90%;
  margin: 0 auto;
}
body footer .footerarea img {
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
body footer .footerarea p {
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 10px;
}
body footer .footerarea p.footercont__title {
  font-size: 14px;
  margin-bottom: 20px;
}
body footer .footerarea ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body footer .footerarea ul li {
  padding: 0 20px;
  border-right: solid 1px #fff;
  line-height: normal;
}
body footer .footerarea ul li a {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body footer .footerarea ul li:last-child {
  border-right: none;
}
body footer .footerarea ul li:hover a {
  color: #ccc;
}
body footer .footerarea small {
  font-size: 14px;
  text-align: center;
  margin: 80px auto 40px;
  display: block;
}

@media screen and (max-width: 1024px) {
  body {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #001010;
    color: #ffffff;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    font-weight: 100;
  }
  body h1 {
    font-size: 72px;
    font-weight: 100;
  }
  body h2 {
    font-size: 48px;
    font-weight: 100;
  }
  body h3 {
    font-size: 32px;
    font-weight: 100;
  }
  body h4 {
    font-size: 24px;
    font-weight: 100;
  }
  body header {
    position: fixed;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
  }
  body header .headercont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body header .headercont .headercont__menu__left {
    display: none;
  }
  body header .headercont .headerlogo {
    width: 100px;
  }
  body header .headercont .headerlogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body header .headercont .headercont__menu__right {
    display: none;
  }
  body nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  body nav .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    cursor: pointer;
    width: 130px;
    height: 120px;
  }
  body nav .hamburger .hamburger__background {
    position: absolute;
    top: 90px;
    right: -30px;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    opacity: 0.7;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    z-index: 1400;
  }
  body nav .hamburger.active .hamburger__background {
    top: 0;
    -webkit-transform: scale(30);
            transform: scale(30);
    opacity: 0.95;
    background-color: #004E4E;
  }
  body nav .hamburger.active .hamburger__icon span {
    background-color: #ffffff;
  }
  body nav .hamburger.active .hamburger__icon span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  body nav .hamburger.active .hamburger__icon span:nth-child(2) {
    opacity: 0;
  }
  body nav .hamburger.active .hamburger__icon span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  body nav .hamburger .hamburger__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    z-index: 2100;
  }
  body nav .hamburger .hamburger__icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333333;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 3px;
  }
  body nav .hamburger .nav-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    z-index: 1500;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  body nav .hamburger .nav-content:not(.active) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body nav .hamburger .nav-content:not(.active) .nav-menu {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body nav .hamburger .nav-content:not(.active) .nav-menu li {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body nav .hamburger .nav-content .nav-menu {
    list-style: none;
    padding: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  body nav .hamburger .nav-content .nav-menu li {
    margin: 20px 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(1) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(3) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(4) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(5) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(6) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(7) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(8) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(9) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(10) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(11) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(12) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  body nav .hamburger .nav-content .nav-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body nav .hamburger .nav-content .nav-menu li a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  body nav .hamburger .nav-content .nav-menu li a.contactlink {
    background-color: #000;
    padding: 5px 10px;
    border-radius: 20px;
  }
  body nav .hamburger .nav-content .nav-menu li a.contactlink img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  body nav .hamburger .nav-content .nav-menu li a.reservationlink {
    background-color: #FFD700;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
  }
  body nav .hamburger .nav-content .nav-menu li a.reservationlink img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  body nav .hamburger .nav-content .nav-menu li a.instalink {
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
  }
  body nav .hamburger .nav-content .nav-menu li a.instalink img {
    width: 20px;
    height: 20px;
  }
  body nav .hamburger .nav-content.active {
    opacity: 1;
    pointer-events: auto;
  }
  body nav .hamburger .nav-content.active .nav-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body nav .hamburger .nav-content.active .nav-menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body main {
    width: 100%;
  }
  body main .kvarea {
    width: 100%;
    height: 100vh;
    background-image: url(/resources/images/top_kv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  body main .kvarea .kvcont {
    width: 100%;
    height: 100%;
  }
  body main .kvarea .kvcont .kvcont__text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  body main .kvarea .kvcont .kvcont__text h2 {
    font-size: 6vw;
    margin-bottom: 40px;
  }
  body main .kvarea .kvcont .kvcont__text p {
    font-size: 3vw;
  }
  body main .alertarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .alertarea .alertcont {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    text-align: left;
  }
  body main .alertarea .alertcont .alertcont__text {
    border: solid 1px #FFD700;
    padding: 40px;
    border-radius: 10px;
  }
  body main .alertarea .alertcont .alertcont__text p {
    margin-bottom: 10px;
  }
  body main .alertarea .alertcont .alertcont__text a {
    color: #FFD700;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .alertarea .alertcont .alertcont__text a:hover {
    opacity: 0.8;
  }
  body main .reservationarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .reservationarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .reservationarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .reservationarea .reservationcont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_reveration.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .reservationarea .reservationcont .reservationcont__link {
    position: absolute;
    bottom: 40px;
    right: 5%;
  }
  body main .reservationarea .reservationcont .reservationcont__link .price {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  body main .reservationarea .reservationcont .reservationcont__link a {
    display: block;
    width: 320px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover {
    background-color: #fff;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext p {
    color: #000;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .tentarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .tentarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .tentarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .tentarea .tentcont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_tent.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .tentarea .tentcont .tentcont__text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 42vw;
  }
  body main .tentarea .tentcont .tentcont__text .tentcont__text__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body main .tentarea .tentcont .tentcont__text .tentcont__text__sub {
    font-size: 18px;
  }
  body main .tentarea .tentcont .tentcont__link {
    position: absolute;
    bottom: 40px;
    right: 5%;
  }
  body main .tentarea .tentcont .tentcont__link a {
    display: block;
    width: 320px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a:hover {
    background-color: #fff;
  }
  body main .tentarea .tentcont .tentcont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .tentarea .tentcont .tentcont__link a:hover .linktext p {
    color: #000;
  }
  body main .tentarea .tentcont .tentcont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .planarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .planarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .planarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .planarea .plancont {
    margin-left: 5%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body main .planarea .plancont .plancont__item {
    width: 48%;
    height: 30%;
    margin-bottom: 60px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  body main .planarea .plancont .plancont__item .plancont__item__title {
    position: absolute;
    max-width: 90%;
    top: 20px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    color: #333;
  }
  body main .planarea .plancont .plancont__item .plancont__item__links {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body main .planarea .plancont .plancont__item .plancont__item__links a {
    width: 48%;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 1px #ffffff;
  }
  body main .planarea .plancont .plancont__item .plancont__item__links a:hover {
    background-color: rgb(0, 0, 0);
  }
  body main .planarea .plancont__link {
    margin: 80px auto 0;
    display: table;
  }
  body main .planarea .plancont__link a {
    display: block;
    width: 400px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a:hover {
    background-color: #fff;
  }
  body main .planarea .plancont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .planarea .plancont__link a:hover .linktext p {
    color: #000;
  }
  body main .planarea .plancont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .storyarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .storyarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .storyarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .storyarea .storycont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_story.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .storyarea .storycont .storycont__text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 42vw;
  }
  body main .storyarea .storycont .storycont__text .storycont__text__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body main .storyarea .storycont .storycont__text p {
    font-size: 18px;
  }
  body main .storyarea .storycont .storycont__link {
    position: absolute;
    bottom: 40px;
    right: 5%;
  }
  body main .storyarea .storycont .storycont__link a {
    display: block;
    width: 320px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a:hover {
    background-color: #fff;
  }
  body main .storyarea .storycont .storycont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .storyarea .storycont .storycont__link a:hover .linktext p {
    color: #000;
  }
  body main .storyarea .storycont .storycont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .facilityarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .facilityarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .facilityarea .title_en {
    margin-left: 5%;
    font-size: 78px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .facilityarea .facilitycont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_facility.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .facilityarea .facilitycont .facilitycont__text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 42vw;
  }
  body main .facilityarea .facilitycont .facilitycont__text .facilitycont__text__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body main .facilityarea .facilitycont .facilitycont__text p {
    font-size: 18px;
  }
  body main .facilityarea .facilitycont .facilitycont__link {
    position: absolute;
    bottom: 40px;
    right: 5%;
  }
  body main .facilityarea .facilitycont .facilitycont__link a {
    display: block;
    width: 320px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover {
    background-color: #fff;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext p {
    color: #000;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .newsarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .newsarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .newsarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .newsarea .newscont {
    width: 90%;
    margin: 40px auto;
  }
  body main .newsarea .newscont .newscont__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 20px;
    border-top: solid 1px #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont .newscont__item .newscont__item__date {
    font-size: 16px;
    width: 100%;
  }
  body main .newsarea .newscont .newscont__item .newscont__item__title {
    font-size: 16px;
    width: 100%;
  }
  body main .newsarea .newscont .newscont__item:last-child {
    border-bottom: solid 1px #fff;
  }
  body main .newsarea .newscont .newscont__item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  body main .newsarea .newscont__link {
    margin: 0 auto;
    display: table;
  }
  body main .newsarea .newscont__link a {
    display: block;
    width: 400px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a:hover {
    background-color: #fff;
  }
  body main .newsarea .newscont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .newsarea .newscont__link a:hover .linktext p {
    color: #000;
  }
  body main .newsarea .newscont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .blogarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .blogarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .blogarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .blogarea .blogcont {
    margin-left: 5%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body main .blogarea .blogcont .blogcont__item {
    width: 48%;
    height: 30%;
    margin-bottom: 60px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 80px;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__title {
    position: absolute;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    bottom: 40px;
    font-size: 16px;
    color: #fff;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__links {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__links a {
    width: 48%;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 1px #ffffff;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__links a:hover {
    background-color: rgb(0, 0, 0);
  }
  body main .blogarea .blogcont__link {
    margin: 80px auto 0;
    display: table;
  }
  body main .blogarea .blogcont__link a {
    display: block;
    width: 400px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a:hover {
    background-color: #fff;
  }
  body main .blogarea .blogcont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .blogarea .blogcont__link a:hover .linktext p {
    color: #000;
  }
  body main .blogarea .blogcont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .howtoarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .howtoarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .howtoarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .howtoarea .howtocont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_howto.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .howtoarea .howtocont .howtocont__text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 42vw;
  }
  body main .howtoarea .howtocont .howtocont__text .howtocont__text__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body main .howtoarea .howtocont .howtocont__text p {
    font-size: 18px;
  }
  body main .howtoarea .howtocont .howtocont__link {
    position: absolute;
    bottom: 40px;
    right: 5%;
  }
  body main .howtoarea .howtocont .howtocont__link a {
    display: block;
    width: 320px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover {
    background-color: #fff;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover .linktext p {
    color: #000;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .accessarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .accessarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .accessarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .accessarea .accesscont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .accessarea .accesscont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .accessarea .accesscont iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  body main .contactarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .contactarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .contactarea .title_en {
    margin-left: 5%;
    font-size: 80px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .contactarea .contactcont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  body main .contactarea .contactcont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .contactarea .contactcont .contactcont__tel {
    width: 100%;
  }
  body main .contactarea .contactcont .contactcont__tel .contactcont__tel__title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  body main .contactarea .contactcont .contactcont__tel a {
    font-size: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main .contactarea .contactcont .contactcont__tel a img {
    width: 50px;
    padding: 15px 0 0;
    margin-right: 10px;
  }
  body main .contactarea .contactcont .contactcont__form {
    width: 100%;
  }
  body main .contactarea .contactcont .contactcont__form .contactcont__form__title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  body main .contactarea .contactcont .contactcont__form a {
    display: block;
    width: 400px;
    padding: 10px;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a:hover {
    background-color: #fff;
  }
  body main .contactarea .contactcont .contactcont__form a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .contactarea .contactcont .contactcont__form a:hover .linktext p {
    color: #000;
  }
  body main .contactarea .contactcont .contactcont__form a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main.under .kvarea {
    width: 100%;
    height: 40vh;
    background-image: url(/resources/images/top_kv01.jpg);
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
  }
  body main.under .kvarea .kvcont {
    width: 100%;
    height: 100%;
  }
  body main.under .kvarea .kvcont .kvcont__text {
    position: absolute;
    top: 20vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  body main.under .kvarea .kvcont .kvcont__text h2 {
    font-size: 8vw;
    margin-bottom: 40px;
  }
  body main.under .kvarea .kvcont .kvcont__text p {
    font-size: 4vw;
  }
  body main.under .reservationdetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .reservationdetailarea .reservationdetailcont {
    width: 90%;
    margin: 80px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service .reservationdetailcont__service__item {
    width: 20%;
    margin-bottom: 20px;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service .reservationdetailcont__service__item img {
    width: 100%;
  }
  body main.under .calenderarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .calenderarea .calendercont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .calenderarea .calendercont h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  body main.under .tentdetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .tentdetailarea .tentdetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item {
    margin: 80px auto;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img {
    width: 100%;
    position: relative;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img img {
    width: 100%;
    height: 100%;
    border-radius: 50vh;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img p {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
    font-size: 64px;
    text-shadow: 2px 2px 0 #000;
    color: #fff;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__text {
    width: 80%;
    margin: 40px auto 0;
    font-size: 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px #FFEFBD;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider {
    width: 80%;
    margin: 40px auto 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .tentdetailcont__item__slider__item {
    padding: 0 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .tentdetailcont__item__slider__item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-prev,
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-next {
    z-index: 1;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-prev::before,
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-next::before {
    color: #FFEFBD;
    font-size: 30px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-dots li button::before {
    color: #FFEFBD;
    font-size: 12px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-dots li.slick-active button::before {
    color: #FFEFBD;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc {
    width: 80%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc .tentdetailcont__item__etc__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc .tentdetailcont__item__etc__box img {
    width: 30px;
    margin-right: 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion {
    width: 80%;
    margin: 40px auto 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-item {
    margin-bottom: 20px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle {
    display: none;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-title {
    display: block;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    border: solid 1px #FFEFBD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-title::after {
    content: url(/resources/images/detail_arrow.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle:checked + .accordion-title::after {
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle:checked + .accordion-title + .accordion-content {
    max-height: 1000px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner {
    padding: 20px;
    border-left: solid 1px #FFEFBD;
    border-right: solid 1px #FFEFBD;
    border-bottom: solid 1px #FFEFBD;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner h4 {
    font-size: 18px;
    margin: 15px 0 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner h4:first-child {
    margin-top: 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner ul {
    list-style: none;
    padding-left: 20px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner ul li {
    margin: 5px 0;
    font-size: 16px;
  }
  body main.under .plandetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .plandetailarea .plandetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item {
    margin: 80px auto;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__img {
    width: 70%;
    margin: 0 auto;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__img img {
    width: 100%;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text {
    margin-top: 40px;
    width: 100%;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text h3 {
    font-size: 48px;
    padding-bottom: 40px;
    border-bottom: solid 1px #FFEFBD;
    margin-bottom: 20px;
    text-align: center;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text .plandetailcont__item__text__p1 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text .plandetailcont__item__text__p2 {
    font-size: 16px;
    padding: 20px;
    border: solid 1px #FFEFBD;
    border-radius: 10px;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link {
    margin: 40px auto 80px;
    display: table;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a {
    display: block;
    width: 400px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover {
    background-color: #fff;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext p {
    color: #000;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main.under .facilitydetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .facilitydetailarea .facilitydetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map img {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 {
    width: 100%;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item {
    width: 48%;
    position: relative;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item img {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 {
    width: 100%;
    margin: 40px auto;
    position: relative;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 img {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 {
    width: 100%;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item {
    width: 30%;
    position: relative;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item img {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .surroundingarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .surroundingarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main.under .surroundingarea .title_en {
    margin-left: 5%;
    font-size: 60px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main.under .surroundingarea .surroundingcont {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item {
    width: 30%;
    position: relative;
    margin-bottom: 30px;
  }
  body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item img {
    width: 100%;
  }
  body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .storydetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .storydetailarea .storydetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item {
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__photo {
    width: 45%;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__photo img {
    width: 100%;
    border-radius: 80px;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__text {
    width: 45%;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__text p {
    font-size: 16px;
  }
  body main.under .howtodetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .howtodetailarea .howtodetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item {
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__photo {
    width: 70%;
    margin: 0 auto;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__photo img {
    width: 100%;
    border-radius: 40px;
    border: solid 1px #FFEFBD;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text {
    width: 100%;
    margin-top: 40px;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text h3 {
    font-size: 36px;
    padding-bottom: 40px;
    border-bottom: solid 1px #FFEFBD;
    margin-bottom: 20px;
    text-align: center;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text p {
    font-size: 16px;
  }
  body main.under .postarea {
    width: 100%;
    margin: 80px auto;
  }
  body main.under .postarea .postcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .postarea .postcont .postcont__date {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body main.under .postarea .postcont h3 {
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: solid 1px #FFEFBD;
    margin-bottom: 20px;
  }
  body main.under .postarea .postcont p {
    font-size: 16px;
    margin: 20px auto;
  }
  body main.under .postarea .postcont img {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  body main.under .blogarea .blogcont .blogcont__item {
    margin-bottom: 80px;
  }
  body main.under .contactdetailarea {
    width: 100%;
    margin-top: 120px;
  }
  body main.under .contactdetailarea .contactdetailcont {
    width: 90%;
    margin: 0 auto;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group {
    margin-bottom: 40px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #ffffff;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-label.required::after {
    content: " *";
    color: #ff6b6b;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select {
    width: 100%;
    padding: 18px;
    font-size: 16px;
    border: solid 1px #FFEFBD;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:hover, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:hover, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:focus, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:focus, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:focus {
    outline: none;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-webkit-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-webkit-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-moz-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-moz-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper {
    position: relative;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #FFEFBD;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 60px;
    cursor: pointer;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select:hover + ::after {
    border-top-color: #ffffff;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select:focus + ::after {
    border-top-color: #ffffff;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea {
    resize: vertical;
    min-height: 200px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox {
    text-align: left;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text {
    position: relative;
    padding-left: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid 1px #FFEFBD;
    border-radius: 4px;
    background-color: transparent;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:hover + .checkbox-text {
    color: rgba(255, 255, 255, 0.8);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:hover + .checkbox-text::before {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked + .checkbox-text::before {
    border-color: #004E4E;
    background-color: #004E4E;
    -webkit-box-shadow: 0 0 15px rgba(0, 78, 78, 0.5);
            box-shadow: 0 0 15px rgba(0, 78, 78, 0.5);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked + .checkbox-text::after {
    opacity: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked:focus + .checkbox-text::before {
    -webkit-box-shadow: 0 0 20px rgba(0, 78, 78, 0.7);
            box-shadow: 0 0 20px rgba(0, 78, 78, 0.7);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link {
    margin-top: 10px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link a {
    color: #FFEFBD;
    text-decoration: underline;
    font-size: 14px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link a:hover {
    color: #ffffff;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit {
    text-align: center;
    margin-top: 80px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit {
    background: linear-gradient(135deg, #004E4E 0%, #006060 100%);
    border: solid 2px #ffffff;
    color: #ffffff;
    padding: 22px 80px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 8px 25px rgba(0, 78, 78, 0.3);
            box-shadow: 0 8px 25px rgba(0, 78, 78, 0.3);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    -webkit-transition: left 0.6s ease;
    transition: left 0.6s ease;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #004E4E;
    border-color: #004E4E;
    -webkit-box-shadow: 0 15px 35px rgba(0, 78, 78, 0.4);
            box-shadow: 0 15px 35px rgba(0, 78, 78, 0.4);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:hover::before {
    left: 100%;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:active {
    -webkit-transform: translateY(-2px) scale(0.98);
            transform: translateY(-2px) scale(0.98);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, rgba(0, 78, 78, 0.3) 0%, rgba(0, 96, 96, 0.2) 100%);
    border: solid 2px #FFEFBD;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 239, 189, 0.1) 0%, transparent 70%);
    -webkit-animation: pulse 3s ease-in-out infinite;
            animation: pulse 3s ease-in-out infinite;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message {
    position: relative;
    z-index: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.9;
  }
  @-webkit-keyframes pulse {
    0%, 100% {
      -webkit-transform: scale(1) rotate(0deg);
              transform: scale(1) rotate(0deg);
      opacity: 0.3;
    }
    50% {
      -webkit-transform: scale(1.1) rotate(180deg);
              transform: scale(1.1) rotate(180deg);
      opacity: 0.1;
    }
  }
  @keyframes pulse {
    0%, 100% {
      -webkit-transform: scale(1) rotate(0deg);
              transform: scale(1) rotate(0deg);
      opacity: 0.3;
    }
    50% {
      -webkit-transform: scale(1.1) rotate(180deg);
              transform: scale(1.1) rotate(180deg);
      opacity: 0.1;
    }
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.15) 0%, rgba(255, 71, 71, 0.1) 100%);
    border: solid 2px #ff6b6b;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#ff6b6b), color-stop(#ff8e8e), to(#ff6b6b));
    background: linear-gradient(90deg, #ff6b6b, #ff8e8e, #ff6b6b);
    -webkit-animation: shimmer 2s ease-in-out infinite;
            animation: shimmer 2s ease-in-out infinite;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors h3 {
    color: #ff6b6b;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul li {
    color: #ff6b6b;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul li::before {
    content: "❌";
    position: absolute;
    left: 0;
    top: 0;
  }
  @-webkit-keyframes shimmer {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  @keyframes shimmer {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  body footer {
    width: 100%;
    margin-top: 80px;
  }
  body footer .footerarea {
    width: 90%;
    margin: 0 auto;
  }
  body footer .footerarea img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
  body footer .footerarea p {
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
  }
  body footer .footerarea p.footercont__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body footer .footerarea ul {
    margin-top: 80px;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body footer .footerarea ul li {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
    border-right: none;
    line-height: normal;
  }
  body footer .footerarea ul li a {
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body footer .footerarea ul li:last-child {
    border-right: none;
  }
  body footer .footerarea ul li:hover a {
    color: #ccc;
  }
  body footer .footerarea small {
    font-size: 14px;
    text-align: center;
    margin: 80px auto 40px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #001010;
    color: #ffffff;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    font-weight: 100;
  }
  body h1 {
    font-size: 72px;
    font-weight: 100;
  }
  body h2 {
    font-size: 48px;
    font-weight: 100;
  }
  body h3 {
    font-size: 32px;
    font-weight: 100;
  }
  body h4 {
    font-size: 24px;
    font-weight: 100;
  }
  body nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  body nav .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    cursor: pointer;
    width: 80px;
    height: 80px;
  }
  body nav .hamburger .hamburger__background {
    position: absolute;
    top: 60px;
    right: -30px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    opacity: 0.7;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    z-index: 1400;
  }
  body nav .hamburger.active .hamburger__background {
    top: 0;
    -webkit-transform: scale(30);
            transform: scale(30);
    opacity: 0.95;
    background-color: #004E4E;
  }
  body nav .hamburger.active .hamburger__icon span {
    background-color: #ffffff;
  }
  body nav .hamburger.active .hamburger__icon span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  body nav .hamburger.active .hamburger__icon span:nth-child(2) {
    opacity: 0;
  }
  body nav .hamburger.active .hamburger__icon span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  body nav .hamburger .hamburger__icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    z-index: 2100;
  }
  body nav .hamburger .hamburger__icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333333;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 3px;
  }
  body nav .hamburger .nav-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    z-index: 1500;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  body nav .hamburger .nav-content:not(.active) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body nav .hamburger .nav-content:not(.active) .nav-menu {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body nav .hamburger .nav-content:not(.active) .nav-menu li {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body nav .hamburger .nav-content .nav-menu {
    list-style: none;
    padding: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  body nav .hamburger .nav-content .nav-menu li {
    margin: 20px 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(1) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(3) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(4) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(5) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(6) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(7) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(8) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(9) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(10) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(11) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  body nav .hamburger .nav-content .nav-menu li:nth-child(12) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  body nav .hamburger .nav-content .nav-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body nav .hamburger .nav-content .nav-menu li a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  body nav .hamburger .nav-content .nav-menu li a.contactlink {
    background-color: #000;
    padding: 5px 10px;
    border-radius: 20px;
  }
  body nav .hamburger .nav-content .nav-menu li a.contactlink img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  body nav .hamburger .nav-content .nav-menu li a.reservationlink {
    background-color: #FFD700;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
  }
  body nav .hamburger .nav-content .nav-menu li a.reservationlink img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  body nav .hamburger .nav-content .nav-menu li a.instalink {
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
  }
  body nav .hamburger .nav-content .nav-menu li a.instalink img {
    width: 20px;
    height: 20px;
  }
  body nav .hamburger .nav-content.active {
    opacity: 1;
    pointer-events: auto;
  }
  body nav .hamburger .nav-content.active .nav-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body nav .hamburger .nav-content.active .nav-menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body main {
    width: 100%;
  }
  body main .kvarea {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  body main .kvarea .kvarea__backgrounds .kvarea__background--1 {
    background-image: url(/resources/images/top_kv01_sp.jpg);
  }
  body main .kvarea .kvarea__backgrounds .kvarea__background--2 {
    background-image: url(/resources/images/top_kv02_sp.jpg);
  }
  body main .kvarea .kvarea__backgrounds .kvarea__background--3 {
    background-image: url(/resources/images/top_kv03_sp.jpg);
  }
  body main .kvarea .kvcont {
    width: 100%;
    height: 100%;
  }
  body main .kvarea .kvcont .kvcont__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  body main .kvarea .kvcont .kvcont__text h2 {
    font-size: 6vw;
    margin-bottom: 40px;
  }
  body main .kvarea .kvcont .kvcont__text p {
    font-size: 3vw;
  }
  body main .alertarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .alertarea .alertcont {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
  }
  body main .alertarea .alertcont .alertcont__text {
    border: solid 1px #FFD700;
    padding: 20px;
    border-radius: 10px;
  }
  body main .alertarea .alertcont .alertcont__text p {
    margin-bottom: 10px;
  }
  body main .alertarea .alertcont .alertcont__text a {
    color: #FFD700;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .alertarea .alertcont .alertcont__text a:hover {
    opacity: 0.8;
  }
  body main .reservationarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .reservationarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .reservationarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .reservationarea .reservationcont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_reveration.jpg);
    background-size: cover;
    background-position: 33%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .reservationarea .reservationcont .reservationcont__link {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body main .reservationarea .reservationcont .reservationcont__link .price {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 #000;
  }
  body main .reservationarea .reservationcont .reservationcont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover {
    background-color: #fff;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext p {
    color: #000;
  }
  body main .reservationarea .reservationcont .reservationcont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .tentarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .tentarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .tentarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .tentarea .tentcont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_tent.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .tentarea .tentcont .tentcont__text {
    position: absolute;
    bottom: calc(60px + 12vh);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  body main .tentarea .tentcont .tentcont__text .tentcont__text__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body main .tentarea .tentcont .tentcont__text .tentcont__text__sub {
    font-size: 14px;
    line-height: 1.5em;
  }
  body main .tentarea .tentcont .tentcont__link {
    width: 90%;
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body main .tentarea .tentcont .tentcont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .tentarea .tentcont .tentcont__link a:hover {
    background-color: #fff;
  }
  body main .tentarea .tentcont .tentcont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .tentarea .tentcont .tentcont__link a:hover .linktext p {
    color: #000;
  }
  body main .tentarea .tentcont .tentcont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .planarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .planarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .planarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .planarea .plancont {
    margin-left: 5%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body main .planarea .plancont .plancont__item {
    width: 100%;
    height: 30%;
    margin-bottom: 60px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  body main .planarea .plancont .plancont__item .plancont__item__title {
    position: absolute;
    max-width: 90%;
    top: 20px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    color: #333;
  }
  body main .planarea .plancont .plancont__item .plancont__item__links {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body main .planarea .plancont .plancont__item .plancont__item__links a {
    width: 48%;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 1px #ffffff;
  }
  body main .planarea .plancont .plancont__item .plancont__item__links a:hover {
    background-color: rgb(0, 0, 0);
  }
  body main .planarea .plancont__link {
    margin: 20px auto 0;
    display: table;
  }
  body main .planarea .plancont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .planarea .plancont__link a:hover {
    background-color: #fff;
  }
  body main .planarea .plancont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .planarea .plancont__link a:hover .linktext p {
    color: #000;
  }
  body main .planarea .plancont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .storyarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .storyarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .storyarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .storyarea .storycont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_story.jpg);
    background-size: cover;
    background-position: 86%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .storyarea .storycont .storycont__text {
    position: absolute;
    bottom: calc(60px + 12vh);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  body main .storyarea .storycont .storycont__text .storycont__text__title {
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0 #000;
  }
  body main .storyarea .storycont .storycont__text p {
    font-size: 14px;
    text-shadow: 2px 2px 0 #000;
    line-height: 1.5em;
  }
  body main .storyarea .storycont .storycont__link {
    position: absolute;
    width: 90%;
    bottom: 40px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body main .storyarea .storycont .storycont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .storyarea .storycont .storycont__link a:hover {
    background-color: #fff;
  }
  body main .storyarea .storycont .storycont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .storyarea .storycont .storycont__link a:hover .linktext p {
    color: #000;
  }
  body main .storyarea .storycont .storycont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .facilityarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .facilityarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .facilityarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .facilityarea .facilitycont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_facility.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .facilityarea .facilitycont .facilitycont__map {
    width: 100%;
  }
  body main .facilityarea .facilitycont .facilitycont__map img {
    width: 200%;
  }
  body main .facilityarea .facilitycont .facilitycont__text {
    position: absolute;
    bottom: calc(60px + 12vh);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  body main .facilityarea .facilitycont .facilitycont__text .facilitycont__text__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body main .facilityarea .facilitycont .facilitycont__text p {
    font-size: 14px;
    line-height: 1.5em;
  }
  body main .facilityarea .facilitycont .facilitycont__link {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  body main .facilityarea .facilitycont .facilitycont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover {
    background-color: #fff;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext p {
    color: #000;
  }
  body main .facilityarea .facilitycont .facilitycont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .newsarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .newsarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .newsarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .newsarea .newscont {
    width: 90%;
    margin: 40px auto;
  }
  body main .newsarea .newscont .newscont__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px;
    border-top: solid 1px #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont .newscont__item .newscont__item__date {
    font-size: 14px;
    width: 100%;
  }
  body main .newsarea .newscont .newscont__item .newscont__item__title {
    font-size: 16px;
    width: 100%;
  }
  body main .newsarea .newscont .newscont__item:last-child {
    border-bottom: solid 1px #fff;
  }
  body main .newsarea .newscont .newscont__item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  body main .newsarea .newscont__link {
    margin: 0 auto;
    display: table;
  }
  body main .newsarea .newscont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .newsarea .newscont__link a:hover {
    background-color: #fff;
  }
  body main .newsarea .newscont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .newsarea .newscont__link a:hover .linktext p {
    color: #000;
  }
  body main .newsarea .newscont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .blogarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .blogarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .blogarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .blogarea .blogcont {
    margin-left: 5%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body main .blogarea .blogcont .blogcont__item {
    width: 100%;
    height: 30%;
    margin-bottom: 60px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 80px;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__title {
    position: absolute;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    bottom: 40px;
    font-size: 16px;
    color: #fff;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__links {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__links a {
    width: 48%;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 1px #ffffff;
  }
  body main .blogarea .blogcont .blogcont__item .blogcont__item__links a:hover {
    background-color: rgb(0, 0, 0);
  }
  body main .blogarea .blogcont__link {
    margin: 80px auto 0;
    display: table;
  }
  body main .blogarea .blogcont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .blogarea .blogcont__link a:hover {
    background-color: #fff;
  }
  body main .blogarea .blogcont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .blogarea .blogcont__link a:hover .linktext p {
    color: #000;
  }
  body main .blogarea .blogcont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .howtoarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .howtoarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .howtoarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .howtoarea .howtocont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_howto.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .howtoarea .howtocont .howtocont__text {
    position: absolute;
    bottom: calc(60px + 12vh);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  body main .howtoarea .howtocont .howtocont__text .howtocont__text__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body main .howtoarea .howtocont .howtocont__text p {
    font-size: 14px;
    line-height: 1.5em;
  }
  body main .howtoarea .howtocont .howtocont__link {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  body main .howtoarea .howtocont .howtocont__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover {
    background-color: #fff;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover .linktext p {
    color: #000;
  }
  body main .howtoarea .howtocont .howtocont__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main .accessarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .accessarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .accessarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .accessarea .accesscont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .accessarea .accesscont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .accessarea .accesscont iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  body main .contactarea {
    width: 100%;
    margin-top: 120px;
  }
  body main .contactarea .title_jp {
    margin-left: 5%;
    font-size: 5vw;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main .contactarea .title_en {
    margin-left: 5%;
    font-size: 9vw;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main .contactarea .contactcont {
    margin-left: 5%;
    width: 95%;
    height: 50vh;
    background-image: url(/resources/images/top_contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: -10px 10px 0 #004E4E;
            box-shadow: -10px 10px 0 #004E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  body main .contactarea .contactcont:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  body main .contactarea .contactcont .contactcont__tel {
    width: 100%;
  }
  body main .contactarea .contactcont .contactcont__tel .contactcont__tel__title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  body main .contactarea .contactcont .contactcont__tel a {
    font-size: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main .contactarea .contactcont .contactcont__tel a img {
    width: 10vw;
    padding: 15px 0 0;
    margin-right: 10px;
  }
  body main .contactarea .contactcont .contactcont__form {
    width: 90%;
    margin: 0 auto;
  }
  body main .contactarea .contactcont .contactcont__form .contactcont__form__title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  body main .contactarea .contactcont .contactcont__form a {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a .linktext p {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main .contactarea .contactcont .contactcont__form a:hover {
    background-color: #fff;
  }
  body main .contactarea .contactcont .contactcont__form a:hover .linktext {
    border: solid 1px #000000;
  }
  body main .contactarea .contactcont .contactcont__form a:hover .linktext p {
    color: #000;
  }
  body main .contactarea .contactcont .contactcont__form a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main.under .kvarea {
    width: 100%;
    height: 40vh;
    background-image: url(/resources/images/top_kv01.jpg);
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
  }
  body main.under .kvarea .kvcont {
    width: 100%;
    height: 100%;
  }
  body main.under .kvarea .kvcont .kvcont__text {
    position: absolute;
    top: 25vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  body main.under .kvarea .kvcont .kvcont__text h2 {
    font-size: 8vw;
    margin-bottom: 20px;
  }
  body main.under .kvarea .kvcont .kvcont__text p {
    font-size: 5vw;
  }
  body main.under .reservationdetailarea {
    width: 100%;
    margin: 60px auto;
  }
  body main.under .reservationdetailarea .reservationdetailcont {
    width: 90%;
    margin: 60px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service .reservationdetailcont__service__item {
    width: 45%;
    margin-bottom: 20px;
  }
  body main.under .reservationdetailarea .reservationdetailcont .reservationdetailcont__service .reservationdetailcont__service__item img {
    width: 100%;
  }
  body main.under .calenderarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .calenderarea .calendercont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .calenderarea .calendercont h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  body main.under .tentdetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .tentdetailarea .tentdetailcont {
    width: 100%;
    margin: 80px auto;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item {
    margin: 80px auto;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img {
    width: 100%;
    position: relative;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img p {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
    font-size: 10vw;
    text-shadow: 2px 2px 0 #000;
    color: #fff;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__img sub {
    font-size: 18px;
    bottom: 20px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__text {
    width: 90%;
    margin: 40px auto 0;
    font-size: 18px;
    padding-bottom: 40px;
    border-bottom: solid 1px #FFEFBD;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider {
    width: 90%;
    margin: 40px auto 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .tentdetailcont__item__slider__item {
    padding: 0 5px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .tentdetailcont__item__slider__item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-prev,
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-next {
    z-index: 1;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-prev::before,
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-next::before {
    color: #FFEFBD;
    font-size: 24px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-prev {
    left: 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-next {
    right: 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-dots li button::before {
    color: #FFEFBD;
    font-size: 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item .tentdetailcont__item__slider .slick-dots li.slick-active button::before {
    color: #FFEFBD;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc {
    width: 90%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc .tentdetailcont__item__etc__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__etc .tentdetailcont__item__etc__box img {
    width: 30px;
    margin-right: 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion {
    width: 90%;
    margin: 40px auto 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-item {
    margin-bottom: 20px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle {
    display: none;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-title {
    display: block;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    border: solid 1px #FFEFBD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-title::after {
    content: url(/resources/images/detail_arrow.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle:checked + .accordion-title::after {
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-toggle:checked + .accordion-title + .accordion-content {
    max-height: 2000px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner {
    padding: 20px;
    border-left: solid 1px #FFEFBD;
    border-right: solid 1px #FFEFBD;
    border-bottom: solid 1px #FFEFBD;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner h4 {
    font-size: 18px;
    margin: 15px 0 10px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner h4:first-child {
    margin-top: 0;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner ul {
    list-style: none;
    padding-left: 20px;
  }
  body main.under .tentdetailarea .tentdetailcont .tentdetailcont__item__accordion .accordion-inner ul li {
    margin: 5px 0;
    font-size: 16px;
  }
  body main.under .plandetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .plandetailarea .plandetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item {
    margin: 80px auto;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__img {
    width: 100%;
    margin: 0 auto;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__img img {
    width: 100%;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text {
    margin-top: 40px;
    width: 100%;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text h3 {
    font-size: 8vw;
    padding-bottom: 40px;
    border-bottom: solid 1px #FFEFBD;
    margin-bottom: 20px;
    text-align: center;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text .plandetailcont__item__text__p1 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__main .plandetailcont__item__text .plandetailcont__item__text__p2 {
    font-size: 16px;
    padding: 20px;
    border: solid 1px #FFEFBD;
    border-radius: 10px;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link {
    margin: 40px auto 80px;
    display: table;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ffffff;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext p {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a .linktext img {
    width: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover {
    background-color: #fff;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext {
    border: solid 1px #000000;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext p {
    color: #000;
  }
  body main.under .plandetailarea .plandetailcont .plandetailcont__item .plandetailcont__item__link a:hover .linktext img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  body main.under .facilitydetailarea {
    width: 100%;
    margin: 60px auto;
  }
  body main.under .facilitydetailarea .facilitydetailcont {
    width: 90%;
    margin: 60px auto;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map__text {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map {
    width: 100%;
    overflow-x: auto;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__map img {
    width: 200%;
    max-width: none;
    display: block;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 {
    width: 100%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item img {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo01 .facilitydetailcont__photo01__item p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 img {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo02 p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 {
    width: 100%;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item img {
    width: 100%;
  }
  body main.under .facilitydetailarea .facilitydetailcont .facilitydetailcont__photo03 .facilitydetailcont__photo03__item p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .surroundingarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .surroundingarea .title_jp {
    margin-left: 5%;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  body main.under .surroundingarea .title_en {
    margin-left: 5%;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  body main.under .surroundingarea .surroundingcont {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item img {
    width: 100%;
  }
  body main.under .surroundingarea .surroundingcont .surroundingcont__photo__item p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    font-size: 16px;
  }
  body main.under .storydetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .storydetailarea .storydetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item {
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__photo {
    width: 90%;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__photo img {
    width: 100%;
    border-radius: 40px;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__text {
    width: 90%;
  }
  body main.under .storydetailarea .storydetailcont .storydetailcont__item .storydetailcont__item__text p {
    font-size: 14px;
  }
  body main.under .howtodetailarea {
    width: 100%;
    margin: 120px auto;
  }
  body main.under .howtodetailarea .howtodetailcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item {
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__photo {
    width: 100%;
    margin: 0 auto;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__photo img {
    width: 100%;
    border-radius: 40px;
    border: solid 1px #FFEFBD;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text {
    width: 100%;
    margin-top: 40px;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text h3 {
    font-size: 24px;
    padding-bottom: 40px;
    border-bottom: solid 1px #FFEFBD;
    margin-bottom: 20px;
    text-align: center;
  }
  body main.under .howtodetailarea .howtodetailcont .howtodetailcont__item .howtodetailcont__item__text p {
    font-size: 16px;
  }
  body main.under .postarea {
    width: 100%;
    margin: 80px auto;
  }
  body main.under .postarea .postcont {
    width: 90%;
    margin: 80px auto;
  }
  body main.under .postarea .postcont .postcont__date {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body main.under .postarea .postcont h3 {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: solid 1px #FFEFBD;
    margin-bottom: 20px;
  }
  body main.under .postarea .postcont p {
    font-size: 16px;
    margin: 20px auto;
  }
  body main.under .postarea .postcont img {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  body main.under .blogarea .blogcont .blogcont__item {
    margin-bottom: 80px;
  }
  body main.under .contactdetailarea {
    width: 100%;
    margin-top: 120px;
  }
  body main.under .contactdetailarea .contactdetailcont {
    width: 90%;
    margin: 0 auto;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group {
    margin-bottom: 40px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #ffffff;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-label.required::after {
    content: " *";
    color: #ff6b6b;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select {
    width: 100%;
    padding: 18px;
    font-size: 16px;
    border: solid 1px #FFEFBD;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:hover, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:hover, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:focus, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:focus, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:focus {
    outline: none;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-webkit-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-webkit-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-moz-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-moz-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text:-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea:-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::-ms-input-placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-text::placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea::placeholder, body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper {
    position: relative;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #FFEFBD;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 60px;
    cursor: pointer;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select:hover + ::after {
    border-top-color: #ffffff;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-select-wrapper .form-select:focus + ::after {
    border-top-color: #ffffff;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group .form-textarea {
    resize: vertical;
    min-height: 200px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox {
    text-align: left;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text {
    position: relative;
    padding-left: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid 1px #FFEFBD;
    border-radius: 4px;
    background-color: transparent;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox] + .checkbox-text::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:hover + .checkbox-text {
    color: rgba(255, 255, 255, 0.8);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:hover + .checkbox-text::before {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked + .checkbox-text::before {
    border-color: #004E4E;
    background-color: #004E4E;
    -webkit-box-shadow: 0 0 15px rgba(0, 78, 78, 0.5);
            box-shadow: 0 0 15px rgba(0, 78, 78, 0.5);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked + .checkbox-text::after {
    opacity: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .form-checkbox input[type=checkbox]:checked:focus + .checkbox-text::before {
    -webkit-box-shadow: 0 0 20px rgba(0, 78, 78, 0.7);
            box-shadow: 0 0 20px rgba(0, 78, 78, 0.7);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link {
    margin-top: 10px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link a {
    color: #FFEFBD;
    text-decoration: underline;
    font-size: 14px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-group.form-group-checkbox .privacy-link a:hover {
    color: #ffffff;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit {
    text-align: center;
    margin-top: 80px;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit {
    background: linear-gradient(135deg, #004E4E 0%, #006060 100%);
    border: solid 2px #ffffff;
    color: #ffffff;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 8px 25px rgba(0, 78, 78, 0.3);
            box-shadow: 0 8px 25px rgba(0, 78, 78, 0.3);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    -webkit-transition: left 0.6s ease;
    transition: left 0.6s ease;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #004E4E;
    border-color: #004E4E;
    -webkit-box-shadow: 0 15px 35px rgba(0, 78, 78, 0.4);
            box-shadow: 0 15px 35px rgba(0, 78, 78, 0.4);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:hover::before {
    left: 100%;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form .form-submit .btn-submit:active {
    -webkit-transform: translateY(-2px) scale(0.98);
            transform: translateY(-2px) scale(0.98);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, rgba(0, 78, 78, 0.3) 0%, rgba(0, 96, 96, 0.2) 100%);
    border: solid 2px #FFEFBD;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 239, 189, 0.1) 0%, transparent 70%);
    -webkit-animation: pulse 3s ease-in-out infinite;
            animation: pulse 3s ease-in-out infinite;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message {
    position: relative;
    z-index: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-complete .complete-message p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.9;
  }
  @-webkit-keyframes pulse {
    0%, 100% {
      -webkit-transform: scale(1) rotate(0deg);
              transform: scale(1) rotate(0deg);
      opacity: 0.3;
    }
    50% {
      -webkit-transform: scale(1.1) rotate(180deg);
              transform: scale(1.1) rotate(180deg);
      opacity: 0.1;
    }
  }
  @keyframes pulse {
    0%, 100% {
      -webkit-transform: scale(1) rotate(0deg);
              transform: scale(1) rotate(0deg);
      opacity: 0.3;
    }
    50% {
      -webkit-transform: scale(1.1) rotate(180deg);
              transform: scale(1.1) rotate(180deg);
      opacity: 0.1;
    }
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.15) 0%, rgba(255, 71, 71, 0.1) 100%);
    border: solid 2px #ff6b6b;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#ff6b6b), color-stop(#ff8e8e), to(#ff6b6b));
    background: linear-gradient(90deg, #ff6b6b, #ff8e8e, #ff6b6b);
    -webkit-animation: shimmer 2s ease-in-out infinite;
            animation: shimmer 2s ease-in-out infinite;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors h3 {
    color: #ff6b6b;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul li {
    color: #ff6b6b;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
  }
  body main.under .contactdetailarea .contactdetailcont .contactdetailcont__form .mw_wp_form.form-errors ul li::before {
    content: "❌";
    position: absolute;
    left: 0;
    top: 0;
  }
  @-webkit-keyframes shimmer {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  @keyframes shimmer {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  body footer {
    width: 100%;
    margin-top: 80px;
  }
  body footer .footerarea {
    width: 90%;
    margin: 0 auto;
  }
  body footer .footerarea img {
    width: 200px;
    margin: 0 auto 40px;
    display: block;
    margin-bottom: 40px;
  }
  body footer .footerarea p {
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
  }
  body footer .footerarea p.footercont__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body footer .footerarea ul {
    margin-top: 80px;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body footer .footerarea ul li {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
    border-right: none;
    line-height: normal;
  }
  body footer .footerarea ul li a {
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body footer .footerarea ul li:last-child {
    border-right: none;
  }
  body footer .footerarea ul li:hover a {
    color: #ccc;
  }
  body footer .footerarea small {
    font-size: 14px;
    text-align: center;
    margin: 80px auto 40px;
    display: block;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/* fadeMv */
.fadeMv {
  -webkit-animation-name: fadeMvAnime;
          animation-name: fadeMvAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeMvAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeMvAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* humanLAnime */
.humanL {
  -webkit-animation-name: humanLAnime;
          animation-name: humanLAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes humanLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes humanLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* humanRAnime */
.humanR {
  -webkit-animation-name: humanRAnime;
          animation-name: humanRAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes humanRAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes humanRAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeMvTrigger {
  opacity: 0;
}

.humanLTrigger {
  opacity: 0;
}

.humanRTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */