/* ここから */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp-noto.min.css");
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf) format('truetype');
}
html {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #000;
}
.pagination {
  margin-top: 20px;
  display: flex;
  grid-gap: 1em;
}
.pagination .current {
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination a,
.pagination span {
  border: 1px solid #000;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-next {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
#menu-checkbox {
  display: none;
  font-weight: bold;
}
#menu-checkbox:checked ~ #menu-area {
  opacity: 1;
  pointer-events: auto;
}
#menu-checkbox:checked ~ #menu-button {
  border-color: #fff;
}
#menu-checkbox:checked ~ #menu-button .open {
  display: none;
}
#menu-checkbox:checked ~ #menu-button .close {
  display: inline-block;
}
#menu-button {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  background-color: #007c45;
  align-items: center;
  justify-content: center;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#menu-button:hover {
  opacity: 0.5;
}
#menu-button .close {
  display: none;
  color: #fff;
}
@media (max-width: 1080px) {
  #menu-button {
    display: inline-flex;
  }
}
#menu-area {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100;
}
#menu-area ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#menu-area ul li {
  font-size: 18px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 320px) {
  #menu-area ul li {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  #menu-area ul li {
    font-size: 18px;
  }
}
#menu-area ul li a {
  color: #fff;
}
#menu-area ul li a.active {
  color: #007c45;
}
#menu-area ul li.insta img {
  width: 30px;
}
#menu-area ul li.reservation {
  margin-top: 20px;
}
#menu-area ul li.reservation a {
  display: flex;
  height: 60px;
  align-items: center;
  background-color: #007c45;
  padding: 0 40px;
  font-weight: bold;
  letter-spacing: 0.01em;
  -o-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
