@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.15em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url(../img/shared/bg.jpg) repeat top center;
  background-size: 100% auto;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.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;
}

@font-face {
  font-family: 'NotoSerifJP-Regular';
  src: url("../font/NotoSerifJP-Regular.eot");
  src: url("../font/NotoSerifJP-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifJP-Regular.woff2") format("woff2"), url("../font/NotoSerifJP-Regular.woff") format("woff"), url("../font/NotoSerifJP-Regular.ttf") format("truetype"), url("../font/NotoSerifJP-Regular.svg#NotoSerifJP-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ShipporiMinchoB1-Regular';
  src: url("../font/ShipporiMinchoB1-Regular.eot");
  src: url("../font/ShipporiMinchoB1-Regular.eot?#iefix") format("embedded-opentype"), url("../font/ShipporiMinchoB1-Regular.woff2") format("woff2"), url("../font/ShipporiMinchoB1-Regular.woff") format("woff"), url("../font/ShipporiMinchoB1-Regular.ttf") format("truetype"), url("../font/ShipporiMinchoB1-Regular.svg#ShipporiMinchoB1-Regular") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CormorantGaramond-Medium';
  src: url("../font/CormorantGaramond-Medium.eot");
  src: url("../font/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("../font/CormorantGaramond-Medium.woff2") format("woff2"), url("../font/CormorantGaramond-Medium.woff") format("woff"), url("../font/CormorantGaramond-Medium.ttf") format("truetype"), url("../font/CormorantGaramond-Medium.svg#CormorantGaramond-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.fnt-noto {
  font-family: 'NotoSerifJP-Regular', serif;
  font-weight: 400;
}

.fnt-notob {
  font-family: 'NotoSerifJP-Bold', serif;
  font-weight: 700;
}

.fnt-shi {
  font-family: 'ShipporiMinchoB1-Regular' , serif;
}

.fnt-h {
  font-family: 'CormorantGaramond-Medium' , serif;
}

body.navopen {
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

body.navopen,
body.navopen *,
body.navopen *:hover,
body.navopen *:focus,
body.navopen *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}

body.navopen .hamburger,
body.navopen .menu-toggle,
body.navopen .menu-toggle *,
body.navopen .remodal-is-opened,
body.navopen .remodal-is-opened * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked body.navopen,
.remodal-is-locked body.navopen *,
.remodal-is-locked body.navopen *:hover,
.remodal-is-locked body.navopen *:focus,
.remodal-is-locked body.navopen *:active {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked .remodal-is-opened,
.remodal-is-locked .remodal-is-opened * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/*=============================================
 * <main>
 *=============================================*/
@media screen and (max-width: 767px) {
  section {
    text-align: justify;
  }
}

i {
  font-style: normal !important;
  position: relative;
}

small {
  font-style: normal !important;
}

main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

main img {
  width: 100% !important;
  height: auto !important;
}

/*=============================================
 * header header header header header header 
 *=============================================*/
header {
  position: relative;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
}

header .ttl-key {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 8;
}

header .logo {
  position: absolute;
  z-index: 90;
  width: 155px;
  top: 10px;
  left: 5px;
}

header .logo img {
  opacity: 1 !important;
}

header h1 {
  position: absolute;
  font-size: 10px;
  color: #e9d6ba;
  box-sizing: border-box;
  z-index: 90;
  top: 2vw;
  left: 2%;
  right: 2%;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.hamburger {
  position: relative;
  cursor: pointer;
  visibility: visible;
  z-index: 110;
}

header .menu-toggle {
  opacity: 1;
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0;
  right: -110%;
  height: 100vh;
  overflow-y: auto;
  z-index: 101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/shared/bg.jpg) repeat;
  transition: all 0.45s ease;
  text-align: left;
}

header .menu-toggle nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8%;
  margin-bottom: 30px;
}

header .menu-toggle nav a {
  font-size: 16px;
  font-weight: bold;
  width: 48%;
  border: 1px solid;
  padding: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

header .menu-toggle .tel {
  text-align: center;
  font-weight: bold;
}

header .menu-toggle .tel span {
  font-size: 26px;
  display: block;
}

header .menu-toggle .ins {
  width: 57px;
  margin: 5vw auto 12vw;
}

header .menu-toggle .btn-lk {
  margin: 0 8% 10vw;
  padding-bottom: 200px;
}

header .menu-toggle .hamburger {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 35px;
}

header .menu-toggle ul {
  padding: 20vw 8% 10px;
}

header .menu-toggle ul li {
  border-top: 1px solid;
  padding: 10px 5px;
}

header .menu-toggle ul li:last-child {
  margin-bottom: 10vw;
  border-bottom: 1px solid;
}

header .menu-toggle ul li a {
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
  padding: 0px 5px;
  display: inline-block;
  line-height: 24px;
}

header .menu-toggle ul li.active a {
  opacity: 0.7;
  border-bottom: 1px solid;
}

header .menu-toggle ul li a i {
  display: block;
  font-size: 12px;
}

.navopen .menu-toggle {
  visibility: visible;
  pointer-events: visible;
  right: 0;
}

/*=============================================
 * <footer>
 *=============================================*/
.copied {
  pointer-events: none;
}

footer {
  background: url(../img/shared/footer_bg.jpg) repeat top right;
  background-size: cover;
  position: relative;
  padding: 12vw 5% 39vw;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
}

footer .logo {
  width: 40%;
  margin: 0 0 8vw 33%;
}

footer .tel {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8vw;
}

footer .tel span {
  font-size: 28px;
  display: block;
}

footer .tel small {
  font-size: 12px;
  letter-spacing: 0;
}

footer .btn-list {
  margin-top: 8vw;
}

footer .btn-list li {
  margin-bottom: 25px;
}

footer .btn-list li a {
  border: 1px solid;
  background: url(../img/shared/arr.png) no-repeat center right 20px;
  background-size: 50px auto;
  padding: 10px 50px 10px 20px;
  text-align: center;
  display: block;
  font-size: 16px;
}

footer .btn-lk {
  margin-bottom: 10vw;
}

footer .copyright {
  padding-top: 8vw;
  font-weight: 600;
  color: #b29162;
}

footer .copyright .cookie {
  margin-bottom: 10px;
}

footer .copyright .cookie a {
  border-bottom: 1px solid;
}

footer .copyright address {
  font-weight: 600;
  letter-spacing: 0;
}

footer .copyright address span {
  font-size: 18px;
  position: relative;
  bottom: -2px;
}

footer .list dl {
  display: flex;
  text-align: left;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-weight: 600;
}

footer .list dl dt {
  width: 20%;
  text-align: right;
  margin-right: 10%;
}

footer .list dl dd {
  width: 69%;
}

footer .list dl dd span {
  font-size: 22px;
  position: relative;
  bottom: -2px;
  margin-right: 3px;
}

footer .nav-ft {
  width: 112%;
  margin: 12vw -6%;
}

footer .nav-ft nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #FFF;
}

footer .nav-ft nav a {
  width: 50%;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  padding: 10px;
}

footer .nav-ft nav a:nth-child(odd) {
  border-right: 1px solid #FFF;
}

footer .cookies-link {
  padding: 20px 0 5px;
}

footer .cookies-link a {
  text-decoration: underline;
}

#pagetop {
  width: 50px;
  bottom: 24vw;
}

/*====================== ft-fixed ====================== */
#ft-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  background: url(../img/shared/bg_f.jpg) repeat;
  text-align: center;
}

