@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
/* noto-serif-jp-regular - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-jp-v21-japanese-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-serif-jp-500 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v21-japanese-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-serif-jp-600 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-serif-jp-v21-japanese-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-serif-jp-700 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-v21-japanese-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-sans-jp-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: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* noto-sans-jp-700 - 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: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  font-size: 13px;
  line-height: 2.1;
  color: #fff;
  letter-spacing: 0.06em;
  font-family: 'Noto Serif JP';
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg_sp.jpg") repeat-y top center/100% auto; }

@media only screen and (min-width: 768px) {
  body {
    background: url("../img/shared/bg.jpg") repeat top center;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.2px; } }
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.nav--opened #pagetop, .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0; }

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

body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important; }

/*=============================================
 * 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-notosan {
  font-family: 'Noto Sans JP';
  font-weight: 700; }

/*=============================================
 * main
 *=============================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[href^="tel:"]:hover {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 4%;
    position: relative; }

  .dis-flex-sp {
    display: flex !important;
    justify-content: space-between; }

  .txt {
    padding: 0 2%; } }
i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  position: relative; }

.btn-link {
  position: relative;
  text-decoration: none;
  outline: none;
  transition: ease .3s;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
  width: 80vw;
  height: 47px;
  margin: auto;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  letter-spacing: 1.5px; }
  .btn-link span {
    font-family: 'Noto Sans JP';
    font-weight: 700; }
  .btn-link:after {
    content: '';
    width: 8px;
    height: 6px;
    background: url("../img/shared/arrow_white.png") no-repeat center bottom/100% auto;
    position: absolute;
    bottom: -1px;
    right: 0; }
  .btn-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 15px);
    background: #fff; }
  .btn-link:hover {
    text-decoration: none;
    opacity: 0.8; }
  .btn-link.btn-black:before {
    background: #2b2b2b; }
  .btn-link.btn-black:after {
    background: url("../img/shared/arrow_black.png") no-repeat center bottom/100% auto; }
  @media only screen and (min-width: 768px) {
    .btn-link {
      font-size: 17px;
      width: 286px;
      height: 53px; }
      .btn-link:after {
        width: 15px;
        height: 12px; }
      .btn-link:before {
        height: calc(100% - 19px); } }

.btn-link2 {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease .3s; }
  .btn-link2 span {
    display: block;
    background: #fff;
    height: 1px;
    width: 38vw;
    margin: 6px 0 0 10px;
    position: relative; }
    .btn-link2 span:before {
      content: '';
      width: 8px;
      height: 6px;
      background: url("../img/shared/arrow_white.png") no-repeat center bottom/100% auto;
      position: absolute;
      bottom: 0px;
      right: 0; }
  .btn-link2.btn2-black {
    color: #424242; }
    .btn-link2.btn2-black span {
      background: #424242; }
      .btn-link2.btn2-black span:before {
        background: url("../img/shared/arrow_black.png") no-repeat center bottom/100% auto; }
  .btn-link2:hover {
    text-decoration: none;
    opacity: 0.8; }
  @media only screen and (min-width: 768px) {
    .btn-link2 {
      font-size: 23px; }
      .btn-link2 span {
        width: 168px; }
        .btn-link2 span:before {
          width: 15px;
          height: 12px; } }

/*=============================================
 * nav
 *=============================================*/
.gnav {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 15px;
  line-height: 24px; }
  .gnav li {
    margin-bottom: 28px; }
    .gnav li a {
      display: inline-block;
      transition: ease 0.3s;
      position: relative; }
      .gnav li a:before {
        content: "";
        position: absolute;
        left: calc(50% - 7px);
        top: -15px;
        border: 1px solid #ae291b;
        border-radius: 50%;
        width: 11px;
        height: 11px;
        opacity: 0;
        transition: ease 0.3s; }
      .gnav li a:hover {
        text-decoration: none; }
      .gnav li a.active:before, .gnav li a:hover:before {
        opacity: 1; }
  @media only screen and (min-width: 768px) {
    .gnav {
      letter-spacing: 0.8px;
      font-size: 17px; }
      .gnav li a:before {
        width: 12px;
        height: 12px;
        left: calc(50% - 6px);
        top: -13px; } }

