@charset "UTF-8";
/* Scss Document */
/*--------------------------------------
  import
--------------------------------------*/
/* shippori-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../font/shippori-mincho-v16-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* amiri-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: url('../font/amiri-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* amiri-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Amiri';
  font-style: normal;
  font-weight: bold;
  src: url('../font/amiri-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* klee-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Klee One';
  font-style: normal;
  font-weight: 400;
  src: url('../font/klee-one-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* klee-one-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Klee One';
  font-style: normal;
  font-weight: 600;
  src: url('../font/klee-one-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../font/zen-old-mincho-v12-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-300 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 300;
  src: url('../font/zen-kaku-gothic-new-v17-japanese_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  src: url('../font/zen-kaku-gothic-new-v17-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: 'Shippori Mincho';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 35px;
  background: url('../img/shared/background.jpg') repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.2em;
}
body > * {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.ready body > * {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0em;
  }
}
/*=============================================
 * 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;
}
.fnt-ami {
  font-family: 'Amiri';
  font-style: normal;
}
.fnt-klee {
  font-family: 'Klee One';
  font-style: normal;
}
.fnt-zen {
  font-family: 'Zen Old Mincho';
}
.fwb {
  font-weight: bold;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 4%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: justify;
}
:root {
  --main: #000;
  --sub: #fff;
}
.telhref {
  text-decoration: none !important;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .row-sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.bg-para {
  position: relative;
}
.img-para {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.img-para > img {
  width: 100%;
  height: 40vh;
  position: fixed;
  top: 0%;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  display: block !important;
}
section .bg-para {
  min-height: 53vw;
}
@media screen and (min-width: 768px) {
  section .bg-para {
    min-height: 600px;
  }
  .img-para > img {
    height: 100%;
    top: 0%;
  }
}

.ttl-icon {
  position: relative;
  padding-top: 16.4vw;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.14em;
}
.ttl-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11vw;
  filter: invert(1);
  background: url('../img/shared/logo_mark.png') no-repeat center top;
  background-size: contain;
}
.ttl-icon span {
  display: block;
  color: #65603d;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.ttl-deco {
  position: relative;
  padding-top: 16.6vw;
  text-align: center;
}
.ttl-deco:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 15vw;
  background: #a7a7a7;
  transform: rotate(45deg);
}
.sub-ttl {
  text-align: center;
  color: #65603d;
  font-size: 12px;
}

.box {
  position: relative;
  text-align: center;
  padding: 2vw 4%;
}
.box:before,
.box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-left: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
}
.box:after {
  left: auto;
  right: 0;
}
.box .price {
  margin: 4vw 0 3vw;
}
.box dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 120px;
  margin: 0 auto;
  justify-content: space-between;
}
.box .txt {
  margin: 5vw 2% 0;
}
@media screen and (min-width: 768px) {
  div:has(.ttl-icon.abso) {
    position: relative;
  }
  .ttl-icon.abso {
    position: absolute;
    top: 116px;
    left: calc(50% - 644px);
  }
  .ttl-icon.abso span::before {
    top: calc(100% + 17px);
  }
  .ttl-deco {
    padding-top: 134px;
    letter-spacing: 0.28em;
  }
  .ttl-deco:before {
    top: -14px;
    left: 49.5%;
    height: 116px;
  }
  .sub-ttl {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .box {
    padding: 13px 20px;
  }
  .box h3 {
    letter-spacing: 0.24em;
    margin-left: 8px;
  }
  .box .price {
    font-size: 20px;
    margin: 17px 0 16px 1px;
  }
  .box .price small {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
  .box dl {
    font-size: 22px;
    line-height: 46px;
    width: 188px;
    padding-right: 23px;
    letter-spacing: 0.4em;
    box-sizing: border-box;
  }
  .box dl dt {
    letter-spacing: 0.3em;
  }
  .box .txt {
    margin-top: 38px;
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 1350px) and (min-width: 768px) {
  .ttl-icon.abso {
    left: 14px;
  }
}

.tel {
  text-align: center;
}
.tel dl {
  line-height: 1.8;
}
.tel dl dt {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.tel dl span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 8vw;
  gap: 10px;
  letter-spacing: -0.04em;
}
.tel dl span img {
  width: 8vw;
  margin: 7px 0 0 -3px;
  height: auto;
}
.tel p {
  font-size: 10px;
  letter-spacing: 0em;
  line-height: 160%;
  margin-left: 6px;
}

.sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 32px;
  justify-content: center;
}
.sns li a {
  display: block;
  height: 25px;
}
.sns li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  justify-content: start;
  margin-left: 10px;
  letter-spacing: 0.16em;
  color: #949494;
  line-height: 15px;
}
.nav2 li:nth-child(2) {
  padding: 0 4vw;
  margin: 0 4vw;
  border-left: 1px solid;
  border-right: 1px solid;
}
.nav2 a {
  text-decoration: none;
}
/*--------------------------------------
  font-size
--------------------------------------*/
.fz36,
.fz32,
.fz26 {
  font-size: calc(6.7vw + var(--gap));
  --gap: 0vw;
  line-height: 2;
}
span.fz36 {
  line-height: inherit;
}
.fz30 {
  line-height: 1.8;
  font-size: calc(5.3vw + var(--gap));
  --gap: 0vw;
}
.fz48 {
  font-size: 8vw;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  z-index: 2;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  position: relative;
  left: 4%;
  max-width: 92%;
}
.header2 h1 {
  position: absolute;
  bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.header-box {
  position: relative;
  z-index: 101;
  padding: 57vw 0 63vw;
}
.header-box.header2 {
  padding: 17vw 0 56px;
}
.head-info {
  margin-right: 0px;
  display: none;
}
header .logo {
  width: 45%;
  margin: 0 auto 8vw;
  position: relative;
  z-index: 5;
}
header.header2 .logo {
  position: absolute;
  top: 2vw;
  left: 3%;
  width: 41%;
}
header .language {
  position: absolute;
  flex-direction: row;
  left: 12.8vw;
  top: 4vw;
  font-size: 13px;
}
header .language a {
  text-decoration: none;
  display: block;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  width: 25.6vw;
  text-align: center;
  padding: 0.5vw 0;
  letter-spacing: 0.1em;
}
header .language a.active {
  background: #fff;
  color: #000;
}
header .language li {
  width: 50%;
}

/*=============================================
******************* head-key  *****************
*=============================================*/
#head-key {
  position: relative;
}
#head-key .key-para {
  min-height: 94vw;
}
#head-key .keyvisual li {
  height: 94vw;
}
#head-key .keyvisual li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#head-key .keyvisual li.slide1 img {
  object-position: -20px top;
}
#head-key .keyvisual li.slide4 img {
  object-position: 13% top;
}
#head-key .key-ttl {
  position: absolute;
  bottom: 8.5vw;
  color: #fff;
  z-index: 2;
  padding-left: 8.5vw;
  line-height: 2.5;
  padding-right: 22vw;
}
#head-key .key-ttl::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 29vw;
  height: 100%;
  background: url('../img/shared/ttl_deco.png') no-repeat right top;
  background-size: 100% 100%;
  z-index: -1;
}
#head-key .key-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 28.9vw);
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #head-key .key-para img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*=============================================
******************* hamberger  ****************
*=============================================*/
.hamberger-btn {
  position: fixed;
  top: 6vw;
  right: 10px;
  width: 39px;
  height: 24px;
  z-index: 201;
}
.hamberger-btn::after {
  content: 'Close';
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 47%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  font-family: 'Amiri', serif;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
.hamberger-btn span {
  width: 39px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  background: #1c1c1c;
  transition: transform 0.5s ease;
}
.hamberger-btn span:nth-child(1) {
  top: 0;
}
.hamberger-btn span:nth-child(3) {
  top: auto;
  bottom: 0;
}
.menu-open .hamberger-btn {
  width: 85px;
}
.menu-open .hamberger-btn:after {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.menu-open .hamberger-btn span {
  background: #fff;
}
.menu-open .hamberger-btn span:nth-child(1),
.menu-open .hamberger-btn span:nth-child(3) {
  transform: scaleX(0);
}

/*=============================================
******************* nav-header  ***************
*=============================================*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: #1c1c1c;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header .language {
  top: 6vw;
  left: 50%;
  transform: translateX(-50%);
  line-height: 30px;
  z-index: 2;
}
.nav-header .language a {
  border-color: #fff;
  background: #fff;
  color: #000;
  width: 16vw;
  padding: 0;
}
.nav-header .language a.active {
  background: #1c1c1c;
  color: #fff;
}
.nav-header .nav {
  display: block;
  padding-top: 21vw;
  height: auto;
  padding-left: 15%;
}

.nav-header a.nav-main {
  font-size: 23px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
}
.nav-header a.nav-main.active {
  color: #fff;
}
.nav-header .nav2 {
  margin: 9vw auto 19vw;
  justify-content: center;
}
.nav-header .logo-mark {
  width: 43px;
  margin: 0 auto;
}
.nav-header .logo-t {
  width: 39%;
  margin: 7vw auto 5vw;
}
.nav-header .tel dd span img {
  filter: invert(1);
}
.nav-header .btn-mail {
  width: 67%;
  margin: 4vw auto;
}
.nav-header .btn-mail a {
  border-color: #fff;
  border-width: 2px;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 220px;
}

/*=============================================
******************* footer  *******************
*=============================================*/
footer {
  background: url('../img/shared/f_bg.jpg') no-repeat left 12% top 66vw/160%, #100f0d;
  color: #fff;
  padding: 13vw 0 29vw;
  overflow: hidden;
}
footer .logo-mark {
  width: 17%;
  margin: 0 auto;
}
footer a {
  text-decoration: none !important;
  cursor: pointer !important;
}
footer nav {
  margin: 6vw 0px 6.8vw;
  font-size: 15px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  color: #949494;
}
footer nav a {
  display: block;
}
footer nav a.active {
  color: #fff;
}
footer .insta {
  margin: 15vw auto 13.3vw;
  width: 30px;
}
footer .logo-t {
  width: 55%;
  margin: 0 auto 7.6vw;
}
footer .tel span img {
  filter: invert(1);
}
footer .btn-cus {
  margin: 6vw 0 14vw;
}
footer .info {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 25px;
  margin-right: -6%;
}
footer .info .inline-map img {
  filter: none;
}
footer .info p {
  margin-bottom: 10px;
}
footer .info p .ml {
  display: block;
}
footer .button {
  text-align: center;
  color: #d2cdc6;
  font-size: 12px;
  margin-top: 11.6vw;
  letter-spacing: 0em;
  margin-bottom: 7vw;
  font-family: 'Zen Kaku Gothic New';
}
footer .button span:before {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_copy.png') no-repeat center top;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin: 0 7px -2px 8px;
}
footer .button span.copied {
  cursor: text;
  opacity: 1 !important;
}
footer address {
  color: #d2cdc6;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  font-family: 'Zen Kaku Gothic New';
  margin-top: 8vw;
  letter-spacing: 0em;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menu-open #fixed-sp {
  z-index: 100;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp img {
  opacity: 1 !important;
}
#pagetop {
  right: 0;
  bottom: 50px;
  width: 50px;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  #pagetop {
    display: none;
  }
}
/*=============================================
******************* btn-cus  ******************
*=============================================*/

.btn-cus {
  position: relative;
  width: 100%;
}
.btn-cus a {
  display: block;
  font-size: 16px;
  line-height: 59px;
  height: 63px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #474747;
  position: relative;
}
.btn-cus a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  background: url('../img/shared/arrow.png') no-repeat center center;
  width: 17.5px;
  height: 100%;
  background-size: contain;
}
.btn-mail a {
  font-size: 13px;
  letter-spacing: 0.08em;
  padding-left: 4px;
}
.btn-mail a::before {
  display: none;
}
.btn-gr a {
  border-color: transparent;
  background: #5a733f;
  color: #fff;
}

