@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 481px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 481px) {
  .u-mobile {
    display: none;
  }
}

@font-face {
  font-family: "Helvetica";
  src: url(/font/Helvetica.ttc) format("ttc");
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 481px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 481px) {
  a:hover {
    opacity: 0.7;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/*html {
  scroll-behavior: smooth;
}*/

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about-block__img {
  width: 52%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 481px) {
  .about-block__img {
    width: 15.625rem;
  }
}

.about-block__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.about-block__img img {
  /*content: "";*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-block__number {
  position: absolute;
  /*top: -14px;*/
  top: -0.875rem;
  /*right: -69px;*/
  right: -4.3125rem;
  /*font-size: 80px;*/
  font-size: 5rem;
  color: #8EBA43;
  line-height: 1;
  /*font-family: oblique;*/
  font-weight: 400;
  font-family: "Helvetica", sans-serif;
  font-style: Oblique;
  opacity: 0.5;
  padding-right: 8px;
  margin-right: -8px;
}
@media screen and (min-width: 481px) {
  .about-block__number {
    font-size: 6.875rem;
    top: -2.75rem;
  }
}

.about-block__body {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 481px) {
  .about-block__body {
    margin-top: 5.8125rem;
  }
}

.about-block__heading {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #5D7B55;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .about-block__heading {
    font-size: 1.5rem;
  }
}

.about-block__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 481px) {
  .about-block__text {
    margin-top: 3.5rem;
    font-size: 1.125rem;
    padding: 0 3.75rem;
  }
}

.about__inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .about__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.about__copy {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.04em;
  line-height: 1.714;
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 100%;
}
@media screen and (min-width: 481px) {
  .about__copy {
    margin-top: 3.125rem;
    font-size: 1.875rem;
  }
}

.about__copy span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(142, 186, 67, .5)));
  background: linear-gradient(transparent 60%, rgba(142, 186, 67, .5) 0%);
}
@media screen and (min-width: 481px) {
  .about__copy span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(142, 186, 67, .5)));
    background: linear-gradient(transparent 70%, rgba(142, 186, 67, .5) 0%);
  }
}

