@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   クリアフィックス
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   m-cv-wrap
   -------------------------------------------------------------------------- */
.m-cv-wrap {
  padding: 50px 20px;
  background-color: #8b7d3e;
}

.m-cv-inner {
  max-width: 700px;
  margin: 0 auto;
}

.m-cv-ttl {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #a6985b;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .m-cv-ttl {
    font-size: 2.8rem;
  }
}
.m-cv-desc {
  text-align: center;
  margin-bottom: 30px;
}

.m-cv-desc span {
  display: block;
  font-size: 1.3rem;
}

.m-cv-btn-wrap {
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 480px) {
  .m-cv-btn-wrap {
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .m-cv-btn-wrap {
    max-width: 580px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.m-cv-btn-item {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-item {
    width: 280px;
  }
}
.m-cv-btn-item:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-item:hover {
    opacity: 0.8;
  }
}
.m-cv-btn-item:first-of-type {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-item:first-of-type {
    margin-bottom: 0;
  }
}
/* -----------------------------------------------------------------------------
   l-index-swiper
   -------------------------------------------------------------------------- */
/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  padding: 50px 20px;
}

.l-index-about-inner {
  max-width: 700px;
  margin: 0 auto;
}

.l-index-about-ttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-about-ttl {
    font-size: 2.4rem;
  }
}
.l-index-about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-index-about-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-index-about-content-img-box {
  width: 70%;
  margin: 0 auto;
  padding-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-about-content-img-box {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 0;
  }
}
.l-index-about-content-txt-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-about-content-txt-box {
    width: 50%;
  }
}
.l-index-about-content-txt-box p {
  margin-bottom: 30px;
}

.l-index-about-content-txt-box p span {
  font-size: 1.4rem;
}

.l-index-about-content-deco01 {
  width: 72px;
  height: 43px;
  position: absolute;
  right: 10px;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .l-index-about-content-deco01 {
    width: 108px;
    height: 65px;
    bottom: -40px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-plan
   -------------------------------------------------------------------------- */
.l-index-plan {
  padding: 50px 20px;
  background-color: #323132;
}

.l-index-plan-inner {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
}
@media screen and (min-width: 768px) {
  .l-index-plan-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-plan-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.l-index-plan-dinner-box .l-index-plan-ttl::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #35459c;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 15px;
}

.l-index-plan-lunch-box .l-index-plan-ttl::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #a87046;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 15px;
}

.l-index-plan-detail-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .l-index-plan-detail-box div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-plan-detail-box dt {
  width: 76px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #fff;
  margin-right: 10px;
}

.l-index-plan-detail-box dd {
  width: 100%;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .l-index-plan-detail-box dd {
    margin-top: 0;
    width: calc(100% - 76px);
  }
}
.l-index-plan-dinner-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-plan-dinner-box {
    width: 450px;
    margin-bottom: 0;
  }
}
.l-index-plan-dinner-box p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-plan-dinner-box p {
    margin-bottom: 40px;
  }
}
.l-index-plan-lunch-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-index-plan-lunch-box {
    width: 450px;
  }
}
.l-index-plan-lunch-box .l-index-plan-detail-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-plan-lunch-box .l-index-plan-detail-box {
    margin-bottom: 40px;
  }
}
.l-index-plan-detail-item-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.l-index-plan-detail-item-column dd {
  margin-top: 10px;
  width: 100%;
}

/* -----------------------------------------------------------------------------
   l-index-contents
   -------------------------------------------------------------------------- */
.l-index-contents-ttl-wrap {
  padding: 0 20px;
  background-color: #0a0607;
}

.l-index-contents-ttl-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .l-index-contents-ttl-inner {
    padding: 60px 0;
  }
}
.l-index-contents-ttl-inner p {
  font-size: 2.5rem;
  color: #bba850;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-ttl-inner p {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}
.l-index-contents-ttl {
  margin: 0 auto;
}

.l-index-contents-ttl-first {
  max-width: 500px;
}

.l-index-contents-ttl-last {
  max-width: 480px;
}

.l-index-contents-items {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-items {
    padding: 60px 0 50px 0;
    gap: 60px;
  }
}
.l-index-contents-item {
  padding: 0 20px;
}

.l-index-contents-item-inner {
  max-width: 700px;
  margin: 0 auto;
}

.l-index-contents-item-num {
  width: 60px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-item-num {
    width: 73px;
    margin: 0 auto 20px;
  }
}
.l-index-contents-item-ttl {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-item-ttl {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.l-index-contents-item-desc {
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.l-index-contents-item-desc-small {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #cccccc;
  margin-top: 20px;
}

.l-index-contents-item-desc-link {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #cccccc;
  margin-top: 5px;
}

.l-index-contents-item-desc-link a {
  color: #cccccc;
}

.l-index-contents-item-detail-lists {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-item-detail-lists {
    margin-bottom: 30px;
  }
}
.l-index-contents-item-detail-lists li {
  letter-spacing: 0.05em;
  text-indent: -8px;
  padding-left: 16px;
}

.l-index-contents-item-detail-lists li::before {
  content: "・";
  display: inline-block;
}

.l-index-contents-item-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 5%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-item-menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    margin-bottom: 20px;
  }
}
.l-index-contents-item-menu-wrap:last-of-type {
  margin-bottom: 0;
}

.l-index-contents-item-menu-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-contents-item-menu-box {
    width: 48%;
  }
}
.l-index-contents-item-menu-ttl {
  color: #bba850;
  font-size: 2rem;
  margin-bottom: 5px;
}

.l-index-contents-item-menu-lists {
  padding-left: 10px;
}

.l-index-contents-item-menu-lists li {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.l-index-contents-item-menu-desc {
  padding-left: 10px;
  margin-bottom: 30px;
}

.l-index-contents-item-softdrink-info-box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-item-softdrink-info-box {
    margin-top: 50px;
  }
}
.l-index-contents-item-softdrink-info-ttl {
  font-size: 1.8rem;
  color: #bba850;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-index-contents-item-softdrink-info-ttl {
    font-size: 2rem;
  }
}
.l-index-contents-item-softdrink-info-desc {
  font-size: 1.4rem;
  padding-left: 10px;
  margin-bottom: 30px;
}

.l-index-contents-item-softdrink-menu-wrap {
  margin-top: 50px;
}

/* -----------------------------------------------------------------------------
   l-index-new
   -------------------------------------------------------------------------- */
.l-index-new {
  padding-top: 50px;
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-new {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.l-index-new-box-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .l-index-new-box-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
}
.l-index-new-box-01-img {
  max-width: 700px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .l-index-new-box-01-img {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-new-box-01-txt {
    margin-left: 50px;
    width: 500px;
  }
}
.l-index-new-box-01-txt h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-new-box-01-txt h2 {
    margin-bottom: 60px;
  }
}
.l-index-new-box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-index-new-box-02-img {
  max-width: 1000px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-new-box-02-img {
    margin-bottom: 60px;
  }
}
.l-index-new-box-02 h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-new-box-02 h2 {
    margin-bottom: 60px;
  }
}
.l-index-new-box-02-txt {
  max-width: 500px;
}

.l-index-new-box-02 p {
  margin-bottom: 40px;
}

.l-index-new-box-02 p:last-of-type {
  margin-bottom: 0;
}