.inline-map {
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: -2px;
}
.inline-map a {
  text-decoration: none;
}
.inline-map img {
  width: 7px;
  display: inline-block;
  filter: invert(1);
  margin: -4px 6px 0 2px;
}
.inline-info img {
  filter: none;
  width: 12px;
  margin-left: 6px;
}
/* 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: #100f0d;
    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: #100f0d;
    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;
  }
}

.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .wrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .row {
    flex-direction: row;
  }
  .ttl-icon {
    padding-top: 69px;
    font-size: 24px;
    width: 43px;
    letter-spacing: 0.2em;
  }
  .ttl-icon::before {
    height: 41px;
    left: -1px;
  }
  .ttl-icon span {
    margin-top: 19px;
    transform: translateX(-3px);
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
  }
  .ttl-icon span:before {
    content: '';
    position: absolute;
    top: calc(100% + 30px);
    left: 52%;
    width: 1px;
    height: 304px;
    background: #979797;
  }

  .btn-cus {
    width: 430px;
  }
  .btn-cus a {
    height: 80px;
    font-size: 20px;
    line-height: 78px;
    letter-spacing: 0.24em;
    padding-left: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .btn-cus a:hover {
    color: #fff;
  }
  .btn-cus a::before {
    top: 2px;
    right: 41px;
    width: 25px;
  }
  .btn-cus a:hover:before {
    filter: invert(1);
  }
  .btn-cus a::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .btn-cus a:hover:after {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .btn-mail a {
    font-size: 16px;
    line-height: 74px;
    letter-spacing: 0.08em;
  }

  .tel dl {
    line-height: 40px;
  }
  .tel dl dt {
    font-size: 15px;
  }
  .tel dl span {
    font-size: 34px;
    letter-spacing: -0.03em;
  }
  .tel dl span img {
    width: 35px;
    margin: 0;
    margin-bottom: -4px;
  }
  .tel p {
    font-size: 12px;
    margin-left: 0px;
    margin-top: 11px;
    letter-spacing: 0.01em;
  }

  .inline-map {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 3px;
  }
  .inline-map a:hover {
    opacity: 0.8;
  }
  .inline-map img {
    width: 9px;
    margin: -2px 6px 0 3px;
  }
  .inline-info img {
    width: 17px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .nav2 li:nth-child(2) {
    padding: 0 22px;
    margin: 0 22px;
  }
  .nav2 li a:hover {
    opacity: 0.8;
  }
  /*--------------------------------------
    font-size
  --------------------------------------*/
  .fz36 {
    line-height: 80px;
    font-size: 36px;
  }
  .fz26 {
    font-size: 26px;
  }
  .fz30 {
    font-size: 30px;
    line-height: 60px;
  }
  .fz32 {
    font-size: 32px;
    line-height: 70px;
  }
  .fz48 {
    font-size: 48px;
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  .header-box {
    position: relative;
    width: 100%;
    z-index: 100;
    padding: 144px 0 179px;
  }
  .header-box.header2 {
    padding: 106px 0px 0;
  }
  header .logo {
    width: 262px;
    padding-right: 13px;
    margin-bottom: 76px;
  }
  header.header2 .logo {
    top: 18px;
    left: 30px;
    width: 221px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 14px;
    position: absolute;
    top: 52px;
    text-align: left;
    left: 53px;
    width: 440px;
  }
  .header2 h1 {
    color: #fff;
    bottom: auto;
    top: 144px;
    width: auto;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  header .language {
    position: static;
    width: 252px;
    margin: 57px auto 0;
    font-size: 16px;
  }
  header .language a {
    width: auto;
    padding: 0px;
    line-height: 34px;
  }
  header .language a:hover {
    opacity: 0.8;
  }
  .js-scroll {
    display: flex;
    justify-content: center;
    padding: 118px 0 93px;
    overflow: visible;
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1344px;
    position: relative;
  }

  /*--------------------------------------
    head-key
  --------------------------------------*/
  #head-key .key-para {
    min-height: 800px;
  }
  #head-key .keyvisual {
    width: calc(100% - 417px);
    line-height: 1;
    margin-bottom: -2px;
  }
  #head-key .keyvisual li {
    height: 700px;
  }
  #head-key .key-ttl {
    line-height: 51px;
    bottom: 98px;
    padding: 0px 153px 0 100px;
    height: 56px;
    box-sizing: border-box;
    letter-spacing: 0.14em;
  }
  #head-key .key-ttl::before {
    width: 175px;
  }
  #head-key .key-ttl:after {
    width: calc(100% - 175px);
  }
  /*--------------------------------------
    hamb-pc
  --------------------------------------*/
  .hamberger-btn {
    cursor: pointer;
    width: 35px;
    right: 41px;
    top: 47px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .fixed-btn .hamberger-btn,
  .menu-open .hamberger-btn {
    opacity: 1;
    visibility: visible;
  }
  .hamberger-btn:after {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .hamberger-btn span {
    width: 35px;
  }
  .hamberger-btn span:before,
  .hamberger-btn span:after {
    width: 35px;
  }
  .hamberger-btn:hover span:nth-child(2) {
    transform: scaleX(1.4);
  }
  /*--------------------------------------
    nav-header
  --------------------------------------*/
  .nav-header {
  }
  .nav-header::-webkit-scrollbar {
    display: none;
  }
  .nav-header .language {
    top: 40px;
    left: auto;
    transform: none;
    line-height: 30px;
    position: absolute;
    right: 164px;
    margin: 0;
    width: auto;
    z-index: 2;
    justify-content: end;
  }
  .nav-header .language a {
    width: 70px;
  }
  .nav-header .right {
    margin-left: 120px;
  }
  .nav-header .nav {
    padding-top: 0;
    padding-left: 0;
  }
  .nav-header .photo {
    margin-left: 50px;
  }
  .nav-header a.nav-main {
    font-size: 32px;
    line-height: 66px;
  }
  .nav-header a.nav-main:hover {
    color: #fff;
  }
  .nav-header .nav2 {
    font-size: 22px;
    margin: 60px 0 65px;
    justify-content: start;
    letter-spacing: 0.1em;
  }
  .nav-header .logo-mark,
  .nav-header .logo-t {
    position: absolute;
    left: 13px;
    top: 84px;
    margin: 0;
    width: 72px;
  }
  .nav-header .logo-t {
    top: 175px;
    width: 86px;
    left: 11px;
  }
  .nav-header .tel {
    margin-left: 4px;
    text-align: left;
  }
  .nav-header .tel dl dt {
    font-size: 16px;
  }
  .nav-header .tel dl span {
    justify-content: start;
    margin-top: 4px;
    font-size: 33px;
  }
  .nav-header .btn-mail {
    margin: 14px -119px 0 auto;
    width: 260px;
  }
  .nav-header .btn-mail a {
    height: 70px;
    font-size: 14px;
    line-height: 60px;
  }
  .nav-header .btn-mail a:after {
    background: #fff;
  }
  .nav-header .btn-mail a:hover {
    color: #000;
  }
  .nav-header .sns {
    position: absolute;
    left: 30px;
    flex-direction: column;
    bottom: 106px;
    gap: 18px;
  }
  .nav-header .sns li a {
    width: 25px;

    height: auto;
  }
  /*--------------------------------------
    nav-h
  --------------------------------------*/
  .nav-h {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .nav-h a {
    min-width: 60px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.29em;
    position: relative;
    line-height: 60px;
    font-size: 20px;
  }
  .nav-h a:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 56%;
    width: 23px;
    height: 1px;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: top left;
    background: #000;
    opacity: 0;
  }
  .nav-h a.active::before,
  .nav-h a:hover::before {
    opacity: 1;
  }
  /*--------------------------------------
    head-info
  --------------------------------------*/
  .head-info {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: end;
  }
  .head-info .btn-mail {
    width: 240px;
  }
  .head-info .btn-mail a {
    height: 107px;
    line-height: 102px;
    font-size: 16px;
  }
  .head-info .tel {
    margin-right: 44px;
    margin-top: 12px;
    text-align: left;
  }
  .head-info .tel dl dt {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .head-info .tel dd span {
    margin-top: -4px;
    font-size: 28px;
  }
  .head-info .tel dd span img {
    width: 27px;
  }
  .head-info .nav2 {
    position: absolute;
    top: 144px;
    font-size: 15px;
    right: 183px;
    color: #000;
    line-height: 18px;
  }
  .head-info .nav2 li:nth-child(2) {
    padding: 0 9px;
    margin: 0 13px;
  }
  .head-info .sns {
    gap: 34px;
    top: 126px;
    position: absolute;
    right: 49px;
  }
  .head-info .sns .insta a {
    width: 33px;
  }
  .head-info .sns li a {
    height: auto;
    width: 30px;
  }
  .head-info .sns img {
    filter: invert(1);
  }
  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    padding: 85px 0 121px;
    background-position: top left 0%;
    background-size: 1250px;
  }
  footer .wrap {
    max-width: 1337px;
  }
  footer .row-ft {
    justify-content: space-between;
  }
  footer .row-ft .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-width: 519px;
  }
  footer .row-ft .left .logo-mark {
    width: 81px;
    margin: 0;
  }
  footer .row-ft .left nav {
    margin: 51px 0 0 39px;
    color: #fff;
    min-width: 280px;
    height: auto;
    flex-direction: row;
    align-items: start;
  }
  footer .row-ft .left nav a {
    position: relative;
    min-width: 40px;
    width: 40px;
    display: block;
  }
  footer .row-ft .left nav a:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 56%;
    width: 23px;
    height: 1px;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: top left;
    background: #fff;
    opacity: 0;
  }
  footer .row-ft .left nav a.active:before,
  footer .row-ft .left nav a:hover:before {
    opacity: 1;
  }
  footer .row-ft .left .nav2 {
    font-size: 14px;
    margin: 60px 0 0 17px;
    letter-spacing: 0.27em;
    line-height: 30px;
    color: #fff;
  }
  footer .row-ft .left .nav2 a {
    display: block;
    min-width: 30px;
  }
  footer .row-ft .left .nav2 li:nth-child(2) {
    margin: 0;
    padding: 0;
    border: none;
  }

  footer .row-ft .left .insta {
    margin: 50px 0 0 17px;
    width: 25px;
  }
  footer .row-ft .right {
    position: relative;
    width: 510px;
    padding-top: 52px;
  }
  footer .row-ft .right .logo-t {
    width: 99px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 34px;
  }
  footer .row-ft .right .tel {
    text-align: left;
  }
  footer .row-ft .right .tel dl dt {
    font-size: 13px;
  }
  footer .row-ft .right .tel dl span {
    justify-content: start;
  }
  footer .row-ft .right .tel dl span img {
    width: 31px;
  }
  footer .row-ft .right .btn-cus {
    margin: 24px 0 0 2px;
    width: 259px;
  }
  footer .row-ft .right .btn-cus a {
    border-width: 2px;
    border-color: #fff;
    height: 70px;
    font-size: 14px;
    line-height: 62px;
  }
  footer .row-ft .right .btn-cus a:after {
    background: #fff;
  }
  footer .row-ft .right .btn-cus a:hover {
    color: #000;
  }
  footer .row-ft .right .info {
    margin-top: 40px;
    margin-left: 2px;
    font-size: 14px;
    width: 550px;
    line-height: 26px;
  }
  footer .row-ft .right .info .inline-map {
    margin-bottom: 0px;
    margin-left: -1px;
    letter-spacing: 0.1em;
  }
  footer .row-ft .right .info .inline-map img {
    width: 10px;
    margin: 0 9px 2px 7px;
  }
  footer .button {
    text-align: right;
    width: 180px;
    min-width: 250px;
    margin: 40px 40px 16px 7px;
  }
  footer .button span:before {
    width: 13px;
    height: 14px;
  }
  footer #socialbuttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1;
    margin-left: 0;
  }
  footer address {
    position: absolute;
    right: 170px;
    bottom: 6px;
    margin-top: 0;
  }
  footer address span {
    letter-spacing: 0.06em;
    margin-left: 14px;
  }

  /*--------------------------------------
    copyright
  --------------------------------------*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 34px;
    right: 18px;
    width: 72px;
    height: 72px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address span {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1358px) {
  .js-scroll {
    justify-content: space-between;
    align-items: center;
  }
  .nav-header .photo {
    margin-left: 110px;
  }
  .nav-header .right {
    margin-left: 20px;
    width: 530px;
    min-width: 530px;
  }
  .nav-header .btn-mail {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  footer:not(.style2) .row-ft .right {
    width: 380px;
  }
  footer:not(.style2) .row-ft .right .logo-t {
    right: 0;
  }
  footer:not(.style2) .row-ft .left nav {
    margin-left: 9px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .nav-header .right {
    width: 450px;
    min-width: 450px;
  }
  .nav-header .btn-mail {
    width: 210px;
  }
  .nav-header .tel dl span {
    font-size: 28px;
  }
  .tel dl span img {
    width: 28px;
  }
  .head-info .sns {
    right: 19px;
  }
  .head-info .nav2 {
    right: 133px;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '?';
  color: #fff;
}
.slick-next {
  right: 0;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0px 7px;
  cursor: pointer;
  border: 1px solid #696543;
  border-radius: 50%;
  padding: 3px;
  box-sizing: border-box;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #696543;
  opacity: 0;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slick-dots li:hover {
    opacity: 0.8;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}
.txt-center {
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

/*--------------------------------------
  common-sec
--------------------------------------*/
.common-sec {
  position: relative;
  margin-bottom: 2px;
}
.common-sec a {
  padding: 11.4vw 0 81.7vw;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.common-sec .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.common-sec .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-sec h2 {
  letter-spacing: 0.08em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #72695f;
  padding-bottom: 2vw;
  margin-bottom: 6vw;
}
.common-sec h2:before {
  content: '';
  position: absolute;
  top: -1vw;
  right: 0;
  background: url('../img/shared/arrow2.png') no-repeat center center;
  width: 25px;
  height: 100%;
  background-size: contain;
}
.common-sec h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11%;
  height: 1px;
  background: #d6d1c9;
}
.common-sec h2 span {
  font-size: 10px;
  display: inline-block;
  line-height: inherit;
  font-weight: bold;
  margin: 11px 0 0 13px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .common-sec {
    margin-bottom: 4px;
    overflow: hidden;
  }
  .common-sec .wrap {
    max-width: 1200px;
  }
  .common-sec a {
    padding: 214px 0 271px;
    box-sizing: border-box;
  }
  .common-sec a img {
    opacity: 1 !important;
  }
  .common-sec a:hover .bg {
    transform: scale(1.05, 1.05);
  }
  .common-sec a:hover .content h2:after {
    width: 100%;
  }
  .common-sec .bg {
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
  }
  .common-sec .bg img {
    height: 800px;
  }
  .common-sec .content {
    width: 370px;
    margin-left: auto;
    line-height: 36px;
  }
  .common-sec .content h2 {
    padding-bottom: 13px;
    margin-bottom: 42px;
    line-height: 40px;
  }
  .common-sec .content h2:before {
    top: -3px;
    right: 9px;
    width: 28px;
  }
  .common-sec .content h2::after {
    width: 40px;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .common-sec .content h2 span {
    font-size: 12px;
    margin: 11px 0 0 15px;
  }
}

/*--------------------------------------
  root
--------------------------------------*/
.root {
  margin-top: 16vw;
}
.root h3 {
  margin-bottom: 2vw;
}
.root h3 img {
  width: 22px;
  margin: 0 10px 5px 0;
}
.root .content {
  margin-right: -3%;
}

.root .set2 {
  margin: 8vw 0;
}
.root .set4 {
  margin-top: 8vw;
}
.root .set4 dl {
  border-bottom: 1px solid #9c9c9c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 5px 10px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.root .set4 dl dt a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: #ababab;
}
.root .set4 dl dd {
  text-align: right;
  min-width: 80px;
}
.root .set4 dl dd:before {
  content: '';
  display: inline-block;
  background: url('../img/concept/icon_map.png') no-repeat center top;
  width: 13px;
  height: 14px;
  background-size: contain;
  margin: 0 -2px -1px 0;
}
@media screen and (min-width: 768px) {
  .root {
    margin: 152px auto 0;
    width: 812px;
  }
  .root h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
    letter-spacing: 0.04em;
  }
  .root h3 img {
    width: 42px;
    margin: -10px 26px 0px 0;
  }
  .root .content {
    margin-left: 17px;
    margin-right: 52px;
  }
  .root .set2 {
    margin: 111px 0 92px;
  }
  .root .set2 h3 {
    margin-bottom: 47px;
  }
  .root .set3 h3 {
    margin-bottom: 45px;
  }
  .root .set3 h3 img {
    margin: -6px 21px -3px 0;
  }
  .root .set4 {
    margin-top: 129px;
  }
  .root .set4 h3 {
    letter-spacing: 0.15em;
    margin-bottom: 37px;
  }
  .root .set4 h3 img {
    width: 31px;
    margin: -16px 36px 0 -3px;
  }
  .root .set4 dl {
    margin: 0 7px 11px;
    padding: 0 25px 9px;
    padding-right: 46px;
  }
  .root .set4 dl dt {
    font-size: 18px;
  }
  .root .set4 dl dt a:hover {
    text-decoration: none;
  }
  .root .set4 dl dd {
    font-size: 14px;
    margin-top: -2px;
  }
  .root .set4 dl dd:before {
    width: 14px;
    height: 16px;
    margin: 0 4px -2px 0;
  }
}