#menu-area ul li.reservation a:hover {
  background-color: #fff;
  color: #007c45;
}
header {
  display: flex;
  align-items: start;
  margin-bottom: -60px;
  z-index: 1;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
header h1 a {
  width: 140px;
  min-width: 140px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
header h1 a img {
  width: 86px;
}
header nav {
  width: 100%;
  color: #fff;
  height: 80px;
}
header nav ul {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 80px;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
}
header nav ul li {
  display: flex;
  align-items: center;
}
header nav ul li a {
  -o-transition: color 0.6s;
  transition: color 0.6s;
}
header nav ul li a.active,
header nav ul li a:hover {
  color: #007c45;
}
header nav ul li.insta img {
  width: 30px;
}
header nav ul li.insta a {
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header nav ul li.insta a:hover {
  opacity: 0.5;
}
header nav ul li.reservation {
  margin-left: auto;
}
header nav ul li.reservation a {
  display: flex;
  height: 80px;
  align-items: center;
  background-color: #007c45;
  padding: 0 40px;
  font-weight: bold;
  letter-spacing: 0.01em;
  -o-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
header nav ul li.reservation a:hover {
  background-color: #fff;
  color: #007c45;
}
@media (max-width: 1080px) {
  header nav ul li {
    display: none;
  }
}
.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
section.hero {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section.hero.hero-index {
  background-image: url("../img/index_hero_img.jpg");
  background-position: 50% 100%;
  height: calc(100dvh - 80px);
}
section.hero.hero-index .logo {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(min(100%, 330px) - 40px);
}
section.hero.hero-index .logo img {
  width: 100%;
}
section.hero .title {
  position: absolute;
  top: 30%;
  left: 20px;
  transform: translateY(-50%);
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
section.hero .title .ja {
  font-size: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.hero .title .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.hero .title .ja {
    font-size: 30px;
  }
}
section.hero .title .en {
  font-size: 18px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.hero .title .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.hero .title .en {
    font-size: 18px;
  }
}
section.hero.hero-about {
  background-image: url("../img/about_hero_img.jpg");
  background-position: 50% 100%;
}
section.hero.hero-rooms {
  background-image: url("../img/rooms_hero_img.jpg");
  background-position: 50% 100%;
}
section.hero.hero-access {
  background-image: url("../img/access_hero_img.jpg");
  background-position: 50% 100%;
}
.more {
  color: #007c45;
  white-space: nowrap;
  text-align: left;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.more .ja {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.more .ja::after {
  content: "";
  display: inline-block;
  width: 180px;
  border-top: 1px solid #007c45;
}
.more .en {
  font-size: 13px;
}
.more:hover {
  opacity: 0.5;
}
.map-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  font-size: 20px;
  font-size: 16px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (min-width: 320px) {
  .map-link {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  .map-link {
    font-size: 20px;
  }
}
.map-link img {
  width: 25px;
}
.map-link:hover {
  opacity: 0.5;
}
.scroll-to-top {
  text-align: center;
  padding: 30px 20px;
}
.scroll-to-top a {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (min-width: 320px) {
  .scroll-to-top a {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  .scroll-to-top a {
    font-size: 20px;
  }
}
.scroll-to-top a:hover {
  opacity: 0.5;
}
section.about {
  padding: 120px 20px;
}
section.about .grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  section.about .grid {
    grid-template-columns: 1fr;
  }
}
section.about .grid .left h2 {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.about .grid .left h2 {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about .grid .left h2 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  section.about .grid .left h2 {
    text-align: center;
  }
}
section.about .grid .left h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 100px;
}
section.about .grid .left h3 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.about .grid .left h3 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about .grid .left h3 .ja {
    font-size: 30px;
  }
}
section.about .grid .left h3 .en {
  font-size: 18x;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.about .grid .left h3 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about .grid .left h3 .en {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  section.about .grid .left h3 {
    text-align: center;
  }
}
section.about .grid .left .msg {
  display: flex;
  justify-content: end;
  margin-right: 100px;
}
section.about .grid .left .msg p {
  font-size: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (min-width: 320px) {
  section.about .grid .left .msg p {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about .grid .left .msg p {
    font-size: 18px;
  }
}
section.about .grid .left .msg p span {
  font-size: 14px;
  font-size: 12px;
}
@media (min-width: 320px) {
  section.about .grid .left .msg p span {
    font-size: calc(12px  +  2  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about .grid .left .msg p span {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  section.about .grid .left .msg {
    justify-content: center;
    margin-right: 0;
    text-align: center;
  }
}
section.about .grid .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.about .grid .right img {
  width: 100%;
}
section.about .msg-en {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto;
}
.break {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.break.index {
  height: 500px;
  background-image: url("../img/index_break.jpg");
}
.break.about-01 {
  background-image: url("../img/about_img_02.jpg");
  height: 800px;
}
.break.about-02 {
  background-image: url("../img/about_img_03.jpg");
  height: 800px;
}
.all {
  text-align: center;
  margin-top: 20px;
}
.all a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #007c45;
  border: 1px solid #007c45;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  -o-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
@media (min-width: 320px) {
  .all a {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  .all a {
    font-size: 16px;
  }
}
.all a:hover {
  background-color: #007c45;
  color: #fff;
}
section.topics {
  padding: 120px 20px;
}
section.topics h2 {
  text-align: center;
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.topics h2 {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.topics h2 {
    font-size: 20px;
  }
}
section.topics .slide {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 60px;
}
section.topics .slide .next,
section.topics .slide .prev {
  cursor: pointer;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.topics .slide .next img,
section.topics .slide .prev img {
  width: 15px;
}
section.topics .slide .next:hover,
section.topics .slide .prev:hover {
  opacity: 0.5;
}
section.topics .slide .next.swiper-button-disabled,
section.topics .slide .prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
section.topics .slide .swiper {
  width: 100% !important;
  --swiper-navigation-size: 20px;
  --swiper-theme-color: #333333;
  position: relative;
}
section.topics .slide .swiper .swiper-slide {
  width: 100%;
  font-size: 13px;
}
section.topics .slide .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-bottom: 10px;
}
section.topics .slide .swiper .swiper-slide .date {
  margin-bottom: 5px;
}
section.topics .slide .swiper .swiper-slide .title {
  margin-bottom: 10px;
  line-height: 1.6;
}
section.topics .slide .swiper .swiper-slide a {
  color: #007c45;
  font-weight: bold;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.topics .slide .swiper .swiper-slide a:hover {
  opacity: 0.5;
}
section.rooms {
  padding: 60px 20px;
}
section.rooms h2 {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.rooms h2 {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms h2 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  section.rooms h2 {
    text-align: center;
  }
}
section.rooms h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 100px;
}
section.rooms h3 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.rooms h3 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms h3 .ja {
    font-size: 30px;
  }
}
section.rooms h3 .en {
  font-size: 18x;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.rooms h3 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms h3 .en {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  section.rooms h3 {
    text-align: center;
  }
}
section.rooms .msg {
  font-size: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  section.rooms .msg {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms .msg {
    font-size: 18px;
  }
}
section.rooms .msg-en {
  font-size: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  section.rooms .msg-en {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms .msg-en {
    font-size: 16px;
  }
}
section.rooms .grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  section.rooms .grid {
    grid-template-columns: 1fr;
  }
}
section.rooms .grid .left ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
section.rooms .grid .left ul li img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
section.experience {
  padding: 60px 20px;
}
section.experience h2 {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.experience h2 {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.experience h2 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  section.experience h2 {
    text-align: center;
  }
}
section.experience h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 100px;
}
section.experience h3 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.experience h3 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.experience h3 .ja {
    font-size: 30px;
  }
}
section.experience h3 .en {
  font-size: 18x;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.experience h3 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.experience h3 .en {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  section.experience h3 {
    text-align: center;
  }
}
section.experience .msg {
  font-size: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  section.experience .msg {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.experience .msg {
    font-size: 18px;
  }
}
section.experience .msg-en {
  font-size: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  section.experience .msg-en {
    font-size: calc(12px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.experience .msg-en {
    font-size: 16px;
  }
}
section.experience .grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  section.experience .grid {
    grid-template-columns: 1fr;
  }
}
section.experience .grid .right img {
  width: 100%;
  margin-bottom: 30px;
}
section.access {
  padding: 80px 20px;
}
section.access h2 {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.access h2 {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.access h2 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  section.access h2 {
    text-align: center;
  }
}
section.access h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
section.access h3 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.access h3 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.access h3 .ja {
    font-size: 30px;
  }
}
section.access h3 .en {
  font-size: 18x;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.access h3 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.access h3 .en {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  section.access h3 {
    text-align: center;
  }
}
section.access .map-link {
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  section.access .map-link {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
section.access .msg {
  font-size: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.access .msg {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.access .msg {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  section.access .msg {
    text-align: center;
  }
}
section.access .grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  section.access .grid {
    grid-template-columns: 1fr;
  }
}
section.access .grid .right img {
  width: 100%;
}
section.map {
  padding: 0 20px 100px;
}
section.map iframe {
  width: 100%;
  height: 660px;
}
footer {
  background-color: #808080;
  padding: 40px 20px;
  color: #fff;
  margin-top: 100px;
}
footer .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1100px) {
  footer .grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
footer .grid .left address {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  footer .grid .left address {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  footer .grid .left address {
    font-size: 20px;
  }
}
footer .grid .left small {
  font-size: 12px;
  display: block;
}
@media (max-width: 1100px) {
  footer .grid .left {
    text-align: center;
    order: 2;
  }
}
footer .grid .right .reservation a {
  display: inline-flex;
  background-color: #fff;
  color: #000;
  padding: 8px 20px;
  gap: 10px;
  margin-bottom: 20px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .grid .right .reservation a img {
  width: 25px;
}
footer .grid .right .reservation a:hover {
  opacity: 0.5;
}
@media (max-width: 1100px) {
  footer .grid .right .reservation {
    text-align: center;
  }
}
footer .grid .right hr {
  border-top: 1px solid #fff;
  margin-bottom: 20px;
}
footer .grid .right ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
footer .grid .right ul li a {
  color: #fff;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .grid .right ul li a:hover {
  opacity: 0.5;
}
footer .grid .right ul li a img {
  width: 25px;
}
@media (max-width: 1100px) {
  footer .grid .right ul {
    justify-content: center;
  }
}
section.about-sec_01 {
  padding: 80px 20px 160px 20px;
}
@media (max-width: 960px) {
  section.about-sec_01 {
    text-align: center;
  }
}
section.about-sec_01 h2 {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 320px) {
  section.about-sec_01 h2 {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_01 h2 {
    font-size: 20px;
  }
}
section.about-sec_01 h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 100px;
}
section.about-sec_01 h3 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.about-sec_01 h3 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_01 h3 .ja {
    font-size: 30px;
  }
}
section.about-sec_01 h3 .en {
  font-size: 18x;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.about-sec_01 h3 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_01 h3 .en {
    font-size: 18px;
  }
}
section.about-sec_01 h4 {
  margin-bottom: 40px;
}
section.about-sec_01 h4 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (min-width: 320px) {
  section.about-sec_01 h4 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_01 h4 .ja {
    font-size: 30px;
  }
}
section.about-sec_01 h4 .en {
  font-size: 16x;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 320px) {
  section.about-sec_01 h4 .en {
    font-size: calc(12px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_01 h4 .en {
    font-size: 16px;
  }
}
section.about-sec_01 .msg {
  font-size: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  section.about-sec_01 .msg {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_01 .msg {
    font-size: 18px;
  }
}
section.about-sec_01 .msg-en {
  font-size: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  section.about-sec_01 .msg-en {
    font-size: calc(12px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_01 .msg-en {
    font-size: 16px;
  }
}
section.about-sec_01 .grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 960px) {
  section.about-sec_01 .grid {
    grid-template-columns: 1fr;
  }
}
section.about-sec_01 .grid .left img {
  width: 100%;
}
section.about-sec_02 {
  padding: 160px 20px 160px 20px;
}
section.about-sec_02 img {
  display: block;
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
section.about-sec_02 h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 100px;
}
section.about-sec_02 h3 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.about-sec_02 h3 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_02 h3 .ja {
    font-size: 30px;
  }
}
section.about-sec_02 h3 .en {
  font-size: 18x;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.about-sec_02 h3 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_02 h3 .en {
    font-size: 18px;
  }
}
section.about-sec_02 .msg {
  font-size: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 320px) {
  section.about-sec_02 .msg {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_02 .msg {
    font-size: 18px;
  }
}
section.about-sec_02 .msg-en {
  font-size: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 60px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 320px) {
  section.about-sec_02 .msg-en {
    font-size: calc(12px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.about-sec_02 .msg-en {
    font-size: 16px;
  }
}
section.rooms-sec_01 {
  padding: 80px 20px 160px 20px;
}
section.rooms-sec_01 h2 {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 320px) {
  section.rooms-sec_01 h2 {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-sec_01 h2 {
    font-size: 20px;
  }
}
section.rooms-sec_01 h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 100px;
}
section.rooms-sec_01 h3 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.rooms-sec_01 h3 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-sec_01 h3 .ja {
    font-size: 30px;
  }
}
section.rooms-sec_01 h3 .en {
  font-size: 18x;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.rooms-sec_01 h3 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-sec_01 h3 .en {
    font-size: 18px;
  }
}
section.rooms-sec_01 h4 {
  margin-bottom: 40px;
}
section.rooms-sec_01 h4 .ja {
  font-size: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (min-width: 320px) {
  section.rooms-sec_01 h4 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-sec_01 h4 .ja {
    font-size: 30px;
  }
}
section.rooms-sec_01 h4 .en {
  font-size: 16x;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 320px) {
  section.rooms-sec_01 h4 .en {
    font-size: calc(12px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-sec_01 h4 .en {
    font-size: 16px;
  }
}
section.rooms-sec_01 .msg {
  font-size: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  section.rooms-sec_01 .msg {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-sec_01 .msg {
    font-size: 18px;
  }
}
section.rooms-sec_01 .msg-en {
  font-size: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  section.rooms-sec_01 .msg-en {
    font-size: calc(12px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-sec_01 .msg-en {
    font-size: 16px;
  }
}
.rooms-sec_02 {
  padding: 80px 20px 160px 20px;
}
.rooms-sec_02 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}
@media (max-width: 720px) {
  .rooms-sec_02 .grid {
    grid-template-columns: 1fr;
  }
}
.rooms-sec_02 .room a {
  display: block;
  position: relative;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  margin-bottom: 10px;
}
.rooms-sec_02 .room a img {
  width: 100%;
}
.rooms-sec_02 .room a::after {
  content: "View Photos";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  font-size: 22px;
  white-space: nowrap;
}
.rooms-sec_02 .room a:hover {
  opacity: 0.5;
}
.rooms-sec_02 .room .photos {
  display: none;
}
.rooms-sec_02 .room .name .ja {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (min-width: 320px) {
  .rooms-sec_02 .room .name .ja {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  .rooms-sec_02 .room .name .ja {
    font-size: 20px;
  }
}
.rooms-sec_02 .room .name .en {
  font-size: 20;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 320px) {
  .rooms-sec_02 .room .name .en {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  .rooms-sec_02 .room .name .en {
    font-size: 20px;
  }
}
section.rooms-detail {
  padding: 0px 20px 160px 20px;
}
section.rooms-detail hr {
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
section.rooms-detail h2 {
  margin-bottom: 60px;
}
section.rooms-detail h2 .ja {
  font-size: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  section.rooms-detail h2 .ja {
    font-size: calc(20px  +  10  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-detail h2 .ja {
    font-size: 30px;
  }
}
section.rooms-detail h2 .en {
  font-size: 18px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 320px) {
  section.rooms-detail h2 .en {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-detail h2 .en {
    font-size: 18px;
  }
}
section.rooms-detail dl {
  display: grid;
  gap: 40px;
}
section.rooms-detail dl dt {
  font-size: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  section.rooms-detail dl dt {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-detail dl dt {
    font-size: 20px;
  }
}
section.rooms-detail dl dd {
  font-size: 18px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 320px) {
  section.rooms-detail dl dd {
    font-size: calc(14px  +  4  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.rooms-detail dl dd {
    font-size: 18px;
  }
}
section.rooms-detail dl dd ul {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
  max-width: 740px;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  section.rooms-detail dl dd ul {
    grid-template-columns: auto auto;
  }
}
section.rooms-detail .amenity-vod {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 720px) {
  section.rooms-detail .amenity-vod {
    grid-template-columns: 1fr;
  }
}
section.rooms-detail .amenity-vod img {
  width: 100%;
}
section.question {
  padding: 160px 20px 160px 20px;
}
section.question h2 {
  font-size: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 160px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 320px) {
  section.question h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.question h2 {
    font-size: 30px;
  }
}
section.question hr {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}
section.question .qa {
  display: grid;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
section.question .qa > div > dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.question .qa > div dd + dt {
  margin-top: 5px;
}
section.question .qa > div > dd {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
section.question .qa > div > dd > dl {
  display: grid;
  gap: 20px;
}
section.question .qa > div > dd > dl dt {
  margin-bottom: 5px;
  display: flex;
}
section.question .qa > div > dd > dl dd {
  display: flex;
}
section.archives {
  padding: 160px 20px 160px 20px;
}
section.archives h2 {
  font-size: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 160px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 320px) {
  section.archives h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.archives h2 {
    font-size: 30px;
  }
}
section.archives hr {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}
section.archives ul {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
section.archives ul li a {
  font-size: 15px;
  display: grid;
  grid-template-columns: 130px 1fr;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.archives ul li a .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
section.archives ul li a:hover {
  opacity: 0.5;
}
section.article {
  padding: 160px 20px 160px 20px;
}
section.article .inner {
  max-width: 900px;
  margin: 0 auto;
}
section.article .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
section.article .date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 160px;
  text-align: center;
}
section.article article {
  margin-bottom: 100px;
}
section.contact {
  padding: 160px 20px 160px 20px;
}
section.contact h2 {
  font-size: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 160px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 320px) {
  section.contact h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 640 ));
  }
}
@media (min-width: 960px) {
  section.contact h2 {
    font-size: 30px;
  }
}
section.contact hr {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}
section.contact form {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
section.contact form .form-group {
  display: grid;
  gap: 10px;
}
section.contact form .form-group label {
  font-size: 16px;
  font-weight: bold;
}
section.contact form .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
}
section.contact form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  height: 200px;
}
section.contact form button {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.contact form button:hover {
  opacity: 0.5;
}
/* マイクロモーダルのスタイル */
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #00449e;
}
.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.5rem;
}
.modal__content {
  line-height: 1.5;
}
.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.modal__content a {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 10px 20px;
  background-color: #007c45;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.modal__content a:hover {
  opacity: 0.5;
}
.modal__footer {
  display: flex;
  justify-content: flex-end;
}
.modal__btn {
  margin-left: 10px;
}
/* アニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
