@charset "UTF-8";
/* setting
---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: 'Kiwi Maru', serif;
  color: #161C1A;
}

body {
  position: relative;
  background-color: #F7FBF9;
}

img {
  height: auto;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
}

a:hover {
  opacity: 0.7;
}

/* common
---------------------------------------------- */
.container {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

.wrap-white h2, .wrap-white .inner h3, .wrap-green h2, .wrap-green .inner h3 {
  margin: 8px 0 24px;
  text-align: center;
}

.wrap-white {
  padding: 16px;
}

.wrap-white .inner {
  background-color: #E5F6F0;
  padding: 16px;
  border-radius: 8px;
}

.wrap-white .inner + .inner {
  margin-top: 16px;
}

.wrap-white.wfoot {
  background-image: url(image/pai_01.png);
  background-repeat: no-repeat;
  background-position: bottom 24px center;
  background-size: 92px;
  padding-bottom: 140px;
}

.wrap-green {
  padding: 16px;
  background-color: #E5F6F0;
}

.wrap-green .inner {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}

.wrap-green .inner + .inner {
  margin-top: 16px;
}

.wrap-green.wfoot {
  background-image: url(image/pai_02.png);
  background-repeat: no-repeat;
  background-position: bottom 24px center;
  background-size: 148px;
  padding-bottom: 120px;
}

/* h2 */
.h2_L {
  width: 100%;
  height: 120px;
  background-position: center;
  background-size: 100%;
  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: 700px) {
  .h2_L {
    height: 180px;
  }
}

/* 料金表 */
.charges {
  width: 100%;
}

.charges thead tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.charges thead td {
  display: none;
}

.charges thead th {
  background-color: #C3DBD2;
  width: calc(50% - 3px);
  height: 40px;
  line-height: 40px;
  color: #526A62;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 4px;
}

.charges tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.charges tbody th {
  width: 100%;
  background-color: #00AE70;
  color: #fff;
  height: 32px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 4px;
}

.charges tbody td {
  width: calc(50% - 3px);
  background-color: #fff;
  padding: 16px 0;
  margin-bottom: 8px;
  text-align: center;
  color: #00AE70;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.charges tbody td small {
  color: #161C1A;
  font-size: 14px;
  font-size: 1.4rem;
}

.charges tbody td span {
  font-size: 14px;
  font-size: 1.4rem;
}

.charges tfoot {
  color: #526A62;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.charges + .checklist {
  margin-top: 32px;
}

@media screen and (min-width: 700px) {
  .charges {
    border-collapse: separate;
    border-spacing: 8px;
  }
  .charges thead tr {
    display: table-row;
  }
  .charges thead td {
    display: table-cell;
  }
  .charges tbody tr {
    display: table-row;
  }
  .charges tbody th {
    width: 200px;
    vertical-align: middle;
  }
}

.wrap-green tbody td {
  background-color: #F7FBF9;
}

/* チェックリスト */
.checklist li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 150%;
  position: relative;
  padding-left: 20px;
}

.checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #00AE70;
}

.checklist li.iconex:before {
  content: '\f06a';
  color: #357FED;
}

.checklist li a {
  text-decoration: underline;
  color: #00AE70;
}

.checklist li dl dt {
  font-weight: normal;
  margin-bottom: 8px;
}

.checklist li dl dd {
  color: #526A62;
}

.checklist li dl dd + dd {
  margin-top: 8px;
}

/* header + hero
---------------------------------------------- */
.hero {
  background-image: url(image/sp/hero.jpg);
  background-position: center center;
  background-size: cover;
  height: 248px;
  margin-bottom: 24px;
  position: relative;
}

.hero header {
  background: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
  padding: 12px 8px;
  position: relative;
}

.hero header h1 {
  margin-left: 4px;
}

.hero h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}

.hero h2 img {
  width: 90%;
  max-width: 500px;
}

@media screen and (min-width: 700px) {
  .hero {
    height: 320px;
  }
  .hero h2 {
    height: 280px;
  }
}