/*--------------------------------------
  shopinfo
--------------------------------------*/
#shopinfo {
  padding: 10vw 0 19vw;
}
#shopinfo .main {
  margin-top: 6vw;
  gap: 14vw;
}
#shopinfo .main .content {
  margin: 0 -4%;
}
#shopinfo .main .content .logo {
  width: 16.3%;
  margin: 0 auto;
  padding-left: 3%;
}
#shopinfo .main .content .tel {
  margin: 15vw 0 4vw;
}
#shopinfo .main .content .info {
  margin-top: 14.4vw;
  letter-spacing: 0.03em;
}
#shopinfo .main .content .info dl {
  border-bottom: 1px solid #cac3af;
  padding-bottom: 11px;
  margin-bottom: 4px;
}
#shopinfo .main .content .info dl dd {
  margin: 4px 0 0 22px;
}
#shopinfo .main .content .info dl dd span {
  font-size: 80%;
}

#shopinfo .main .content .info dl ul {
  font-size: 11px;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: 0.1em;
  margin-right: 0px;
}
#shopinfo .main .content .info dl ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 2%;
}

#shopinfo .main .content .info dl .content2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 17px;
}
#shopinfo .main .content .info dl .content2 h3 {
  min-width: 70px;
}
#shopinfo .main .content .info dl.no-flex {
  margin-bottom: 12px;
  padding-top: 4px;
}
#shopinfo .main .content .info dl.no-flex dd {
  margin: 12px 0 12px 0px;
}
#shopinfo .main .content .box-info {
  border: 2px solid #5a733f;
  margin-top: 11vw;
  position: relative;
  padding: 8vw 0 6.7vw;
}
#shopinfo .main .content .box-info h3 {
  display: table;
  border-bottom: 1px solid;
  margin: 0 auto;
  line-height: 1;
  padding: 0 5px;
  font-family: 'Zen Old Mincho';
}
#shopinfo .main .content .box-info:before {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 3px;
  left: 3px;
  top: 3px;
  border: 1px solid #5a733f;
}
#shopinfo .main .content .box-info .text {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 118px 0 190px;
    overflow: visible;
  }
  #shopinfo h2 {
    margin-left: 2px;
    letter-spacing: 0em;
  }
  #shopinfo .main {
    margin-top: 82px;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
  }
  #shopinfo .main .photo {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-left: calc(50% - 50vw);
    width: calc(50vw - 46px);
  }
  #shopinfo .main .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #shopinfo .main .contact {
    justify-content: space-between;
    padding-right: 35px;
  }
  #shopinfo .main .content {
    width: 562px;
    min-width: 520px;
    margin: -127px 0 0 auto;
    overflow: hidden;
  }
  #shopinfo .main .content .logo {
    padding-left: 20px;
    width: 85px;
    margin: 0;
  }
  #shopinfo .main .content .tel {
    margin: 62px auto 0 auto;
    text-align: left;
    width: 303px;
  }
  #shopinfo .main .content .tel dl span {
    margin-right: -50px;
    justify-content: start;
  }
  #shopinfo .main .content .tel p {
    margin-right: -100px;
  }
  #shopinfo .main .content .btn-cus {
    width: 300px;
    margin-top: 21px;
    padding-left: 3px;
  }
  #shopinfo .main .content .info {
    line-height: 30px;
    margin: 79px 0 0 0px;
  }
  #shopinfo .main .content .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 13px;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
  }
  #shopinfo .main .content .info dl dt {
    min-width: 125px;
    width: 120px;
    padding-left: 12px;
    padding-right: 15px;
  }
  #shopinfo .main .content .info dl dd {
    margin: 0;
    letter-spacing: 0.07em;
  }
  #shopinfo .main .content .info dl dd:has(.content2) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #shopinfo .main .content .info dl dd:has(.content2) span {
    min-width: 53px;
  }
  #shopinfo .main .content .info dl .content2 {
    gap: 8px;
    letter-spacing: 0em;
  }
  #shopinfo .main .content .info dl .content2 h3 {
    min-width: 80px;
    letter-spacing: 0.1em;
  }
  #shopinfo .main .content .info dl ul {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }
  #shopinfo .main .content .info dl.no-flex {
    padding-top: 0;
    flex-direction: column;
    margin-bottom: 22px;
    padding-bottom: 27px;
  }
  #shopinfo .main .content .info dl.no-flex dt {
    min-width: 300px;
  }
  #shopinfo .main .content .info dl.no-flex dd {
    margin: 7px 0 0 14px;
    letter-spacing: 0em;
  }
  #shopinfo .main .content .box-info {
    margin: 74px 0 0 2px;
    padding: 43px 0 30px;
  }
  #shopinfo .main .content .box-info h3 {
    font-size: 20px;
  }
  #shopinfo .main .content .box-info .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 36px;
    margin-top: 21px;
  }
}