.gnav2 {
  display: flex;
  align-items: center;
  justify-content: center !important;
  width: 100%;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  line-height: 24px; }
  .gnav2 li {
    display: flex;
    align-items: center; }
    .gnav2 li + li {
      margin-left: 15px; }
    .gnav2 li a {
      border: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 141px;
      height: 42px;
      box-sizing: border-box; }
  .gnav2 a:hover {
    text-decoration: none;
    opacity: 0.8; }
  @media only screen and (min-width: 768px) {
    .gnav2 {
      justify-content: flex-start;
      letter-spacing: 1px;
      font-size: 14px; }
      .gnav2 li a {
        width: 105px;
        height: 31px; } }

.tel p:nth-child(2) {
  font-size: 24px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  line-height: 1; }
@media only screen and (min-width: 768px) {
  .tel p:nth-child(1) {
    font-size: 14px; }
  .tel p:nth-child(2) {
    font-size: 26px;
    letter-spacing: 2px; } }

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  box-sizing: border-box;
  padding: 4.5vw 4% 0;
  z-index: 1; }
  header .logo {
    position: absolute;
    z-index: 2;
    width: 47.3%;
    left: 26%;
    top: 21vw; }
  header h1 {
    position: absolute;
    top: 10vw;
    left: 10%;
    right: 10%;
    text-align: center;
    padding: 0 10%;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    header {
      padding: 29px 29px 0; }
      header h1 {
        top: auto;
        right: auto;
        bottom: 43px;
        left: 50px;
        padding: 0; }
      header .header-info {
        position: absolute;
        z-index: 10;
        top: 68px;
        left: 80px; }
        header .header-info .logo {
          position: static;
          width: 286px;
          margin-bottom: 15px; }
      header .header-group {
        margin-left: 3px; }
      header .tel {
        line-height: 1.8; }
      header .btn-link {
        width: 216px;
        height: 47px;
        margin: 22px 0 0 2px; }
      header .header-menu {
        position: absolute;
        z-index: 10;
        bottom: 44px;
        right: 63px; }
        header .header-menu .gnav {
          justify-content: flex-end;
          letter-spacing: 2px; }
          header .header-menu .gnav li {
            display: flex;
            align-items: center;
            margin-bottom: 25px; }
            header .header-menu .gnav li:not(:last-child):after {
              content: "/";
              font-weight: 400;
              margin: 0 16px; }
            header .header-menu .gnav li a:before {
              border-color: #fff; }
        header .header-menu .gnav2 {
          justify-content: flex-end !important; }
          header .header-menu .gnav2 li a {
            border-color: #fff; }
          header .header-menu .gnav2 li:first-child {
            margin-right: 19px; }
            header .header-menu .gnav2 li:first-child a {
              border: none;
              width: 34px; } }

/*=============================================
 * key
 *=============================================*/
#key {
  overflow: hidden;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    #key {
      height: 883px; }
      #key .slide-fade {
        width: 100%;
        height: 100%; } }

/*=============================================
 * animation
 *=============================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(6px); }
  to {
    opacity: 1;
    filter: blur(0px); } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important; } }
#menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  padding: 60px 0;
  background: url("../img/shared/bg2.jpg");
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-align: center;
  box-sizing: border-box;
  color: #000; }
  #menu_toggle .link-ins {
    margin: 30px auto 0;
    width: 43px; }
    #menu_toggle .link-ins a {
      display: block; }
      #menu_toggle .link-ins a img {
        width: 100%; }
  @media only screen and (min-width: 768px) {
    #menu_toggle {
      width: 607px;
      padding: 120px 37px 80px;
      opacity: 1;
      visibility: visible;
      transform: translateX(100%); }
      #menu_toggle .gnav {
        line-height: 1.5; }
        #menu_toggle .gnav li {
          margin: 0 0 44px; }
          #menu_toggle .gnav li a:before {
            top: -17px;
            left: calc(50% - 5px); }
      #menu_toggle .gnav2 {
        margin-top: -2px; }
        #menu_toggle .gnav2 li + li {
          margin-left: 16px; }
      #menu_toggle .link-ins {
        margin: 24px 12px 18px auto;
        width: 34px; }
      #menu_toggle .menu-group {
        border: 1px solid #000;
        display: flex !important;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 47px 42px 51px; }
        #menu_toggle .menu-group .tel {
          line-height: 1.7; }
        #menu_toggle .menu-group .btn-link {
          width: 216px;
          height: 46px;
          margin: 0; } }

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }
  @media only screen and (min-width: 768px) {
    .navOpen #menu_toggle {
      transform: translateX(0); } }

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  background: url("../img/shared/sp_fixed_03_on.png") no-repeat center/cover; }
  @media only screen and (min-width: 768px) {
    .hamburger {
      background: url("../img/shared/hamburger_on.png") no-repeat center;
      position: fixed;
      top: 0;
      right: 0;
      cursor: pointer;
      z-index: 1000; }
      .hamburger:hover {
        opacity: 0.7; } }

.navOpen .hamburger img {
  opacity: 0; }

/*=============================================
 * footer
 *=============================================*/