.about__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 481px) {
  .about__items {
    margin-top: 4.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 481px) {
  .about__item {
    width: 33.3333333333%;
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
}

.about__item:not(:first-child) {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 481px) {
  .about__item:not(:first-child) {
    margin-top: 0;
    border-left: 0.125rem solid #B2B2B2;
  }
}

.about__btn {
  margin: 31px auto 0;
  margin: 1.9375rem auto 0;
}

.access__inner {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 481px) {
  .access__inner {
    width: 68.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.4375rem;
  }
}

.access__title {
  text-align: center;
  color: #557C51;
}

.access__title span {
  display: block;
}

.access__title--en {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Helvetica", sans-serif;
}

.access__title--ja {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.access__blocks {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 481px) {
  .access__blocks {
    margin-top: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.access__block {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .access__block {
    padding-left: 0;
    padding-right: 0;
    width: 31.25rem;
    max-width: 100%;
  }
}

.access__block:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 481px) {
  .access__block:not(:first-child) {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.attempt__head {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(142, 186, 67, .5)));
  background: linear-gradient(transparent 60%, rgba(142, 186, 67, .5) 0%);
  display: table;
  width: 210px;
  width: 13.125rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .attempt__head {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(142, 186, 67, .5)));
    background: linear-gradient(transparent 70%, rgba(142, 186, 67, .5) 0%);
    width: 17.0625rem;
  }
}

.attempt__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .attempt__items {
    margin: 3.125rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54.6875rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 481px) {
  .attempt__item {
    width: calc(33.33333% - 26.66667px);
  }
}

.attempt__item:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 481px) {
  .attempt__item:not(:first-child) {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.basic {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
  background-color: #E8ECE8;
}
@media screen and (min-width: 481px) {
  .basic {
    padding-top: 7rem;
    padding-bottom: 10.625rem;
  }
}

.basic__inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .basic__inner {
    padding-left: 0;
    padding-right: 0;
    width: 68.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.basic__title {
  color: #557C51;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 2px solid #808080;
  border-bottom: 0.125rem solid #808080;
  display: inline-block;
  position: relative;
}

.basic__title::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 2px;
  height: 0.125rem;
  background-color: #8EBA43;
  left: 28px;
  left: 1.75rem;
  bottom: -2px;
  bottom: -0.125rem;
}

.basic__dl {
  border: 1px solid #B3B3B3;
  border: 0.0625rem solid #B3B3B3;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 481px) {
  .basic__dl {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 481px) {
  .basic__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.basic__row:not(:first-child) {
  border-top: 1px solid #B3B3B3;
  border-top: 0.0625rem solid #B3B3B3;
}

.basic__dt {
  background-color: rgba(142, 186, 67, .5);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding: 17px 23px;
  padding: 1.0625rem 1.4375rem;
}
@media screen and (min-width: 481px) {
  .basic__dt {
    width: 23.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.basic__dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background-color: #fff;
  border-top: 1px solid #B3B3B3;
  border-top: 0.0625rem solid #B3B3B3;
  padding: 17px 23px;
  padding: 1.0625rem 1.4375rem;
}
@media screen and (min-width: 481px) {
  .basic__dd {
    width: 76.5%;
    border-top: none;
    border-left: 0.0625rem solid #B3B3B3;
  }
}

.breadcrumb {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 22px;
  padding-left: 1.375rem;
}
@media screen and (min-width: 481px) {
  .breadcrumb {
    width: 68.125rem;
    max-width: 100%;
    padding-left: 0;
  }
}

.breadcrumb .home {
  margin-right: 10px;
  margin-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  border-left: 6.5px solid #557C51;
  border-left: 0.40625rem solid #557C51;
}

.breadcrumb .current-item {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.breadcrumb a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
  opacity: 0.7;
}

.btn {
  background: url(../images/common/more_button_before.png) no-repeat center center/contain;
  width: 184px;
  width: 11.5rem;
  height: 45px;
  height: 2.8125rem;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  background: url(../images/common/more_button_after.png) no-repeat center center/contain;
}

.card {
  padding: 17px 17px 21px;
  padding: 1.0625rem 1.0625rem 1.3125rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
}
@media screen and (min-width: 481px) {
  .card {
    padding: 1.0625rem 0.875rem 1.3125rem;
  }
}

.card__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #557C51;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .card__heading {
    font-size: 1.25rem;
  }
}

.card__img {
  position: relative;
  width: 160px;
  width: 10rem;
  padding-top: 38.125%;
  margin: 27px auto 0;
  margin: 1.6875rem auto 0;
}
@media screen and (min-width: 481px) {
  .card__img {
    padding-top: 51.125%;
  }
}

.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__text {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 31px;
  line-height: 1.9375rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 481px) {
  .card__text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 481px) {
  .common-head {
    font-size: 1.5rem;
  }
}

.contact-btn {
  background-color: #5D7B55;
  width: 184px;
  width: 11.5rem;
  height: 44px;
  height: 2.75rem;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 1.875rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-right: 12px;
  padding-right: 0.75rem;
  display: block;
  border-bottom: 4px solid #00662d;
  border-bottom: 0.25rem solid #00662d;
}
@media screen and (min-width: 481px) {
  .contact-btn {
    width: 16.1875rem;
    height: 3.4375rem;
    line-height: 3.25rem;
    font-size: 1.3125rem;
    border-bottom: 0.3125rem solid #00662d;
  }
}

.contact-btn:hover {
  /*
  margin-top: rem(23);*/
  opacity: 1;
  border-bottom: 2px solid #00662d;
  border-bottom: 0.125rem solid #00662d;
  background-color: rgba(93, 123, 85, .9);
}
@media screen and (min-width: 481px) {
  .contact-btn:hover {
    /*
    margin-top: rem(48);*/
  }
}

/*
.contact-btn:focus {
  margin-top: rem(23);
  @include mq (md) {
    margin-top: rem(48);
    border-bottom: rem(2) solid #00662d;
  }
}*/
.contact-btn::before {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #5D7B55;
  right: 15px;
  right: 0.9375rem;
  top: 55%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .contact-btn::before {
    right: 1.25rem;
  }
}

.contact-btn::after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #5D7B55;
  right: 15px;
  right: 0.9375rem;
  top: 44%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .contact-btn::after {
    right: 1.25rem;
  }
}

.contact-btn__arrow {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  .contact-btn__arrow {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.contact {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  background: url(../images/common/reservation_background.jpg) no-repeat center center/cover;
  height: 277px;
  height: 17.3125rem;
}
@media screen and (min-width: 481px) {
  .contact {
    padding-top: 3.4375rem;
    padding-bottom: 2.5rem;
    height: 23.4375rem;
  }
}

.contact__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__icon img {
  width: 85px;
  width: 5.3125rem;
  height: 55px;
  height: 3.4375rem;
  margin-left: 45px;
  margin-left: 2.8125rem;
}
@media screen and (min-width: 481px) {
  .contact__icon img {
    width: 7.5rem;
    height: 4.6875rem;
    margin-left: 3.6875rem;
  }
}

.contact__title {
  font-weight: 700;
  text-align: center;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.contact__title--ja {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
@media screen and (min-width: 481px) {
  .contact__title--ja {
    font-size: 1.75rem;
  }
}

.contact__title--en {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
  font-family: "Helvetica", sans-serif;
}
@media screen and (min-width: 481px) {
  .contact__title--en {
    font-size: 1.3125rem;
  }
}

.contact__title--en::before,
.contact__title--en::after {
  content: "";
  position: absolute;
  background-color: #333;
  height: 1px;
  height: 0.0625rem;
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 481px) {
  .contact__title--en::before,
.contact__title--en::after {
    width: 5rem;
  }
}

.contact__title--en::before {
  top: 50%;
  left: -77px;
  left: -4.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  .contact__title--en::before {
    left: -5.9375rem;
    top: 61%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.contact__title--en::after {
  top: 50%;
  right: -77px;
  right: -4.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  .contact__title--en::after {
    right: -5.9375rem;
    top: 61%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.contact__btn {
  width: 184px;
  width: 11.5rem;
  height: 44px;
  height: 2.75rem;
  line-height: 42px;
  line-height: 2.625rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  font-size: 16px;
  font-size: 1rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 481px) {
  .contact__btn {
    width: 16.1875rem;
    height: 3.4375rem;
    margin-top: 2.8125rem;
    line-height: 3.25rem;
    font-size: 1.3125rem;
  }
}

/*
.contact__btn:hover {

  margin-top: rem(23);
  @include mq (md) {
    margin-top: rem(48);
  }
}
*/
.contact__btn::before {
  width: 8px;
  width: 0.5rem;
  height: 1px;
  height: 0.0625rem;
  right: 15px;
  right: 0.9375rem;
  top: 54%;
}
@media screen and (min-width: 481px) {
  .contact__btn::before {
    right: 1.25rem;
  }
}

.contact__btn::after {
  width: 8px;
  width: 0.5rem;
  height: 1px;
  height: 0.0625rem;
  right: 15px;
  right: 0.9375rem;
  top: 44%;
}
@media screen and (min-width: 481px) {
  .contact__btn::after {
    right: 1.25rem;
  }
}

.contact__btn-arrow {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  right: 8px;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  .contact__btn-arrow {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.corona__inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .corona__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.corona__head {
  font-weight: 700;
  color: #557C51;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 481px) {
  .corona__head {
    font-size: 1.875rem;
  }
}

.corona__text {
  text-align: left;
  margin-top: 36px;
  margin-top: 2.25rem;
  line-height: 31px;
  line-height: 1.9375rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 481px) {
  .corona__text {
    font-size: 1.125rem;
    margin-top: 2.25rem;
    text-align: center;
    line-height: 2.375rem;
  }
}

.corona__attempt {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 481px) {
  .corona__attempt {
    margin-top: 2.375rem;
  }
}

.corona__please {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 481px) {
  .corona__please {
    margin-top: 2.375rem;
  }
}

.corona__copy {
  font-size: 16px;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-top: 40px;
  margin-top: 2.5rem;
  line-height: 31px;
  line-height: 1.9375rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .corona__copy {
    margin-top: 3.75rem;
  }
}

.drawer-menu {
  height: 100vh;
  z-index: 100;
  background-color: #E8EBE7;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer-menu.is-active {
  -webkit-transform: translateX(12%);
          transform: translateX(12%);
}

.drawer-menu__content {
  padding-left: 13px;
  padding-left: 0.8125rem;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.drawer-menu__logo {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.drawer-menu__logo a {
  display: block;
}

.drawer-menu__logo img {
  width: 240px;
  width: 15rem;
  height: 50px;
  height: 3.125rem;
}

.drawer-menu__items {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.drawer-menu__item {
  padding: 17px 0 17px 15px;
  padding: 1.0625rem 0 1.0625rem 0.9375rem;
}

.drawer-menu__item:not(:first-child) {
  border-top: 1px solid #CBCBCB;
  border-top: 0.0625rem solid #CBCBCB;
}

.drawer-menu__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  letter-spacing: 0.025em;
}

.drawer-menu__contact {
  width: 222px;
  width: 13.875rem;
  height: 52px;
  height: 3.25rem;
  color: #fff;
  background-color: #AB4F38;
  line-height: 52px;
  line-height: 3.25rem;
  display: block;
  text-align: center;
  margin-top: 19px;
  margin-top: 1.1875rem;
  margin-left: 43px;
  margin-left: 2.6875rem;
}

.eco-block__head {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #557C51;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .eco-block__head {
    font-size: 1.25rem;
    text-align: left;
  }
}

@media screen and (min-width: 481px) {
  .eco-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }
}

.eco-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 481px) {
  .eco-block__img {
    margin-top: 0;
    width: 6.25rem;
    max-width: 100%;
  }
}

.eco-block__img img {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}

.eco-block__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 481px) {
  .eco-block__text {
    margin-left: 1.875rem;
    margin-top: 0;
    width: 23.75rem;
    max-width: 100%;
  }
}

.eco__img {
  background: url(../images/plan/plan_07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
  width: 100%;
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 481px) {
  .eco__img {
    height: 18.75rem;
  }
}

.eco__inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  background-color: #E8ECE8;
}
@media screen and (min-width: 481px) {
  .eco__inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.75rem;
  }
}

.eco__head {
  font-weight: 700;
  color: #557C51;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 481px) {
  .eco__head {
    font-size: 1.875rem;
  }
}

.eco__text {
  text-align: left;
  margin-top: 36px;
  margin-top: 2.25rem;
  line-height: 31px;
  line-height: 1.9375rem;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -8px;
  -webkit-text-decoration-color: rgba(142, 186, 67, .5);
          text-decoration-color: rgba(142, 186, 67, .5);
}
@media screen and (min-width: 481px) {
  .eco__text {
    font-size: 1.125rem;
    margin-top: 2.25rem;
    text-align: center;
  }
}

.eco__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 481px) {
  .eco__items {
    margin: 4.0625rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66.875rem;
  }
}

@media screen and (min-width: 481px) {
  .eco__item {
    width: calc(50% - 25px);
  }
}

.eco__item:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 481px) {
  .eco__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.eco__table {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 481px) {
  .eco__table {
    margin: 4.875rem auto 0;
    width: 56.875rem;
  }
}

.eco__btn {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  width: 144px;
  width: 9rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 481px) {
  .eco__btn {
    margin-top: 2.8125rem;
  }
}

.eco__btn::before {
  right: 18px;
  right: 1.125rem;
  top: 56%;
}
@media screen and (min-width: 481px) {
  .eco__btn::before {
    top: 54%;
  }
}

.eco__btn::after {
  right: 18px;
  right: 1.125rem;
}

.eco__btn-arrow {
  width: 29px;
  width: 1.8125rem;
  height: 29px;
  height: 1.8125rem;
}

.eco__copy {
  margin: 68px auto 0;
  margin: 4.25rem auto 0;
}
@media screen and (min-width: 481px) {
  .eco__copy {
    margin-top: 4.25rem;
    width: 66.875rem;
  }
}

.eco_copy-head {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #557C51;
}

.eco__copy p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.explain__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.explain__head img {
  width: 225px;
  width: 14.0625rem;
  height: 73px;
  height: 4.5625rem;
}

.explain__box {
  padding: 20px 41px;
  padding: 1.25rem 2.5625rem;
  border: 1px solid #B3B3B3;
  border: 0.0625rem solid #B3B3B3;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 481px) {
  .explain__box {
    padding: 1.875rem 5.125rem;
  }
}

.explain__box--parking {
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  border: 1px solid #B3B3B3;
  border: 0.0625rem solid #B3B3B3;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 481px) {
  .explain__box--parking {
    padding: 2rem 2rem 3.25rem;
  }
}

.explain__box span {
  font-weight: 700;
}

.explain__box p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.explain__box p:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 481px) {
  .explain__box p:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.explain__tittle {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.explain__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-top: 25px;
  margin-top: 1.5625rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 481px) {
  .explain__text {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
}

@media screen and (min-width: 481px) {
  .feature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 481px) {
  .feature-block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 481px) {
  .feature-block__img {
    width: 50%;
    position: relative;
  }
}

@media screen and (min-width: 481px) {
  .feature-block__img::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}

@media screen and (min-width: 481px) {
  .feature-block__img img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

.feature-block__body {
  background-color: #E8ECE8;
  padding: 38px 34px 38px 28px;
  padding: 2.375rem 2.125rem 2.375rem 1.75rem;
}
@media screen and (min-width: 481px) {
  .feature-block__body {
    padding: 2.375rem 2.9375rem 1.875rem 3.3125rem;
    width: 50%;
  }
}

.feature-block__head {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #557C51;
}

.feature-block__head--en {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
}

.feature-block__head--ja {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.feature-block__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.feature-block__dl {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 481px) {
  .feature-block__dl {
    margin-top: 2.375rem;
  }
}

.feature-block__row {
  margin-top: -20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 481px) {
  .feature-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.feature-block__row:nth-child(2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 481px) {
  .feature-block__dt {
    width: 5.875rem;
  }
}

.feature-block__btn {
  width: 210px;
  width: 13.125rem;
  height: 44px;
  height: 2.75rem;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 481px) {
  .feature-block__btn {
    margin-top: 0.625rem;
    margin-right: 0;
  }
}

.feature-block__btn--access {
  background: url(../images/about/about_button_02_before.png) no-repeat center center/contain;
}

.feature-block__btn--access:hover {
  background: url(../images/about/about_button_02_after.png) no-repeat center center/contain;
}

.feature-block__btn--facility {
  background: url(../images/about/about_button_01_before.png) no-repeat center center/contain;
}
@media screen and (min-width: 481px) {
  .feature-block__btn--facility {
    margin-top: 3.75rem;
  }
}

.feature-block__btn--facility:hover {
  background: url(../images/about/about_button_01_after.png) no-repeat center center/contain;
}

.feature-block__btn--map {
  width: 171px;
  width: 10.6875rem;
  height: 35px;
  height: 2.1875rem;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  background: url(../images/infomation/infomation_button_pc.png) no-repeat center center/contain;
}
@media screen and (min-width: 481px) {
  .feature-block__btn--map {
    margin-top: 1.875rem;
    margin-right: 0;
  }
}

.feature-block__map {
  width: 100%;
  position: relative;
  padding-top: 55.5%;
}
@media screen and (min-width: 481px) {
  .feature-block__map {
    width: 50%;
    padding-top: 29.2%;
  }
}

.feature-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .feature__inner {
    width: 68.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 481px) {
  .footer-access__heading {
    font-size: 1.125rem;
    font-family: "Helvetica", sans-serif;
    letter-spacing: 0.025em;
    margin-left: 4.875rem;
  }
}

.footer-access ul {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 481px) {
  .footer-access ul {
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 481px) {
  .footer-access ul li:not(:first-child) {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 481px) {
  .footer-access ul li a {
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
  }
}

@media screen and (min-width: 481px) {
  .footer-map__heading {
    font-size: 1.125rem;
    font-family: "Helvetica", sans-serif;
    letter-spacing: 0.025em;
    text-align: center;
  }
}

.footer-map ul {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 481px) {
  .footer-map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.0625rem;
  }
}

@media screen and (min-width: 481px) {
  .footer-map ul li:nth-child(2n+1) {
    width: 15.9375rem;
  }
}

@media screen and (min-width: 481px) {
  .footer-map ul li:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 481px) {
  .footer-map ul li a {
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
  }
}

.footer__inner {
  padding-top: 37px;
  padding-top: 2.3125rem;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  background-color: #E8EBE7;
}
@media screen and (min-width: 481px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4.4375rem;
    padding-left: 2.8125rem;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 481px) {
  .footer__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__logo a {
  display: block;
}

.footer__logo img {
  width: 241px;
  width: 15.0625rem;
  height: 61px;
  height: 3.8125rem;
}

.footer__access--sp {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .footer__access--sp {
    display: none;
  }
}

.footer__meta {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* .footer__meta p:last-child {
  margin-left: 24px;
  margin-left: 1.5rem;
} */

.footer__copy {
  font-size: 9px;
  font-size: 0.5625rem;
  color: #5D7B55;
  text-align: center;
  height: 35px;
  height: 2.1875rem;
  line-height: 32px;
  line-height: 2rem;
  font-family: "Helvetica", sans-serif;
}
@media screen and (min-width: 481px) {
  .footer__copy {
    font-size: 0.6875rem;
    height: 5rem;
    line-height: 5.375rem;
  }
}

.footer__access--pc {
  display: none;
}
@media screen and (min-width: 481px) {
  .footer__access--pc {
    display: block;
    margin-left: 7.375rem;
    width: 23rem;
    max-width: 100%;
  }
}

.footer__map {
  display: none;
}
@media screen and (min-width: 481px) {
  .footer__map {
    display: block;
    margin-left: 6.25rem;
    width: 25.1875rem;
    max-width: 100%;
  }
}

.form-date {
  width: 100%;
}

.form-date::-webkit-input-placeholder {
  color: #333231;
}

.form-date::-moz-placeholder {
  color: #333231;
}

.form-date::-ms-input-placeholder {
  color: #333231;
}

.form-date::placeholder {
  color: #333231;
}

.form-input {
  width: 100%;
  padding: 4px 26px;
  padding: 0.25rem 1.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #E8ECE8;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 55px;
  height: 3.4375rem;
  line-height: 55px;
  line-height: 3.4375rem;
  font-weight: 400;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  padding: 3px 16px;
  padding: 0.1875rem 1rem;
  width: 100%;
  height: 55px;
  height: 3.4375rem;
  line-height: 49px;
  line-height: 3.0625rem;
  background: #E8ECE8 url(../images/reservation/select_icon.png) no-repeat center right 20px/11px 8px;
}

.form-textarea {
  width: 100%;
  height: 201px;
  height: 12.5625rem;
  border: 1px solid #D1D3D1;
  resize: none;
  padding: 10px 16px;
  line-height: 1.625;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  vertical-align: bottom;
}

.free__head {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 481px) {
  .free__head {
    font-size: 1.5rem;
  }
}

.hamburger {
  z-index: 9999;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (min-width: 481px) {
  .hamburger {
    display: none;
    height: 2.625rem;
  }
}

.hamburger span {
  position: relative;
  display: block;
  height: 1px;
  height: 0.0625rem;
  width: 20px;
  width: 1.25rem;
  background: #333;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.hamburger span:nth-child(1) {
  top: 14px;
  top: 0.875rem;
  right: -10px;
  right: -0.625rem;
}

.hamburger span:nth-child(2) {
  top: 20px;
  top: 1.25rem;
  right: -10px;
  right: -0.625rem;
}

.hamburger span:nth-child(3) {
  top: 26px;
  top: 1.625rem;
  right: -10px;
  right: -0.625rem;
}

/*OPEN時の動き*/
.hamburger.open {
  background-color: #CBCBCB;
}

.hamburger.open span:nth-child(1) {
  top: 20px;
  top: 1.25rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  top: 18px;
  top: 1.125rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header {
  width: 100%;
  height: 60px;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 299;
  background-color: #fff;
}
@media screen and (min-width: 481px) {
  .header {
    height: 5.0625rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 481px) {
  .header__inner {
    padding-left: 2.875rem;
  }
}

.header__logo a {
  display: block;
}

.header__logo img {
  width: 170px;
  width: 10.625rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (min-width: 481px) {
  .header__logo img {
    width: 15.8125rem;
    height: 2.625rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 481px) {
  .header__nav {
    margin-left: auto;
    height: inherit;
    display: block;
  }
}

@media screen and (min-width: 481px) {
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
}

@media screen and (min-width: 481px) {
  .header__nav ul li {
    height: inherit;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }
}

@media screen and (min-width: 481px) {
  .header__nav ul li:not(:first-child),
.header__nav ul li:not(:last-child) {
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 481px) {
  .header__nav ul li:last-child {
    margin-left: 1.25rem;
    padding-left: 2.625rem;
    padding-right: 3.125rem;
    background-color: #BA4830;
    color: #fff;
  }
}

.header__nav ul li:not(:last-child):hover {
  color: #BA4830;
}

@media screen and (min-width: 481px) {
  .header__nav ul li a {
    font-size: 1.125rem;
    display: block;
    height: inherit;
    line-height: 4.6875rem;
  }
}

.header__contact {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 14px;
  margin-left: 0.875rem;
  background-color: #AB4F38;
  color: #fff;
  line-height: 4.3;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  display: block;
}
@media screen and (min-width: 481px) {
  .header__contact {
    display: none;
  }
}

.header__drawer {
  position: fixed;
  top: 9px;
  top: 0.5625rem;
  right: 4px;
  right: 0.25rem;
}

.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  overflow: scroll;
}

.information {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}

.information__inner {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  text-align: center;
  width: 1092px;
  width: 68.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.information__inner--border {
  border: 2px solid #557C51;
  border: 0.125rem solid #557C51;
}

.information__inner--gray {
  background-color: #E8ECE8;
}

.information__head {
  color: #557C51;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-family: "Helvetica", sans-serif;
}
.information__check-in {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: left;
  width: 200px;
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 481px) {
  .information__check-in {
    font-size: 1.0625rem;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.25rem;
  }
}

.information__check-in span {
  display: none;
}
@media screen and (min-width: 481px) {
  .information__check-in span {
    display: inline;
  }
}

.information__copy {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 481px) {
  .information__copy {
    font-size: 0.875rem;
  }
}

.inner {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 481px) {
  .inner {
    max-width: 1416px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.main-view {
  position: relative;
}
.main-view__img {
  position: relative;
  padding-top: 123.46666%;
}
@media screen and (min-width: 481px) {
  .main-view__img {
    padding-top: 37.4816984%;
  }
}

.main-view__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-view__block {
  position: absolute;
  top: 98px;
  top: 6.125rem;
  right: 40px;
  right: 2.5rem;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .main-view__block {
    top: 13.125rem;
    right: auto;
    left: 3.5625rem;
  }
}

.main-view__block p {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 38px;
  line-height: 2.375rem;
  font-style: oblique;
}
@media screen and (min-width: 481px) {
  .main-view__block p {
    font-size: 2.125rem;
    line-height: 3.8125rem;
  }
}

.main-view__block p:nth-child(2) {
  margin-left: -10px;
  margin-left: -0.625rem;
}
.main-view__block p:nth-child(3) {
  margin-left: -20px;
  margin-left: -1.25rem;
}
.main-view__block span {
  color: #96B855;
}

.swiper-pagination {
  bottom: -45px;
  bottom: -2.8125rem;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .swiper-pagination {
    bottom: -4.125rem;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: #E8ECE8;
  opacity: 1;
  margin: 0 3px;
  margin: 0 0.1875rem;
}
@media screen and (min-width: 481px) {
  .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #E8ECE8;
    opacity: 1;
    margin: 0 0.375rem;
  }
}

.swiper-pagination-bullet-active {
  background-color: #8EBA43;
}

.news-block {
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .news-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.375rem 1.25rem;
  }
}

.news-block:not(:first-child) {
  border-top: 1px solid #C8C8C8;
  border-top: 0.0625rem solid #C8C8C8;
}

.news-block__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-block__date {
  color: #4C4C4C;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Helvetica", sans-serif;
  font-style: Oblique;
}
@media screen and (min-width: 481px) {
  .news-block__date {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
}

.news-block__category {
  margin-left: 10px;
  font-size: 16px;
  font-size: 0.8rem;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 481px) {
  .news-block__category {
    font-size: 0.75rem;
    margin-left: 3.75rem;
    width: 5.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.c_news {
  background-color: #78BA34;
}

.c_goto {
  background-color: #00D8D8;
}

.c_holiday {
  background-color: #FF5353;
}

.news-block__title {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  line-height: 1.642;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 481px) {
  .news-block__title {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 3.75rem;
    width: calc(100% - 276px);
  }
}

.news-block__btn {
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (min-width: 481px) {
  .news-block__btn {
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 481px) {
  .news__inner {
    max-width: 71.5rem;
  }
}

.news__items {
  margin-top: 34px;
  margin-top: 2.125rem;
  border: 1px solid #C8C8C8;
  border: 0.0625rem solid #C8C8C8;
}

@media screen and (min-width: 481px) {
  .page-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 481px) {
  .page-block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page-block__img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 481px) {
  .page-block__img {
    width: 50%;
  }
}

.page-block__img::before {
  content: "";
  display: block;
  padding-top: 70.4%;
}
@media screen and (min-width: 481px) {
  .page-block__img::before {
    padding-top: 61.459854%;
  }
}

.page-block__img img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.page-block__body {
  padding: 40px 19px 32px 22px;
  padding: 2.5rem 1.1875rem 2rem 1.375rem;
  background-color: #E8EBE7;
}
@media screen and (min-width: 481px) {
  .page-block__body {
    width: 50%;
    padding: 4.375rem 3.5625rem 3.125rem 4.125rem;
  }
}

.page-block__title {
  color: #5D7B55;
}

.page-block__title--ja {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
}
@media screen and (min-width: 481px) {
  .page-block__title--ja {
    font-size: 2.25rem;
  }
}

.page-block__title--en {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 9px;
  margin-left: 0.5625rem;
}
@media screen and (min-width: 481px) {
  .page-block__title--en {
    font-size: 0.9375rem;
  }
}

.page-block__text {
  line-height: 1.75;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 481px) {
  .page-block__text {
    margin-top: 2.125rem;
  }
}

.page-block__btn {
  margin: 36px auto 0;
  margin: 2.25rem auto 0;
}

.pagenation {
  margin-top: 47px;
  margin-top: 2.9375rem;
  text-align: center;
}

.pagenation a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagenation a:hover {
  opacity: 0.6;
}

.pagenation a.next,
.pagenation a.prev {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}

.pagenation a.next:hover,
.pagenation a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #3B7D4D;
  color: #3B7D4D;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  height: 35px;
  height: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-right: 10px;
  min-width: 35px;
  min-width: 2.1875rem;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #3B7D4D;
  border: 1px solid #3B7D4D;
  color: #fff;
}

.paid__head {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 481px) {
  .paid__head {
    font-size: 1.5rem;
  }
}

.paid__block {
  width: 202px;
  width: 12.625rem;
  margin: 0 auto;
}

.plan__inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .plan__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.plan__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .plan__items {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 481px) {
  .plan__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.plan__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .plan__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.plan__head {
  font-weight: 700;
  color: #557C51;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 481px) {
  .plan__head {
    font-size: 1.875rem;
  }
}

.plan__text {
  text-align: left;
  margin-top: 36px;
  margin-top: 2.25rem;
  line-height: 31px;
  line-height: 1.9375rem;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -8px;
  -webkit-text-decoration-color: rgba(142, 186, 67, .5);
          text-decoration-color: rgba(142, 186, 67, .5);
}
@media screen and (min-width: 481px) {
  .plan__text {
    font-size: 1.125rem;
    margin-top: 2.25rem;
    text-align: center;
  }
}

.please__head {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(142, 186, 67, .5)));
  background: linear-gradient(transparent 60%, rgba(142, 186, 67, .5) 0%);
  display: table;
  width: 210px;
  width: 13.125rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .please__head {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(142, 186, 67, .5)));
    background: linear-gradient(transparent 70%, rgba(142, 186, 67, .5) 0%);
    width: 17.0625rem;
  }
}

.please__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .please__items {
    margin: 3.125rem auto 0;
    width: 35.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 481px) {
  .please__item {
    width: calc(50% - 20px);
  }
}

.please__item:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 481px) {
  .please__item:not(:first-child) {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.price-table__dl {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 481px) {
  .price-table__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.125rem solid #557C51;
    border-collapse: collapse;
  }
}

.price-table__row {
  width: 270px;
  width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 481px) {
  .price-table__row {
    width: 25%;
  }
}

@media screen and (min-width: 481px) {
  .price-table__row:first-child dd {
    border-left: 0.125rem solid #557C51;
  }
}

@media screen and (min-width: 481px) {
  .price-table__row:last-child dd {
    border-right: 0.125rem solid #557C51;
  }
}

@media screen and (min-width: 481px) {
  .price-table__row:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 481px) {
  .price-table__row:not(:first-child) {
    border-left: 0.0625rem solid #808080;
  }
}

.price-table__dt {
  background-color: #557C51;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  text-align: center;
}

.price-table__dd {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  text-align: center;
  height: 177px;
  height: 11.0625rem;
  position: relative;
  border-left: 2px solid #557C51;
  border-left: 0.125rem solid #557C51;
  border-right: 2px solid #557C51;
  border-right: 0.125rem solid #557C51;
}
@media screen and (min-width: 481px) {
  .price-table__dd {
    border-left: none;
    border-right: none;
  }
}

.price-table__row:last-child .price-table__dd {
  border-bottom: 2px solid #557C51;
  border-bottom: 0.125rem solid #557C51;
}
@media screen and (min-width: 481px) {
  .price-table__row:last-child .price-table__dd {
    border-bottom: none;
  }
}

.price-table__meta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 31px;
  line-height: 1.9375rem;
}
@media screen and (min-width: 481px) {
  .price-table__meta {
    width: 100%;
  }
}

.price-table__dd span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333333;
  display: block;
}

.price-table__dd span span {
  font-size: 16px;
  font-size: 1rem;
  margin-top: -9px;
  margin-top: -0.5625rem;
}

.price-table__text {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 481px) {
  .price-table__text {
    text-align: right;
  }
}

.privacy-policy{
  border: 1px solid #ccc;
  padding: 10px;
  overflow-y: scroll;
  height: 200px;
  margin: 20px 0;
}
.privacy-policy .section-title{
  font-size: 16px;
}
.privacy-block__head {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}

.privacy-block__text {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
}

.privacy-block__text span {
  display: block;
  padding-left: 80px;
  padding-left: 5rem;
}
@media screen and (min-width: 481px) {
  .privacy-block__text span {
    display: inline;
    padding-left: 0;
  }
}

.privacy__inner {
  width: 1098px;
  width: 68.625rem;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .privacy__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.privacy__copy {
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 31px;
  line-height: 1.5;
  margin-top: 20px;
}

.privacy__items {
  margin-top: 20px;
}
.privacy__item:not(:first-child) {
  margin-top: 20px;
}
.radio-block__head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.radio-block__items {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  width: 202px;
  width: 12.625rem;
}
@media screen and (min-width: 481px) {
  .radio-block__items {
    width: 12.625rem;
  }
}

.radio-block__item {
  display: block;
}

.radio-block__item:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.radio-block__form + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-left: 3.25rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 481px) {
  .radio-block__form + span {
    padding-left: 2.6875rem;
    font-size: 0.9375rem;
  }
}

.radio-block__form + span::before, .radio-block__form + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.radio-block__form + span::before {
  background: #E8ECE8;
  display: block;
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  left: 20px;
  left: 1.25rem;
}
@media screen and (min-width: 481px) {
  .radio-block__form + span::before {
    left: 0.6875rem;
  }
}

.radio-block__form + span::after {
  background: #fff;
  border: 1px solid transparent;
  left: 7.7px;
  left: 0.48125rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  left: 27.5px;
  left: 1.71875rem;
}
@media screen and (min-width: 481px) {
  .radio-block__form + span::after {
    left: 1.15625rem;
  }
}

.radio-block__form:checked + span::before {
  background-color: #557C51;
}

.radio-block__form:checked + span::after {
  opacity: 1;
}

.reservation__inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .reservation__inner {
    width: 45rem;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.reservation__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #557C51;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .reservation__title {
    font-size: 1.75rem;
  }
}

.reservation__text {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .reservation__text {
    margin-top: 3.125rem;
  }
}

.reservation__caution {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #BA4830;
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}

.reservation__box {
  margin-top: 23px;
  margin-top: 1.4375rem;
  border: 1px solid #557C51;
  border: 0.0625rem solid #557C51;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 481px) {
  .reservation__box {
    padding-left: 0;
    padding-right: 0;
  }
}

.reservation__phone {
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 481px) {
  .reservation__phone {
    font-size: 1.375rem;
  }
}

.reservation__number {
  letter-spacing: 0.05em;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Helvetica", sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  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;
}
@media screen and (min-width: 481px) {
  .reservation__number {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}

.reservation__number span {
  position: relative;
  margin-left: 18px;
  margin-left: 1.125rem;
}

/*
.reservation__number span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: rem(-45);
  transform: translateY(-50%);
  width: rem(26);
  height: rem(26);
  background: url(../images/reservation/reservation_icon.svg) no-repeat center center / contain;
}*/
.reservation__number img.telicon {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
}
.reservation__number img.freetel {
  width: 95%;
  max-width: 400px;
}

.reservation__label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.reservation__block {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  height: 55px;
  height: 3.4375rem;
  line-height: 55px;
  line-height: 3.4375rem;
  background-color: #E8ECE8;
  padding-left: 13px;
  padding-left: 0.8125rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.reservation__form {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 481px) {
  .reservation__form {
    margin-top: 4.25rem;
  }
}

.reservation__label--required {
  padding-right: 20px;
/*  padding-right: 0.75rem;*/
  padding-right: 2.8rem;
  position: relative;
}

.reservation__label--required::after {
  content: "(必須)";
  position: absolute;
  font-size: 16px;
  font-size: 0.9rem;
  color: #BA4830;
  top: 2px;
  right: 0;
  font-weight: bold;
}

.reservation__control:not(:first-child) {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 481px) {
  .reservation__control:not(:first-child) {
    margin-top: 2.625rem;
  }
}

.reservation__control span {
  font-size: 16px;
  font-size: 0.9rem;
  font-weight: 400;
}

.reservation__control-link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: right;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-decoration: underline;
  display: inline-block;
}

.reservation__control dd {
  margin-top: 6px;
  margin-top: 0.375rem;
}

@media screen and (min-width: 481px) {
  .reservation__control--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 481px) {
  .reservation__control--flex dt {
    width: calc(50% - 25px);
  }
}

@media screen and (min-width: 481px) {
  .reservation__control--flex dd {
    width: calc(50% - 25px);
    margin-left: 3.125rem;
  }
}

@media screen and (min-width: 481px) {
  .reservation__control--flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 481px) {
  .reservation__control-item {
    width: calc(50% - 31px);
  }
}

.reservation__control-item:not(:first-child) {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 481px) {
  .reservation__control-item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.875rem;
  }
}

/*プラポリ*/


.reservation__form-select {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 481px) {
  .reservation__form-select {
    margin-top: 0;
    font-size: 1.125rem;
  }
}
#room-plan02{
  display: none;
}
#room-plan02.active{
  display: flex;
}
@media screen and (max-width: 481px) {
  #room-plan02.active {
    flex-flow: column;
    border-top: 1px solid #557C51;
    padding-top: 50px;
  }

}

.reservation__radio-blocks {
  margin-top: 48px;
  margin-top: 3rem;
  
}
  .reservation__radio-blocks .reservation__label{
    display: inline-block;
  }

@media screen and (min-width: 481px) {
  .reservation__radio-blocks {
    margin-top: 4.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .reservation__radio-blocks .reservation__label{
    position: absolute;
    top: -35px;
  }
  
}

@media screen and (min-width: 481px) {
  .reservation__radio-block {
    width: calc(33.33333% - 41.33333px);
  }
}

.reservation__radio-block:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 481px) {
  .reservation__radio-block:not(:first-child) {
    margin-top: 0;
    margin-left: 3.875rem;
  }
  .reservation__radio-block:nth-child(2) {
    margin-left:0; 
  }
}

.reservation__check {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .reservation__check {
    margin-top: 4.375rem;
    font-size: 1.125rem;
  }
}

.reservation__check a {
  text-decoration: underline;
}

.reservation__submit {
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.reservation__submit:hover {
  opacity: 0.7;
}

.room-type__head {
  padding-top: 61px;
  padding-top: 3.8125rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  text-align: center;
  background: url(../images/facilities/facilities_07.jpg) no-repeat center center/cover;
  background-position: 93%;
}
@media screen and (min-width: 481px) {
  .room-type__head {
    background-position: 100%;
    padding-top: 7.6875rem;
    padding-bottom: 5.4375rem;
  }
}

.room-type__head span {
  display: block;
  color: #fff;
}

.room-type__head--en {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
}
@media screen and (min-width: 481px) {
  .room-type__head--en {
    font-size: 2.625rem;
  }
}

.room-type__head--ja {
  font-size: 18px;
  font-size: 1.125rem;
}

.room-type__items {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 481px) {
  .room-type__items {
    width: 69.125rem;
    max-width: 100%;
    margin: 7.5rem auto 0;
  }
}

.room-type__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .room-type__item:not(:first-child) {
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 481px) {
  .room-type__item:last-child .type__price {
    margin-top: 0.3125rem;
  }
}

.section-about {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 481px) {
  .section-about {
    margin-top: 4.75rem;
  }
}

.section-access {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 481px) {
  .section-access {
    margin-top: 3.75rem;
  }
}

.section-basic {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 481px) {
  .section-basic {
    margin-top: 4.375rem;
  }
}

.section-breadcrumb {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 481px) {
  .section-breadcrumb {
    margin-top: 3.125rem;
  }
}

.section-breadcrumb--news {
  margin-top: 110px;
  margin-top: 80px;
}
@media screen and (min-width: 481px) {
  .section-breadcrumb--news {
    margin-top: 8.125rem;
  }
}

.section-contact {
  margin-top: 42px;
  margin-top: 2.625rem;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}
@media screen and (min-width: 481px) {
  .section-contact {
    margin-top: 3.125rem;
  }
}

.section-contact--news {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 481px) {
  .section-contact--news {
    margin-top: 2.9375rem;
  }
}

.section-contact--about {
  margin-top: 42px;
  margin-top: 2.625rem;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}
@media screen and (min-width: 481px) {
  .section-contact--about {
    margin-top: 5rem;
  }
}

.section-contact--privacy {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 481px) {
  .section-contact--privacy {
    margin-top: 6.25rem;
  }
}

.section-corona {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.section-eco {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 481px) {
  .section-eco {
    margin-top: 6.25rem;
  }
}

.section-feature {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.section-footer {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 481px) {
  .section-footer {
    margin-top: 5.625rem;
  }
}

.section-information {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .section-information {
    margin-top: 5rem;
  }
}

.section-main-view {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 481px) {
  .section-main-view {
    margin-top: 4.9375rem;
  }
}

.section-news {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.section-page {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 481px) {
  .section-page {
    margin-top: 4.25rem;
  }
}

.section-plan {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 481px) {
  .section-plan {
    margin-top: 2.25rem;
  }
}

.section-privacy {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .section-privacy {
    margin-top: 2.5rem;
  }
}

.section-reservation {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 481px) {
  .section-reservation {
    margin-top: 4.25rem;
  }
}

.section-room-type {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 481px) {
  .section-room-type {
    margin-top: 6.25rem;
  }
}

.section-service {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 481px) {
  .section-service {
    margin-top: 8.125rem;
  }
}

.section-single-blog {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 481px) {
  .section-single-blog {
    margin-top: 2.5rem;
  }
}

.section-sub-main-view {
  margin-top: 59px;
  margin-top: 3.6875rem;
}
@media screen and (min-width: 481px) {
  .section-sub-main-view {
    margin-top: 4.9375rem;
  }
}

.section-sub-news {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.section-title {
  text-align: center;
}

.section-title span {
  display: block;
}

.section-title__en {
  color: #5D7B55;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Helvetica", sans-serif;
}
@media screen and (min-width: 481px) {
  .section-title__en {
    font-size: 2.625rem;
  }
}

.section-title__ja {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 481px) {
  .section-title__ja {
    font-size: 0.875rem;
  }
}

.seeing {
  padding: 42px 42px 56px 33px;
  padding: 2.625rem 2.625rem 3.5rem 2.0625rem;
  border-collapse: collapse;
}
@media screen and (min-width: 481px) {
  .seeing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 481px) {
  .seeing--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.seeing__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 481px) {
  .seeing__img {
    width: 11.25rem;
    max-width: 100%;
  }
}

.seeing__img img {
  width: 180px;
  width: 11.25rem;
  height: 180px;
  height: 11.25rem;
}

@media screen and (min-width: 481px) {
  .seeing__body {
    width: 16.5625rem;
    max-width: 100%;
    margin-left: 1.625rem;
  }
}

@media screen and (min-width: 481px) {
  .seeing__body--reverse {
    margin-left: 0;
    margin-right: 1.625rem;
  }
}

.seeing__number {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  color: #8EBA43;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .seeing__number {
    font-size: 2.1875rem;
  }
}

.seeing__head {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #557C51;
}

.seeing__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 481px) {
  .seeing__text {
    margin-top: 1.75rem;
  }
}

.service-block__img {
  width: 140px;
  width: 8.75rem;
  margin: 13px auto 0;
  margin: 0.8125rem auto 0;
}

.service-block__head {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.service-block__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.service {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #E8ECE8;
}
@media screen and (min-width: 481px) {
  .service {
    padding-top: 3.125rem;
    padding-bottom: 8.125rem;
  }
}

.service__paid {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 481px) {
  .service__paid {
    margin-top: 2.8125rem;
  }
}

.service__free {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 481px) {
  .service__free {
    margin-top: 2.8125rem;
  }
}

.service__blocks {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 481px) {
  .service__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service__block {
  width: 202px;
  width: 12.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .service__block {
    margin: 0;
  }
}

@media screen and (min-width: 481px) {
  .service__block:not(:first-child) {
    margin-left: 5rem;
  }
}

.service__table {
  margin: 56px auto 0;
  margin: 3.5rem auto 0;
  width: 300px;
  width: 18.75rem;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .service__table {
    width: 62.5rem;
  }
}

.service__table table {
  border: 1px solid #A8A8A8;
  border: 0.0625rem solid #A8A8A8;
  border-collapse: collapse;
  width: 1000px;
  width: 62.5rem;
}
.service__table tr {
  height: 60px;
  height: 3.75rem;
}

.service__table th {
  width: 60px;
  width: 3.75rem;
  border: 1px solid #A8A8A8;
  border: 0.0625rem solid #A8A8A8;
}
@media screen and (min-width: 481px) {
  .service__table th {
    font-size: 0.9375rem;
  }
}

.service__table th img {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.service__table td {
  width: 273px;
  width: 17.0625rem;
  border: 1px solid #A8A8A8;
  border: 0.0625rem solid #A8A8A8;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (min-width: 481px) {
  .service__table td {
    font-size: 0.9375rem;
  }
}

.service__table--green {
  background-color: #8EBA43;
}

.service__table--gray {
  background-color: rgba(158, 158, 158, .3);
  position: relative;
}

.service__table--gray::before {
  content: "";
  position: absolute;
  width: 19.5px;
  width: 1.21875rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #7F7F7F;
  top: 50%;
  left: 35%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service__table--gray::after {
  content: "";
  position: absolute;
  width: 19.5px;
  width: 1.21875rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #7F7F7F;
  top: 50%;
  left: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slight__inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .slight__inner {
    width: 68.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.section-sight {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.sight__title {
  font-weight: 700;
  text-align: center;
  color: #557C51;
}

.sight__title--en {
  font-size: 36px;
  font-size: 2.25rem;
  display: inline-block;
  position: relative;
}

.sight__title--en::before {
  content: "";
  position: absolute;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  top: 31%;
  left: -50px;
  left: -3.125rem;
  background: url(../images/about/about_arrow.png) no-repeat center center/contain;
}

.sight__title--ja {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: block;
}

.sight__copy {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 481px) {
  .sight__copy {
    text-align: center;
  }
}

.sight__img {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 481px) {
  .sight__img {
    margin: 3.3125rem auto 0;
    width: 44.8125rem;
    position: relative;
  }
}

@media screen and (min-width: 481px) {
  .sight__img::before {
    content: "";
    display: block;
    padding-top: 42.857%;
  }
}

@media screen and (min-width: 481px) {
  .sight__img img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

.sight__items {
  margin-top: 58px;
  margin-top: 3.625rem;
  border-left: 0.75px solid #999;
  border-left: 0.046875rem solid #999;
  border-right: 0.75px solid #999;
  border-right: 0.046875rem solid #999;
  border-bottom: 0.75px solid #999;
  border-bottom: 0.046875rem solid #999;
}
@media screen and (min-width: 481px) {
  .sight__items {
    margin-top: 7.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 481px) {
  .sight__item {
    width: 50%;
  }
}

.sight__item{
  border-top: 0.75px solid #999;
  border-top: 0.046875rem solid #999;
}

@media screen and (min-width: 481px) {
  .sight__item:first-child .seeing__body {
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 481px) {
  .sight__item:nth-child(2n) {
    border-left: 0.046875rem solid #999;
  }
}

@media screen and (min-width: 481px) {
  .sight__item:nth-child(4) .seeing__body {
    margin-top: -1.875rem;
  }
}

.single-blog__inner {
  width: 1090px;
  width: 68.125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .single-blog__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-blog__category {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.single-blog__date {
  font-size: 14px;
  font-size: 1rem;
  margin-left: 22px;
  margin-left: 1.375rem;
  font-family: "Helvetica", sans-serif;
  font-style: Oblique;
}

.single-blog___title {
  margin-top:18px;
  font-size: 20px;
  font-weight: 700;
  color: #3B7D4D;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #808080;
  border-bottom: 0.03125rem solid #808080;
}
@media screen and (min-width: 481px) {
  .single-blog___title {
    margin-top: 30px;
    padding-bottom: 18px;
    font-size: 24px;
  }
}

.single-blog__img {
  width: 480px;
  width: 30rem;
  max-width: 100%;
  position: relative;
  margin: 68px auto 0;
  margin: 4.25rem auto 0;
}
@media screen and (min-width: 481px) {
  .single-blog__img {
    margin-top: 4.25rem;
  }
}

.single-blog__img::before {
  content: "";
  display: block;
  padding-top: 66.66666%;
}

.single-blog__img img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.single-blog h2,.single-blog h3,.single-blog h4,.single-blog h5,.single-blog h6 {
  margin-top: 30px;
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 20px;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 31px;
}
.single-blog h3 {
  font-size: 19px; 
}
.single-blog h4 {
  font-size: 18px;
  margin-top: 20px;
}
.single-blog h5 {
  font-size: 17px;
  margin-top: 20px;
}
.single-blog h6 {
  font-size: 16px;
  margin-top: 20px; 
}
@media screen and (min-width: 481px) {
  .single-blog h2 {
    font-size: 24px; 
    margin-top: 50px;
  }
  .single-blog h3 {
    margin-top: 40px;
    font-size: 22px; 
  }
  .single-blog h4 {
    margin-top: 40px;
    font-size: 20px;
  }
  .single-blog h5 {
    margin-top: 30px;
    font-size: 18px; 
  }
  .single-blog h6 {
    margin-top: 30px;
    font-size: 16px; 
  }
}

.single-blog .bold{
  font-weight: bold;
}
.section-single-blog p {
  margin-bottom: 1.6rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 28px;
  line-height: 1.75rem;
}

.section-single-blog img{
  width: 100%;
  margin: 50px auto;
  max-width: 500px;
  height: auto;
}
.section-single-blog ol,.section-single-blog ul{
  margin: 1.6rem 0;
  padding-left: 16px;
}
.section-single-blog ol li{
  list-style-type: auto;
}
.section-single-blog ul li{
  list-style-type: disc;
}
.section-single-blog a{
  color: #3B7D4D;
  text-decoration: underline;
}

.single-blog__btn {
  width: 260px;
  width: 16.25rem;
  height: 55px;
  height: 3.4375rem;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  background: url(../images/news/news_button_01_before.png) no-repeat center center/contain;
}

.single-blog__btn:hover {
  background: url(../images/news/news_button_01_after.png) no-repeat center center/contain;
}

.sub-main-view {
  position: relative;
}

.sub-main-view__img {
  position: relative;
  padding-top: 123.46666%;
}
@media screen and (min-width: 481px) {
  .sub-main-view__img {
    padding-top: 36.9%;
  }
}

.sub-main-view__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
.sub-main-view__img {
  padding-top: 123.46666%;
  background-repeat: no-repeat;
  background-size: cover;
  @include mq (md) {
    padding-top: 37.4084%;
  }
}
.sub-main-view__img--facility {
  background-position: 73%;
  background-image: url(../images/facilities/facilities_01.jpg);
  @include mq (md) {
    background-position: 100%;
  }
}
.sub-main-view__img--plan {
  background-position: 27%;
  background-image: url(../images/plan/plan_01.jpg);
  @include mq (md) {
    background-position: 100%;
  }
}
.sub-main-view__img--about {
  background-position: 62%;
  background-image: url(../images/about/about_01.jpg);
  @include mq (md) {
    background-position: 100%;
  }
}
.sub-main-view__img--information {
  background-position: 56%;
  background-image: url(../../images/infomation/infomation_01_pc.jpg);
  @include mq (md) {
    background-position: 100%;
  }
}
.sub-main-view__img--reservation {
  background-position: 67%;
  background-image: url(../images/reservation/reservation_01.jpg);
  @include mq (md) {
    background-position: 100%;
  }
}
*/
.sub-main-view__title {
  position: absolute;
  left: 30px;
  left: 1.875rem;
  bottom: 55px;
  bottom: 3.4375rem;
}
@media screen and (min-width: 481px) {
  .sub-main-view__title {
    left: 3.75rem;
    bottom: 3.125rem;
  }
}

.sub-main-view__title span {
  color: #fff;
  display: block;
}

.sub-main-view__title--en {
  letter-spacing: 0.025em;
  font-weight: 700;
  font-style: oblique;
  font-family: "Helvetica", sans-serif;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 481px) {
  .sub-main-view__title--en {
    font-size: 3.3125rem;
  }
}

.sub-main-view__title--ja {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  .sub-main-view__title--ja {
    font-size: 1.4375rem;
  }
}

.sub-news-block {
  padding: 20px 18px 20px 12px;
  padding: 1.25rem 1.125rem 1.25rem 0.75rem;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .sub-news-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.6875rem 1.875rem;
  }
}

.sub-news-block::after {
  content: "";
  position: absolute;
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  background: url(../images/news/news__arrow.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  right: 0.3125rem;
}
@media screen and (min-width: 481px) {
  .sub-news-block::after {
    right: 1.875rem;
  }
}

.sub-news-block:not(:first-child) {
  border-top: 0.5px solid #808080;
  border-top: 0.03125rem solid #808080;
}

.sub-news-block__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-news-block__date {
  color: #4C4C4C;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Helvetica", sans-serif;
  font-style: Oblique;
}
@media screen and (min-width: 481px) {
  .sub-news-block__date {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
}

.sub-news-block__category {
  margin-left: 25px;
  margin-left: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 481px) {
  .sub-news-block__category {
    font-size: 0.75rem;
    margin-left: 3.75rem;
    width: 5.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.sub-news-block__title {
  line-height: 28px;
  line-height: 1.75rem;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
}
@media screen and (min-width: 481px) {
  .sub-news-block__title {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.sub-news__inner {
  width: 1090px;
  width: 68.125rem;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (min-width: 481px) {
  .sub-news__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.sub-news__display {
  margin-top: 55px;
  margin-top: 3.4375rem;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
}
@media screen and (min-width: 481px) {
  .sub-news__display {
    margin-top: 3.4375rem;
  }
}

.sub-news__items {
  margin-top: 13px;
  margin-top: 0.8125rem;
  border-top: 0.5px solid #808080;
  border-top: 0.03125rem solid #808080;
  border-bottom: 0.5px solid #808080;
  border-bottom: 0.03125rem solid #808080;
}
@media screen and (min-width: 481px) {
  .sub-news__items {
    margin-top: 0.8125rem;
  }
}

.submit-btn {
  text-align: center;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 0;
  padding: 0.75rem 0;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  max-width: 100%;
  background-color: #557C51;
  pointer-events: none;
}
@media screen and (min-width: 481px) {
  .submit-btn {
    padding: 1rem 0;
    font-size: 1.6875rem;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}
.contact-result{
  text-align: center;
}

#contact-form{
  margin-bottom: 50px;
}


.to-top {
  position: fixed;
  right: 5px;
  right: 0.3125rem;
  bottom: 39px;
  bottom: 2.4375rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 481px) {
  .to-top {
    right: 1.5625rem;
    bottom: 3.125rem;
  }
}

.to-top:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top a {
  display: block;
}

.to-top img {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
@media screen and (min-width: 481px) {
  .to-top img {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media screen and (min-width: 481px) {
  .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.type__body {
  padding-left: 27px;
  padding-left: 1.6875rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 481px) {
  .type__body {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 3.25rem;
    width: 31.1875rem;
    max-width: 100%;
  }
}

.type__title {
  position: relative;
}

.type__title--arrow {
  position: absolute;
  display: block;
  top: 22%;
  right: 0;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
}
.type__title--arrow:hover {
  right: -10px;
  right: -0.625rem;
}

.type__title--arrow img {
  width: 63px;
  width: 3.9375rem;
  height: 10px;
  height: 0.625rem;
}

.type__title--en {
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}
@media screen and (min-width: 481px) {
  .type__title--en {
    display: inline-block;
  }
}

.type__title--facility {
  position: relative;
  display: block;
}

.type__title--facility::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(142, 186, 67, .5);
  top: -9px;
  top: -0.5625rem;
  left: -18px;
  left: -1.125rem;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  .type__title--facility::before {
    width: 3.125rem;
    height: 3.125rem;
    left: -1.5625rem;
  }
}

.type__title--ja {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  position: relative;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 481px) {
  .type__title--ja {
    margin-left: 0.625rem;
    display: inline-block;
    margin-top: 0;
  }
}

.type__title--label {
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #fff;
  line-height: 21px;
  line-height: 1.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 481px) {
  .type__title--label {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.type__title--icon {
  position: absolute;
  top: -4px;
  top: -0.25rem;
  left: 200px;
  left: 12.5rem;
  display: inline-block;
  width: 38px;
  width: 2.375rem;
}
@media screen and (min-width: 481px) {
  .type__title--icon {
    left: 13.75rem;
  }
}

.type__title--icon--last {
  left: 224px;
  left: 14rem;
}
@media screen and (min-width: 481px) {
  .type__title--icon--last {
    left: 15.25rem;
  }
}

.type__title--icon img {
  width: 38px;
  width: 2.375rem;
  height: 27px;
  height: 1.6875rem;
}

.type__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 481px) {
  .type__text {
    margin-top: 0.4375rem;
  }
}

.type_condition {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.type__price {
  font-size: 16px;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
  border-top: 1px solid #A8A8A8;
  border-top: 0.0625rem solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  border-bottom: 0.0625rem solid #A8A8A8;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media screen and (min-width: 481px) {
  .type__price {
    margin-top: 0.75rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}

.type__price--left {
  text-align: left;
}
.type__price span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 26px;
  line-height: 1.625rem;
}

.type__price--mt {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 481px) {
  .type__price--mt {
    margin-top: 0.3125rem;
  }
}

@media screen and (min-width: 481px) {
  .type__img {
    width: 33.875rem;
    max-width: 100%;
  }
}

.type__btn {
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
  width: 144px;
  width: 9rem;
  font-size: 16px;
  font-size: 1rem;
  height: 50px;
  height: 3.125rem;
  line-height: 46px;
  line-height: 2.875rem;
}
@media screen and (min-width: 481px) {
  .type__btn {
    margin-left: auto;
    margin-right: 0;
  }
}

/*
.type__btn:hover {
  margin-top: rem(18);
}
*/
@media screen and (min-width: 481px) {
  .type__btn:hover .plan__item:nth-child(5) {
    margin-top: 3.5625rem;
  }
}

.type__btn::before {
  right: 18px;
  right: 1.125rem;
}

.type__btn::after {
  right: 18px;
  right: 1.125rem;
}

.type__btn-arrow {
  width: 29px;
  width: 1.8125rem;
  height: 29px;
  height: 1.8125rem;
}
/*# sourceMappingURL=styles.css.map */
