@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
  color: #fff;
  min-width: inherit;
  max-height: 100%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 28px;
  font-size: 14px;
  cursor: auto;
  letter-spacing: 0;
  word-spacing: normal;
  background: url(../img/shared/bg-body.jpg) repeat center top;
}
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-serif {
  font-family: 'Noto Serif JP';
}
.fnt-robo {
  font-family: 'Roboto';
}
.fwb {
  font-weight: bold;
}
.fnt-play {
  font-family: 'Playfair Display';
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Bold.ttf');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif JP';
  src: url('../font/NotoSerifJP-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif JP';
  src: url('../font/NotoSerifJP-Bold.ttf');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Bold.ttf');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../font/PlayfairDisplay-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
.block::after {
  clear: both;
  content: '';
  display: block;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
:root {
  --orange: #e28308;
  --green: #2a5010;
  --bg2: url('../img/shared2/bg2.jpg') repeat;
  --bg3: url('../img/shared2/bg3.jpg') repeat;
  --bg4: url('../img/shared2/bg4.jpg') repeat;
  --bg5: url('../img/shared2/bg5.jpg') repeat;
  --bg6: url('../img/shared2/bg6.jpg') repeat;
}
.orange {
  color: var(--orange);
}
.tel {
  font-family: 'Noto Serif JP';
  line-height: 1.4;
  display: table;
  margin: 0 auto;
}
.tel dt {
  font-size: 16px;
  letter-spacing: -0.04em;
}
.tel dd span {
  color: var(--orange);
  font-size: 31.5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.04em;
  gap: 7px;
}
.tel dd span img {
  width: 23px;
}
.inline-map a {
  position: relative;
  text-decoration: none !important;
}
.inline-map a:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  border-bottom: 1px solid;
}
.pc {
  display: none;
}
/*--------------------------------------
	header
--------------------------------------*/
h1 {
  color: #646464;
  position: absolute;
  left: 26px;
  top: 90.7vw;
  z-index: 2;
  font-size: 12px;
  line-height: calc(35px / 2);
  max-width: 70%;
  letter-spacing: 0em;
}
.header-box {
  position: relative;
  z-index: 101;
}
.head-info {
  margin-right: 0px;
  display: none;
}
header .logo {
  position: relative;
  padding: 2vw 0 1vw;
  z-index: 5;
  display: block;
  background: var(--bg2);
  box-shadow: 0px 0px 20px 6.76px rgba(0, 0, 0);
}
header .logo a {
  display: block;
  width: 56%;
  margin: 0 auto;
}
header .banner {
  margin: 0 2% 4vw 10%;
}
/*--------------------------------------
  hamberger
--------------------------------------*/
.hamberger-btn {
  position: relative;
  right: 0;
  width: 14.6vw;
  height: 100%;
  z-index: 201;
  overflow: hidden;
  background: var(--orange);
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: 'MENU';
  text-align: center;
  font-size: 8px;
  line-height: 25px;
  color: #000;
  letter-spacing: 1px;
  font-family: 'Roboto';
}
.hamberger-btn span {
  width: 28px;
  height: 1px;
  position: absolute;
  top: 57%;
  left: calc(50% - 14px);
  background: #000;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
}
.hamberger-btn span::after,
.hamberger-btn span::before {
  width: 28px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #000;
  content: '';
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamberger-btn span::before {
  top: -19px;
}
.hamberger-btn span::after {
  top: -10px;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: translate3d(0px, -10px, 0) rotate(-44deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open .hamberger-btn span::after {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open .hamberger-btn::after {
  content: 'CLOSE';
}
/*--------------------------------------
  nav-header 
--------------------------------------*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: var(--bg2);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header .nav {
  display: block;
  height: auto;
  padding-top: 14vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 190px;
  flex-wrap: wrap;
  width: 72%;
  margin: 0 auto 0 19%;
  gap: 25px;
}

.nav-header a.nav-main {
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  font-size: 17.5px;
  display: table;
  text-align: left;
}
a.nav-main::before {
  content: '';
  position: absolute;
  background: url('../img/shared2/nav_active.png') no-repeat center top;
  background-size: contain;
  width: 65px;
  height: 20px;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 6px;
  z-index: -1;
  opacity: 0;
}
a.nav-main.active:before {
  opacity: 1;
}
.nav-header .btn-cus {
  margin: 22px auto 28px;
  width: 76vw;
}
.nav-header .insta {
  width: 41px;
  margin: 0 14.6% 0px auto;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 150px;
}

/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/

footer .set1 {
  background: var(--bg2);
  padding: 15svw 0 14vw;
}
footer .set1 .logo {
  width: 80%;
  margin: 0 auto;
}
footer .set1 .insta {
  width: 37px;
  margin: 8vw auto;
}
footer .set1 .ft-info {
  border-top: 1px solid;
  margin: 7vw 5.6% -0.4vw;
  padding: 7.6vw 0px 0;
  letter-spacing: 0.04em;
}
footer .set1 .ft-info p {
  margin-bottom: 27px;
}
footer .set1 .ft-info p:last-child {
  margin-bottom: 0;
}
footer .set1 .banner {
  margin: 0 -2% 0 6%;
}
footer .set2 {
  text-align: center;
  padding: 17.6vw 0 21vw;
  background: #000;
  position: relative;
  z-index: 1;
}
footer .set2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg3);
  opacity: 0.4;
  z-index: -1;
}
footer .set2 .button {
  margin-bottom: 21px;
  letter-spacing: 0.15em;
}
footer .set2 .button span::after {
  content: '';
  display: inline-block;
  background: url('../img/shared2/icon_copy.png') no-repeat center top;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin: 0 -1px -1px 10px;
}
footer .set2 .button span.copied {
  cursor: text;
  opacity: 1 !important;
}
footer .set2 .cookie-link {
  margin-top: 33px;
  margin-bottom: 22px;
}
footer .set2 .cookie-link a {
  text-decoration: underline;
  letter-spacing: 0.1em;
  text-underline-offset: 8px;
}
footer .set2 .cookie-link a:after {
  content: '';
  display: inline-block;
  background: url('../img/shared2/icon_cookie.png') no-repeat center top;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin: 0 0 -2px 8px;
}
footer .set2 address {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin-left: 2px;
}
footer .set2 .up {
  width: 67px;
  margin: 30px auto 0;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#fixed-sp img {
  opacity: 1 !important;
}
#fixed-sp ul {
  display: flex;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #3b2718;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 105px !important;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #3b2718;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 105px !important;
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}

/*--------------------------------------
  btn-cus
--------------------------------------*/
.btn-cus {
  position: relative;
  width: 87vw;
  margin: 0 auto;
}
.btn-cus a {
  display: block;
  line-height: 80px;
  height: 80px;
  padding-left: 6.6%;
  text-align: left;
  text-decoration: none;
  background: var(--bg5);
  color: #2f160a;
  font-size: 21px;
  font-family: 'Noto Serif JP';
  position: relative;
  letter-spacing: -0.05em;
}
.btn-cus a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 1px solid;
  z-index: 2;
  pointer-events: none;
}
.btn-cus a:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 5.3%;
  width: 25px;
  height: 100%;
  background: url('../img/shared2/arrow.png') no-repeat center center;
  background-size: contain;
}

.btn-popup a {
  text-align: center;
  padding-left: 0;
}
.btn-popup a:after {
  background: url('../img/shared2/icon_popup.png') no-repeat center center;
  background-size: contain;
}

.btn-cus.btn-cir {
  width: 55%;
}
.btn-cus.btn-cir a {
  text-align: center;
  line-height: 1.8;
  border-radius: 50%;
  aspect-ratio: 1;
  padding-left: 0;
  height: auto;
  padding-top: 14.7vw;
  box-sizing: border-box;
}
.btn-cus.btn-cir a::before {
  border-radius: 50%;
}
.btn-cus.btn-cir a:after {
  top: auto;
  bottom: 8vw;
  left: -2px;
  width: 100%;
  height: 25px;
}
.btn-cus.btn-cir span {
  display: block;
  font-size: 12px;
  letter-spacing: 0px;
}

.btn-cus.btn-gr a {
  background: var(--bg4);
  color: #fff;
  font-size: 17.5px;
  height: 72px;
  line-height: 71px;
}
.btn-cus.btn-gr a:after {
  background: url('../img/shared2/arrow2.png') no-repeat center center;
  background-size: contain;
  width: 22px;
  top: 0;
}

.btn-cus.btn-border a {
  background: transparent;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  color: #fff;
  height: 53px;
  font-size: 15px;
  line-height: 52px;
  padding-left: 9px;
}
.btn-cus.btn-border a:before {
  display: none;
}
.btn-cus.btn-border a:after {
  right: 8px;
  width: 10px;
  background: url('../img/shared2/arrow3.png') no-repeat center center;
  background-size: contain;
}
/*=============================================*/
/*                   scene						*/
/*=============================================*/
#scene section img {
  max-width: 100%;
  height: auto;
}
#scene #sec1 {
  padding-bottom: 15vw;
}
#scene #sec1 .set1 {
  background: url('../img/scene/s1_bg.jpg') no-repeat center bottom;
  background-size: cover;
  padding-top: 10vw;
  padding-bottom: 70vw;
}
#scene #sec1 .set1 h2 {
  width: 30%;
  margin: auto;
}
#scene #sec1 .box-ttls {
  display: flex;
  width: 70%;
  margin: 7vw auto 0;
}
#scene #sec1 .box-ttls li {
  width: 33.33%;
}
#scene #sec1 .text {
  padding: 6vw 4% 0;
}
#scene #sec2 {
  background: url('../img/scene/s2-bg.png') no-repeat center top;
  background-size: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#scene #sec2 h2 {
  margin-bottom: 8vw;
}
#scene #sec2 .map-js {
  width: 70%;
  margin-left: 5%;
  margin-top: -10vw;
  display: none;
}
#scene #sec2 .box-info {
  border: 1px solid #97704e;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 8vw;
}
#scene #sec2 .box-info .tel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 15px;
  margin: 15px 0;
}
#scene #sec2 .box-info h3 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 15px;
  text-align: center;
}
#scene #sec2 .box-info .txt-left {
  text-align: left;
}
#scene #sec2 .slick-dots li {
  margin: 0 8px;
}
#scene #sec2 .slick-dots li button {
  border: 1px solid #fcb500;
}
#scene #sec2 .slick-dots li.slick-active button {
  background-color: #fcb500;
}
#scene .slick-dots {
  display: flex;
  justify-content: center;
}
#scene #sec3 {
  background: url('../img/scene/pr387.jpg') repeat center top;
  padding: 0 0 12vw;
}
#scene #sec3 .wrap {
  padding: 0;
}
#scene #sec3 .slide_fade {
  margin-top: -13vw;
}
#scene #sec3 .txt {
  padding: 5% 4%;
}
#scene #sec3 .nomihoudai {
  padding: 5% 4%;
  font-size: 20px;
}
#scene #sec3 .box {
  background: url('../img/scene/bg-box.jpg') repeat center top;
  padding: 20px;
  position: relative;
  width: 76%;
  margin: 5vw auto 13vw;
}
#scene #sec3 .box h4 {
  position: relative;
  z-index: 1;
}
#scene #sec3 .box .deco_beer {
  position: absolute;
  top: -7.4vw;
  left: -2vw;
  width: 32%;
  z-index: 0;
}
#scene #sec3 .box .price {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#scene #sec3 .box .price span {
  font-size: 150%;
  color: #d28202;
}
#scene #sec3 .box .note {
  font-size: 12px;
  padding-left: 18%;
  line-height: 1.5;
  margin: 12px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
