@charset "UTF-8";
/*default*/
.main-section-wrapper {
  margin: 0 auto;
}

.global-wrapper {
  height: auto;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copyrights {
  margin-top: 1em;
}

/*default-end*/
/*ここから入力*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.global-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* title */
.body-title-box {
  min-width: 1170px;
  height: 740px;
  margin: 0 0 75px;
  padding: 40px 0;
  background-image: url(../img/mv-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.body-title-box h1 {
  margin-bottom: 30px;
  text-align: center;
}

.body-title-box p {
  margin-bottom: 50px;
  text-align: center;
}

.body-title-box .link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.body-title-box .link li {
  width: 250px;
  height: 80px;
}

.body-title-box .link li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #ec7aa7;
  background: #fff;
  border-radius: 10px;
  color: #ec7aa7;
  font-size: 20px;
}

.body-title-box .link li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.main-feature-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.food-box,
.event-box,
.access-box,
.menu-box {
  margin: 120px 0;
}

/* .section-title */
.section-title {
  margin: 0 auto 25px;
  font-weight: normal;
  text-align: center;
}

.section-title {
  font-weight: bold;
  color: #ec7aa7;
}

.section-title span {
  position: relative;
  font-size: 36px;
}

.section-title img {
  position: absolute;
  top: 6px;
  bottom: 0;
  left: -55px;
  margin: auto;
}

.menu-box .itocia-text {
  text-align: center;
  padding-bottom: 24px;
  font-size: 12px;
}

.footer-note {
  font-size: 12px;
}

.title-mg1 {
  margin: 80px 1em 50px;
  text-align: center;
  background-image: url(../img/title_mg1_bg.png);
  background-repeat: repeat-x;
  background-position-y: center;
}

.title-itocia {
  margin: 80px 1em 0;
  text-align: center;
  background-image: url(../img/title_mg2_bg.png);
  background-repeat: repeat-x;
  background-position-y: center;
}

.title-mg1 img,
.title-mg2 img,
.title-itocia img {
  background-color: #fff;
  padding: 0 30px;
}

.title-mg2 {
  margin: 80px 1em 50px;
  text-align: center;
  background-image: url(../img/title_mg2_bg.png);
  background-repeat: repeat-x;
  background-position-y: center;
}

.menu-box {
  position: relative;
}

.menu-box .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 35px;
}

.menu-box .menu-list li {
  width: calc(50% - 20px);
  margin: 10px;
}

.menu-box .menu-img {
  position: relative;
  margin-bottom: 30px;
}

.service-banner {
  width: 930px;
  margin: 0 auto;
}

.food-guide img,
.event-guide img {
  margin: 0 auto;
}

.food-guide {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.food-guide .link_btn {
  width: 200px;
  height: 24px;
  font-size: 12px;
  background: #ea5703;
  margin: -5.3em 6em 5.3em auto;
  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;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .food-guide .link_btn {
    height: 35px;
    margin: -18% auto 18% auto;
  }
}

.event-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .event-guide_img:nth-of-type(1) {
    margin: 25px 30px 0 0;
    padding-right: 30px;
    border-right: 1px solid #999;
  }
}

.link_btn {
  width: 350px;
  height: 40px;
  margin: 10px auto 0 auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #6cbc64;
  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 (max-width: 767px) {
  .link_btn {
    width: 60%;
  }
}
.link_btn:hover {
  text-decoration: none;
}
.link_btn:link, .link_btn:visited {
  color: #fff;
}

.about-box {
  padding: 36px 0 6px 0;
}

.about-box {
  background-color: #f7f2de;
  margin-bottom: 120px;
}

.about-box .access-guide img {
  margin: 0 auto 64px;
}

.footer-note {
  width: 1000px;
  margin: 0 auto;
}

#event,
#food,
#access,
#special-menu {
  margin-top: -80px;
  padding-top: 80px;
}

.title-itocia a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .breadcrumb,
  .footer-wrapper {
    min-width: 1170px;
  }
  .body-title-box img {
    margin: 0 auto;
  }
  .gotop_fixed {
    width: 90px;
    margin-left: auto;
    padding: 20px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .global-wrapper {
    min-width: 100%;
  }
  /* common */
  .service-banner {
    margin: 0 auto;
    width: 80%;
  }
  .pc_only {
    display: none;
  }
  .body-title-box {
    min-width: 100%;
    margin: 0;
    height: auto;
    padding: 40px 0;
    background-image: url(../img/mv-bg-sp.jpg);
  }
  .body-title-box h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    margin: 0 auto 50px;
  }
  .body-title-box p {
    width: 50%;
    margin: 0 auto 30px auto;
  }
  .body-title-box .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .body-title-box .link li {
    width: 200px;
    height: 40px;
    margin: 0 auto 20px;
  }
  .body-title-box .link li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .body-title-box .link li a {
    font-size: 14px;
  }
  .section-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-title span {
    font-size: 32px;
  }
  .section-title img {
    left: -22px;
    top: -60px;
    width: 37px;
  }
  .menu-box .menu-list {
    width: 100%;
    padding: 0;
  }
  .menu-box .menu-list li {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .menu-box .menu-img {
    margin-bottom: 40px;
  }
  .menu-box .menu-img .icon-box {
    -ms-flex-wrap: wrap;
    bottom: -30px;
    flex-wrap: wrap;
  }
  .menu-box .menu-img .icon-box span {
    width: 50px;
  }
  .title-mg1 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 38px;
  }
  .title-mg2 {
    margin: 40px 0 0;
    width: 100%;
    padding: 30px 20px 38px;
  }
  .title-mg2 + .menu-list li:last-child {
    margin-bottom: 0;
  }
  .food-box .section-title,
  .food-box .about-box .movie-title,
  .about-box .food-box .movie-title {
    margin-bottom: 20px;
  }
  .food-box > p {
    margin-bottom: 50px;
  }
  .food-box p img {
    height: 45px;
  }
  .about-box {
    width: 100%;
    padding: 60px 0 15px;
  }
  .about-box h3 img {
    height: 30px;
  }
  .about-box .access-guide {
    padding: 0 2em;
  }
  .about-box .access-guide + .sp_only {
    margin: 5px auto 40px;
    color: #005ead;
    line-height: 1;
    text-align: right;
  }
  .main-feature-wrapper {
    width: auto;
    margin: 0 auto inherit;
  }
  .footer-note {
    font-size: 10px;
    width: 84%;
    margin: 0 auto;
  }
  .menu-box .title-itocia {
    margin-top: 48px;
  }
  .about-box {
    margin: 140px auto 60px auto;
  }
  #event,
  #food,
  #access,
  #special-menu {
    margin-top: -64px;
    padding-top: 64px;
  }
  /* .gotop {
    position: fixed;
    bottom: 60px !important;
    right: 8px;
    z-index: 10;
    max-width: 90px;
    width: 15%;
  } */
}
@media screen and (max-width: 600px) {
  .body-title-box {
    position: relative;
    height: 170vw;
    background-color: inherit;
    background-size: 130%;
  }
  .body-title-box p {
    width: 64%;
  }
  .body-title-box h1 {
    width: 82%;
    margin: 0 auto 36px;
  }
  .menu-box,
  .event-box,
  .about-box,
  .food-box {
    margin: 36px 0;
  }
  .menu-box .title-itocia {
    margin-top: 64px;
  }
  .title-itocia img {
    width: 60%;
  }
  .event-guide {
    padding: 0 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-guide_img {
    text-align: center;
  }
  .event-guide_img:nth-of-type(1) {
    margin-bottom: 2em;
  }
  .service-banner {
    padding-top: 48px;
    width: 90%;
  }
  .event-box {
    padding-bottom: 36px;
  }
  .section-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .body-title-box .link li {
    height: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 766px) and (max-width: 768px) {
  .body-title-box img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 766px) and (min-width: 601px) {
  .body-title-box .link {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    width: 90%;
    margin-top: 270px;
  }
  .body-title-box .link li {
    width: 150px;
  }
}/*# sourceMappingURL=style.css.map */