.navopen #ft-fixed {
  z-index: -1;
}

#ft-fixed ul {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}

#ft-fixed ul a img {
  opacity: 1 !important;
}

.navopen #pagetop {
  opacity: 0;
}

/* 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: url(../img/shared/bg_f.jpg) repeat;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* 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: url(../img/shared/bg_f.jpg) repeat;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  footer::after {
    background: url(../img/shared/bg_f.jpg) repeat;
    content: "";
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/*=============================================
 * style custom
 *=============================================*/
.bg-parallax {
  position: relative;
  z-index: 0;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  background: none;
  border: 1px solid #381d16;
  background: #381d16;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #ef1366;
  border: 1px solid #ef1366;
}

.slick-arrow {
  background: url(../img/menu/left.png) no-repeat center;
  background-size: 32px auto;
  width: 40px;
  height: 40px;
  border: none !important;
  position: absolute;
  top: 64vw;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
}

.slick-arrow.slick-prev {
  left: -5%;
}

.slick-arrow.slick-next {
  right: -5%;
  background: url(../img/menu/right.png) no-repeat center;
  background-size: 32px auto;
}

@media screen and (min-width: 767px) {
  .slick-dots li:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
}

@keyframes poyoyon {
  0% {
    transform: translateX(14%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* .fadeIn[style] {
    opacity: 1;
} */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#index #keyvisual .slick-dots {
  display: none !important;
}

#index .sl01 {
  background: url(../img/index/kv1.jpg) no-repeat center center;
  background-size: cover;
  height: 110vw;
}

#index .sl02 {
  background: url(../img/index/kv2.jpg) no-repeat center center;
  background-size: cover;
  height: 110vw;
}