#scene #sec3 .box .txt2 {
  display: flex;
  align-items: center;
}
#scene #sec3 .box .txt2 span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
#scene #sec3 .box .txt2 span.span1 {
  background-color: #432c0f;
  line-height: 28px;
  padding: 0 8px;
}
#scene #sec3 .box .txt2 span + span {
  margin-left: 12px;
}
#scene #sec3 ul.ul-box {
  width: 72%;
  margin: auto;
}
#scene #sec3 ul.ul-box li + li {
  margin-top: 20px;
}
#scene #sec4 {
  background: url(../img/scene/s4-bg.jpg) repeat center top;
  padding: 10vw 0;
}
#scene #sec4 .wrap {
  padding-left: 4%;
  padding-right: 4%;
}
#scene #sec4 h2 {
  position: relative;
  z-index: 1;
}
#scene #sec4 .time {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 9px 0 12px;
  text-align: center;
}
#scene #sec4 .note {
  text-align: center;
}
#scene #sec4 h3 {
  width: 68%;
  margin: 4vw auto 0;
}
#scene #sec4 .text {
  margin: 26px 0 20px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
#scene #sec4 .s4-ballon {
  margin: -16vw -4%;
}
#scene #sec4 .s4-ballon2 {
  margin: 0vw 13% 9vw;
  width: 75%;
}
#scene #sec4 .bx-item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#scene #sec4 .item {
  position: relative;
  width: 48%;
  padding-top: 18vw;
  margin-bottom: -30vw;
}

