@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: #5b5c5c;
  line-height: 1.3;
  letter-spacing: 0.3rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #f1f1f1;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.header,
.footer {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol {
  list-style: none inside;
}

a {
  color: #fff;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc_on {
  display: block;
}

.pc_on_in-blo {
  display: inline-block;
}

.tb_on {
  display: none;
}

.sp_on {
  display: none;
}

.pctb_on {
  display: block;
}

.tbsp_on {
  display: none;
}

.tbsp_on_in-blo {
  display: none;
}

@media (max-width: 900px) {
  .pc_on {
    display: none;
  }
  .pc_on_in-blo {
    display: none;
  }
  .tb_on {
    display: block;
  }
  .sp_on {
    display: none;
  }
  .tbsp_on {
    display: block;
  }
  .tbsp_on_in-blo {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .pc_on {
    display: none;
  }
  .tb_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .pctb_on {
    display: none;
  }
  .tbsp_on_in-blo {
    display: inline-block;
  }
}
.in-blo {
  display: inline-block;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.tel a {
  color: #272727;
}

#price,
#flow,
#access, #voice {
  padding-top: 60px;
  margin-top: -60px;
}

#reserve {
  padding-top: 100px;
  margin-top: -100px;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px;
  padding: 0px 0px;
  transition: all 0.3s ease-out;
}
@media (max-width: 1100px) {
  .header {
    padding-right: 10px;
  }
}
@media (max-width: 900px) {
  .header {
    height: auto;
  }
}
.header.scroll-nav {
  background-color: #212529;
  transition: all 0.3s ease-out;
}
.header.page {
  background-color: #212529;
}
.header_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .header_flex {
    padding-left: 30px;
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .header_flex {
    padding-left: 15px;
  }
}
.header_logo {
  width: 20%;
}
@media (max-width: 1100px) {
  .header_logo {
    padding-left: 10px;
  }
}
@media (max-width: 900px) {
  .header_logo {
    padding-left: 0;
    width: 45%;
  }
}
@media (max-width: 500px) {
  .header_logo {
    width: 50%;
  }
}
.header_txt {
  font-size: 11px;
  line-height: 1.2;
}
@media (max-width: 500px) {
  .header_txt {
    font-size: 2.2vw;
  }
}
.header_cent {
  padding-left: 5px;
}
.header_nav {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 1100px) {
  .header_nav {
    width: 55%;
  }
}
@media (max-width: 900px) {
  .header_nav {
    position: relative;
  }
}
@media (max-width: 500px) {
  .header_nav {
    width: 80%;
  }
}
.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .header_nav ul {
    flex-direction: column;
    position: absolute;
    width: 60%;
    height: 75vh;
    padding-bottom: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
  }
}
@media (max-width: 500px) {
  .header_nav ul {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .header_nav ul::after {
    content: "";
    display: block;
    width: 24%;
  }
}
.header_nav-item {
  font-weight: normal;
  text-align: center;
}
@media (max-width: 1100px) {
  .header_nav-item {
    width: 16.6666666667%;
  }
}
@media (max-width: 900px) {
  .header_nav-item {
    width: 100%;
  }
}
.header_nav-item .ruby {
  display: block;
  font-size: 16px;
  color: #fff;
}
.header_nav-item a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .header_nav-item a {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.header_nav-item span {
  display: block;
  font-size: 12px;
  color: #bc8468;
  padding-top: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px) {
  .header_nav-item span {
    font-size: 11px;
    white-space: nowrap;
  }
}
@media (max-width: 900px) {
  .header_nav-item span {
    font-size: 12px;
    color: #fff;
  }
}
.header .pink {
  width: 105px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #FFF600;
  color: #213B2C;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 5px 8px 5px;
  border-radius: 8px;
  letter-spacing: 0em;
  border: 1px solid #0D4300;
  box-shadow: inset 0px 9px 10px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 900px) {
  .header .pink {
    display: none;
  }
}
.header .pink a {
  color: #213B2C;
  text-decoration: none;
}
.header .pink span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
@media (max-width: 1100px) {
  .header .pink span {
    font-size: 1.2727272727vw;
  }
}

@media (max-width: 900px) {
  .hamburger {
    position: fixed;
    right: 30px;
    top: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 300;
  }
  .ham_line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: all 0.5s;
    z-index: 300;
  }
  .ham_line-1 {
    top: 33%;
  }
  .ham_line-2 {
    top: 50%;
  }
  .ham_line-3 {
    top: 67%;
  }
}
@media (max-width: 500px) {
  .hamburger {
    position: fixed;
    right: 20px;
    top: 4vw;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 300;
    background-color: transparent;
  }
}
@media (max-width: 500px) and (max-width: 350px) {
  .hamburger {
    top: 1vw;
  }
}
@media (max-width: 500px) {
  .ham_line {
    position: absolute;
    width: 40px;
    height: 3px;
    right: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    z-index: 300;
  }
  .ham_line-1 {
    top: 33%;
  }
  .ham_line-2 {
    top: 50%;
  }
  .ham_line-3 {
    top: 67%;
  }
}
.open .hamburger {
  background-color: transparent;
}

@media (max-width: 900px) {
  .ham-nav {
    display: block;
    position: fixed;
    opacity: 0;
    left: 0;
    top: -100%;
    width: 100%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    text-align: center;
    transition: all 0.4s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .ham-nav .header_list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ham-nav .header_list-item {
    width: 100%;
    text-align: center;
  }
  .ham-nav .header_list-item a {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 3px 0 10px;
    margin-bottom: 20px;
  }
  .open .ham-nav {
    display: block;
    opacity: 100;
    top: 0;
    background-color: #006835;
  }
  .ham-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
  }
  /*ハンバーガーメニューが開いたら表示*/
  .open .ham-bg {
    opacity: 0.3;
    visibility: visible;
  }
  .hamburger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 84px;
    height: 84px;
    background-color: transparent;
    border: 4px solid transparent;
    transition: all 0.75s;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .hamburger::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 900px) {
  .hamburger.open span:nth-of-type(1) {
    transform: translate(-50%, 20px) rotate(-45deg);
    top: 10px;
  }
  .hamburger.open span:nth-of-type(2) {
    left: 60%;
    opacity: 0;
    animation: active-bar 0.8s forwards;
  }
}
@keyframes active-bar {
  100% {
    height: 0;
  }
}
.hamburger.open span:nth-of-type(3) {
  transform: translate(-50%, -20px) rotate(45deg);
  top: 50px;
}

.hamburger.open::after {
  background-color: transparent;
}

@keyframes active-menu {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}
.top {
  width: 100%;
  height: 800px;
  background-image: url(../images/top_bg.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .top {
    height: auto;
  }
}
@media (max-width: 500px) {
  .top {
    position: relative;
  }
}
.top_desc {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.2em;
  padding: 170px 0 10px;
}
@media (max-width: 1100px) {
  .top_desc {
    font-size: 55px;
  }
}
@media (max-width: 900px) {
  .top_desc {
    font-size: 6.1111111111vw;
    padding: 150px 0 10px;
  }
}
@media (max-width: 500px) {
  .top_desc {
    font-size: 6vw;
    padding: 140px 0 10px;
  }
}
@media (max-width: 400px) {
  .top_desc {
    padding: 120px 0 10px;
  }
}
.top_txt {
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 900;
}
@media (max-width: 900px) {
  .top_txt {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 500px) {
  .top_txt {
    font-size: 4vw;
  }
}
.top .fz60 {
  font-size: 60px;
}
@media (max-width: 900px) {
  .top .fz60 {
    font-size: 6.1111111111vw;
  }
}
@media (max-width: 500px) {
  .top .fz60 {
    font-size: 6vw;
  }
}
.top .fz48 {
  font-size: 48px;
}
@media (max-width: 900px) {
  .top .fz48 {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 500px) {
  .top .fz48 {
    font-size: 5.2vw;
  }
}
.top .marker-pink {
  display: inline;
  background-image: linear-gradient(transparent 38%, #dc0455 35%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 40%;
  transition: all 0.8s ease;
  cursor: pointer;
}
.top .marker-pink.active {
  background-size: 100% 40%;
}
.top .marker-pink02 {
  display: inline;
  background-image: linear-gradient(transparent 0%, #dc0455 0%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 40%;
  transition: all 0.8s ease;
  cursor: pointer;
}
.top .marker-pink02.active {
  background-size: 100% 40%;
}
.top .marker-orange {
  display: inline;
  padding-right: 120px;
  background-image: linear-gradient(transparent 26%, #d27804 11%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 40%;
  transition: all 0.8s ease;
  cursor: pointer;
}
@media (max-width: 500px) {
  .top .marker-orange {
    padding-right: 27px;
  }
}
.top .marker-orange.active {
  background-size: 100% 40%;
}
.top .icon_mv01 {
  position: relative;
}
.top .icon_mv01::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -55px;
  width: 195px;
  height: 159px;
  background-image: url(../images/icon_mv01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .top .icon_mv01::after {
    right: -30px;
    width: 59px;
    height: 55px;
  }
}
.top .icon_mv02 {
  position: absolute;
  right: 0;
  bottom: 40px;
  max-width: 449px;
}
@media (max-width: 500px) {
  .top .icon_mv02 {
    bottom: 0px;
  }
}
.top .icon_mv02 img {
  width: 100%;
  height: auto;
}

.news {
  margin-top: -30px;
  padding-bottom: 80px;
}
.news_point {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news_point-item {
  width: 31%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 10px 8px;
  box-shadow: -4px -1px 11px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -4px -1px 11px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -4px -1px 11px -1px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 1100px) {
  .news_point-item {
    width: 32%;
  }
}
@media (max-width: 900px) {
  .news_point-item {
    width: 70%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 500px) {
  .news_point-item {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .news_point-item {
    width: 100%;
  }
}
.news_point-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #e20458 transparent;
}
.news_point-item figure {
  width: 28%;
}
.news_point-item-txt {
  width: 70%;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  color: #373737;
  letter-spacing: 0.05em;
}
@media (max-width: 1100px) {
  .news_point-item-txt {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .news_point-item-txt {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .news_point-item-txt {
    font-size: 4vw;
  }
}
.news_point-item-txt .fz12 {
  font-size: 12px;
}
@media (max-width: 400px) {
  .news_point-item-txt .fz12 {
    font-size: 3vw;
  }
}
.news_head {
  text-align: center;
  margin-bottom: 50px;
}

.about {
  padding-top: 50px;
  background-color: #fff;
}
@media (max-width: 900px) {
  .about {
    padding-bottom: 30px;
  }
}
.about_txt {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #2c4403;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .about_txt {
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 500px) {
  .about_txt {
    font-size: 3.6vw;
  }
}
.about_head {
  text-align: center;
  font-size: 40px;
  color: #2e1d0c;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .about_head {
    line-height: 1.3;
  }
}
@media (max-width: 900px) {
  .about_head {
    font-size: 4.4444444444vw;
  }
}
@media (max-width: 500px) {
  .about_head {
    font-size: 4.8vw;
  }
}
.about_head .pink {
  color: #e20458;
}
.about_head .green {
  color: #2c4403;
}
.about_head .orange {
  color: #e37019;
}
.about_desc {
  text-align: center;
  font-size: 20px;
  color: #272727;
  font-weight: 600;
  margin-bottom: 25px;
  background-color: #FFF600;
  max-width: 1000px;
  margin-inline: auto;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .about_desc {
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 500px) {
  .about_desc {
    font-size: 3.6vw;
  }
}
.about_desc .pink {
  font-size: 24px;
  color: #e20458;
}
@media (max-width: 900px) {
  .about_desc .pink {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 500px) {
  .about_desc .pink {
    font-size: 4.4vw;
  }
}
.about_btm {
  max-width: 1000px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #29382F;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .about_btm {
    padding-inline: 20px;
  }
}
.about_include {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width: 900px) {
  .about_include {
    flex-direction: column;
    gap: 30px;
  }
}
.about_include-image {
  width: 33.3333333333%;
  max-width: 197px;
  border-radius: 30px;
}
.about_include-image img {
  border: 3px solid #80956C;
  width: 100%;
  border-radius: 30px;
}
.about_l {
  width: 50%;
  display: flex;
  gap: 40px;
  margin-right: 40px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .about_l {
    width: 100%;
    gap: 20px;
    justify-content: center;
    margin-right: 0;
  }
}
.about_r {
  margin-left: auto;
  width: 40%;
}
@media (max-width: 900px) {
  .about_r {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 30px;
  }
}

.price {
  margin-top: -220px !important;
  background-color: #fff;
  padding-bottom: 80px;
}
.price .border-01 {
  border-top: 60px solid #213B2C;
  padding-bottom: 12px;
}
.price .border-02 {
  border-top: 17px solid #213B2C;
}
.price_head {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 50px;
}
.price_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.price_flex::after {
  content: "";
  display: block;
  width: 19%;
}
@media (max-width: 1100px) {
  .price_flex::after {
    width: 32%;
  }
}
@media (max-width: 700px) {
  .price_flex::after {
    width: 48%;
  }
}
.price_item {
  width: 19% !important;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1100px) {
  .price_item {
    width: 32% !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .price_item {
    width: 48% !important;
  }
}
@media (max-width: 500px) {
  .price_item {
    width: 100% !important;
    margin: 0 auto 30px;
  }
}
.price_item-top {
  text-align: center;
  background-color: #272626;
  padding: 10px 0 5px;
  border-radius: 5px 5px 0 0;
}
.price_item-txt {
  text-align: center;
  color: #fff;
  background-image: url(../images/price_bg.png);
  padding: 10px 0 15px;
}
.price_item-txt-s {
  font-size: 16px;
  margin-bottom: 5px;
}
.price_item-txt-m {
  font-size: 19px;
}
.price_item-txt .big {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
}
.price_item-txt .color01 {
  color: #cf6d43;
}
.price_item-txt .color02 {
  color: #e7c035;
}
.price_item-txt .color03 {
  color: #68c495;
}
.price_item-txt .color04 {
  color: #3c68c3;
}
.price_item-txt .color05 {
  color: #d0394b;
}
.price_item-option {
  text-align: center;
  background-color: #fff;
  padding: 20px 15px 5px;
}
.price_item-option-s {
  color: #4b4b4b;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .price_item-option-s {
    font-size: 14px;
  }
}
.price_item-option-s:not(:last-child) {
  border-bottom: 2px dotted #444;
}
.price_item-reserve {
  padding: 15px 0;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.price_item-reserve.bg-color01 {
  background-color: #cf6d43;
}
.price_item-reserve.bg-color02 {
  background-color: #e7c035;
}
.price_item-reserve.bg-color03 {
  background-color: #68c495;
}
.price_item-reserve.bg-color04 {
  background-color: #3c68c3;
}
.price_item-reserve.bg-color05 {
  background-color: #d0394b;
}
.price_caution {
  font-size: 16px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .price_caution {
    font-size: 16px;
  }
}
.price_swiper {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 500px) {
  .price_swiper {
    overflow: visible;
  }
}
.price_swiper .swiper-wrapper {
  max-width: 1100px;
}
.price_swiper .swiper-slide {
  width: 209px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.price .select_season {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.price .select_season button {
  width: 200px;
  height: 30px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media (max-width: 500px) {
  .price .select_season button {
    width: 180px;
  }
}
.price .select_season button:hover {
  opacity: 1;
}
.price .select_season button.red {
  background-color: #D0394B;
}
.price .select_season button.green {
  background-color: #ABC10B;
}
.price .select_season button.active {
  opacity: 1;
}
.price .select_season .icon-select {
  position: absolute;
  right: calc(50% + 140px);
  bottom: 10px;
  width: 41px;
}

.flow {
  width: 100%;
  padding-bottom: 70px;
  background-image: url(../images/flow_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.flow_head {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 70px;
}
@media (max-width: 500px) {
  .flow_head {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.flow_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.flow_flex-image {
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .flow_flex-image {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .flow_flex-image {
    margin-bottom: 30px;
  }
}

.access {
  width: 100%;
  background-color: #f9f9f9;
  padding-bottom: 50px;
  border-bottom: 2px solid #e9e8e8;
}
.access_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
}
.access_flex-left {
  width: 40%;
}
@media (max-width: 900px) {
  .access_flex-left {
    width: 100%;
  }
}
.access_flex-right {
  width: 50%;
}
@media (max-width: 900px) {
  .access_flex-right {
    width: 100%;
  }
}
.access_flex-right iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #777 !important;
  border-radius: 15px;
}
@media (max-width: 900px) {
  .access_flex-right iframe {
    height: 300px;
  }
}
@media (max-width: 900px) {
  .access_flex-tb {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 30px;
  }
}
.access_head {
  text-align: center;
}
.access_info {
  line-height: 1.7;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #29382F;
  margin-left: 15px;
}
@media (max-width: 900px) {
  .access_info {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .access_info {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .access_info {
    font-size: 4.5vw;
  }
}
.access_txt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding: 15px;
  background-color: #e9e9e9;
  color: #29382F;
}
@media (max-width: 900px) {
  .access_txt {
    width: 55%;
  }
}
@media (max-width: 700px) {
  .access_txt {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .access_txt {
    font-size: 3.25vw;
  }
}

.meeting {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
  border-bottom: 2px solid #e9e8e8;
  background-color: #FDD34E;
}
.meeting_head {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .meeting_head {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.meeting_desc {
  width: 1000px;
  margin: 0 auto 70px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1100px) {
  .meeting_desc {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .meeting_desc {
    font-size: 1.7777777778vw;
  }
}
@media (max-width: 500px) {
  .meeting_desc {
    font-size: 3vw;
  }
}
.meeting_column {
  display: flex;
  max-width: 1000px;
  margin-inline: auto;
  justify-content: space-between;
}
.meeting_place {
  text-align: center;
  padding-bottom: 40px;
  width: 48%;
}
.meeting_place-l {
  font-size: 16px;
  color: #fff;
  background-color: #0D4300;
  letter-spacing: 0.1em;
  padding-block: 5px;
  border-radius: 10px 10px 0 0;
}
.meeting_place-m {
  font-size: 16px;
  color: #29382F;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 900px) {
  .meeting_place-m {
    font-size: 1.8888888889vw;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .meeting_place-m {
    font-size: 12px;
  }
}
.meeting_place-map img {
  border: 1px solid #777;
}
.meeting_btn {
  text-align: center;
  max-width: 284px;
  margin-inline: auto;
}

.reserve {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.reserve_head {
  text-align: center;
  margin-bottom: 50px;
}
.reserve_txt {
  text-align: center;
  font-size: 18px;
  color: #272727;
  margin-bottom: 30px;
}
.reserve_txt._02 {
  font-size: 15px;
  text-align: left;
}
@media (max-width: 500px) {
  .reserve_txt._02 {
    font-size: 14px;
  }
}
.reserve_txt._02 a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .reserve_txt {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .reserve_txt {
    font-size: 14px;
    text-align: left;
  }
}
.reserve_result {
  font-size: 16px;
  text-align: center;
  color: #272727;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 500px) {
  .reserve_result {
    font-size: 14px;
    line-height: 1.4;
  }
}
.reserve_result .red {
  font-size: 22px;
  color: #e20458;
  font-weight: bold;
}
@media (max-width: 500px) {
  .reserve_result .red {
    font-size: 20px;
  }
}

.voice {
  background-color: #3C68C3;
  padding-bottom: 100px;
  margin-top: -100px !important;
}
.voice_head {
  text-align: center;
  font-size: 40px;
  padding-top: 50px;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 900;
}
.voice_head > span {
  font-size: 16px;
  font-weight: 400;
}
.voice_column {
  display: flex;
  max-width: 1100px;
  margin-inline: auto;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 70px;
}
@media (max-width: 900px) {
  .voice_column {
    flex-wrap: wrap;
  }
}
.voice_item {
  width: calc((100% - 90px) / 4);
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 900px) {
  .voice_item {
    width: calc((100% - 60px) / 2);
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .voice_item {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
  }
}
.voice_item-image {
  width: 90px;
  margin: 0 auto 20px;
}
.voice_item-name {
  text-align: center;
  font-size: 12px;
  color: #010101;
  font-weight: bold;
  margin-bottom: 15px;
}
.voice_item-name > span {
  font-size: 24px;
}
.voice_item-txt {
  font-size: 12px;
  color: #010101;
  line-height: 1.5;
}

.form {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .form {
    width: 80%;
    padding: 15px 0;
  }
}
@media (max-width: 900px) {
  .form {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .form {
    width: 100%;
  }
}
.form_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .form_container {
    margin-bottom: 25px;
  }
}
.form_container-label {
  width: 40%;
  padding: 10px;
  color: #25262b;
  border-top: 1px solid #dadee3;
  border-left: 1px solid #dadee3;
}
@media (max-width: 900px) {
  .form_container-label {
    width: 100%;
    border-right: 1px solid #dadee3;
  }
}
.form_container-label .ess {
  position: relative;
}
.form_container-label .ess::after {
  position: absolute;
  content: "[必須]";
  color: #eb1919;
  top: 50%;
  right: -50px;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}
.form_container-label .ruby {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffbc00;
}
.form_container-input {
  width: 60%;
  padding: 10px;
  border-top: 1px solid #dadee3;
  border-left: 1px solid #dadee3;
  border-right: 1px solid #dadee3;
}
@media (max-width: 900px) {
  .form_container-input {
    width: 100%;
    border: 1px solid #dadee3;
  }
}
.form_container-input input[type=text],
.form_container-input input[type=email],
.form_container-input input[type=tel],
.form_container-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 7px 10px;
  font-size: 16px;
  border: 1px solid #a1a1a1;
  line-height: 1.5;
}
.form_container-input input[type=date],
.form_container-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 50%;
  padding: 7px 10px;
  font-size: 16px;
  border: 1px solid #a1a1a1;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .form_container-input input[type=date],
  .form_container-input select {
    height: 40px;
    background-color: #fff;
    color: #272626;
  }
}
.form_container-input input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.form_container-input input[type=radio] {
  width: 10%;
  padding: 7px 10px;
  font-size: 16px;
}
.form_container-input .wpcf7-list-item {
  width: 90%;
  margin-bottom: 10px;
}
.form_container-input .example {
  font-size: 16px;
  color: #6a757c;
  line-height: 2;
}
@media (max-width: 500px) {
  .form_container-input .example {
    font-size: 14px;
    line-height: 1.5;
  }
}
.form_container-input .wpcf7-form-control-wrap:has(.to, .from) {
  width: 50% !important;
  position: relative;
}
.form_container-input .wpcf7-form-control-wrap:has(.to, .from)::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_date.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
.form_container-agree {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.form_container-submit {
  text-align: center;
}
.form_container-submit .wpcf7-spinner {
  display: none;
}
.form_container-submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 7px 30px;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  background-color: #e20458;
  border: none;
  cursor: pointer;
}
.form_caution {
  margin-top: 30px;
  border: 2px solid #444;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 10px 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 500px) {
  .form_caution {
    font-size: 14px;
  }
}
.form_caution-l {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .form_caution-l {
    font-size: 16px;
  }
}
.form .simulate-block {
  display: flex;
  align-items: center;
}
.form .simulate-date {
  flex-shrink: 0;
}
.form .simulate-price {
  text-align: right;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #a1a1a1;
}

.footer {
  width: 100%;
  background-color: #2b2b2b;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 300;
  line-height: 1.7;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 500px) {
  .footer_flex {
    font-size: 2.8vw;
  }
}
.footer_flex-logo {
  width: 15%;
}
@media (max-width: 900px) {
  .footer_flex-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer_flex-center {
  width: 42%;
  color: #fff;
}
@media (max-width: 900px) {
  .footer_flex-center {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer_flex-right {
  width: 42%;
  color: #fff;
}
@media (max-width: 900px) {
  .footer_flex-right {
    width: 100%;
  }
}
.footer_flex-right a {
  margin-right: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.simulate {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 50px;
  background-color: #e9e9e9;
}
@media (max-width: 900px) {
  .simulate {
    padding: 20px 20px;
  }
}
@media (max-width: 500px) {
  .simulate {
    padding: 35px 15px;
  }
}
.simulate_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 500px) {
  .simulate_flex {
    flex-direction: column;
  }
}
.simulate_date {
  width: 23%;
  text-align: center;
}
@media (max-width: 900px) {
  .simulate_date {
    width: 47%;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .simulate_date {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.simulate_date label {
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #272626;
}
.simulate_date input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 7px 10px;
  font-size: 16px;
  border: 1px solid #a1a1a1;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .simulate_date input {
    height: 40px;
    background-color: #fff;
    color: #272626;
  }
}
.simulate_date input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.simulate_price {
  width: 25%;
}
@media (max-width: 900px) {
  .simulate_price {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .simulate_price {
    width: 100%;
    margin: 0 auto 0;
  }
}
.simulate_price-m {
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #e20458;
}
.simulate_result {
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  border: 1px solid #a1a1a1;
  background-color: #fff;
}
@media (max-width: 500px) {
  .simulate_result {
    margin-bottom: 30px;
  }
}
.simulate_reserve {
  width: 17%;
}
.simulate_reserve a {
  display: block;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  background-color: #2c4403;
  text-align: center;
  padding: 6px 5px;
}
@media (max-width: 900px) {
  .simulate_reserve {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .simulate_reserve {
    width: 70%;
    margin: 0 auto;
  }
}
.simulate_caution {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.05em;
  color: #5b5c5c;
  margin-bottom: 60px;
}

.complete {
  padding-top: 200px;
  padding-bottom: 120px;
}
.complete .wrapper {
  width: 90%;
  margin: 0 auto;
}
.complete_head {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 80px;
  color: #c7ad75;
}
@media (max-width: 900px) {
  .complete_head {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .complete_head {
    font-size: 18px;
  }
}
.complete_txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .complete_txt {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .complete_txt {
    font-size: 14px;
  }
}
.complete_tel {
  text-align: center;
  font-weight: 900;
  padding: 30px 0;
}
.complete_tel a {
  font-size: 30px;
  color: #e20458;
}
.complete_btn {
  margin: 50px auto;
  display: block;
  width: 300px;
  text-align: center;
}
.complete_btn a {
  display: block;
  color: #fff;
  background-color: #003f78;
  padding: 10px 0;
}

.sp_menu {
  display: none;
}

@media (max-width: 900px) {
  .sp_menu {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .sp_menu-left {
    width: 50%;
    font-weight: bold;
    text-align: center;
    background-color: #ff4ffd;
  }
  .sp_menu-left a {
    color: #fff;
    display: block;
    padding: 13px 0;
  }
  .sp_menu-right {
    width: 50%;
    font-weight: bold;
    text-align: center;
    background-color: #4f7dff;
  }
  .sp_menu-right a {
    color: #fff;
    display: block;
    padding: 13px 0;
  }
}
.btm {
  height: 385px;
  background-image: url(../images/pic_btm01.webp);
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.page-reserve {
  padding-top: 200px;
}

.wpcf7-not-valid-tip {
  padding-top: 5px !important;
  width: 100% !important;
}

.wpcf7-list-item {
  margin: auto;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: transparent;
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 50px;
  color: #852623;
}
@media (max-width: 500px) {
  .wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  text-align: center;
  line-height: 1.3;
  padding: 20px 10px;
  margin-bottom: 50px;
  color: #1a6d37;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: transparent;
  text-align: center;
  line-height: 1.3;
  padding: 0px 10px;
  margin-bottom: 50px;
  color: #852623;
}

div.wpcf7 .ajax-loader {
  display: block;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  margin-right: 10px;
}

/* テーマのCSS or 追加CSSに */
.flatpickr-day.is-busy-day {
  background: #ffcbcc;
  border-color: #ffcbcc;
}

.flatpickr-day.is-busy-day:hover,
.flatpickr-day.is-busy-day:focus {
  background: #ffcbcc;
}

.swiper-news {
  text-align: center;
  position: relative;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 20px;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #444;
  height: 12px;
  width: 12px;
}

/* 画像サイズ調整 */
.swiper-news .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -50px;
  left: 0;
}

.swiper-price .swiper-slide {
  margin-bottom: 30px;
}

.swiper-price {
  display: none;
}
.swiper-price.active {
  display: block;
}/*# sourceMappingURL=index.css.map */