@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 {
  width:100%;
  margin: 0 0 75px;
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.body-title-box h1 {
  text-align: center;
  margin:0;
  padding: 40px 0;
}


.body-title-box p img{
  margin-bottom: 30px;
  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: 900px;
  margin: 0 auto;
}

.link_btn {
  width: 350px;
  height: 40px;
  margin-left: 45px;
  margin-top: -55px;
  margin-bottom: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #6cbc64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          position: relative;
}

.body-title-box .link li {
  width: 270px;
  height: 64px;
}

.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 #DB4F1D;
  background: #fff;
  border-radius: 10px;
  color: #DB4F1D;
  font-size: 16px;
  font-weight: 600;
}

.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;
}

.food-box{
  position: relative;
}

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

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

.footer-note {
  margin-top: 20px;
}

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


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

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

.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-itocia a:hover {
  opacity: 1;
}

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

.title-mg1 img{
  width:40%;
  max-width:500px;
}

.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;
} */


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

.food-guide {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.food-guide .link_btn {
  position:absolute;
  font-size: 14px;
  font-weight: 600;
  background: #ea5703;
  z-index: 2;
  bottom: 24px;
  right: 42px;
  width: 330px;
}
.link_btn:hover {
  text-decoration: none;
}
.link_btn:link, .link_btn:visited {
  color: #fff;
}
.about-box {
  background-image: url(../img/mv-bg.png);
  margin-bottom: 60px;
  background-position: center;
  padding:36px 0;
}

.access-guide {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

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



/* ここに集約 */
@media screen and (max-width: 767px) {
.food-guide .link_btn {
  font-size: 1rem;
  background: #ea5703;
  z-index: 2;
  position:absolute;
  bottom: 5%;
  right:0;
  left:0;
  margin:auto;
    width: 70%;
    height:40px;
}
.link_btn {
  width: 60%;
}
.global-wrapper {
  min-width: 100%;
}
/* common */
.event-guide img,
.food-guide img,
.access-guide img {
  width: 80%;
  margin: 0 auto!important;
}
.service-box {
  width: 80%;
  margin:0 auto;
}
.food-box, .event-box, .access-box, .menu-box {
  margin: 80px 0;}
.pc_only {
  display: none;
}
.body-title-box {
  min-width: 100%;
  margin: 0;
  height: auto;
  padding: 105px 0;
  background-image: url(../img/mv-bg-sp.png);
}
.body-title-box h1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin: 0 auto 24px;
}
.body-title-box h1 img{
  width: 100%;
}
.body-title-box p {
  width: 70%;
  margin: 0 auto;
}
.body-title-box .link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 100%;
}
.body-title-box .link li {
  width: 200px;
  max-width:200px;
}
.body-title-box .link li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.body-title-box .link li a {
  font-size: 1.2rem;
}
.section-title {
  width: 100%;
  margin-bottom: 20px;
}
.section-title span {
  font-size: 32px;
}

.menu-box .menu-list {
  width: 80%;
  padding: 0;
}
.menu-box .menu-list li {
  width: 100%;
  margin: 0 auto 24px;
  text-align: center;
}

.title-mg1 {
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 38px;
}

.title-mg1 img{
  width:60%;
  max-width:500px;
}

.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 {
  margin-bottom: 0;
  overflow-x: auto;
}

.about-box .access-guide img {
  display: inline-block;
  max-width: 700px;
}
.main-feature-wrapper {
  width: auto;
  margin: 0 auto inherit;
}
.footer-note {
  font-size: 1rem;
  width: 90%;
  margin: 0 auto;
}
.menu-box .title-itocia {
  margin-top: 48px;
}
.about-box {
  /* margin: 140px auto 60px auto; */
  background-image: url(../img/mv-bg-sp.png);
  background-size: cover;
}

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

}


@media screen and (max-width: 600px) {
  .body-title-box .link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    margin: 0 auto;
  }
  .body-title-box .link li {
   width:270px; 
   margin: 6px 0;
  }
  .body-title-box {
    position: relative;
    height: 170vw;
    background-color: inherit;
    background-size: 100%;
    padding:12px 0 30px;
  }
  .body-title-box p {
    width:90%;
  }
  .body-title-box h1 {
    width: 90%;
    margin: 0 auto;
  }
  .menu-box,
  .event-box,
  .about-box,
  .food-box {
    margin: 72px 0;
  }
  .event-guide img,
.food-guide img,
.access-guide img {
  width: 90%;
  margin: 0 auto!important;
}
  .menu-box .title-itocia {
    margin-top: 64px;
  }
  .menu-box .menu-list {
    width: 90%;
    padding: 0;}
  .title-itocia img {
    width: 60%;
  }
  .about-box .access-guide img {
    width: 90%;
  }

  .service-box {
    width: 90%;
  }

  .title-mg1 img {
    width: 90%;
    max-width: 500px;
  }
  .food-box .food-guide img {
    width: 90%;
    margin-bottom: -75px;
  }
  .event-box {
    padding-bottom: 36px;
  }
  .section-title span {
    font-size: 24px;
  }
  .menu-box{
    margin-top:36px;
  }
}


@media screen and (max-width: 450px) {
.body-title-box .link li {
  height: 48px;
}
.body-title-box{
  height:190vw;
}
}


@media screen and (max-width: 376px) {
.body-title-box .link li{
  margin:0 auto;
  padding:6px;
}
.body-title-box .link li a{
  font-size: 12px;
}
}

@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%;
  }
 }


/* PC */
@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;
}

.body-title-box {
  background-image: url(../img/mv-bg.png);
  height: 780px;
}

.body-title-box h1{
padding: 40px 0;
}
.body-title-box p img{
  width:40%;
}

.menu-box .service-box{
  width:900px;
  margin: 20px auto;
}
.body-title-box h1 img{
  width:45%;
  max-width:520px;
}
.body-title-box p img{
  margin-bottom: 30px;
  text-align: center;
  max-width:500px;
}

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

}




/*# sourceMappingURL=style.css.map */