#index .sl03 {
  background: url(../img/index/kv3.jpg) no-repeat center center;
  background-size: cover;
  height: 110vw;
}

#index .sl04 {
  background: url(../img/index/kv4.jpg) no-repeat center center;
  background-size: cover;
  height: 110vw;
}

#index .news-box {
  padding: 5vw 5% 5vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#index .news-box .box {
  background: #fcf3dd;
  text-align: center;
  padding: 30px 5% 35px;
}

#index .news-box .box h2 {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}

#index .news-box .box .txt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

#index .news-box .box .txt span {
  display: block;
  padding: 25px 0 0;
}

#index .news-box .link a {
  margin: 0 auto;
  width: 260px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  background-color: #502924;
  border-radius: 0px;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 25px;
  letter-spacing: 2px;
  border: solid 1px #FFF;
  font-weight: 600;
}

#index #sec1 {
  background: url(../img/index/sec1_deco.png) no-repeat top center;
  background-size: 100% auto;
  padding: 15vw 0 20vw;
}

#index #sec1 h2 {
  position: relative;
  margin-bottom: -25vw;
}

#index #sec1 h2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#index #sec1 .txt {
  background: #fcf3dd;
  margin: 0 3.8% 12vw 0;
  box-sizing: border-box;
  font-weight: 600;
  padding: 35vw 5% 10vw;
}

#index #sec2 {
  background: url(../img/index/sec2_bg.jpg) repeat top center;
  background-size: 100% auto;
  padding: 0 0 18vw;
}

#index #sec2 .txt {
  margin: 6vw 3% 10vw;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-shadow: 0 0 10px #000;
}

#index #sec3 {
  position: relative;
}

#index #sec3 h2 {
  position: relative;
}

#index #sec3 h2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#index #sec3 dl {
  position: relative;
}

#index #sec3 dl dd {
  width: 40%;
  position: absolute;
  left: 0;
  top: 35vw;
}

#index #sec3 .txt {
  background: url(../img/index/sec3_bg.jpg) no-repeat center/cover;
  font-weight: 600;
  padding: 10vw 5%;
}

#index #sec4 {
  position: relative;
  font-weight: 600;
  padding-bottom: 15vw;
}

#index #sec4 .txt {
  margin: 4vw 5% 10vw;
}

#index #sec5 {
  position: relative;
  padding: 2vw 5% 18vw;
}

#index #sec5 h2 {
  width: 50%;
  margin-bottom: 8vw;
}

#index #sec5 #feed {
  font-weight: 600;
  margin: 0 5% 10vw;
}

#index #sec5 #feed dl {
  display: flex;
  letter-spacing: 0;
}

#index #sec5 #feed dl dt {
  width: 32%;
}

#index #sec5 #feed dl dd {
  width: 68%;
}

#index #sec5 .more {
  display: flex;
  justify-content: flex-end;
}

#index #sec5 .more a {
  background: #48231c;
  width: 150px;
  height: 40px;
  letter-spacing: .3em;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.btn-common a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 5%;
}

.btn-common a.icon::before {
  background: url(../img/index/i_btn.png) no-repeat top left;
  background-size: 40px auto;
  width: 83px;
  height: 86px;
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
}