footer {
  background: url("../img/shared/line_green.jpg") repeat-x top center/auto 9px, url("../img/shared/bg3.jpg");
  color: #fff;
  padding: 11vw 0 30vw;
  text-align: center; }
  footer .gnav {
    display: none; }
  footer .cookie-link {
    margin-bottom: 5vw; }
    footer .cookie-link a {
      display: inline-block;
      position: relative; }
      footer .cookie-link a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff; }
      footer .cookie-link a:hover {
        text-decoration: none; }
        footer .cookie-link a:hover:before {
          opacity: 0; }
  @media only screen and (min-width: 768px) {
    footer {
      background: url("../img/shared/line_green.jpg") repeat-x top center, url("../img/shared/bg3.jpg");
      padding: 77px 0 57px; }
      footer .gnav {
        display: flex;
        justify-content: center;
        margin-bottom: 16px; }
        footer .gnav li:not(:last-child):after {
          content: "/";
          font-weight: 400;
          margin: 0 18px; }
        footer .gnav li a:before {
          border-color: #fff; }
      footer .cookie-link {
        margin: 0 0 30px 0;
        line-height: 31px; } }

#pagetop {
  right: 3%;
  bottom: 20vw;
  width: 35px; }
  @media only screen and (min-width: 768px) {
    #pagetop {
      width: 55px; } }

iframe {
  width: 100%;
  height: 100%; }

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#socialbuttons > * {
  margin: 0; }

#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
  z-index: 1000;
  background: url("../img/shared/bg2.jpg");
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  #ft_fixed li:nth-child(1) {
    width: 41.2%; }
  #ft_fixed li:nth-child(2) {
    width: 22.8%; }
  #ft_fixed li:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36%; }

#ft_fixed a:hover, #ft_fixed a:focus, #ft_fixed a:active, #ft_fixed a:visited {
  opacity: 1 !important; }

/* 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/bg2.jpg");
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; }

  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px); }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px); }

  .footer-bottom hr {
    bottom: calc(env(safe-area-inset-bottom) + 13vw); } }
/* 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/bg2.jpg");
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; }

  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px); }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px); }

  .footer-bottom hr {
    bottom: calc(env(safe-area-inset-bottom) + 13vw); } }
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url("../img/shared/bg2.jpg");
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; }

  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px); }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px); }

  .footer-bottom hr {
    bottom: calc(env(safe-area-inset-bottom) + 13vw); } }
@media only screen and (min-width: 600px) {
  footer:after {
    display: none !important; } }
/*=============================================
 * general
 *=============================================*/
.align-bottom {
  align-items: flex-end; }

.slick-slide > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: flex;
  justify-content: flex-end; }

.slick-dots li {
  display: block;
  line-height: 0;
  margin: 0 5px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 2px; }

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  background: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none; }

.slick-dots .slick-active button {
  background: #fff; }

.slick-arrow {
  top: 50%;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 13px;
  height: 26px;
  margin-top: -12px; }

.slick-arrow.slick-prev {
  left: -30px;
  background: url("../img/shared/arrow_left.png") no-repeat center/100% auto; }

.slick-arrow.slick-next {
  right: -30px;
  background: url("../img/shared/arrow_right.png") no-repeat center/100% auto; }

img {
  max-width: 100%;
  height: auto; }

.bg_parallax {
  position: relative; }

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important; } }
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important; } }
@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none; }

  .sp {
    display: none !important; }

  #pagetop {
    width: auto;
    bottom: 20px;
    right: 20px; }

  img {
    width: auto; }

  .slick-dots li {
    transition: 0.2s;
    width: 18px;
    height: 18px;
    padding: 3px; }
    .slick-dots li button {
      width: 10px;
      height: 10px; }

  .slick-dots li:hover {
    opacity: 0.8; }

  .slick-arrow {
    width: 21px;
    height: 40px; }

  .slick-arrow:hover {
    opacity: 0.8; }

  .wrap {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 0; }

  .has_nav footer:after {
    content: none !important; }

  .dis-flex-pc {
    display: flex !important;
    justify-content: space-between; } }