#sec4 .arrow_box {
  position: relative;
  width: 85px;
  height: 85px;
  background: #8c8167;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100%;
  line-height: 23px;
  top: -80vw;
  left: -2vw;
}

#sec4 .arrow_box p {
  padding-top: 25px;
}

#sec4 .arrow_box2 {
  position: relative;
  width: 85px;
  height: 85px;
  background: #8c8167;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100%;
  line-height: 23px;
  top: -75vw;
  left: -9vw;
}
#sec4 .arrow_box2 p {
  padding-top: 10px;
}

#sec4 .arrow_box3 {
  position: relative;
  width: 100px;
  height: 100px;
  background: #8c8167;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 100%;
  line-height: 20px;
  top: 6vw;
  left: 31vw;
}

#sec4 .arrow_box3 p.txt {
  margin-top: 28px;
}
#scene #sec4 .item .txt-pr {
  font-weight: bold;
  font-size: 14px;
}
#scene #sec4 .item dl.txt-pr dd {
  font-weight: bold;
  font-size: 120%;
  color: #fcb500;
}
#scene #sec4 .item dl.txt-pr dd span {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
#scene #sec4 .item3 {
  position: relative;
  margin-top: 6vw;
}
#scene #sec4 .item3 .txt-bl {
  font-size: 3.8vw;
  letter-spacing: 0.5px;
  line-height: 1.4;
  top: 2vw;
  left: 6vw;
  position: absolute;
  width: 100%;
}
#scene #sec4 .item3 .txt-bl dt {
  font-size: inherit;
}
#scene #sec4 .item3 .txt-bl span {
  font-size: 170%;
  line-height: 1;
}
#scene #sec4 .item3 .txt-bl em {
  font-style: normal;
  letter-spacing: -2.5px;
  display: block;
}
#scene #sec4 .slider-fade {
  margin: 3vw 4% 0;
}
#scene #sec4 .price-js {
  margin-top: 4vw;
}
#scene #sec4 .price-js span.price {
  font-weight: bold;
  color: #fcb500;
  font-size: 120%;
}
#scene #sec4 .slick-dots li {
  margin: 0 4px;
}
#scene #sec4 .slick-dots li button {
  border: 1px solid #fcb500;
}
#scene #sec4 .slick-dots li.slick-active button {
  background-color: #fcb500;
}
#scene #sec4 .buns {
  padding: 5vw;
  border: 1px solid rgba(250, 250, 250, 0.5);
  width: 82%;
  margin: 40px auto 30px;
}
#scene #sec4 .buns h2 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 2vw;
}