.btn-common a span {
  display: block;
  padding: 0 25px;
  font-weight: 600;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #FFF;
  font-size: 16px;
}

#about .sl01 {
  background: url(../img/about/key.jpg) no-repeat center bottom;
  background-size: cover;
  height: 90vw;
}

#about #sec1 {
  position: relative;
  background: url(../img/about/sec1_bg.jpg) no-repeat center top;
  background-size: 120% auto;
  padding: 10vw 0 18vw;
  font-weight: 600;
}

#about #sec1 h2 {
  margin-bottom: 6vw;
}

#about #sec1 .slick-dots {
  justify-content: flex-end;
  position: relative;
  top: -2vw;
  margin-bottom: 5vw;
}

#about #sec1 .slide-box {
  margin: 0 5%;
}

#about #sec1 .txt {
  background: #fcf3dd;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  margin: 0 5% -25vw;
}

#about #sec2 {
  background: #fcf3dd;
  font-weight: 600;
  padding-bottom: 12vw;
}

#about #sec2 .txt {
  margin: 2vw 5% 10vw;
}

#about #sec2 .txt1 {
  margin: 0vw 5% 5vw;
}

#menu .sl01 {
  background: url(../img/menu/kv.jpg) no-repeat center bottom;
  background-size: cover;
  height: 90vw;
}

#menu #sec1 {
  background: url(../img/menu/sec1_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  font-weight: 600;
  padding: 5vw 0 15vw;
}

#menu #sec1 .photo {
  margin: 5vw 5% 8vw;
}

#menu #sec1 .txt {
  margin: 0 5%;
}

#menu #sec2 {
  font-weight: 600;
  padding: 0 5% 15vw;
}

#menu #sec2 dl {
  margin-top: 8vw;
}

#menu #sec2 dl dt {
  width: 78%;
}

#menu #sec2 dl dd {
  text-align: right;
  font-size: 7.5vw;
  color: #381d16;
  font-weight: bold;
  padding: 5px 0 5vw;
  border-bottom: 2px solid;
  margin-bottom: 6vw;
}

#menu #sec2 dl dd span {
  font-size: 5.6vw;
}

#menu #sec2 dl dd span small {
  font-size: 4vw;
}

#menu #sec3 {
  position: relative;
}

#menu #sec3 .slick-dots {
  position: absolute;
  bottom: 25vw;
  justify-content: flex-end;
}

#menu #sec3 dl {
  background: #fcf3dd;
  position: relative;
  margin: -20vw 30% 0 5%;
  font-weight: 600;
  padding: 20px 0 10px 20px;
  line-height: 24px;
}

#menu #sec3 dl dt {
  font-size: 6.2vw;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
  padding-bottom: 9px;
}

#menu #sec3 dl dd {
  padding-right: 20px;
}

#menu #sec4 {
  padding: 8vw 0 15vw;
}

#menu #sec5 {
  background: url(../img/index/sec2_bg.jpg) repeat top center;
  background-size: 100% auto;
  padding: 15vw 0 15vw;
  font-weight: 600;
}

#menu #sec5 .slide-box {
  margin: 0 5% 10vw;
}

#menu #sec5 .slide-box .slick-dots {
  justify-content: flex-end;
}

#menu #sec5 dl {
  position: relative;
}

#menu #sec5 dl dd {
  font-weight: bold;
  position: absolute;
  bottom: 8vw;
  left: 16%;
  font-size: 6.5vw;
  text-align: center;
}

#menu #sec5 dl dd span {
  font-size: 5vw;
}

#menu #sec5 dl dd span.small {
  font-size: 4vw;
  display: block;
  text-align: center;
  font-weight: 500;
}

#menu #sec5 h3 {
  margin: 5vw 0 4vw;
}

#menu #sec5 .txt {
  margin: 0 5% 14vw;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

#menu #sec5 .item {
  background: #fcf3dd;
  margin: 0 5%;
}

#menu #sec5 .item .txt1 {
  padding: 5px 5% 25px;
}

#menu #sec6 {
  position: relative;
  background: url(../img/menu/sec5_deco2.png) no-repeat bottom left;
  background-size: 100% auto;
  padding-bottom: 20vw;
}