.dis-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }

em {
  font-style: normal; }

.txt-center {
  text-align: center; }

.txt-red {
  color: #d82424; }

.btnprint {
  text-align: right;
  margin-top: 6px;
  letter-spacing: 1px; }
  .btnprint a {
    display: inline-block;
    position: relative; }
    .btnprint a:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff;
      transition: ease 0.3s; }
    .btnprint a:hover {
      text-decoration: none; }
      .btnprint a:hover:before {
        opacity: 0; }

.bg2 {
  background: url("../img/shared/bg2.jpg");
  color: #2b2b2b; }

.ttl {
  font-size: 5.7vw;
  line-height: 2.1;
  letter-spacing: 0.2em;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .ttl {
      font-size: 33px;
      line-height: 70px; } }

.ttl-en {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  font-size: 2.4vw;
  line-height: 1;
  display: block;
  letter-spacing: 0.18em;
  padding: 0 7px; }
  @media only screen and (min-width: 768px) {
    .ttl-en {
      font-size: 14px; } }

.ttl-line {
  text-align: center; }
  .ttl-line p span {
    display: inline-block;
    position: relative;
    padding: 0 5vw;
    min-width: 62.3%;
    letter-spacing: 0.2em; }
    .ttl-line p span:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #757473; }
  .ttl-line .ttl-en {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/shared/bg.jpg");
    transform: translateY(50%); }
  @media only screen and (min-width: 768px) {
    .ttl-line {
      text-align: left; }
      .ttl-line p span {
        padding: 0;
        min-width: inherit; }
      .ttl-line .ttl-en {
        background: none; } }

#shopinfo {
  padding-bottom: 10vw; }
  #shopinfo h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 6.3vw;
    letter-spacing: 0.2em;
    line-height: 0.8;
    transform: translateY(-100%); }
  #shopinfo .shop-img {
    margin-top: 8vw; }
  #shopinfo .tel {
    text-align: center;
    margin: 9vw 0 7vw; }
  #shopinfo .btn-link {
    color: #fff;
    border-color: #2b2b2b;
    padding: 5px 6px;
    width: 74vw;
    margin-bottom: 9vw; }
    #shopinfo .btn-link p {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("../img/shared/bg_orange.jpg"); }
  #shopinfo dl {
    border-bottom: 1px solid #929292;
    padding-bottom: 3vw;
    margin-bottom: 3vw; }
    #shopinfo dl dt {
      width: 85px; }
    #shopinfo dl dd {
      width: calc(100% - 85px); }
  #shopinfo .link-ins {
    margin: 7vw auto;
    width: 52px; }
  #shopinfo .btn-link2 {
    border-top: 1px solid #959595;
    margin: 0 auto;
    width: 86%;
    padding-top: 6vw; }
  @media only screen and (min-width: 768px) {
    #shopinfo {
      padding-bottom: 104px; }
      #shopinfo .wrap {
        max-width: 1340px;
        padding: 115px 30px 0; }
      #shopinfo h2 {
        font-size: 30px;
        position: absolute;
        top: 0;
        right: 90px; }
      #shopinfo .shop-img {
        margin-top: 0;
        width: calc(100% - 590px); }
      #shopinfo .info {
        width: 550px;
        margin-top: 42px;
        margin-right: 14px; }
      #shopinfo .info-tel {
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 58px; }
      #shopinfo .tel {
        margin: 0;
        width: 273px;
        line-height: 1.7; }
        #shopinfo .tel p:nth-child(1) {
          font-size: 16px; }
        #shopinfo .tel p:nth-child(2) {
          font-size: 30px; }
      #shopinfo .btn-link {
        width: 236px;
        height: 56px;
        margin: 0; }
      #shopinfo dl {
        padding-bottom: 13px;
        margin-bottom: 13px;
        line-height: 27px;
        letter-spacing: 1px; }
        #shopinfo dl dt {
          width: 119px; }
        #shopinfo dl dd {
          width: calc(100% - 119px); }
      #shopinfo .info-sns {
        justify-content: flex-start;
        align-items: center;
        margin-top: 27px; }
      #shopinfo .link-ins {
        margin: 0;
        width: auto;
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 69px; }
        #shopinfo .link-ins a {
          display: block;
          width: 34px; }
        #shopinfo .link-ins:after {
          content: "";
          display: block;
          height: 1px;
          width: 35px;
          background: #656565;
          position: absolute;
          top: 21px;
          right: 15px;
          transform: rotate(-58deg); }
      #shopinfo .btn-link2 {
        border-top: none;
        margin: 13px 0 0;
        width: auto;
        padding-top: 0;
        font-size: 16px;
        line-height: 1.5; }
        #shopinfo .btn-link2 span {
          width: 66px;
          margin: 11px 0 0 13px; } }