/*--------------------------------------
  gmap
--------------------------------------*/
#gmap {
  padding-bottom: 18vw;
}
#gmap .row {
  gap: 6.5vw;
  margin: 4.3vw -4% 0;
}
#gmap .row .g-map iframe {
  width: 100%;
  height: 300px;
}
#gmap .row .left {
  padding: 0 7px;
}
#gmap .row .left h3 {
  font-size: 20px;
  padding-bottom: 5%;
}
#gmap .row .left h3 img {
  display: inline-block;
  width: 21px;
  margin: -10px 13px 0 0px;
}
#gmap .row .left .txt + h3 {
  margin-top: 8vw;
}
#gmap .row .left .txt {
  font-size: 14px;
}
#gmap .row .left .btn-cus {
  margin-top: 8vw;
}
#gmap .row .left .btn-cus a {
  background: #000;
  color: #fff;
  padding-left: 10vw;
  letter-spacing: 0.08em;
}
#gmap .row .left .btn-cus a:before {
  right: auto;
  left: 28%;
  background: url('../img/shared/icon_map.png') no-repeat center center;
  background-size: contain;
  width: 12px;
}
@media screen and (min-width: 768px) {
  #gmap {
    padding-bottom: 106px;
  }
  #gmap h2 {
    margin-left: 2px;
    letter-spacing: 0em;
  }
  #gmap .row {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
    margin: -25px 0 0;
  }
  #gmap .row .left {
    padding: 0;
    margin-top: 111px;
    margin-left: 13px;
    min-width: 300px;
    width: 380px;
  }
  #gmap .row .left h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  #gmap .row .left h3 img {
    width: 26px;
  }
  #gmap .row .left .txt {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.12em;
  }
  #gmap .row .left .txt + h3 {
    margin-top: 43px;
  }
  #gmap .row .left .txt + h3 img {
    margin-bottom: -7px;
  }
  #gmap .row .left .btn-cus {
    margin: 104px 0 0 -8px;
    width: 306px;
  }
  #gmap .row .left .btn-cus a {
    background: transparent;
    height: 70px;
    color: #000;
    padding-left: 23px;
    font-size: 18px;
    line-height: 61px;
  }
  #gmap .row .left .btn-cus a:before {
    left: 20%;
    width: 14px;
    top: -2px;
    filter: invert(1);
  }
  #gmap .row .left .btn-cus a:hover {
    color: #fff;
  }
  #gmap .row .left .btn-cus a:hover:before {
    filter: none;
  }
  #gmap .row .right .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    gap: 17px;
    justify-content: end;
    margin-bottom: 12px;
  }
  #gmap .row .right .buttons a {
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  #gmap .row .right .buttons a:hover {
    opacity: 0.8;
  }
  #gmap .row .right .buttons .btn2 a:after {
    content: '';
    display: inline-block;
    background: url('../img/shared/icon_pop.png') no-repeat center top;
    background-size: contain;
    width: 15px;
    height: 12px;
    margin: 0 3px -2px 7px;
  }
  #gmap .row .right .buttons .btn1 a:after {
    content: '';
    display: inline-block;
    background: url('../img/shared/icon_gbtn.png') no-repeat center top;
    background-size: contain;
    width: 4px;
    height: 7px;
    margin: 0 3px 2px 9px;
  }
  #gmap .row .right {
    width: 740px;
    max-width: calc(100% - 391px);
  }
  #gmap .row .right .g-map {
    width: 100%;
  }
  #gmap .row .right .g-map iframe {
    height: 500px;
  }
}

