@charset "UTF-8";
/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&family=Cinzel:wght@400;500;600;700&family=EB+Garamond:wght@400;500;600&display=swap");
/* RESET */
a, img, ul, li, table, tr, td, p, h1, h2, h3, h4, h5, h6, ol, div, body, html, dl, dt, dd, h1, h2, h3, h4, h5, h6, hr, header, footer, section, figure, figcaption, aside, main, span {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  font-weight: inherit;
  font-size: 1em; }

header, footer, section, figure, figcaption, aside, main {
  display: block; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }

a img {
  border: none; }

/*font-style
---------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*	ゴシック体	*/
  /*	明朝体	*/
  font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
  body *, body *:before, body *:after {
    box-sizing: border-box; }
  body *.bs_cb {
    box-sizing: content-box; }
  body .wrap {
    position: relative;
    overflow: hidden; }

i.iefontfix {
  transform: translateY(0.2em);
  font-style: inherit; }

.kerning {
  font-feature-settings: "palt"; }

.bold {
  font-weight: bold; }

.nobold {
  font-weight: normal; }

/*fontfamily-style
---------------------------------------*/
.mincho {
  font-family: YakuHanMP,"游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif; }

.gothic {
  font-family: YakuHanJP,"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif; }
  @media screen and (max-width: 768px) {
    .gothic {
      font-family: YakuHanJP,"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif; } }

.cinzel {
  font-family: "Cinzel", YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }

.garamond {
  font-family: "EB Garamond", YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }

/*color-style
---------------------------------------*/
.color_red {
  color: #990000; }

.bg_red {
  background-color: #990000; }

.color_blue {
  color: #000099; }

.bg_blue {
  background-color: #000099; }

.color_green {
  color: #009900; }

.bg_green {
  background-color: #009900; }

.color_yellow {
  color: #FFFF00; }

.bg_yellow {
  background-color: #FFFF00; }

/*link-style
---------------------------------------*/
a {
  text-decoration: none;
  color: inherit; }

/* NEW! */
body > img, body > iframe {
  display: none; }

/*** CLEAR-FIX ***/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

/* ふんわりアルファオーバー */
.alpha a img {
  transition: all 0.2s ease-in-out 0s;
  will-change: opacity; }
body:not(.mobile) .alpha a:hover img {
  opacity: 0.7; }

/* fade utility  ふんわりマウスオーバー画像置換 */
.fadeimg_wrap {
  display: inline-block;
  position: relative; }
  .fadeimg_wrap img {
    transition: all 0.3s ease-in-out 0s; }
    .fadeimg_wrap img.off {
      position: relative;
      z-index: 1; }
    .fadeimg_wrap img.on {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0; }
  body:not(.mobile) .fadeimg_wrap:hover img.off {
    opacity: 0; }
  body:not(.mobile) .fadeimg_wrap:hover img.on {
    opacity: 1; }

.cl_b {
  clear: both; }

/* NEW! */
/*caption*/
.cap_c {
  text-align: center;
  font-size: 10px;
  line-height: 1.4; }
  .cap_c.l {
    font-size: 12px; }
  .cap_c.l2 {
    font-size: 14px; }
  .cap_c.l3 {
    font-size: 16px; }
  @media screen and (max-width: 480px) {
    .cap_c {
      font-size: 8px; }
      .cap_c.l {
        font-size: 10px; }
      .cap_c.l2 {
        font-size: 12px; }
      .cap_c.l3 {
        font-size: 12px; } }

.cap_l {
  text-align: left;
  font-size: 10px;
  line-height: 1.4; }
  .cap_l.l {
    font-size: 12px; }
  .cap_l.l2 {
    font-size: 14px; }
  .cap_l.l3 {
    font-size: 16px; }
  @media screen and (max-width: 480px) {
    .cap_l {
      font-size: 8px; }
      .cap_l.l {
        font-size: 10px; }
      .cap_l.l2 {
        font-size: 12px; }
      .cap_l.l3 {
        font-size: 12px; } }
  .cap_l .cap_min {
    font-size: 80%; }

.cap_r {
  text-align: right;
  font-size: 10px;
  line-height: 1.4; }
  .cap_r.l {
    font-size: 12px; }
  .cap_r.l2 {
    font-size: 14px; }
  .cap_r.l3 {
    font-size: 16px; }
  @media screen and (max-width: 480px) {
    .cap_r {
      font-size: 8px; }
      .cap_r.l {
        font-size: 10px; }
      .cap_r.l2 {
        font-size: 12px; }
      .cap_r.l3 {
        font-size: 12px; } }
  .cap_r .cap_min {
    font-size: 80%; }

.center {
  margin-left: auto !important;
  margin-right: auto !important; }

/*** ALIGN ***/
.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

@media not screen, screen and (min-width: 769px) {
  .ta_c_pc {
    text-align: center; }

  .ta_r_pc {
    text-align: right; }

  .ta_l_pc {
    text-align: left; } }
@media screen and (max-width: 768px) {
  .ta_c_tb {
    text-align: center; }

  .ta_r_tb {
    text-align: right; }

  .ta_l_tb {
    text-align: left; } }
@media screen and (max-width: 480px) {
  .ta_c_sp {
    text-align: center; }

  .ta_r_sp {
    text-align: right; }

  .ta_l_sp {
    text-align: left; } }
body:not(.mobile) a.sp_link {
  pointer-events: none; }

.shiny a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.shiny a:before {
  display: block;
  position: absolute;
  z-index: 10;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  animation: shiny 4s infinite linear 0s; }

/*光の起点と終点の指定*/
@keyframes shiny {
  0% {
    left: -100%; }
  20%,100% {
    left: 100%; } }
@media screen and (max-width: 480px) {
  .w10_sp {
    width: 10%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w20_sp {
    width: 20%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w30_sp {
    width: 30%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w40_sp {
    width: 40%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w50_sp {
    width: 50%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w60_sp {
    width: 60%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w70_sp {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w80_sp {
    width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w90_sp {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w100_sp {
    width: 100%;
    margin: 0 auto; } }

@media screen and (max-width: 1900px) {
  .vpc1900 {
    display: none; } }
@media not screen, screen and (min-width: 1901px) {
  .vsp1900 {
    display: none; } }
@media screen and (max-width: 1800px) {
  .vpc1800 {
    display: none; } }
@media not screen, screen and (min-width: 1801px) {
  .vsp1800 {
    display: none; } }
@media screen and (max-width: 1600px) {
  .vpc1600 {
    display: none; } }
@media not screen, screen and (min-width: 1601px) {
  .vsp1600 {
    display: none; } }
@media screen and (max-width: 1500px) {
  .vpc1500 {
    display: none; } }
@media not screen, screen and (min-width: 1501px) {
  .vsp1500 {
    display: none; } }
@media screen and (max-width: 1400px) {
  .vpc1400 {
    display: none; } }
@media not screen, screen and (min-width: 1401px) {
  .vsp1400 {
    display: none; } }
@media screen and (max-width: 1300px) {
  .vpc1300 {
    display: none; } }
@media not screen, screen and (min-width: 1301px) {
  .vsp1300 {
    display: none; } }
@media screen and (max-width: 1200px) {
  .vpc1200 {
    display: none; } }
@media not screen, screen and (min-width: 1201px) {
  .vsp1200 {
    display: none; } }
@media screen and (max-width: 1024px) {
  .vpc1024 {
    display: none; } }
@media not screen, screen and (min-width: 1025px) {
  .vsp1024 {
    display: none; } }
@media screen and (max-width: 960px) {
  .vpc960 {
    display: none; } }
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none; } }
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none; } }
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none; } }
@media screen and (max-width: 820px) {
  .vpc820 {
    display: none; } }
@media not screen, screen and (min-width: 821px) {
  .vsp820 {
    display: none; } }
@media screen and (max-width: 768px) {
  .vpc768 {
    display: none; } }
@media not screen, screen and (min-width: 769px) {
  .vsp768 {
    display: none; } }
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none; } }
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none; } }
@media screen and (max-width: 600px) {
  .vpc600 {
    display: none; } }
@media not screen, screen and (min-width: 601px) {
  .vsp600 {
    display: none; } }
@media screen and (max-width: 560px) {
  .vpc560 {
    display: none; } }
@media not screen, screen and (min-width: 561px) {
  .vsp560 {
    display: none; } }
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none; } }
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none; } }
@media screen and (max-width: 375px) {
  .vpc375 {
    display: none; } }
@media not screen, screen and (min-width: 376px) {
  .vsp375 {
    display: none; } }
@media screen and (max-width: 360px) {
  .vpc360 {
    display: none; } }
@media not screen, screen and (min-width: 361px) {
  .vsp360 {
    display: none; } }
@media screen and (max-width: 320px) {
  .vpc320 {
    display: none; } }
@media not screen, screen and (min-width: 321px) {
  .vsp320 {
    display: none; } }
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt1 {
  margin-top: 1px !important; }

.mr1 {
  margin-right: 1px !important; }

.ml1 {
  margin-left: 1px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.pt1 {
  padding-top: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mr2 {
  margin-right: 2px !important; }

.ml2 {
  margin-left: 2px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.pt2 {
  padding-top: 2px !important; }

.pr2 {
  padding-right: 2px !important; }

.pl2 {
  padding-left: 2px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mr3 {
  margin-right: 3px !important; }

.ml3 {
  margin-left: 3px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.pt3 {
  padding-top: 3px !important; }

.pr3 {
  padding-right: 3px !important; }

.pl3 {
  padding-left: 3px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mr4 {
  margin-right: 4px !important; }

.ml4 {
  margin-left: 4px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.pt4 {
  padding-top: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt6 {
  margin-top: 6px !important; }

.mr6 {
  margin-right: 6px !important; }

.ml6 {
  margin-left: 6px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.pt6 {
  padding-top: 6px !important; }

.pr6 {
  padding-right: 6px !important; }

.pl6 {
  padding-left: 6px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mr7 {
  margin-right: 7px !important; }

.ml7 {
  margin-left: 7px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.pt7 {
  padding-top: 7px !important; }

.pr7 {
  padding-right: 7px !important; }

.pl7 {
  padding-left: 7px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mr8 {
  margin-right: 8px !important; }

.ml8 {
  margin-left: 8px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mr9 {
  margin-right: 9px !important; }

.ml9 {
  margin-left: 9px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.pt9 {
  padding-top: 9px !important; }

.pr9 {
  padding-right: 9px !important; }

.pl9 {
  padding-left: 9px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mr105 {
  margin-right: 105px !important; }

.ml105 {
  margin-left: 105px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.pt105 {
  padding-top: 105px !important; }

.pr105 {
  padding-right: 105px !important; }

.pl105 {
  padding-left: 105px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pr110 {
  padding-right: 110px !important; }

.pl110 {
  padding-left: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mr115 {
  margin-right: 115px !important; }

.ml115 {
  margin-left: 115px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.pt115 {
  padding-top: 115px !important; }

.pr115 {
  padding-right: 115px !important; }

.pl115 {
  padding-left: 115px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mr125 {
  margin-right: 125px !important; }

.ml125 {
  margin-left: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.pt125 {
  padding-top: 125px !important; }

.pr125 {
  padding-right: 125px !important; }

.pl125 {
  padding-left: 125px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pr130 {
  padding-right: 130px !important; }

.pl130 {
  padding-left: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mr135 {
  margin-right: 135px !important; }

.ml135 {
  margin-left: 135px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.pt135 {
  padding-top: 135px !important; }

.pr135 {
  padding-right: 135px !important; }

.pl135 {
  padding-left: 135px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pr140 {
  padding-right: 140px !important; }

.pl140 {
  padding-left: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mr145 {
  margin-right: 145px !important; }

.ml145 {
  margin-left: 145px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.pt145 {
  padding-top: 145px !important; }

.pr145 {
  padding-right: 145px !important; }

.pl145 {
  padding-left: 145px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pr150 {
  padding-right: 150px !important; }

.pl150 {
  padding-left: 150px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.mt155 {
  margin-top: 155px !important; }

.mr155 {
  margin-right: 155px !important; }

.ml155 {
  margin-left: 155px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.pt155 {
  padding-top: 155px !important; }

.pr155 {
  padding-right: 155px !important; }

.pl155 {
  padding-left: 155px !important; }

.pb155 {
  padding-bottom: 155px !important; }

.mt160 {
  margin-top: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pr160 {
  padding-right: 160px !important; }

.pl160 {
  padding-left: 160px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.mt165 {
  margin-top: 165px !important; }

.mr165 {
  margin-right: 165px !important; }

.ml165 {
  margin-left: 165px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.pt165 {
  padding-top: 165px !important; }

.pr165 {
  padding-right: 165px !important; }

.pl165 {
  padding-left: 165px !important; }

.pb165 {
  padding-bottom: 165px !important; }

.mt170 {
  margin-top: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pr170 {
  padding-right: 170px !important; }

.pl170 {
  padding-left: 170px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.mt175 {
  margin-top: 175px !important; }

.mr175 {
  margin-right: 175px !important; }

.ml175 {
  margin-left: 175px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.pt175 {
  padding-top: 175px !important; }

.pr175 {
  padding-right: 175px !important; }

.pl175 {
  padding-left: 175px !important; }

.pb175 {
  padding-bottom: 175px !important; }

.mt180 {
  margin-top: 180px !important; }

.mr180 {
  margin-right: 180px !important; }

.ml180 {
  margin-left: 180px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pr180 {
  padding-right: 180px !important; }

.pl180 {
  padding-left: 180px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.mt185 {
  margin-top: 185px !important; }

.mr185 {
  margin-right: 185px !important; }

.ml185 {
  margin-left: 185px !important; }

.mb185 {
  margin-bottom: 185px !important; }

.pt185 {
  padding-top: 185px !important; }

.pr185 {
  padding-right: 185px !important; }

.pl185 {
  padding-left: 185px !important; }

.pb185 {
  padding-bottom: 185px !important; }

.mt190 {
  margin-top: 190px !important; }

.mr190 {
  margin-right: 190px !important; }

.ml190 {
  margin-left: 190px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pr190 {
  padding-right: 190px !important; }

.pl190 {
  padding-left: 190px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.mt195 {
  margin-top: 195px !important; }

.mr195 {
  margin-right: 195px !important; }

.ml195 {
  margin-left: 195px !important; }

.mb195 {
  margin-bottom: 195px !important; }

.pt195 {
  padding-top: 195px !important; }

.pr195 {
  padding-right: 195px !important; }

.pl195 {
  padding-left: 195px !important; }

.pb195 {
  padding-bottom: 195px !important; }

.mt200 {
  margin-top: 200px !important; }

.mr200 {
  margin-right: 200px !important; }

.ml200 {
  margin-left: 200px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pr200 {
  padding-right: 200px !important; }

.pl200 {
  padding-left: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.side_spc {
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 768px) {
  .mb0_sp {
    margin-bottom: 0px !important; }

  .mb1_sp {
    margin-bottom: 1px !important; }

  .mb2_sp {
    margin-bottom: 2px !important; }

  .mb3_sp {
    margin-bottom: 3px !important; }

  .mb4_sp {
    margin-bottom: 4px !important; }

  .mb5_sp {
    margin-bottom: 5px !important; }

  .mb6_sp {
    margin-bottom: 6px !important; }

  .mb7_sp {
    margin-bottom: 7px !important; }

  .mb8_sp {
    margin-bottom: 8px !important; }

  .mb9_sp {
    margin-bottom: 9px !important; }

  .mb10_sp {
    margin-bottom: 10px !important; }

  .mb15_sp {
    margin-bottom: 15px !important; }

  .mb20_sp {
    margin-bottom: 20px !important; }

  .mb25_sp {
    margin-bottom: 25px !important; }

  .mb30_sp {
    margin-bottom: 30px !important; }

  .mb35_sp {
    margin-bottom: 35px !important; }

  .mb40_sp {
    margin-bottom: 40px !important; }

  .mb45_sp {
    margin-bottom: 45px !important; }

  .mb50_sp {
    margin-bottom: 50px !important; }

  .mb55_sp {
    margin-bottom: 55px !important; }

  .mb60_sp {
    margin-bottom: 60px !important; }

  .mb65_sp {
    margin-bottom: 65px !important; }

  .mb70_sp {
    margin-bottom: 70px !important; }

  .mb75_sp {
    margin-bottom: 75px !important; }

  .mb80_sp {
    margin-bottom: 80px !important; }

  .mb85_sp {
    margin-bottom: 85px !important; }

  .mb90_sp {
    margin-bottom: 90px !important; }

  .mb95_sp {
    margin-bottom: 95px !important; }

  .mb100_sp {
    margin-bottom: 100px !important; }

  .mb105_sp {
    margin-bottom: 105px !important; }

  .mb110_sp {
    margin-bottom: 110px !important; }

  .mb115_sp {
    margin-bottom: 115px !important; }

  .mb120_sp {
    margin-bottom: 120px !important; }

  .mb125_sp {
    margin-bottom: 125px !important; }

  .mb130_sp {
    margin-bottom: 130px !important; }

  .mb135_sp {
    margin-bottom: 135px !important; }

  .mb140_sp {
    margin-bottom: 140px !important; }

  .mb145_sp {
    margin-bottom: 145px !important; }

  .mb150_sp {
    margin-bottom: 150px !important; }

  .mb155_sp {
    margin-bottom: 155px !important; }

  .mb160_sp {
    margin-bottom: 160px !important; }

  .mb165_sp {
    margin-bottom: 165px !important; }

  .mb170_sp {
    margin-bottom: 170px !important; }

  .mb175_sp {
    margin-bottom: 175px !important; }

  .mb180_sp {
    margin-bottom: 180px !important; }

  .mb185_sp {
    margin-bottom: 185px !important; }

  .mb190_sp {
    margin-bottom: 190px !important; }

  .mb195_sp {
    margin-bottom: 195px !important; }

  .mb200_sp {
    margin-bottom: 200px !important; } }
/*来場予約*/
.con_btn .res,
.headnavi .res,
.menu .res,
.sp_navi .res,
.menu_sub .res {
  display: none !important; }

.gnavi .menu li.qua a, .gnavi .menu li.app a, .gnavi .menu li.aa a {
  pointer-events: none;
  opacity: 0.4; }

/*new*/
@media screen and (max-width: 768px) {
  .gnavi_in .gnavi .menu .cre a,
  .gnavi_in .gnavi .menu .bra a,
  .gnavi_in .gnavi .menu .old a {
    position: relative; } }
.gnavi_in .gnavi .menu .cre a::before,
.gnavi_in .gnavi .menu .bra a::before,
.gnavi_in .gnavi .menu .old a::before {
  width: fit-content;
  content: "NEW";
  display: block;
  font-size: 42%;
  letter-spacing: 0.25em;
  line-height: 1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  padding: 0.3em 0.4em 0.15em;
  transform: translate(0, 0.28em);
  position: absolute;
  top: -2.3em;
  left: 0; }
  @media screen and (max-width: 768px) {
    .gnavi_in .gnavi .menu .cre a::before,
    .gnavi_in .gnavi .menu .bra a::before,
    .gnavi_in .gnavi .menu .old a::before {
      font-size: 46%;
      background: #000;
      color: #fff;
      top: 0.8em;
      left: 0;
      right: 0;
      margin: auto;
      padding: 0.4em 0.4em 0.15em;
      margin-bottom: 0; } }

/*ul.gnavi{
	li {
		//&.pla,
		&.aa {
			a {
				&::after {
					content: "NEW";
					position: absolute;
					display: flex;
					justify-content: center;
					align-items: center;
					background: #a5040d;
					color: #fff;
					font-family: "EB Garamond", serif;
					letter-spacing: -.02em;
					line-height: 1;
					z-index: 10000;
					font-size: 11px;
					height: 12px;
					width: 32px;
					left: calc(50% - 16px);
					top: -5px;
					padding-top: 1px;
					@include mq($br_tb){
						font-size: 10px;
						height: 12px;
						width: 30px;
						left: calc(50% - 15px);
						top: -7px;
						padding-top: 0
					}
				}
			}
		}
	}
}*/
h1 {
  display: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s ease-in-out; }
  body.scrolled header {
    background: rgba(0, 0, 0, 0.6); }

div.header {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 60px);
  height: 76px;
  box-sizing: content-box; }
  @media screen and (max-width: 768px) {
    div.header {
      width: calc(100% - 40px); } }
  @media screen and (max-width: 768px) {
    div.header {
      height: 50px; } }
  div.header .logo {
    position: absolute;
    bottom: 20px;
    left: 0;
    line-height: 0;
    font-size: 0;
    width: 375px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6)); }
    @media screen and (max-width: 1220px) {
      div.header .logo {
        width: 320px; } }
    @media screen and (max-width: 1180px) {
      div.header .logo {
        width: 280px; } }
    @media screen and (max-width: 768px) {
      div.header .logo {
        bottom: 10px;
        width: 280px; } }
  div.header ul.headnavi {
    position: absolute;
    bottom: 20px;
    right: 70px;
    height: 36px;
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: flex-end;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      div.header ul.headnavi {
        display: none; } }
    div.header ul.headnavi li {
      height: 100%; }
      div.header ul.headnavi li a {
        display: flex;
        height: 100%;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-size: clamp(12px, calc(19vw / 13.5), 19px);
        line-height: 1;
        text-align: center;
        transition: all 0.3s ease-in-out;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
        body:not(.mobile) div.header ul.headnavi li a:hover {
          opacity: 0.6; }
      div.header ul.headnavi li.req a, div.header ul.headnavi li.lim a {
        flex-direction: column;
        row-gap: 3px; }
        div.header ul.headnavi li.req a .ja, div.header ul.headnavi li.lim a .ja {
          display: inline-block;
          font-size: 70%;
          line-height: 1.2; }
  div.header .nav_btn {
    /*	button初期化*/
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    /*	button初期化*/
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1010;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 768px) {
      div.header .nav_btn {
        width: 30px;
        height: 30px;
        bottom: 10px; } }
    div.header .nav_btn hr {
      width: 80%;
      background: #000;
      height: 2px;
      position: absolute;
      border: none;
      transform-origin: center center;
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s; }
      div.header .nav_btn hr:nth-child(1) {
        top: calc(50% - 7px); }
      div.header .nav_btn hr:nth-child(2) {
        top: 50%; }
      div.header .nav_btn hr:nth-child(3) {
        top: calc(50% + 7px); }
    div.header .nav_btn .hamb_txt {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 14px;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      transition: all 0.5s ease-in-out;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        div.header .nav_btn .hamb_txt {
          display: none; } }
      div.header .nav_btn .hamb_txt.close {
        opacity: 0; }
    body.nav_open div.header .nav_btn {
      box-shadow: none; }
      body.nav_open div.header .nav_btn hr {
        transition: top 0.2s ease-in-out 0s,transform 0.2s ease-in-out 0.3s; }
        body.nav_open div.header .nav_btn hr:nth-child(1), body.nav_open div.header .nav_btn hr:nth-child(2), body.nav_open div.header .nav_btn hr:nth-child(3) {
          width: 70%;
          top: 50%; }
        body.nav_open div.header .nav_btn hr:nth-child(1) {
          transform: rotate(45deg); }
        body.nav_open div.header .nav_btn hr:nth-child(2) {
          transform: scaleX(0); }
        body.nav_open div.header .nav_btn hr:nth-child(3) {
          transform: rotate(-45deg); }
      body.nav_open div.header .nav_btn .hamb_txt.open {
        opacity: 0; }
      body.nav_open div.header .nav_btn .hamb_txt.close {
        opacity: 1; }
    div.header .nav_btn::after {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #a5040d;
      color: #fff;
      font-family: "EB Garamond", serif;
      letter-spacing: -.02em;
      line-height: 1;
      z-index: 10000;
      font-size: 11px;
      height: 12px;
      width: 32px;
      left: calc(50% - 16px);
      top: -12px;
      padding-top: 1px; }
      @media screen and (max-width: 768px) {
        div.header .nav_btn::after {
          font-size: 10px;
          height: 12px;
          width: 30px;
          left: calc(50% - 15px);
          top: -18px;
          padding-top: 0; } }

nav.gnavi_wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100dvh;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1005; }
  body.nav_open nav.gnavi_wrap {
    pointer-events: all; }
  nav.gnavi_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100lvh;
    display: flex;
    z-index: -1;
    background: #000;
    opacity: 0;
    transition: 0.5s ease-in-out 0s; }
    @media screen and (max-width: 768px) {
      nav.gnavi_wrap::after {
        background: rgba(255, 255, 255, 0.95); } }
    body.nav_open nav.gnavi_wrap::after {
      opacity: 1; }

.gnavi_in {
  /*position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  padding:0 20px;
  display: flex;
  justify-content: center;
  align-items:center;*/
  max-width: 1280px;
  width: 90%;
  opacity: 0;
  transition: 0.5s ease-in-out 0s; }
  @media screen and (max-width: 768px) {
    .gnavi_in {
      padding: 10px 0 70px;
      width: 100%; } }
  body.nav_open .gnavi_in {
    opacity: 1; }
  .gnavi_in .gnavi {
    max-width: 1280px;
    width: 100%;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .gnavi_in .gnavi {
        color: #333;
        color: #444; } }
    .gnavi_in .gnavi .m_logo {
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        .gnavi_in .gnavi .m_logo {
          width: 30%;
          margin-bottom: 40px;
          display: none; } }
    .gnavi_in .gnavi .menu {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .gnavi_in .gnavi .menu {
          margin-bottom: 50px; } }
      .gnavi_in .gnavi .menu li {
        width: calc(100% / 5);
        font-size: clamp(12px, calc(22vw / 12.8), 22px);
        line-height: 1;
        margin-bottom: 6vh; }
        @media screen and (max-width: 768px) {
          .gnavi_in .gnavi .menu li.lim {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .gnavi_in .gnavi .menu li {
            font-size: 14px;
            width: 50%;
            margin-bottom: 0;
            border-bottom: 1px solid rgba(51, 51, 51, 0.1); } }
        .gnavi_in .gnavi .menu li a {
          position: relative;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .gnavi_in .gnavi .menu li a {
              display: block;
              color: #555;
              text-align: center;
              padding: 18px 5px; } }
          .gnavi_in .gnavi .menu li a p {
            position: relative; }
            @media screen and (max-width: 768px) {
              .gnavi_in .gnavi .menu li a p {
                text-align: center; } }
          .gnavi_in .gnavi .menu li a .en {
            transition: 0.3s ease-in-out 0s; }
            @media screen and (max-width: 768px) {
              .gnavi_in .gnavi .menu li a .en {
                display: none; } }
          .gnavi_in .gnavi .menu li a .ja {
            font-weight: 700;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            opacity: 0;
            transition: 0.3s ease-in-out 0s; }
            @media screen and (max-width: 768px) {
              .gnavi_in .gnavi .menu li a .ja {
                position: static;
                opacity: 1;
                justify-content: center; } }
          .gnavi_in .gnavi .menu li a:hover .ja {
            opacity: 1; }
          .gnavi_in .gnavi .menu li a:hover .en {
            opacity: 0; }
    .gnavi_in .gnavi .menu_sub {
      display: none; }
      @media screen and (max-width: 768px) {
        .gnavi_in .gnavi .menu_sub {
          display: block;
          width: 75%;
          margin: 0 auto; }
          .gnavi_in .gnavi .menu_sub li {
            margin-bottom: 15px; }
            .gnavi_in .gnavi .menu_sub li:nth-last-child(1) {
              margin-bottom: 0; }
            .gnavi_in .gnavi .menu_sub li a {
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              font-size: 15px;
              line-height: 1;
              justify-content: center;
              color: #fff;
              padding: 5px 10px 5px;
              height: 37px;
              gap: 0.5em;
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5); }
              .gnavi_in .gnavi .menu_sub li a .icon {
                width: 1.5em; }
              .gnavi_in .gnavi .menu_sub li a .ja {
                width: 11em;
                text-align-last: justify; }
            .gnavi_in .gnavi .menu_sub li.req a {
              background: #634335; }
            .gnavi_in .gnavi .menu_sub li.res a {
              background: #42a395; }
            .gnavi_in .gnavi .menu_sub li.lim {
              display: none; }
              .gnavi_in .gnavi .menu_sub li.lim a {
                background: #8d6e3d; } }
    @media screen and (max-width: 768px) {
      .gnavi_in .gnavi .m_contact {
        display: none; } }
    .gnavi_in .gnavi .m_contact .tel {
      font-size: clamp(20px, calc(32vw / 12.8), 32px);
      line-height: 1.2; }
    .gnavi_in .gnavi .m_contact .tel1 {
      font-size: clamp(10px, calc(14vw / 12.8), 14px); }
    .gnavi_in .gnavi .m_contact .tel2 {
      font-size: clamp(10px, calc(14vw / 12.8), 14px);
      display: flex; }
    .gnavi_in .gnavi .m_contact .tel3 {
      font-size: clamp(10px, calc(14vw / 12.8), 14px); }

/*nav.gnavi_wrap{
	position:absolute;
	z-index: 9999;
	bottom:0;
	right:50px;
	height: 36px;
	pointer-events: none;
	opacity: 0;
	transition:all 0.3s ease-in-out 0s;
	background: rgba(#fff, 0.7);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	@include mq($nav_change){
		top: 50px;
		bottom:auto;
		right: 0;
		height: auto;
		width: 90%;
		flex-direction: column;
		padding: 15px;
		.inn {
			width: 100%;
		}
	}
	
	&::after {
		content: "";
		position: absolute;
		left: 100%;
		top: calc(50% - 1px);
		height: 2px;
		width: 14px;
		background: rgba(#fff, 0.7);
		@include mq($nav_change){
			left:auto;
			right: 0;
			top:-10px;
			width: 30px;
			height: 10px;
		}
	}
	body.nav_open & {
		opacity: 1;
		pointer-events: all;
	}
	.sub_btn {
		display: none;
		@include mq($nav_change){
			display: flex;
			width: 100%;
			flex-direction: column;
			justify-content: flex-start;
			align-items: stretch;
			gap: 5px;
			margin-bottom: 12px;
			li {
				a {
					display: flex;
					justify-content: center;
					align-items: center;
					text-align: center;
					font-size: 15px;
					justify-content: center;
					color: #333;
					padding: 5px 10px 5px;
					height: 37px;
					background: #fff;
					gap: 0.5em;
					box-shadow: 0 0 8px 0 rgba(#000, 0.5);
					.icon {
						width: 1.2em;
					}
					.ja {
						width: 5.5em;
						text-align-last: justify;
					}
				}
			}
		}
	}
	.con_btn {
		display: none;
		@include mq($nav_change){
			display: flex;
			width: 100%;
			flex-direction: column;
			justify-content: flex-start;
			align-items: stretch;
			gap: 5px;
			li {
				a {
					display: flex;
					justify-content: center;
					align-items: center;
					text-align: center;
					font-size: 15px;
					justify-content: center;
					color: #fff;
					padding: 5px 10px 5px;
					height: 37px;
					gap: 0.5em;
					box-shadow: 0 0 8px 0 rgba(#000, 0.5);
					.icon {
						width: 1.2em;
					}
					.ja {
						width: 11em;
						text-align-last: justify;
					}
				}
				&.req {
					a {
						background: #634335;
					}
				}
				&.res {
					a {
						background: #42a395;
					}
				}
			}
		}
	}
}

ul.gnavi{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	@include mq($nav_change){
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		gap: 5px;
		padding: 0;
		margin-bottom: 12px;
	}
	
	li{
		border-left: solid 1px #3c3c36;
		&:first-child {
			border-left: none;
		}
		@include mq($nav_change){
			border-left: none;
			width: 100%;
			
		}
		a{
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-size: clamp(10px, calc(19vw / 13.5), 19px);
			color: rgba(#3c3c36, 0.8);
			transition:0.3s all ease-in-out 0s;
			height: 1.2em;
			@include mq($nav_change){
				font-size: 14px;
				justify-content: space-between;
				color: #333;
				padding: 5px 10px 10px;
				height: 37px;
				background: #fff;
				box-shadow: 0 0 8px 0 rgba(#000, 0.5);
				&::after {
					content: "";
					position: absolute;
					bottom: 7px;
					left:10px;
					right: 10px;
					height: 1;
					border-bottom: dashed 1px #333;
				}
			}
			.en {
				padding: 0 0.8em;
				opacity: 1;
				transition:all 0.3s ease-in-out 0s;
				@include mq($nav_change){
					padding: 0;
				}
			}
			.ja {
				position: absolute;
				inset:0;
				font-size: 75%;
				display: flex;
				justify-content: center;
				align-items: center;
				opacity: 0;
				transition:all 0.3s ease-in-out 0s;
				@include mq($nav_change){
					position: static;
					display: block;
					text-align: right;
					opacity: 1
				}

			}
			body:not(.mobile) &:hover,
			&.cr {
				@include mq($nav_change){
					background: #00311c;
					color: #fff;
					&::after {
						background: #fff;
					}
				}
				.en {
					opacity: 0;
					@include mq($nav_change){
						opacity: 1;
					}
				}
				.ja {
					opacity: 1;
				}
			}
		}
		
		
	}
	
	
}*/
.sp_navi_wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #b2b9b4;
  border-top: solid 1px #fff; }
  @media screen and (max-width: 768px) {
    .sp_navi_wrap {
      display: block; } }
  .sp_navi_wrap ul {
    display: flex;
    height: 100%; }
    .sp_navi_wrap ul li {
      width: calc(100% / 4);
      height: 100%;
      border-right: solid 1px #fff; }
      .sp_navi_wrap ul li:last-child {
        border-right: none; }
      .sp_navi_wrap ul li.tel, .sp_navi_wrap ul li.req {
        background: #363333; }
      .sp_navi_wrap ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-size: 12px; }
        @media screen and (max-width: 480px) {
          .sp_navi_wrap ul li a {
            font-size: calc(12vw / 3.9); } }
        .sp_navi_wrap ul li a p {
          margin-bottom: 0.3em; }
        .sp_navi_wrap ul li a figure {
          display: block;
          text-align: center; }
          .sp_navi_wrap ul li a figure img {
            width: 40px; }

ul.breadlist {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 10px;
  box-sizing: content-box; }
  ul.breadlist li {
    display: inline-block; }
    ul.breadlist li:after {
      content: "> "; }
    ul.breadlist li:last-child:after {
      content: none; }
    ul.breadlist li a {
      text-decoration: underline; }
      body:not(.mobile) ul.breadlist li a:hover {
        text-decoration: none; }

.inner {
  margin: 0 auto;
  width: calc(100% - 20vw); }
  @media screen and (max-width: 1500px) {
    .inner {
      width: calc(100% - 15vw); } }
  @media screen and (max-width: 480px) {
    .inner {
      width: calc(100% - 40px); } }

.inner_1080 {
  max-width: 1080px;
  width: calc(100% - 40px); }

.flex {
  display: flex;
  justify-content: space-between; }
  .flex.column {
    flex-direction: column; }

.caption_area {
  padding: 50px 0 0; }
  @media screen and (max-width: 480px) {
    .caption_area {
      padding: 30px 0 0; } }
  .caption_area .inner {
    width: calc(100% - 15vw); }
    @media screen and (max-width: 480px) {
      .caption_area .inner {
        width: calc(100% - 40px); } }
    .caption_area .inner p {
      font-size: 11px; }
      @media screen and (max-width: 480px) {
        .caption_area .inner p {
          font-size: 9px; } }
      .caption_area .inner p.ind {
        text-indent: -1em;
        padding-left: 1em; }
    .caption_area .inner .min {
      font-size: 70%; }

.entry_wrap {
  background: #d2d8dc;
  padding: 30px 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .entry_wrap {
      padding: 30px 15px; } }
  @media screen and (max-width: 480px) {
    .entry_wrap {
      padding: 20px 15px;
      margin-bottom: 15px; } }
  .entry_wrap .t0 {
    font-size: clamp(15px, calc(21vw / 10.8), 21px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    border-bottom: solid 1px #333; }
    @media screen and (max-width: 480px) {
      .entry_wrap .t0 {
        font-size: calc(14vw / 3.9); } }
  .entry_wrap .t3 {
    font-size: clamp(12px, calc(16vw / 10.8), 16px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 1em; }
    @media screen and (max-width: 480px) {
      .entry_wrap .t3 {
        margin-top: 1.3em;
        font-size: calc(12vw / 3.9); } }
  .entry_wrap ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .entry_wrap ul {
        flex-direction: column;
        gap: 10px; } }
    .entry_wrap ul li {
      width: calc(490% / 10);
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .entry_wrap ul li {
          width: 100%; } }
      .entry_wrap ul li .img {
        width: calc(220% / 4.9); }
        .entry_wrap ul li .img figure {
          width: 100%;
          height: 100%; }
        .entry_wrap ul li .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .entry_wrap ul li .txt {
        text-align: center;
        width: calc(260% / 4.9);
        background: #fff;
        padding: 15px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media screen and (max-width: 480px) {
          .entry_wrap ul li .txt {
            padding: 12px 8px 10px; } }
        .entry_wrap ul li .txt .t1 {
          width: 100%;
          font-size: clamp(15px, calc(21vw / 10.8), 21px);
          line-height: 1;
          letter-spacing: 0.05em;
          text-align: center;
          margin-bottom: 0.6em;
          padding-bottom: 0.6em;
          position: relative; }
          @media screen and (max-width: 480px) {
            .entry_wrap ul li .txt .t1 {
              font-size: calc(16vw / 3.9); } }
          .entry_wrap ul li .txt .t1::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: -15px;
            right: 0;
            height: 1px;
            background: #333; }
            @media screen and (max-width: 480px) {
              .entry_wrap ul li .txt .t1::after {
                left: -8px; } }
        .entry_wrap ul li .txt .t2 {
          font-size: clamp(10px, calc(13vw / 10.8), 13px);
          line-height: 1.5;
          letter-spacing: -0.03em;
          text-align: center; }
          @media screen and (max-width: 480px) {
            .entry_wrap ul li .txt .t2 {
              font-size: calc(12vw / 3.9);
              text-align: left; } }

.con_btn {
  display: flex;
  justify-content: center;
  gap: 20px; }
  @media screen and (max-width: 480px) {
    .con_btn {
      flex-direction: column;
      gap: 15px; } }
  .con_btn li {
    width: calc(50% - 10px);
    max-width: 355px;
    font-size: clamp(12px, calc(23vw / 10.8), 23px);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .con_btn li {
        font-size: calc(17vw / 3.9);
        width: 100%; } }
    .con_btn li a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      padding: 0.5em 5px;
      transition: 0.3s all ease-in-out 0s; }
      .con_btn li a .icon {
        width: 1.5em; }
      .con_btn li a .ja {
        width: 11em;
        text-align-last: justify; }
      body:not(.mobile) .con_btn li a:hover {
        opacity: 0.6; }
    .con_btn li.req a {
      background: #634435; }
    .con_btn li.res a {
      background: #3da395; }

.cbtn_wrap .cbtn_top a {
  background: #42a395;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  font-size: clamp(12px, calc(23vw / 16), 23px);
  line-height: 1;
  letter-spacing: 0.09em;
  color: #fff;
  padding: 0.5em;
  transition: all 0.3s ease-in-out 0s; }
  body:not(.mobile) .cbtn_wrap .cbtn_top a:hover {
    background: rgba(66, 163, 149, 0.4); }
  @media screen and (max-width: 480px) {
    .cbtn_wrap .cbtn_top a {
      font-size: calc(14vw / 3.9);
      margin-top: 2px; } }
  .cbtn_wrap .cbtn_top a .icon {
    width: 1.3em;
    height: 1.3em;
    background: #fff;
    border-radius: 6.5em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .cbtn_wrap .cbtn_top a .icon::after {
      content: "";
      background-color: #42a395;
      width: 0.6em;
      height: 0.7em;
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
.cbtn_wrap .cbtn {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  @media screen and (max-width: 480px) {
    .cbtn_wrap .cbtn {
      gap: 2px; } }
  .cbtn_wrap .cbtn li {
    width: calc((100% - 8px) / 3); }
    @media screen and (max-width: 480px) {
      .cbtn_wrap .cbtn li {
        width: calc(50% - 1px); } }
    .cbtn_wrap .cbtn li a {
      display: block;
      position: relative; }
      .cbtn_wrap .cbtn li a .img {
        overflow: hidden;
        position: relative; }
        .cbtn_wrap .cbtn li a .img img {
          transition: all 0.3s ease-in-out 0s; }
      .cbtn_wrap .cbtn li a .txt {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        text-align: center; }
        .cbtn_wrap .cbtn li a .txt .en {
          font-size: clamp(12px, calc(38vw / 16), 38px);
          line-height: 1;
          margin-bottom: 0.3em;
          padding-bottom: 0.3em;
          border-bottom: solid 1px #fff;
          width: 9em;
          margin-inline: auto;
          font-weight: 400;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 480px) {
            .cbtn_wrap .cbtn li a .txt .en {
              font-size: calc(16vw / 3.9); } }
        .cbtn_wrap .cbtn li a .txt .ja {
          font-size: clamp(12px, calc(23vw / 16), 23px);
          line-height: 1.2;
          letter-spacing: 0.09em; }
          @media screen and (max-width: 480px) {
            .cbtn_wrap .cbtn li a .txt .ja {
              font-size: calc(10vw / 3.9);
              letter-spacing: 0; } }
      body:not(.mobile) .cbtn_wrap .cbtn li a:hover .img img {
        transform: scale(1.1); }
    .cbtn_wrap .cbtn li:nth-child(5) {
      background: #000; }
      .cbtn_wrap .cbtn li:nth-child(5) a {
        opacity: 0.3;
        pointer-events: none; }

footer {
  width: 100%;
  text-align: center;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 40px 0 100px; } }
  footer .f_bnr_wrap {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin-inline: auto;
    padding-bottom: 60px; }
    footer .f_bnr_wrap ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2%; }
  footer .f_contact_wrap {
    background: #494241;
    padding: 40px 0;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 480px) {
      footer .f_contact_wrap {
        padding: 25px 0; } }
    footer .f_contact_wrap .inner {
      max-width: 470px; }
    footer .f_contact_wrap .t1 {
      padding: 0.2em 5px;
      color: #333;
      background: #fff;
      font-size: clamp(12px, calc(16vw / 5), 16px);
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        footer .f_contact_wrap .t1 {
          font-size: calc(12vw / 3.9); } }
    footer .f_contact_wrap .t2 {
      margin: 15px auto;
      width: 100%; }
    footer .f_contact_wrap .t3 {
      font-size: clamp(12px, calc(14vw / 5), 14px);
      line-height: 1.6; }
      @media screen and (max-width: 480px) {
        footer .f_contact_wrap .t3 {
          font-size: calc(12vw / 3.9); } }
  footer .footer {
    padding: 15px 0 15px; }
    @media screen and (max-width: 480px) {
      footer .footer {
        padding: 15px 0; } }
    footer .footer .inner {
      max-width: 1220px; }
    footer .footer .d_logo {
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        footer .footer .d_logo {
          width: 80%; } }
    footer .footer .d_link {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding: 10px 12px;
      margin-bottom: 40px;
      border-bottom: solid 1px #7f7f7f;
      row-gap: 10px; }
      @media screen and (max-width: 480px) {
        footer .footer .d_link {
          margin-bottom: 30px; } }
      footer .footer .d_link li {
        font-size: clamp(10px, calc(14vw / 12.8), 14px);
        line-height: 1.2;
        letter-spacing: .1em;
        border-right: 1px solid #001400;
        padding: 0 1%; }
        @media screen and (max-width: 480px) {
          footer .footer .d_link li {
            font-size: calc(12vw / 3.9); } }
        footer .footer .d_link li:last-child {
          border-right: none; }
    footer .footer .recommend p {
      font-size: clamp(12px, calc(20vw / 12.8), 20px);
      line-height: 1.2;
      margin-bottom: 0.8em;
      text-align: center; }
      @media screen and (max-width: 480px) {
        footer .footer .recommend p {
          font-size: calc(15vw / 3.9); } }
    footer .footer .recommend ul {
      max-width: 890px;
      margin-inline: auto;
      display: flex;
      justify-content: center;
      gap: 15px calc(40% / 8.9);
      justify-content: space-between;
      column-gap: 0; }
      @media screen and (max-width: 480px) {
        footer .footer .recommend ul {
          justify-content: center;
          gap: 15px calc(40% / 8.9);
          flex-wrap: wrap; } }
      footer .footer .recommend ul li {
        width: calc(270% / 8.9); }
        @media screen and (max-width: 480px) {
          footer .footer .recommend ul li {
            width: 100%; } }
        footer .footer .recommend ul li a {
          display: block;
          width: 100%;
          background: #c3b397;
          padding: 1em 10px;
          color: #fff;
          font-size: clamp(12px, calc(18vw / 12.8), 18px);
          line-height: 1;
          text-align: center; }
          @media screen and (max-width: 480px) {
            footer .footer .recommend ul li a {
              font-size: calc(15vw / 3.9); } }
          body:not(.mobile) footer .footer .recommend ul li a:hover {
            opacity: 0.6; }
        footer .footer .recommend ul li:last-child {
          display: none; }

.copyright {
  font-size: 12px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .copyright {
      font-size: 10px; } }

.ib {
  display: inline-block; }

.img_cap {
  position: relative; }
  .img_cap .cap {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    display: block;
    padding: 3px 5px;
    line-height: 1.5;
    color: #FFF;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-align: right; }
    @media screen and (max-width: 480px) {
      .img_cap .cap {
        font-size: 8px; } }
    .img_cap .cap .min {
      font-size: 75%; }
    .img_cap .cap.no_shadow {
      text-shadow: none; }
    .img_cap .cap.black {
      color: #000;
      text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 6px rgba(255, 255, 255, 0.8), 0px 0px 7px rgba(255, 255, 255, 0.8), 0px 0px 8px rgba(255, 255, 255, 0.8); }
    .img_cap .cap.left {
      text-align: left;
      right: auto;
      left: 0; }
    .img_cap .cap.center {
      text-align: center;
      right: 0;
      left: 0; }
    .img_cap .cap.top {
      text-align: left;
      bottom: auto;
      top: 0; }
    .img_cap .cap .cap_min {
      font-size: 80%; }
  .img_cap.no_shadow .cap {
    text-shadow: none; }
  .img_cap.black .cap {
    color: #000;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 6px rgba(255, 255, 255, 0.8), 0px 0px 7px rgba(255, 255, 255, 0.8), 0px 0px 8px rgba(255, 255, 255, 0.8); }
  .img_cap.left .cap {
    text-align: left;
    right: auto;
    left: 0; }
  .img_cap.center .cap {
    text-align: center;
    right: 0;
    left: 0; }
  .img_cap.top .cap {
    text-align: left;
    bottom: auto;
    top: 0; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: -60px;
  transition: all 0.5s ease-in-out 0s; }
  .pagetop.scrolled {
    right: 20px; }

.pagetop2 {
  position: fixed;
  bottom: 20px;
  right: -60px;
  transition: all 0.5s ease-in-out 0s; }
  .pagetop2.scrolled {
    right: 20px; }
  @media screen and (max-width: 768px) {
    .pagetop2 {
      bottom: 70px; }
      .pagetop2.scrolled {
        right: 10px; } }
  .pagetop2 a {
    line-height: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 50px;
    height: 50px;
    background: #363332;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 5px 10px; }
  .pagetop2 a img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 480px) {
    .pagetop2 a {
      width: 30px;
      height: 30px;
      padding: 5px 8px; } }

.w_img {
  width: 100%; }

.ib {
  display: inline-block; }

@media screen and (max-width: 480px) {
  .sp_w {
    width: calc(100% + 40px);
    margin-inline: -20px; } }

/*	スクロールアクション	*/
/*.fadeup {
	transition: opacity 0.6s ease-in-out 0s,transform 0.6s ease-in-out 0s;
	opacity: 0;
	transform: translateY(20px);
	will-change:opacity,transform;
	&.p-view {
		opacity: 1;
		transform: translateY(0px); 
	}
}*/
.fadeup {
  transition: all 1.5s ease-out 0s;
  opacity: 0;
  transform: translateY(30px); }
  .fadeup.p-view {
    opacity: 1;
    transform: translateY(0px); }

.parallax.blur {
  opacity: 0;
  filter: blur(15px);
  transition: all 1.5s ease-in-out 0s; }
  .parallax.blur.p-view {
    opacity: 1;
    filter: blur(0); }

.parallax.d01 {
  transition-delay: 0.1s; }
.parallax.d02 {
  transition-delay: 0.2s; }
.parallax.d03 {
  transition-delay: 0.3s; }
.parallax.d04 {
  transition-delay: 0.4s; }
.parallax.d05 {
  transition-delay: 0.5s; }
.parallax.d06 {
  transition-delay: 0.6s; }
.parallax.d07 {
  transition-delay: 0.7s; }
.parallax.d08 {
  transition-delay: 0.8s; }
.parallax.d09 {
  transition-delay: 0.9s; }

.cap_wrap p:not(:last-child) {
  margin-bottom: 8px; }

.fbnr_wrap {
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .fbnr_wrap {
      margin-bottom: 30px; } }

.swipe_box {
  position: relative; }

.swipe_caution {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_scrollCaution.svg) no-repeat center/60px auto;
  pointer-events: none;
  transition: .4s ease;
  display: none; }

@media screen and (max-width: 480px) {
  .swipe_inn {
    overflow-x: auto; }

  .swipe_caution {
    display: block; } }
.img_center {
  max-width: 1920px;
  margin-inline: auto; }

/* --------------------------
modal
-------------------------- */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999; }

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content {
  background: #fff;
  left: 50%;
  max-height: 90vh;
  overflow-y: scroll;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%; }

@media screen and (max-width: 1024px) {
  .modal__content {
    width: 80%;
    padding: 20px; } }
@media screen and (max-width: 767px) {
  .modal__content {
    max-height: 95vh; } }
.modal-btn {
  position: fixed;
  top: 0;
  right: 0;
  background: black;
  color: white;
  padding: 5px;
  font-size: 18px; }

.mamoru {
  padding: 0; }

.mamoru .inn {
  padding: 80px; }

.mamoru h2 {
  font-size: 32px;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important; }

.mamoru h3 {
  background: #132D3D;
  font-size: 22px;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .mamoru .inn {
    padding: 20px; }

  .mamoru h2 {
    font-size: 23px;
    line-height: 1.5em; } }
.bnr_mamoru {
  max-width: 615px;
  margin-inline: auto;
  margin-bottom: 10px; }

footer {
  /* .f_share */
  /* コピーボタン */ }
  footer .daiwa-media {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    text-align: center;
    margin: 0 auto 0;
    gap: 20px 2%; }
    @media screen and (max-width: 480px) {
      footer .daiwa-media {
        gap: 4vw; } }
    footer .daiwa-media li {
      max-width: 500px;
      width: 49%; }
      @media screen and (max-width: 480px) {
        footer .daiwa-media li {
          width: 100%; } }
  footer .daiwa-media a:hover {
    opacity: .8; }
  footer .daiwa-media img {
    width: 100%;
    height: auto; }
  footer .daiwa-media__soomo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 49.01%;
    margin: 0 auto; }
  footer .daiwa-media__line {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 49.01%;
    margin: 0 auto; }
  footer .daiwa-media__ov {
    max-width: 500px;
    width: 49.01%;
    margin: 10px auto 0; }
  footer .daiwa-media__oa {
    max-width: 500px;
    width: 49.01%;
    margin: 10px auto 0; }
  footer .daiwa-media__sns {
    position: relative; }
  footer .daiwa-media__sns .link a {
    position: absolute;
    /*top: 11.8881119%;*/
    top: 7%;
    width: 7.7%;
    height: 53.8461538%;
    max-width: 77px;
    max-height: 77px; }
  footer .daiwa-media__sns .link a:hover {
    background: rgba(255, 255, 255, 0.3); }
  footer .daiwa-media__sns .line a {
    position: absolute;
    /*right: 43.9%;*/
    right: 50.9%; }
  footer .daiwa-media__sns .facebook a {
    position: absolute;
    /*right: 33.6%;*/
    right: 11.6%; }
  footer .daiwa-media__sns .twitter a {
    /*right: 23.4%;*/
    right: 21.4%; }
  footer .daiwa-media__sns .instagram a {
    /*right: 13.1%*/
    right: 41%; }
  footer .daiwa-media__sns .instagram2 a {
    right: 31.3%; }
  footer .daiwa-media__sns .youtube a {
    /*right: 2.8%;*/
    right: 1.7%; }
  footer .daiwa-media .bnr_snscam {
    max-width: 536px;
    width: 100%;
    margin: 0 auto 2rem; }
  footer .daiwa-media .bnr_ownersvoice {
    max-width: 728px;
    width: 100%;
    margin: 0 auto 2rem; }
  footer .daiwa-media .bnr_ownersvoice:hover {
    filter: brightness(110%); }
  @media screen and (max-width: 640px) {
    footer .daiwa-media .bnr_ownersvoice {
      max-width: 532px; } }
  footer .daiwa-media__with_pet {
    max-width: 500px;
    width: 49.01%;
    margin: 10px auto 0; }
  footer .daiwa-media__cam {
    max-width: 576px;
    width: 80%;
    margin: 10px auto 0; }
  footer .daiwa-media__oizumigakuen {
    max-width: 500px;
    width: 49.01%;
    margin: 0 auto 10px; }
  footer .daiwa-media__konanchuo {
    max-width: 500px;
    width: 49.01%;
    margin: 0 auto 10px; }
  @media screen and (max-width: 640px) {
    footer .daiwa-media__soomo {
      width: 100%;
      max-width: initial; }
    footer .daiwa-media__line {
      width: 100%;
      max-width: initial;
      margin-top: 10px; }
    footer .daiwa-media__ov {
      width: 100%;
      margin-top: 10px;
      max-width: initial; }
    footer .daiwa-media__sns {
      width: 100%;
      max-width: initial; }
    footer .daiwa-media__oa {
      width: 100%;
      margin-top: 10px;
      max-width: initial; }
    footer .daiwa-media__with_pet {
      width: 100%;
      margin-top: 10px;
      max-width: initial; }
    footer .daiwa-media__cam {
      width: 100%;
      margin-top: 10px;
      max-width: initial; }
    footer .daiwa-media__oizumigakuen {
      width: 100%;
      margin-bottom: 10px;
      max-width: initial; }
    footer .daiwa-media__konanchuo {
      width: 100%;
      margin-bottom: 10px;
      max-width: initial; } }
  footer .f_share {
    margin: 0 0 3.4375rem; }
  @media screen and (max-width: 750px) {
    footer .f_share {
      margin: 0 0 30px; } }
  footer .f_share .com-content {
    border: 1px solid #9B9B9B;
    padding-block: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 75px; }
  @media screen and (max-width: 750px) {
    footer .f_share .com-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px; } }
  footer .f_share .com-content .p1 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0; }
  footer .f_share .com-content .f_share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px; }
  footer .f_share .com-content .f-share-item {
    width: 40px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  @media (hover: hover) and (pointer: fine) {
    footer .f_share .com-content .f-share-item:hover {
      opacity: 0.7; }
    footer .f_share .com-content .f-share-item {
      width: 30px; } }
  footer .copy_btn {
    width: 50% !important;
    padding: 10px 0;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #000000;
    font-size: 14px;
    background: #f5deb3;
    border: solid 0.8px #808080;
    border-radius: 3px;
    transition: .4s;
    text-align: center; }
  footer .copy_btn:hover {
    background: #f8f8ff;
    color: #696969; }
  footer .copy_btn:hover {
    cursor: pointer; }
  footer .success-msg {
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #29aba4;
    color: #fff;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px; }
  footer .yokoku {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 15px;
    margin: 40px auto 15px;
    max-width: 1060px; }
  @media screen and (max-width: 767px) {
    footer .yokoku {
      font-size: 11px; } }
  footer .yokoku dt {
    display: inline-block;
    border: 1px solid;
    padding: 0.1em 0;
    margin-right: 7px;
    font-size: 13px;
    width: 5.5em;
    text-align: center; }
  @media screen and (max-width: 767px) {
    footer .yokoku dt {
      font-size: 11px;
      width: 50px;
      padding: 10px 0;
      text-align: center; } }
  footer .yokoku dd {
    line-height: 1.3em;
    text-align: left; }
  @media screen and (max-width: 767px) {
    footer .yokoku dd {
      width: calc(100% - 50px); } }
  footer .footer .p-footer-link {
    margin-bottom: 20px; }
  footer .footer .p-footer-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px; }
  @media screen and (max-width: 767px) {
    footer .footer .p-footer-link ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; } }
  footer .footer .p-footer-link ul li {
    padding: 0 15px;
    border-right: 1px solid; }
  @media screen and (max-width: 767px) {
    footer .footer .p-footer-link ul li {
      padding: 0 10px;
      margin-bottom: 10px;
      font-size: 14px;
      width: 50%; }
    footer .footer .p-footer-link ul li:nth-child(1) {
      width: 100%;
      border-right: none; }
    footer .footer .p-footer-link ul li:nth-child(3), footer .footer .p-footer-link ul li:nth-child(5) {
      border-right: none; } }
  footer .footer .p-footer-link ul li:nth-last-child(1) {
    border: none; }
  footer .footer .p-footer-bukken {
    margin-bottom: 20px;
    background: #7e8589;
    padding: 10px 20px; }
  footer .footer .p-footer-bukken ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    footer .footer .p-footer-bukken {
      padding: 10px 20px 17px;
      margin-bottom: 35px; }
    footer .footer .p-footer-bukken ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -5px; } }
  footer .footer .p-footer-bukken ul li {
    padding: 0 10px;
    color: #fff; }
  @media screen and (max-width: 767px) {
    footer .footer .p-footer-bukken ul li {
      padding: 5px;
      width: 100%;
      font-size: 14px;
      text-align: center; } }
  footer .footer .p-footer-bukken ul li a {
    background: white;
    padding: 4px 10px;
    color: #727171;
    display: inline-block;
    width: 15em; }
  @media screen and (max-width: 767px) {
    footer .footer .p-footer-bukken ul li a {
      display: block;
      text-align: center;
      padding: 5px 20px;
      width: 100%; } }
  footer .footer .p-footer-bukken ul li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 767px) {
    footer .footer .p-footer-bukken ul li:nth-child(1) {
      display: block; } }
  footer .footer .p-footer-bukken ul li:nth-child(1)::after {
    content: "";
    display: inline-block;
    background: #fff;
    height: calc(tan(24deg) * 60px / 2);
    width: 12px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-left: 5px; }
  @media screen and (max-width: 767px) {
    footer .footer .p-footer-bukken ul li:nth-child(1)::after {
      display: block;
      margin: 5px auto 0;
      height: calc(tan(20deg) * 60px / 2);
      width: 15px;
      -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
      clip-path: polygon(0 0, 100% 0, 50% 100%); } }