#gmap {
  width: 100%;
  height: 240px; }
  @media only screen and (min-width: 768px) {
    #gmap {
      height: 480px; } }

.btn_access {
  padding: 10vw 0; }
  @media screen and (min-width: 768px) {
    .btn_access {
      padding: 42px 0 94px; }
      .btn_access .wrap {
        max-width: 660px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-start;
        padding: 0 !important;
        justify-content: space-between; }
      .btn_access li {
        width: 286px; }
      .btn_access .btn-link {
        font-size: 17px;
        width: 100%;
        height: 53px; }
      .btn_access .gmap_print {
        display: inline-block;
        font-size: 12px;
        margin-top: 9px;
        line-height: 25px;
        letter-spacing: 2px;
        position: relative; }
        .btn_access .gmap_print:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          height: 1px;
          width: 100%;
          background: #000; }
        .btn_access .gmap_print:hover {
          text-decoration: none; }
          .btn_access .gmap_print:hover:before {
            opacity: 0; } }

.zoom-img {
  display: block;
  overflow: hidden;
  position: relative; }
  .zoom-img .zoom1 {
    position: relative;
    display: block;
    width: 100%; }
    .zoom-img .zoom1 img {
      transition: .5s ease !important;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
  .zoom-img:hover .zoom1 img {
    opacity: 1 !important;
    transform: scale(1.1) !important; }

.remodal {
  background: url("../img/shared/bg.jpg");
  color: #fff;
  padding: 50px 0; }
  .remodal .remodal-close {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px; }
  .remodal .remodal-close2 {
    width: 230px;
    margin: 0 auto; }
  .remodal .ttl {
    margin-bottom: 5vw; }
  @media only screen and (min-width: 768px) {
    .remodal {
      max-width: 1200px;
      padding: 130px 0 90px; }
      .remodal .remodal-close {
        width: 35px;
        height: 35px;
        top: 60px;
        right: 100px; }
      .remodal .remodal-close2 {
        width: 327px; }
      .remodal .wrap {
        padding: 0 15px; }
      .remodal .ttl {
        margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1100px) {
    .remodal {
      padding: 100px 0 50px; }
      .remodal .wrap {
        padding: 0 30px; }
      .remodal .remodal-close {
        right: 50px; }
      .remodal .col {
        width: 435px; } }

.menu-ttl {
  border: 1px solid #fff;
  font-size: 4vw;
  padding: 1vw 0;
  margin-bottom: 3vw;
  text-align: center; }

.col {
  text-align: left;
  line-height: 1.5; }
  .col dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    align-items: flex-end; }
    .col dl dd {
      text-align: right; }

.sec-txt {
  margin: 10vw 0;
  text-align: center; }

.menu-item {
  margin-bottom: 10vw; }

@media only screen and (min-width: 768px) {
  .menu-ttl {
    font-size: 22px;
    padding: 5px 0 9px;
    margin-bottom: 40px; }

  .col {
    text-align: left;
    line-height: 27px;
    width: 470px; }
    .col dl {
      padding-bottom: 14px;
      margin-bottom: 14px; }

  .sec-txt {
    margin: 110px 0 70px; }

  .menu-item {
    margin-bottom: 70px; } }
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .col {
    width: 435px; } }