#menu #sec6 dl dd {
  margin: 0 5% 4vw;
  font-size: 7vw;
  text-align: center;
  font-weight: 700;
  color: #381d16;
}

#menu #sec6 dl dd span {
  font-size: 5vw;
}

#menu #sec6 dl dd span.small {
  font-size: 4vw;
  font-weight: 500;
}

#menu #sec6 .txt {
  font-weight: 600;
  margin: 0 5%;
}

#menu #sec6 .txt.pb {
  margin-bottom: 10vw;
}

#menu #sec7 {
  position: relative;
  padding: 15vw 5%;
}

#menu #sec7 ul {
  background: #fcf3dd;
}

#menu #sec7 ul span {
  padding: 13px 50px;
  display: block;
  position: relative;
}

#menu #sec7 ul span::before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #48231c;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.pp-box img {
  width: 100%;
  height: auto;
}

.pp-box .note {
  text-align: center;
}

.pp-box h3 {
  font-size: 24px;
  font-family: 'NotoSerifJP-Regular', serif;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 8px;
}

.pp-box dl {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd5c2;
}

.pp-box dl.none {
  border-bottom: none;
}

.pp-box dl dt.haft {
  width: 80%;
}

.pp-box dl dt.haft span {
  display: block;
  margin: 10px 0 10px;
}

.pp-box dl dd {
  text-align: right;
}

.pp-box .slide-box {
  padding-right: 10%;
}

.pp-box .slick-dots {
  width: 20px;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: -14%;
  display: block !important;
}

.pp-box .slick-dots li {
  margin: 10px 0;
}

#shopping .sl01 {
  background: url(../img/shopping/key.jpg) no-repeat center bottom;
  background-size: cover;
  height: 90vw;
}

#shopping #sec1 {
  padding-bottom: 16vw;
}

#shopping #sec1 h2 {
  position: relative;
}

#shopping #sec1 h2 span {
  position: absolute;
  top: 0;
  left: 0;
}

#shopping #sec1 .txt {
  font-weight: 600;
  margin: 8vw 5% 0;
}

#shopping #sec2,
#shopping #sec3 {
  position: relative;
  background: #fcf3dd;
}

#shopping #sec2 .box,
#shopping #sec3 .box {
  padding: 8vw 5% 20vw;
  font-weight: 600;
}

#shopping #sec2 .box h3,
#shopping #sec3 .box h3 {
  color: #381d16;
  font-size: 16px;
}

#shopping #sec2 .box h3 span,
#shopping #sec3 .box h3 span {
  font-size: 26px;
  display: block;
  margin-bottom: 3px;
}

#shopping #sec2 .txt,
#shopping #sec3 .txt {
  margin: 4vw 0 10vw;
}

#shopping .btn-common a {
  margin: 0;
}

#shopping .btn-common span {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  padding: 0 50px 0 0;
}

#shopping .btn-common i {
  display: block;
  width: 30px;
  margin-right: 20px;
}

#info .sl01 {
  background: url(../img/info/key.jpg) no-repeat center bottom;
  background-size: cover;
  height: 90vw;
}

#info #sec1 {
  background: url(../img/info/sec1_bg.jpg) no-repeat center top;
  background-size: 120% auto;
  font-weight: 600;
  text-align: center;
  padding: 15vw 0 0;
}

#info #sec1 .txt {
  margin-bottom: 10vw;
}

#info #sec2 {
  position: relative;
}

#info #sec2 h2 {
  position: relative;
  top: -8vw;
}

#info #sec2 .list {
  background: #fcf3dd;
  margin: 0 5% 10vw;
  font-weight: 600;
  padding: 25px 20px 35px;
}

#info #sec2 .list dl {
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #d6cebc;
}

#info #sec2 .list dl span {
  font-size: 28px;
  padding-top: 5px;
  display: inline-block;
}

#info #sec2 #gg-map {
  margin: 0 5% 10vw;
  height: 480px;
}

#info #sec2 #gg-map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

#info #sec2 .btn-copy {
  padding: 0 5%;
  margin-bottom: 15vw;
}