/* intro
---------------------------------------------- */
.intro {
  padding: 0 16px;
  margin-bottom: 16px;
}

.intro h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.intro h2 span {
  color: #00AE70;
}

.intro p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 170%;
}

/* nav
---------------------------------------------- */
nav {
  padding: 0 16px;
  margin-bottom: 24px;
}

nav .nav_main li, nav .nav_sub li {
  position: relative;
}

nav .nav_main li::after, nav .nav_sub li::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  right: 8px;
  top: 18px;
  color: #00AE70;
}

nav .nav_main {
  border-top: 1px dashed #00AE70;
  margin-bottom: 8px;
}

nav .nav_main li {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px dashed #00AE70;
}

nav .nav_main li i {
  margin-right: 12px;
}

nav .nav_main li a {
  display: block;
  padding: 14px 8px;
  color: #00AE70;
}

nav .nav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}

nav .nav_sub li {
  width: calc(50% - 6px);
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

nav .nav_sub li:nth-child(odd) {
  margin-right: 12px;
}

nav .nav_sub li a {
  background-color: #E5F6F0;
  display: block;
  padding: 14px 8px 14px 16px;
  border-radius: 4px;
  color: #00AE70;
}

nav .nav_alert {
  margin-bottom: 16px;
}

nav .nav_alert a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ED3540;
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ED3540;
}

nav .nav_alert a i {
  margin-right: 4px;
}

@media screen and (min-width: 700px) {
  .nav_ex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_ex .nav_alert, .nav_ex .nav_banner {
    width: calc(50% - 8px);
  }
  .nav_ex .nav_alert:nth-child(odd), .nav_ex .nav_banner:nth-child(odd) {
    margin-right: 16px;
  }
  .nav_ex .nav_alert {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav_ex .nav_alert a {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    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;
  }
}

/* service
---------------------------------------------- */
#service .h2_L {
  background-image: url(image/ttl/ttl_bg_servie.jpg);
}

/* price
---------------------------------------------- */
/* access
---------------------------------------------- */
#access .h2_L {
  background-image: url(image/ttl/ttl_bg_access.jpg);
}

#access h3 i {
  color: #00AE70;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.inner.access_train {
  padding-left: 0;
  padding-right: 0;
}

.access_train p {
  padding: 0 16px;
  margin-bottom: 16px;
}

.access_train dl dt {
  padding: 0 16px;
  margin-bottom: 4px;
}

.access_train dl dt img {
  border-radius: 4px;
}

.access_train dl dd {
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  padding-bottom: 72px;
  background-image: url(image/access/access_border.svg);
  background-position: bottom 16px center;
  background-repeat: no-repeat;
  background-size: contain;
}

.access_train dl dd span {
  color: #FF6B4A;
}

.access_train dl div:last-child dd {
  padding-bottom: 0px;
  background-image: none;
}

@media screen and (min-width: 700px) {
  .access_train dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    background-image: url(image/access/access_border.svg);
    background-position: bottom 16px center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access_train dl div:last-child {
    background: none;
    padding-bottom: 0px;
  }
  .access_train dl dt {
    width: 420px;
  }
  .access_train dl dd {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 150%;
    padding-bottom: 0px;
    background: none;
  }
}

/* ncov
---------------------------------------------- */
#ncov p + .checklist {
  margin-top: 16px;
}

/* event
---------------------------------------------- */
#event .event_movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 16px 0;
}

#event .event_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* food
---------------------------------------------- */
#food .food_pickup {
  margin-top: 16px;
  margin-bottom: 16px;
}

#food .food_pickup div {
  margin-bottom: 8px;
}

#food .food_pickup dt {
  margin-bottom: 8px;
}

#food .food_pickup dt img {
  border-radius: 6px;
}

#food .food_pickup dd {
  text-align: center;
}

#food .food_pickup dd .food_pickup_label {
  background-color: #FF6B4A;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

#food .food_pickup dd .food_pickup_name {
  font-size: 14px;
  font-size: 1.4rem;
}