/*=============================================
******************* reserve  ******************
*=============================================*/
#reserves {
  padding: 14vw 0;
  position: relative;
  z-index: 2;
}
#reserves h2 {
  text-align: center;
  margin: 3vw 0 7vw;
}
#reserves h4 {
  margin: 7vw 0 4vw;
  font-size: 17px;
  border-bottom: 1px solid;
}
#reserves h3 {
  font-size: 4.7vw;
  text-align: center;
  line-height: 2;
  margin: 12vw 0 4vw;
}
#reserves ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#reserves ul li:before {
  content: '・';
}
#reserves .bg {
  background: url('../img/shared/bg3.jpg') repeat;
  color: #fff;
  padding: 10vw 4%;
}
#reserves .bg .logo-mark {
  width: 30%;
  margin: 0 auto 3vw;
}
#reserves .bg .logo-t {
  width: 60%;
  margin: 0 auto;
}
#reserves .bg .tel {
  margin: 8vw 0 4vw;
}
#reserves .bg .tel dt {
  display: none;
}
#reserves .bg .tel img {
  filter: invert(1);
}
#reserves .bg .btn-cus a {
  border-color: #fff;
  border-width: 2px;
}
@media screen and (min-width: 768px) {
  #reserves {
    padding: 141px 0 155px;
  }
  #reserves .ttl-icon span {
    margin-top: 15px;
  }
  #reserves h2 {
    margin: 0 0 66px 10px;
    letter-spacing: 0.22em;
  }
  #reserves h3 {
    font-size: 24px;
    line-height: 50px;
    margin: 94px 0 23px;
    letter-spacing: 5px;
  }
  #reserves .info {
    width: 810px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    line-height: 36px;
  }
  #reserves .info h4 {
    margin: 50px 0 25px 6px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  #reserves .info ul li::before {
    margin-right: -2px;
  }
  #reserves .bg {
    padding: 60px 82px 56px 17px;
    display: flex;
    justify-content: center;
  }
  #reserves .bg .logo-mark {
    width: 103px;
    margin-bottom: 20px;
  }
  #reserves .bg .logo-t {
    width: 199px;
  }
  #reserves .bg .right {
    margin-left: 110px;
  }
  #reserves .bg .right .tel {
    margin: 19px 0 21px;
    text-align: left;
  }
  #reserves .bg .right .tel span {
    justify-content: start;
    font-size: 40px;
  }
  #reserves .bg .right .tel span img {
    width: 42px;
    margin: 0px 3px -7px -3px;
  }
  #reserves .bg .right .tel p {
    margin-top: 18px;
    margin-left: -3px;
  }
  #reserves .bg .right .btn-cus {
    width: 302px;
  }
  #reserves .bg .right .btn-cus a {
    height: 82px;
  }
  #reserves .bg .right .btn-cus a:after {
    background: #fff;
  }
  #reserves .bg .right .btn-cus a:hover {
    color: #000;
  }
}