#scene #sec4 .buns .txt {
  text-align: left;
}

#scene #sec5 {
  overflow: hidden;
}
#scene #sec5 .set1 {
  background: url('../img/scene/s5_bg.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.7;
}
#scene #sec5 h2 {
  width: 70%;
  margin: auto;
}
#scene #sec5 .set1 {
  padding: 10vw 0 25vw;
  text-align: center;
  position: relative;
}
#scene #sec5 .set1 .inner {
  padding: 10vw;
  background: rgba(0, 0, 0, 0.3);
}

#scene #sec5 .set1 h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#scene #sec5 .set1 .deco {
  width: 36%;
  position: absolute;
  right: -15vw;
  top: 13vw;
}
#scene #sec5 .set1 .txt {
  text-align: left;
  padding: 5% 8%;
}
#scene #sec5 .set1 h3 .font60 {
  font-size: 150%;
}
#scene #sec5 .group {
  background: url('../img/scene/s5_group.jpg') repeat center top;
  line-height: 28px;
  letter-spacing: 0.04em;
  padding: 0 4% 20px;
  box-sizing: border-box;
  /* margin: -15vw 4% 0;*/
  margin: 15vw 4% 0;
}
#scene #sec5 .group dl {
  position: relative;
}
#scene #sec5 .group dl dt {
  margin-left: -8%;
}
#scene #sec5 .group dl dd {
  font-size: 15px;
  text-align: center;
  margin-top: -4vw;
  color: #fcb500;
}
#scene #sec5 .group dl dd span {
  font-size: 22px;
  font-weight: bold;
}
#scene #sec5 .group dl dd span.txt2 {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
#scene #sec5 .group .note {
  margin-top: 4vw;
}
#scene #sec5 .group ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#scene #sec5 .group ul li {
  width: 50%;
}
#scene #sec5 .group h4 {
  background-color: #565217;
  text-align: center;
  margin: 15px 0;
}
#scene #sec5 .group .tar {
  text-align: right;
}
#scene #sec5 .box {
  border: 1px solid #fff;
  font-size: 13px;
  padding: 6vw 2% 0;
  margin: 8vw 4%;
}
#scene #sec5 .box h4 {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
}
#scene #sec5 .item .txt {
  padding: 5% 4%;
}
#scene #sec5 ul.ul-box {
  width: 72%;
  margin: auto;
}
#scene #sec5 ul.ul-box li + li {
  margin-top: 20px;
}
#scene #sec6 {
  padding: 15vw 0;
}
#scene #sec6 h2 {
  width: 70%;
  margin: 0 auto -12vw;
  position: relative;
  z-index: 1;
}
#scene #sec6 .group {
  padding: 6vw 3% 0;
}
#scene #sec6 .group .ttl {
  width: 35%;
  margin-top: -10vw;
  margin-left: -3%;
  margin-bottom: 4vw;
}
#scene #sec6 .group .txt22 {
  font-size: 18px;
  margin: 15px 0 15px;
}
#scene #sec6 .row2 {
  margin-top: 10vw;
}
#scene #sec6 .row2 h3 {
  margin-left: -4vw;
}
#scene #sec6 .row2 .text {
  margin-bottom: 8vw;
}
hr.line {
  width: 100%;
  height: 8px;
  border: none;
  background: url('../img/scene/line.jpg') repeat center top;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/shared2/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50vw;
  display: block;
  width: 10px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.7;
}
.slick-prev {
  background: url('../img/shared2/prev.png') no-repeat center center;
  background-size: 100%;
  left: 10px;
}
.slick-next {
  background: url('../img/shared2/next.png') no-repeat center center;
  background-size: 100%;
  right: 10px;
}
/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border: 1px solid #612503;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #612503;
}
.slick-slide > div > div {
  vertical-align: top;
}
.news_box {
  margin: 10px;
  line-height: 1.8;
  padding-bottom: 9px;
  border: 1px solid #fff;
}
.news_box .ttl {
  padding: 10px;
  text-align: center;
  font-size: 22px;
}

.news_box .txt {
  padding: 10px;
  text-align: left;
}
.lunchset {
  width: 100%;
  display: block;
}
.lunchset .child {
  margin: 10px;
  text-align: center;
}
.set {
  margin: 10px;
  text-align: center;
}
