@charset "UTF-8";
/*!
 *Theme Name: metsa
 *Theme URI: https://metsa-hanno.com
 *Author: 01Design
 *Description: Description
 *Version: 1.0.0
 *License: GNU General Public License v2 or later
 *License URI: LICENSE
 *Text Domain: metsa
 *
 *Normalizing styles have been helped along thanks to the fine work of
 *Nicolas Gallagher and Jonathan Neal https: */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: white;
}

.loading-top {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #388041;
}

.loading-top svg {
  width: 300px;
}

@media (max-width: 568px) {
  .loading-top svg {
    width: 240px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.modal.open {
  -display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__inner {
  position: relative;
  background-color: white;
  border-radius: 10px;
}

.modal__contents {
  width: 700px;
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 80px);
  padding-bottom: 10px;
  text-align: center;
  overflow-y: auto;
}

.modal__contents p {
  margin: 0;
}

.modal__contents img {
  max-height: 100%;
}

.modal__contents .read-more {
  margin: 10px 0;
}

.modal__contents .read-more .button,
.modal__contents .read-more .button-round {
  max-width: 100%;
}

.modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 300;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.modal__close img {
  width: 40px;
  height: auto;
}

@media (max-width: 768px) {
  .modal__contents {
    width: 500px;
  }
}

@media (max-width: 568px) {
  .modal__contents {
    width: 320px;
    max-width: calc(100vw - 40px);
    padding: 0;
  }
}

@media (max-width: 768px) {
  .slide>.slide__single,
  .slide .slick-list {
    border-radius: 0;
  }

  .slide .slick-dots li.slick-active:after {
    display: block;
  }
}








.goods-list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.goods-list__single {
  position: relative;
  width: 33.33%;
  margin-bottom: 70px;
  padding-left: 40px;
}

.goods-list__recommend {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 70px;
  height: 70px;
}

.goods-list__image {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.goods-list__image img {
  width: 100%;
}

.goods-list__title {
  margin: 0 0 10px;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.3;
}

.goods-list__title span {
  display: inline-block;
}

.goods-list__place {
  margin: 0 0 10px;
  line-height: 1.3;
}

.goods-list__place img {
  width: auto;
  height: 16px;
  vertical-align: middle;
}

.goods-list__place span {
  font-size: 0.75em;
  font-weight: normal;
}

.goods-list__description {
  margin: 0;
  font-size: 0.75em;
}

@media (max-width: 768px) {
  .goods-list__recommend {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 568px) {
  .goods-list {
    margin-left: -20px;
  }

  .goods-list__single {
    width: 50%;
    padding-left: 20px;
  }

  .goods-list__recommend {
    top: -10px;
    right: -10px;
  }

  .goods-list__place,
  .goods-list__description {
    font-size: 0.625em;
  }
}

.single-guide .read-more {
  margin-top: 50px;
}

@media (max-width: 568px) {
  .single-guide .read-more {
    margin-top: 20px;
  }
}


@media (min-width: 1024px) {
  ._pcHide {
    display: none;
  }
}

@media (min-width: 769px) {
  ._pcHide2 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  ._spHide {
    display: none !important;
  }
}

.list-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.list-text {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1em;
  margin-bottom: 0;
}

@media screen and (max-width: 568px) {
  .list-text {
    font-size: .8em;
  }
}

.heading-label2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .heading-label2 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.heading-label3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .heading-label3 {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
}

.heading--pink .label {
  min-width: 142px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .heading--pink .label {
    min-width: 126px;
  }
}

@media screen and (max-width: 768px) {
  .heading--pink .label {
    min-width: 110px;
  }
}

.heading--pink .label2 {
  font-size: 0.5em;
  color: #ff6c6c;
}

.heading--pink .label2-pink {
  font-size: 0.5em;
  color: #f06767;
}

.heading--pink .label3 {
  color: #333;
  font-size: 0.5em;
  font-weight: 400;
  margin-left: 20px;
}

@media screen and (max-width: 568px) {
  .heading--pink .label3 {
    margin-left: 10px;
  }
}

.block-goto#goto {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .block-goto#goto {
    margin-top: -75px;
    padding-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .block-goto#goto {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.block-goto .heading--pink {
  padding-bottom: 0;
}

.block-goto__subtext {
  margin-bottom: 0;
  color: #f00;
}

.block_heading_text {
  margin-bottom: 0;
  color: #f00;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .block_heading_text {
    text-align: left;
  }
}

._tac {
  text-align: center;
}

._tal {
  text-align: left;
}

._tar {
  text-align: right;
}

.page-guide .contents__inner__link {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page-guide .contents__inner__link {
    padding: 0 40px 40px;
  }
}

.page-guide.mvp {
  padding-bottom: 0;
}

.page-guide.archive-guide.mvp {
  background: none;
}

.page-guide .index-mvp {
  padding: 0;
  background-image: none;
}

.page-guide .index-mvp-bg {
  position: relative;
  margin-top: 70px;
  padding-bottom: 75px;
}

.page-guide .index-mvp-bg:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 50px;
  background: url("../images/common/bg_cloud_beige.png") repeat-x center top;
}

@media screen and (max-width: 768px) {
  .page-guide .pickup {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 568px) {
  .page-guide .pickup {
    padding-bottom: 120px;
  }
}

.page-guide .how-to-enjoy__bg {
  bottom: auto;
  top: 25px;
}

.page-guide .how-to-enjoy {
  padding-top: 120px;
}

.page-guide .how-to-enjoy__bg.bg-1 {
  z-index: 1;
  top: -10px;
}

.page-guide .how-to-enjoy__bg.bg-2 {
  z-index: 1;
  top: -50px;
}

@media screen and (max-width: 768px) {
  .page-guide .how-to-enjoy__bg.bg-2 {
    top: 0;
  }
}

.page-guide .how-to-enjoy__bg.bg-3 {
  top: 350px;
}

.page-guide .how-to-enjoy__logo {
  top: 200px;
}

@media screen and (max-width: 768px) {
  .page-guide .how-to-enjoy__logo {
    top: 0;
  }
}

.goods-food .goods-list__recommend {
  z-index: 1;
}

.goods_single .goods-list__single {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
  padding-left: 0;
}

.goods_single .goods-list__image {
  width: 50%;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .goods_single .goods-list__image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
}

.goods_single .goods_single_inner {
  width: 50%;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .goods_single .goods_single_inner {
    width: 100%;
    padding-left: 0;
  }
}

.goods_single .goods_single_inner>* {
  font-size: 1em;
}

.goods_single .goods-list__recommend {
  right: auto;
  left: -20px;
}

@media screen and (max-width: 568px) {
  .goods_single .goods-list__recommend {
    left: -10px;
  }
}

.main-nav__home {
  color: #0070a3;
}

.main-nav .main-nav__home svg {
  width: 24.56px;
}

.main-nav .main-nav__event svg {
  width: 18.83px;
}

.main-nav .main-nav__map svg {
  width: 21.02px;
}

.main-nav .main-nav__guide svg {
  width: 21.72px;
}

.main-nav .main-nav__access svg {
  width: 14.92px;
}

.main-nav .main-nav__news svg {
  width: 21.31px;
}

.home .header__mvp,
.header__mvp {
  margin-right: 0;
  margin-bottom: 2px;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1024px) {

  .home .header__mvp,
  .header__mvp {
    margin-bottom: 0;
    margin-right: 2px;
    border-radius: 10px 0 0 10px;
  }
}

@media screen and (max-width: 1024px) {

  .home .header h1,
  .header h1 {
    display: flex;
  }
}

.home .header h1 a,
.header h1 a {
  display: block;
}




.home .sub-nav,
.sub-nav {
  display: block;
}

@media screen and (max-width: 1024px) {

  .home .sub-nav,
  .sub-nav {
    display: flex;
    top: 24px;
    right: 90px;
    flex-direction: unset;
  }
}

@media screen and (max-width: 568px) {

  .home .sub-nav,
  .sub-nav {
    display: flex;
    top: 14px;
    right: 70px;
    flex-direction: unset;
  }
}

.home .sub-nav a,
.sub-nav a {
  margin: 0;
}

.home .sub-nav__lang,
.sub-nav__lang {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 1024px) {

  .home .sub-nav__lang,
  .sub-nav__lang {
    margin-right: 10px !important;
    margin-bottom: 0 !important;
  }
}

.home .sub-nav__lang,
.home .sub-nav__sitemap,
.sub-nav__lang,
.sub-nav__sitemap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .sub-nav__lang img,
.home .sub-nav__sitemap img,
.sub-nav__lang img,
.sub-nav__sitemap img {
  width: 25px;
  height: 25px;
}

.home .sub-nav__lang span,
.home .sub-nav__sitemap span,
.sub-nav__lang span,
.sub-nav__sitemap span {
  display: block;
  font-size: 10px;
}

.home .sub-nav__sitemap span,
.sub-nav__sitemap span {
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .home .index-event {
    padding-bottom: 20vw;
  }
}

.fixed-nav {
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .main-image {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .main-image__inner {
    overflow: visible;
    padding-bottom: 0;
  }
}

.main-image .main-slide__single {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .main-image .main-slide__single {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .main-image .main-slide__single {
    height: auto;
    border-radius: 0;
  }
}

.main-image .main-slide__prev-next {
  display: none;
}

.main-image .main-slide__copy {
  width: auto;
  margin: 0;
  font-size: 27px;
  line-height: 2.5;
  letter-spacing: .7em;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main-image .main-slide__copy {
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.66666667vw;
  }
}

.main-image .main__bottom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .main-image .main__bottom {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    max-width: 1560px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .main-image .main__bottom {
    flex-flow: column-reverse;
  }
}

.main-image .main__bottom__video {
  position: relative;
  max-width: 520px;
  width: 40%;
  max-height: 292.5px;
  height: 22vw;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .main-image .main__bottom__video {
    max-width: none;
    max-height: none;
    width: 90%;
    height: 51vw;
    margin: 0 auto;
  }
}

.main-image .main__bottom__video__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.main-image .main__bottom__video__btn.hide {
  opacity: 0;
  transition: opacity .4s ease;
}

.main-image .main__bottom__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.main-image .slide-navigation {
  z-index: 10;
  position: relative;
  max-width: 960px;
  width: 60%;
  margin: 0;
  padding: 15px 40px 20px;
}

@media screen and (max-width: 1024px) {
  .main-image .slide-navigation {
    padding: 15px 40px 10px;
  }
}

@media screen and (max-width: 768px) {
  .main-image .slide-navigation {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .main-image .slide-navigation .slick-list {
    padding: 0 !important;
  }
}

.main-image .slide-navigation .item {
  position: relative;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.main-image .slide-navigation .item>* {
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 61%;
  border-radius: 10px;
  overflow: hidden;
}

.main-image .slide-navigation .slick-prev,
.main-image .slide-navigation .slick-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  border: 0;
  width: 44px;
  height: 45px;
  cursor: pointer;
}

@media screen and (max-width: 568px) {

  .main-image .slide-navigation .slick-prev,
  .main-image .slide-navigation .slick-next {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
}

.main-image .slide-navigation .slick-prev:after,
.main-image .slide-navigation .slick-next:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 44px;
  height: 45px;
  background: url("/assets/images/common/icon_arrow-gray.svg") no-repeat center center;
}

@media screen and (max-width: 568px) {

  .main-image .slide-navigation .slick-prev:after,
  .main-image .slide-navigation .slick-next:after {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
}

.main-image .slide-navigation .slick-prev {
  left: 15px;
}

.main-image .slide-navigation .slick-next {
  right: 15px;
}

.main-image .slide-navigation .slick-next:after {
  transform: translate(50%, -50%) scale(-1, 1);
}

.main-image .slide-navigation .slick-dots {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
}

.main-image .slide-navigation .slick-dots li {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.main-image .slide-navigation .slick-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.main-image .slide-navigation .slick-dots li button {
  color: transparent;
  background: transparent;
  border: 0;
}

.main-image .slide-navigation .slick-dots li.slick-active {
  width: 9px;
  height: 9px;
}

.business-hour__name {
  display: flex;
}

.business-hour__name .cell {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .business-hour__name .cell {
    height: 16vw;
    padding: 0 2.66666667vw;
  }
}

@media screen and (max-width: 768px) {
  .business-hour .cell {
    font-size: 2vw;
    min-height: 9.33333333vw;
    padding: 1.33333333vw;
  }
}

.business-hour .cell:not(.heading) {
  height: 120px;
}

.business-hour .cell.heading {
  flex-direction: column;
}

.business-hour .cell.heading .heading_subtext {
  margin-top: 2px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .business-hour .cell.heading .heading_subtext {
    margin-top: 0.53333333vw;
    font-size: 1.33333333vw;
  }
}

@media screen and (max-width: 768px) {
  .business-hour__aw {
    margin-bottom: 2.66666667vw;
  }
}

.business-hour__aw .heading {
  background: #1d6e9f !important;
}

.business-hour__aw .cell {
  margin: 0 0 1px 1px;
}

@media screen and (max-width: 768px) {

  .business-hour__aw .cell:not(.heading) p,
  .business-hour__mvp .cell:not(.heading) p {
    width: 100%;
    text-align: center;
  }
}

.business-hour__mvp,
.business-hour__aw,
.business-hour__metsa,
.business-hour__parking {
  width: 25%;
}

@media screen and (max-width: 768px) {

  .business-hour__mvp,
  .business-hour__aw,
  .business-hour__metsa,
  .business-hour__parking {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 1px;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {

  .business-hour__mvp .heading,
  .business-hour__aw .heading,
  .business-hour__metsa .heading,
  .business-hour__parking .heading {
    flex-grow: 1;
  }
}

.business-hour__mvp-large,
.business-hour__aw-large,
.business-hour__metsa-large,
.business-hour__parking-large {
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  .business-hour__contents {
    flex-wrap: nowrap;
  }
}

.business-hour__contents .cell:not(.heading) {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .business-hour__contents>div {
    border-radius: 0;
  }
}

.business-hour__content {
  width: 100%;
  height: 100%;
}

.business-hour__mvp,
.business-hour__metsa,
.business-hour__parking,
.business-hour__aw {
  position: relative;
}

@media screen and (max-width: 768px) {
  .business-hour__metsa p:first-of-type {
    font-size: 15px;
  }
}

.business-hour__parking p {
  width: 100%;
  text-align: center;
}

.business-hour__parking_text {
  display: block;
  font-size: 0.75em;
}

.business-hour__pdf {
  background: #edf8ef !important;
}

@media screen and (min-width: 769px) {
  .business-hour__pdf {
    height: 241px !important;
  }
}

@media screen and (max-width: 768px) {
  .business-hour__pdf {
    height: 240px !important;
  }
}

.business-hour__pdf a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .business-hour__pdf a {
    padding: 1.33333333vw;
  }
}

.business-hour__pdf a:hover {
  opacity: .7;
}

.business-hour__pdf1 {
  height: 120px !important;
}

.main-image {
  background-color: unset;
}

.index-business-hour {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .index-business-hour {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .index-business-hour {
    margin-top: 70px;
  }
}

.index-business-hour__btns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .index-business-hour__btns {
    flex-flow: column;
  }
}

.index-business-hour__btn {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .index-business-hour__btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .index-business-hour__btn:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.index-event {
  background: url("../images/common/bg_cloud.png") no-repeat left bottom/100% 50px;
  background-color: #fbf5eb;
  position: relative;
  margin-top: 50px;
}

.index-event:after {
  position: absolute;
  display: block;
  content: "";
  top: -50px;
  right: 0;
  height: 50px;
  width: 100%;
  background: url("../images/common/bg_cloud_beige.png") no-repeat left top/100% 50px;
}

.index-event .container {
  max-width: 1380px;
}

.index-event .read-more {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .index-event .read-more {
    flex-flow: column;
  }
}

.index-event .read-more a {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .index-event .read-more a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .index-event .read-more a:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.index-event .event-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .index-event .event-list {
    margin-right: auto;
  }
}

.index-event .event-list__single {
  flex-flow: column;
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .index-event .event-list__single {
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (max-width: 768px) {
  .index-event .event-list__single {
    width: 100%;
    margin-right: 0;
  }
}

.index-event .event-list__slide__single {
  border-radius: 10px 10px 0 0;
}

.index-event .event-list__image {
  width: 100%;
}

.index-event .event-list__detail {
  flex-grow: 1;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 0;
  color: #000;
}

.index-event .event-list__detail>*:not(.event-list__link) {
  padding: 0 20px;
}

.index-event .event-list__title {
  font-size: 14px;
  font-weight: 700;
}

.index-event .event-list__title span {
  color: #000;
}

.index-event .event-list__date img,
.index-event .event-list__time img,
.index-event .event-list__place img,
.index-event .event-list__price img {
  margin-right: 20px;
}

.index-event .event-list__date {
  margin: 0;
  border-top: 0;
}

.index-event .event-list__start {
  font-size: 14px;
  font-weight: 700;
}

.index-event .event-list__time-place {
  display: block;
  border-top: 0;
}

.index-event .event-list__time-place>div {
  align-items: flex-start;
}

.index-event .event-list__time {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.index-event .event-list__place {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

.index-event .event-list__place:before {
  display: none;
}

.index-event .event-list__price {
  margin-top: 20px;
  border-top: 0;
  align-items: flex-start;
}

.index-event .event-list__link {
  margin-top: auto;
  padding-top: 20px;
}

.index-banner__inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .index-banner__inner {
    display: block;
  }
}

.index-banner__item {
  display: block;
  width: 346px;
}

@media screen and (max-width: 768px) {
  .index-banner__item {
    width: 89.33333333vw;
    margin: 0 auto;
    text-align: center;
  }
}

.index-banner__item:not(:nth-of-type(3n)) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .index-banner__item:not(:nth-of-type(3n)) {
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .index-banner__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.index-map {
  padding-bottom: 200px;
  background: url("../images/common/bg_cloud.png") no-repeat left bottom/100% 50px;
  background-color: #fbf5eb;
}

@media screen and (min-width: 769px) {
  .index-map {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .index-map {
    padding-top: 70px;
  }
}

.index-map__img {
  position: relative;
}

@media screen and (max-width: 768px) {
  .index-map__img {
    width: 89.33333333vw;
    margin: 0 auto;
  }
}

.index-map__mapBtn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .index-map__mapBtn {
    right: 50%;
    transform: translateX(50%);
  }
}

.index-map__btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .index-map__btns {
    flex-flow: column;
    justify-content: unset;
    align-items: center;
    width: 89.33333333vw;
    margin: 60px auto 0;
  }
}

.index-map__btns a:not(:last-of-type) {
  margin: 0 35px 0 0;
}

@media screen and (max-width: 768px) {
  .index-map__btns a:not(:last-of-type) {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-map__btns a:not(:last-of-type) {
    margin: 0 0 20px 0;
  }
}

.index-map__btns a:last-of-type {
  margin: 0;
}

.sp-menu__sitemap {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .sp-menu__sitemap {
    width: 50%;
  }
}

@media all and (-ms-high-contrast: none) {
  .page-sitemap__list a svg {
    width: 42.7px;
    margin-top: -3px;
  }

  .page-sitemap__list a span {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .guide-list__link2 {
    bottom: -45px;
  }
}

@media screen and (max-width: 767px) {
  .guide-list__link2 {
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .goods-list__single2 {
    width: 50%;
  }
}

@media screen and (max-width: 568px) {
  .goods-list__single2 {
    width: 100%;
  }
}

.goods_guideContent {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .goods_guideContent {
    display: flex;
  }
}

.goods_guideContent+.goods_guideContent {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .goods_guideContent_left {
    width: 50%;
    padding-right: 25px;
  }
}

@media screen and (min-width: 768px) {
  .goods_guideContent_right {
    width: 50%;
    padding-left: 25px;
  }
}

.goods_guideContent_heading {
  font-size: 1em;
}

.goods_guideContent+.read-more {
  margin-top: 60px;
}

.goods-list__recommend {
  z-index: 1;
}

.lpContent {
  margin-bottom: 70px;
  font-family: "Mplus 1p", sans-serif;
}

.lpContent .pc-only {
  display: block;
}

.lpContent .sp-only {
  display: none;
}

.lpContent img {
  width: 100%;
  height: 100%;
}

.lpContent .inner-block {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .lpContent .inner-block {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .lpContent .inner-block {
    width: 90%;
  }
}

.lpContent .b-5 {
  background: #ebcbd6;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 83px;
  text-align: center;
}

.lpContent .b-5 .b-5__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.lpContent .b-5 .b-5__headding {
  padding-bottom: 35px;
}

.lpContent .b-5 .b-5__headding h2 {
  width: 437px;
  margin: 0 auto;
}

.lpContent .b-5 .b-5__main-img {
  width: 353px;
}

.lpContent .b-5 .b-5__works {
  width: 409px;
}

.lpContent .b-5 .b-5__works_headding {
  padding-bottom: 36px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  padding: 21px 47px;
  border: 2px solid #FFFFFF;
  display: inline-block;
  margin-bottom: 26px;
}

.lpContent .b-5 .b-5__works_row {
  display: flex;
  justify-content: space-between;
}

.lpContent .b-5 .b-5__works_block {
  width: 130px;
  height: inherit;
}

.lpContent .b-5 .b-5__works_block img {
  height: inherit;
}

.lpContent .b-5 .b-5__works_block p {
  font-size: 18px;
  line-height: 28px;
  padding: 10px 0;
  display: none;
}

.lpContent .b-5 .b-5__right-img {
  width: 220px;
  height: inherit;
}

@media screen and (max-width: 1024px) {
  .lpContent .b-5 .b-5__main-img {
    width: 247px;
  }

  .lpContent .b-5 .b-5__works {
    width: 286px;
  }

  .lpContent .b-5 .b-5__works_block {
    width: 91px;
    height: inherit;
  }

  .lpContent .b-5 .b-5__works_block img {
    height: inherit;
  }

  .lpContent .b-5 .b-5__works_headding {
    padding-bottom: 36px;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    padding: 15px 20px;
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin-bottom: 8px;
  }

  .lpContent .b-5 .b-5__right-img {
    width: 154px;
    height: inherit;
  }
}

@media screen and (max-width: 767px) {
  .lpContent .pc-only {
    display: none;
  }

  .lpContent .sp-only {
    display: block;
  }

  .lpContent .b-5 {
    padding-top: 28px;
    padding-bottom: 25px;
  }

  .lpContent .b-5 .b-5__headding {
    padding-bottom: 29px;
  }

  .lpContent .b-5 .b-5__headding h2 {
    width: 240px;
    margin: 0 auto;
  }

  .lpContent .b-5 .b-5__row {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .lpContent .b-5 .b-5__main-img {
    width: 100%;
  }

  .lpContent .b-5 .b-5__works {
    width: 100%;
    padding-top: 12px;
  }

  .lpContent .b-5 .b-5__works_headding {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
    border: 0;
    margin-top: 0;
  }

  .lpContent .b-5 .b-5__works_block {
    width: 30%;
  }

  .lpContent .b-5 .b-5__works_block img {
    height: inherit;
  }

  .lpContent .b-5 .b-5__works_block p {
    font-size: 11px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .lpContent .b-5 .b-5__right-img {
    width: 56%;
    height: inherit;
    margin-top: 8%;
  }
}