@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.container {
  background-color: #C8C800;
}

.deco-area__logo a {
  -webkit-transition: .3s;
  transition: .3s;
}

.deco-area__logo a:hover {
  opacity: .6;
}

.deco-area {
  display: block;
}

@media screen and (max-width: 767px) {
  .deco-area {
    padding: 30px 0;
    max-width: 150px;
    margin: 0 auto;
  }
}

.deco-area__logo {
  display: block;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .deco-area__logo {
    padding: 10px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .deco-area__logo {
    display: block;
    padding: 0;
  }
}

.deco-area {
  position: relative;
  z-index: 4;
}

.nav-area {
  z-index: 4;
}

body {
  color: #460000;
}

.pc-nav__list a {
  color: #460000;
}

.sp-nav__list a {
  color: #460000;
}

.pc-nav__list--reservation a,
.sp-nav__list--reservation a,
.common__btn a {
  color: #F5DE48;
  background-color: #EC7241;
}

.hamburger span {
  left: 1.2rem;
  background: #CC4B00;
  height: 2.5px;
}

.contents-area__menu-list .ttl {
  color: #EC7241;
}

.hamburger {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 4px 0 #460000;
          box-shadow: 0 4px 0 #460000;
}

.pc-nav {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 4px 0 #460000;
          box-shadow: 0 4px 0 #460000;
}

.sp-nav.active {
  background: #C8C800;
}

.hamburger.active span:nth-of-type(3) {
  bottom: 1.65rem !important;
}

.contents-area__hamburger {
  top: 1rem;
}

body {
  position: relative;
}

.body-left {
  position: fixed;
  top: 300px;
  left: -50px;
  max-width: 370px;
  z-index: 1;
  width: 19%;
}

@media screen and (max-width: 1200px) {
  .body-left {
    display: none;
  }
}

.body-right {
  position: fixed;
  top: 450px;
  right: -50px;
  max-width: 300px;
  z-index: 1;
  width: 20%;
}

@media screen and (max-width: 1200px) {
  .body-right {
    display: none;
  }
}

.contents-area {
  position: relative;
  z-index: 2;
}

.contents-area__infomation,
.contents-area__menu {
  background: #fff;
}

.common__ttl {
  color: #460000;
}

.contents-area__infomation-head {
  color: #EC7241;
}

.common__sub-ttl span {
  background: #460000;
}

.common__sub-ttl::before,
.common__sub-ttl::after {
  border-top: 2px solid #460000;
}

.contents-area__infomation-content-list dt {
  background-color: #F5D6C4;
  color: #CC4B00;
}

.contents-area__infomation-small {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .common__btn a {
    padding: 1rem 2rem 1rem;
  }
  .common__btn--big a {
    max-width: 600px;
    font-size: 1.5rem;
  }
}

.contents-area__reservation {
  background: #fff;
}

.contents-area__bottom-link .copyright small {
  color: #460000;
}

.contents-area__bottom-link-list a {
  color: #460000;
}

.contents-area__menu-list .img {
  padding: 0;
}

.contents-area__menu-list .img img {
  border-radius: 32px;
}

.contents-area__infomation {
  position: relative;
}

.bg-icon1 {
  position: absolute;
  top: 42%;
  left: -25%;
  max-width: 290px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .bg-icon1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bg-icon1 {
    display: none;
  }
}

.contents-area__goods {
  background: #fff;
}

.contents-area__novelty {
  background: #fff;
}

.contents-area__menu-list .txt span {
  display: block;
  font-size: 90%;
  color: #666666;
  margin-top: 0.875rem;
}

.contents-area__novelty-list .txt span {
  display: block;
  font-size: 90%;
  color: #666666;
  margin-top: 0.875rem;
}

.contents-area__goods-txt p {
  font-weight: bold;
}

.contents-area__novelty-list .ttl {
  color: #EC7241;
}

.contents-area__reservation-content-list dt {
  background: #F5D6C4;
  color: #CC4B00;
  padding: 5px 0;
}

.modalInner .btn a {
  background: #EC7241;
}

.contents-area__infomation-btn {
  border-top: 2px solid #460000;
}

@media screen and (min-width: 768px) {
  .contents-area__novelty-inner {
    padding: 0 5rem;
    max-width: 818px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contents-area__novelty-list .ttl2 {
  font-size: 1.3rem;
  margin-top: 15px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .contents-area__novelty-list .ttl2 {
    font-size: 1.1rem;
  }
}

.contents-area__novelty-list .text2 {
  font-size: 1.125rem;
  font-weight: bold;
}

.contents-area__novelty-list .text2 span {
  font-size: 90%;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .contents-area__novelty-list .text2 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contents-area__novelty-list .txt span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contents-area__novelty-list .text2 {
    font-size: 0.875rem;
  }
  .contents-area__menu-list .ttl {
    font-size: 1rem;
  }
}

.contents-area__bottom {
  background: #fff;
}

.contents-area__bottom-link-lists {
  border-top: 1px solid #460000;
}

.contents-area__bottom-access-content dt {
  color: #EC7241;
  background: #F5D6C4;
}

@media screen and (min-width: 768px) {
  .contents2025-1 {
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .contents2025-2 {
    border-radius: 0 0 2.5rem 2.5rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .contents2025-2 {
    margin-top: 0;
  }
}

.contents-area__bottom-music .text .ttl {
  color: #EC7241;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .contents-area__bottom-music .text .ttl {
    font-size: 1.8rem;
  }
}

.contents2025-1 .text3 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .contents2025-1 .text3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .contents-area__bottom-access-content {
    width: 49%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .contents-area__bottom-inner {
    padding: 0px 3.5625rem;
    max-width: 914px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contents-area {
  z-index: 3;
}

#menu {
  position: relative;
}

#menu .bg-icon2 {
  position: absolute;
  top: 24%;
  right: -25%;
  max-width: 280px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #menu .bg-icon2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #menu .bg-icon2 {
    display: none;
  }
}

#menu .bg-icon3 {
  position: absolute;
  top: 52.5%;
  right: -20%;
  max-width: 210px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #menu .bg-icon3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #menu .bg-icon3 {
    display: none;
  }
}

#goods {
  position: relative;
}