#info #sec2 .btn-copy a {
  color: #FFF;
  font-weight: 600;
  width: 100%;
  height: 70px;
  max-width: 375px;
  background: url(../img/index/btn_bg.png) no-repeat center;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  text-decoration: none !important;
}

#info #sec2 .btn-copy a span {
  padding: 0 40px;
}

#info #sec3 {
  background: url(../img/info/sec3_bg.jpg) no-repeat top right;
  background-size: 90% auto;
  padding: 7vw 0 17vw;
  font-weight: 600;
}

#info #sec3 .map {
  margin: 6vw 1% 7vw;
}

#info #sec3 .txt {
  margin: 0 5% 10vw;
}

#info #sec3 .slide-box {
  margin: 0 5%;
}

#info #sec3 .slide-box .slick-dots {
  justify-content: flex-end;
}

a:hover {
  text-decoration: none !important;
}

#recruit .sl01 {
  background: url(../img/recruit/key.jpg) no-repeat center bottom;
  background-size: cover;
  height: 90vw;
}

#recruit #sec1 {
  position: relative;
  background: url(../img/recruit/sec1_bg.jpg) no-repeat top center/cover;
  padding: 15vw 0 15vw;
  font-weight: 600;
}

#recruit #sec1 .txt {
  margin: 3% 5% 0;
  color: #FFF;
  text-shadow: 0 0 5px #000, 0 0 10px #000;
}

#recruit #sec2 {
  position: relative;
  background: url(../img/recruit/sec2_bg.jpg) no-repeat top center;
  background-size: 120% auto;
  padding: 8vw 0 15vw;
  font-weight: 600;
}

#recruit #sec2 .slick-dots {
  justify-content: flex-end;
  margin: 2vw 0 10vw 0;
  box-sizing: border-box;
  padding-right: 10px;
}

#recruit #sec2 .txt {
  margin: 0 5%;
}

#recruit #sec3 {
  font-weight: 600;
}

#recruit #sec3 ul {
  margin: 4vw 5% 15vw;
}

#recruit #sec3 ul li {
  background: #fcf3dd;
  margin-bottom: 10px;
}

#recruit #sec3 ul span {
  padding: 10px 25px;
  display: block;
  position: relative;
  color: #381d16;
  font-size: 24px;
  text-align: center;
}

#recruit #sec3 ul span::before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #48231c;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

#recruit .pp-box1 {
  position: relative;
  font-weight: 600;
  text-align: left;
}

#recruit .pp-box1 h2 {
  color: #381d16;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}

#recruit .pp-box1 h3 {
  color: #fff;
  background: #582f13;
  line-height: 32px;
  padding: 3px 10px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  text-align: left;
}

#recruit .pp-box1 h3.small {
  color: #fff;
  background: #000;
  font-size: 17px;
  padding: 1px 10px;
}

#recruit .pp-box1 dl {
  margin-bottom: 20px;
}

#recruit .pp-box1 dl dt {
  color: #fff;
  background: #000;
  line-height: 24px;
  padding: 2px 20px;
  margin-bottom: 3px;
  width: 250px;
}

#recruit .pp-box1 dl dd {
  display: block;
  border-bottom: 1px solid #c8c1b0;
  padding: 0 0 12px 17px;
  margin-left: 20px;
  letter-spacing: 0;
}

#recruit .pp-box1 p {
  display: block;
  border-bottom: 1px solid #c8c1b0;
  padding: 0 0 12px 17px;
  margin-left: 20px;
  letter-spacing: 0;
  line-height: 24px;
}

#recruit #sec4 {
  position: relative;
  padding: 5vw 5% 18vw;
}

#recruit #sec4 .box-tel {
  margin: 0 auto 25px;
  background: #ef1365;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 5px;
  letter-spacing: 0.025em;
  line-height: 22px;
}

#recruit #sec4 .box-tel a {
  text-decoration: none !important;
}

#recruit #sec4 .box-tel i {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

#recruit #sec4 .box-tel span {
  font-size: 30px;
}

#recruit #sec4 .box-tel small {
  display: block;
  font-size: 12px;
  margin-top: 7px;
}

.btn-map-add {
  margin-bottom: 25px;
}

.btn-map-add a span {
  padding: 0 40px;
}