#food .food_pickup dd .food_pickup_price {
  font-size: 14px;
  font-size: 1.4rem;
  color: #526A62;
}

#food .food_list {
  margin-bottom: 16px;
}

#food .food_list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #C3DBD2;
  padding: 16px 2px;
}

#food .food_list div:nth-child(even) {
  background-color: #F7FBF9;
}

#food .food_list dt {
  font-weight: normal;
}

#food .food_list dd {
  color: #526A62;
}

@media screen and (min-width: 700px) {
  #food .food_pickup div {
    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;
  }
  #food .food_pickup dt {
    width: 240px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}

/* facility
---------------------------------------------- */
#facility .facility_list div {
  margin-bottom: 16px;
}

#facility .facility_list div dt img {
  border-radius: 4px 4px 0 0;
}

#facility .facility_list div dd {
  background-color: #E5F6F0;
  border-radius: 0 0 4px 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: center;
}

#facility .facility_sub {
  border: 2px solid #E5F6F0;
  border-radius: 22px;
  padding: 16px 16px;
  font-size: 14px;
  font-size: 1.4rem;
}

#facility .facility_sub li + li {
  margin-top: 8px;
}

@media screen and (min-width: 700px) {
  #facility .facility_list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  #facility .facility_list div dt {
    width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #facility .facility_list div dt img {
    border-radius: 4px 0 0 4px;
  }
  #facility .facility_list div dd {
    width: 100%;
    border-radius: 0 4px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* comic
---------------------------------------------- */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 3px !important;
  background-image: none !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0 !important;
  background-image: none !important;
}

#comic i {
  font-size: 24px;
  color: #00AE70;
}

/* footer
---------------------------------------------- */
footer {
  padding: 32px 0 160px;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

footer .sns li {
  margin-right: 16px;
}

footer .sns li:last-child {
  margin-right: 0;
}

footer address {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 8px;
}

footer .copyright {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #526A62;
}

/* fixeditem
---------------------------------------------- */
.fixeditem {
  position: fixed;
  margin: 0 auto;
  z-index: 1;
  bottom: 24px;
  padding: 0 8px;
  width: 100%;
  left: 0;
}

.fixeditem > * {
  display: inline-block;
}

.fixeditem .fixeditem_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 174, 112, 0.12);
          box-shadow: 0px 4px 4px rgba(0, 174, 112, 0.12);
  max-width: 944px;
  margin: 0 auto;
  position: relative;
}

.fixeditem .gotop a {
  background-color: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -48px;
  display: block;
}

.fixeditem .gotop a i {
  font-size: 22px;
  font-size: 2.2rem;
}

.fixeditem .hamburger {
  position: absolute;
  right: 48px;
  top: -48px;
  z-index: 2;
}

.fixeditem .hamburger input[type="checkbox"] {
  display: none;
}

.fixeditem .hamburger input[type="checkbox"]:checked ~ .hamburger_nav {
  visibility: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}

.fixeditem .hamburger input[type="checkbox"]:checked ~ label {
  background-image: url(image/hamburger_close.svg);
}

.fixeditem .hamburger label {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(image/hamburger.svg);
}

.fixeditem .hamburger .hamburger_nav {
  border: 2px solid #00AE70;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  right: 0px;
  bottom: 24px;
  width: 300px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.fixeditem .fixeditem_phone {
  background-color: #25BE87;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 4px 0 0 4px;
  height: 48px;
  padding: 0 8px;
}

.fixeditem .fixeditem_phone dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixeditem .fixeditem_phone dt {
  margin-right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.fixeditem .fixeditem_phone dd {
  font-size: 20px;
  font-size: 2rem;
}

.fixeditem .fixeditem_access a {
  background-color: #FCCA1B;
  width: 100px;
  border-radius: 0 4px 4px 0;
  height: 48px;
  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;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
}

.fixeditem .fixeditem_access a i {
  margin-right: 4px;
}
/*# sourceMappingURL=style.css.map */