#goods .bg-icon4 {
  position: absolute;
  top: -19%;
  left: -24%;
  max-width: 340px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #goods .bg-icon4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #goods .bg-icon4 {
    display: none;
  }
}

#goods .bg-icon5 {
  position: absolute;
  top: 84%;
  right: -18%;
  max-width: 170px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #goods .bg-icon5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #goods .bg-icon5 {
    display: none;
  }
}

#novelty {
  position: relative;
}
#novelty .bg-icon6 {
  position: absolute;
  top: 90%;
  right: -20%;
  max-width: 290px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #novelty .bg-icon6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #novelty .bg-icon6 {
    display: none;
  }
}

.contents2025-1 {
  position: relative;
}

.contents2025-1 .bg-icon7 {
  position: absolute;
  top: 126%;
  left: -20%;
  max-width: 180px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .contents2025-1 .bg-icon7 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contents2025-1 .bg-icon7 {
    display: none;
  }
}

.contents-area__reservation-lead {
  color: #CC4B00;
}

.contents-area__reservation-small {
  text-align: left;
}

.common__btn--big-re a {
  max-width: 500px;
}

.contents-area__reservation-content-txt2 {
  margin-top: 2.5rem;
}

.attention_list {
  margin-left: 20px;
}

.attention_list li {
  list-style: none;
  list-style: outside;
  position: relative;
}

.attention_list li .span1 {
  display: block;
  font-size: 90%;
  color: #666666;
}

.attention_list li a {
  color: #460000;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.attention_list li a:hover {
  opacity: .6;
}

li::marker {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .contents-area__reservation-lead {
    padding: 0 10px;
    font-size: 1rem;
  }
}

#goods img {
  border-radius: 0;
}

.contents-area__reservation-btn-wrap .common__btn .noBtn {
  pointer-events: none;
  background: #E0E0E0;
  color: #fff;
  border: 2px solid #CCCCCC;
  -webkit-box-shadow: 0 4px 0 #CCCCCC;
          box-shadow: 0 4px 0 #CCCCCC;
}
@media screen and (min-width: 768px) {
  .contents-area__reservation {
      border-radius: 2.5rem;
  }
}
.contents-area--reservation {
  padding: 0;
}