/*=============================================
******************* sozai  ********************
*=============================================*/
.common-js .photo {
  position: relative;
  height: 425px;
  overflow: hidden;
  background: url('../img/shared/bg3.jpg') repeat;
}
.common-js .photo li {
  position: absolute;
  clip-path: inset(0% 0 0 0);
  width: 100%;
  height: 525px;
  top: 0;
  will-change: transform;
}
.common-js .photo li:nth-child(n + 2) {
  clip-path: inset(100% 0px 0% 0);
}
.common-js .photo li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.common-js .content {
  padding: 12vw 5vw 15vw;
  background: url('../img/shared/bg3.jpg') repeat;
  color: #fff;
}
.common-js .content h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5vw;
  align-items: center;
}
.common-js .content h2 span {
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
  margin-left: 13px;
  letter-spacing: 0.1em;
  color: #cabc9f;
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  .common-js {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .common-js .photo {
    width: 50%;
    height: 100vh;
  }
  .common-js .photo li {
    height: calc(100vh + 100px);
  }
  .common-js .content {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 40px 30px 70px;
  }
  .common-js .content .inner {
    width: 475px;
    margin: 0 auto;
  }
  .common-js .content h2 {
    letter-spacing: 0.12em;
    margin-bottom: 28px;
  }
  .common-js .content h2 span {
    font-size: 12px;
    margin: 13px 0 0 22px;
    letter-spacing: 0.12em;
  }
  .common-js .content .txt {
    margin-right: 8px;
  }
}

/*=============================================
******************* remodal  ******************
*=============================================*/
.remodal {
  padding: 0;
}
.remodal-close {
  position: sticky;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-bottom: 20px;
}
.remodal-close::before {
  display: none;
}
.remodal .bg {
  padding: 60px 20px;
  background: white;
}
.remodal .note {
  font-size: 12px;
  text-align: center;
  margin-top: 5vw;
  margin-bottom: 10vw;
}
.remodal .main {
  text-align: left;
}
.remodal .main h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 48px;
}
.remodal .main h3:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  border-left: 2px solid #9b8a16;
  border-right: 2px solid #9b8a16;
  height: 21px;
  margin: 0 16px -3px 0;
}
.remodal .main .row {
  margin-bottom: 10vw;
}
.remodal .main h4 {
  font-size: 14px;
  margin: -33px 0 18px;
}
.remodal .main dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 9px;
  border-bottom: 1px dotted #827f7d;
}
.remodal .main dl dd {
  min-width: 80px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .remodal {
    max-width: 1200px;
  }
  .remodal-wrapper {
    padding: 5% 0;
  }
  .remodal-close {
    width: 50px;
    height: 50px;
    margin-right: 18px;
    margin-bottom: 46px;
  }
  .remodal-close:hover {
    opacity: 0.8;
  }
  .remodal .bg {
    padding-top: 84px;
  }
  .remodal h2 {
    letter-spacing: 9px;
    margin: 0 0 -4px 8px;
  }
  .remodal .note {
    font-size: 14px;
    margin: 14px 0 70px 8px;
  }
  .remodal .main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 100%;
    width: 998px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .remodal .main .row {
    flex-direction: column;
    margin-bottom: 62px;
  }
  .remodal .main .row.row2 {
    margin-bottom: 93px;
  }
  .remodal .main .row dl {
    letter-spacing: 0.14em;
    padding-right: 8px;
  }
  .remodal .main .row dl dd {
    letter-spacing: 0.09em;
    min-width: 60px;
  }
  .remodal .main .col {
    width: 300px;
  }
}
