  @charset "UTF-8";
/*! Writen by SCSS */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&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; }

.en_cap {
  font-family: "EB Garamond", serif !important;
  font-style: italic; }

/*font-style
---------------------------------------*/
html {
  font-size: 62.5%; }

body {
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  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, body {
  font-family: "游明朝", "Yu Mincho", YuMincho, YakuHanMP_Noto, "Noto Serif JP", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }

.gothic {
  font-family: YakuHanJP_Noto,'Noto Sans JP',"游ゴシック","Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif; }

/*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.3s 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_l {
  text-align: left;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .cap_l {
      font-size: 10px; } }

.cap_c {
  text-align: center;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .cap_c {
      font-size: 10px; } }

.cap_r {
  text-align: right;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .cap_r {
      font-size: 10px; } }

.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 screen and (max-width: 768px) {
  .ta_c_pc {
    text-align: center; }

  .ta_r_pc {
    text-align: right; }

  .ta_l_pc {
    text-align: left; } }
@media not screen, screen and (min-width: 769px) {
  .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 CSS
				MUTO 2016
///////////////////////////////////////////*/
.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: 1600px) {
  .vpc1600 {
    display: none; } }
@media not screen, screen and (min-width: 1601px) {
  .vsp1600 {
    display: none; } }
@media screen and (max-width: 1450px) {
  .vpc1450 {
    display: none; } }
@media not screen, screen and (min-width: 1451px) {
  .vsp1450 {
    display: none; } }
@media screen and (max-width: 1350px) {
  .vpc1350 {
    display: none; } }
@media not screen, screen and (min-width: 1351px) {
  .vsp1350 {
    display: none; } }
@media screen and (max-width: 1280px) {
  .vpc1280 {
    display: none; } }
@media not screen, screen and (min-width: 1281px) {
  .vsp1280 {
    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: 1000px) {
  .vpc1000 {
    display: none; } }
@media not screen, screen and (min-width: 1001px) {
  .vsp1000 {
    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: 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: 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; } }
/*=====================================================
来場予約非表示
======================================================*/
/*=====================================================
ナビ非公開
======================================================*/
/*=====================================================
COMMON-LAYOUT
======================================================*/
.localnav .localnav__list .list_bijin {
  position: relative; }
  .localnav .localnav__list .list_bijin::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #dcaaaf; }

.footer-nav__item-map::after,
.footer-nav__item-tel::after {
  content: none !important; }

.sec_inq_btn.sec_res_btn a {
  color: #fff; }
  .sec_inq_btn.sec_res_btn a .iconSvg-request {
    fill: #fff !important; }

.sec_inq_btn a .text_box .jp {
  color: #333; }

.header-nav__list .header_nav_res a {
  color: #fff; }
  .header-nav__list .header_nav_res a .iconSvg-request {
    fill: #fff; }

.footer-nav__list .footer-nav__item.footer-nav__item-request a {
  color: #fff; }
  .footer-nav__list .footer-nav__item.footer-nav__item-request a .iconSvg-request {
    fill: #fff; }

.footer-nav .footer-nav__list .footer-nav__item.footer-nav__item-request a {
  opacity: 1; }

/*-------------------
		common
*/
/* svg header color */
.iconSvg-map {
  fill: #4c5257;
  width: 21.27px;
  height: 42px; }

.iconSvg-catalog {
  fill: #fff;
  width: 17px;
  height: auto;
  padding-right: 3px; }
  @media screen and (max-width: 1023px) {
    .iconSvg-catalog {
      width: 35px;
      height: 38px;
      padding: 3px; } }

.iconSvg-request {
  fill: #fff;
  width: 20px;
  height: 19px;
  padding-right: 3px; }
  @media screen and (max-width: 1023px) {
    .iconSvg-request {
      width: 35px;
      height: 38px;
      padding: 3px; } }

.iconSvg-tel {
  fill: #fff;
  width: 38px;
  height: 38px; }
  @media screen and (max-width: 1023px) {
    .iconSvg-tel {
      padding-top: 3px; } }

/* ここまでsvg header color */
.featureColor {
  background-color: #7E7F7E; }

/*-------------------
		header
*/
/* .header */
.header {
  position: relative;
  padding-bottom: 152px; }
  @media screen and (max-width: 1023px) {
    .header {
      padding-bottom: 0;
      margin-bottom: 0; } }

/* .header__logo */
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: #fff; }
  @media screen and (max-width: 1023px) {
    .header__logo {
      position: relative; } }

.header__title {
  margin: 0 auto;
  padding-left: 6px;
  max-width: 1280px;
  line-height: 0; }

.header__title-img {
  display: inline-block;
  padding: 12px 0 12px;
  width: 115px; }

/* .header-detail */
.header-detail {
  position: absolute;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 1023px) {
    .header-detail {
      position: relative; } }

.is-header-fixed {
  position: fixed;
  max-height: 120px;
  height: 100%;
  top: 0;
  bottom: auto;
  transition: height 0.3s ease-in-out;
  background-color: #fff; }
  @media screen and (max-width: 1023px) {
    .is-header-fixed {
      max-height: none;
      height: auto;
      background-color: rgba(255, 255, 255, 0.8); } }

.header-inner {
  background: #fff; }
  @media screen and (max-width: 1023px) {
    .header-inner {
      border-bottom: 0.5px solid #707070; } }

.header-body {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #333; }
  @media screen and (max-width: 1023px) {
    .header-body {
      position: relative;
      width: 100%;
      bottom: 0;
      height: 50px;
      padding: 15px 7px; } }
  .header-body .header-body__title {
    flex-shrink: 0;
    max-width: 510px;
    width: 100%; }
    @media screen and (max-width: 1320px) {
      .header-body .header-body__title {
        width: 38.64%; } }
    @media screen and (max-width: 1023px) {
      .header-body .header-body__title {
        width: 60%; } }
    @media screen and (max-width: 480px) {
      .header-body .header-body__title {
        width: 80%; } }
  .header-body a {
    display: block;
    line-height: 0; }
    @media screen and (max-width: 1023px) {
      .header-body a {
        font-size: 18px;
        letter-spacing: -1.48px; } }
  .header-body img {
    vertical-align: middle; }

.header-nav {
  width: 100%;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 1023px) {
    .header-nav {
      display: none; } }

.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header-nav__list .header-nav__item {
  margin-right: 10px; }
  .header-nav__list .header-nav__item:last-of-type {
    margin-right: 0; }

.header-nav__list .header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 7px 0 7px 0;
  color: #707070;
  font-size: 15px;
  transition: opacity 0.3s ease-in-out; }
  body:not(.mobile) .header-nav__list .header-nav__link:hover {
    opacity: 0.7; }

.header-nav__list .header-nav__link.header-nav__link_arrow {
  padding-right: 20px;
  background: url("/bunjyo/sakai-hamaderakoen/img/common/icon_arrow-black.png") no-repeat;
  background-position: right;
  background-size: 8px; }

/* header svg */
.header-nav__list .header-nav__link .header-nav__svg {
  line-height: 0; }

.header-nav .header-nav__form_btn {
  max-width: 130px;
  width: 100%; }
  @media screen and (max-width: 1320px) {
    .header-nav .header-nav__form_btn {
      max-width: 110px; } }

.header-nav__form_btn .header-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 15px;
  padding: 12px 20px 12px 15px;
  position: relative;
  overflow: hidden; }
  .header-nav__form_btn .header-nav__link::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    transition: 300ms;
    animation: shiny 3s ease-in-out infinite; }
  @media screen and (max-width: 1320px) {
    .header-nav__form_btn .header-nav__link {
      padding: 12px 15px 12px 10px; } }

.header_nav_req a {
  background: #564130;
  background: #900c13; }

.header_nav_res a {
  background: #5bb9c5 !important; }

/* .header-hamburger */
.header-hamburger {
  display: none; }

@media screen and (max-width: 1023px) {
  /* .header-hamburger */
  .header-hamburger {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 8px;
    right: 15px;
    border: none;
    height: 32px;
    width: 35px; }

  .header-hamburger .header-hamburger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #7e7e7e;
    transition: all 0.5s; }

  .header-hamburger__line:nth-child(1) {
    top: 5px; }

  .header-hamburger__line:nth-child(2) {
    top: 14px; }

  .header-hamburger__line:nth-child(3) {
    bottom: 5px; }

  .is-header-active .header-hamburger__line:nth-child(1) {
    transform: translateY(9px) rotate(-45deg); }

  .is-header-active .header-hamburger__line:nth-child(2) {
    opacity: 0; }

  .is-header-active .header-hamburger__line:nth-child(3) {
    transform: translateY(-9px) rotate(45deg); } }
/* .localnav */
.localnav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 1023px) {
    .localnav {
      position: relative; } }
  .localnav .localnav__list {
    display: flex;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .localnav .localnav__list {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        overflow: hidden;
        max-height: 0;
        flex-wrap: wrap;
        transition: max-height 0.3s ease-in-out; }
        .localnav-open .localnav .localnav__list {
          max-height: 300px;
          transition: max-height 0.3s ease-in; } }

.localnav__list .localnav__item {
  width: 100%;
  color: #333;
  border-left: 1px solid #000;
  text-align: center;
  vertical-align: middle; }
  .localnav__list .localnav__item:nth-last-child(-n+2) {
    border-right: 1px solid #000; }
    @media screen and (max-width: 1023px) {
      .localnav__list .localnav__item:nth-last-child(-n+2) {
        border-right: none; } }
  @media screen and (max-width: 1023px) {
    .localnav__list .localnav__item {
      width: 50%;
      border-left: none;
      border-bottom: 1px solid #000;
      /*&:nth-of-type(2n + 1) {
      	border-right: 1px solid #000;
      }*/ }
      .localnav__list .localnav__item.top {
        order: 1;
        border-right: 1px solid #000; }
      .localnav__list .localnav__item.out {
        order: 2; }
      .localnav__list .localnav__item.pos {
        order: 3;
        border-right: 1px solid #000; }
      .localnav__list .localnav__item.acc {
        order: 4; }
      .localnav__list .localnav__item.loc {
        order: 5;
        border-right: 1px solid #000; }
      .localnav__list .localnav__item.des {
        order: 6; }
      .localnav__list .localnav__item.pla {
        order: 7;
        border-right: 1px solid #000; }
      .localnav__list .localnav__item.gal {
        order: 8; }
      .localnav__list .localnav__item.qua {
        order: 9;
        border-right: 1px solid #000; } }

.localnav__item .localnav__link {
  width: 100%;
  position: relative;
  font-size: 13px;
  line-height: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out; }
  @media screen and (max-width: 1023px) {
    .localnav__item .localnav__link {
      font-size: 12px;
      padding: 0.3em 0;
      flex-direction: column; } }
  .localnav__item .localnav__link.cr, body:not(.mobile) .localnav__item .localnav__link:hover {
    background: #7f7272; }
    @media screen and (max-width: 1023px) {
      .localnav__item .localnav__link.cr, body:not(.mobile) .localnav__item .localnav__link:hover {
        background: rgba(127, 114, 114, 0.8); } }
    .localnav__item .localnav__link.cr .ja, body:not(.mobile) .localnav__item .localnav__link:hover .ja {
      opacity: 1;
      color: #FFF; }
    .localnav__item .localnav__link.cr .en, body:not(.mobile) .localnav__item .localnav__link:hover .en {
      opacity: 0; }
      @media screen and (max-width: 1023px) {
        .localnav__item .localnav__link.cr .en, body:not(.mobile) .localnav__item .localnav__link:hover .en {
          opacity: 1;
          color: #FFF; } }
  .localnav__item .localnav__link p {
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .localnav__item .localnav__link p {
        padding: 2px 5px;
        line-height: 1; } }
  .localnav__item .localnav__link .ja {
    line-height: 1.5;
    position: static;
    color: #231815;
    opacity: 0; }
    @media screen and (max-width: 1023px) {
      .localnav__item .localnav__link .ja {
        font-size: 14px;
        letter-spacing: 0;
        opacity: 1; } }
  .localnav__item .localnav__link .en {
    position: absolute;
    inset: 0;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .localnav__item .localnav__link .en {
        position: static;
        opacity: 1 !important; } }

.localnav__item.gal .localnav__link::after, .localnav__item.qua .localnav__link::after, .localnav__item.pla .localnav__link::after, .localnav__item.des .localnav__link::after {
  content: "NEW";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  color: #f5000c;
  font-size: 11px;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .localnav__item.gal .localnav__link::after, .localnav__item.qua .localnav__link::after, .localnav__item.pla .localnav__link::after, .localnav__item.des .localnav__link::after {
      top: 5px;
      font-size: 10px; } }

.localnav__item span.localnav__link {
  pointer-events: none !important; }
  .localnav__item span.localnav__link .en,
  .localnav__item span.localnav__link .ja {
    color: #ccc !important; }

.localnav__list .localnav__item-onlysp {
  display: none; }
  @media screen and (max-width: 1023px) {
    .localnav__list .localnav__item-onlysp {
      display: block; } }

/*-------------------
		footer
*/
/* .footer */
.footer {
  background: #e6e6e6;
  position: relative;
  padding: 30px 0 10px; }
  @media screen and (max-width: 1023px) {
    .footer {
      padding-bottom: 45px;
      padding-bottom: 77px; } }

@keyframes shiny {
  0% {
    left: -20%; }
  10% {
    left: 140%; }
  100% {
    left: 140%; } }
/* .footer-nav */
.footer-nav {
  display: none; }
  @media screen and (max-width: 1023px) {
    .footer-nav {
      position: fixed;
      display: block;
      z-index: 9999;
      width: 100%;
      bottom: 0;
      left: 0;
      border-top: 1px solid #e6e6e6; }
      .footer-nav .footer-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        font-size: 12px; }
        .footer-nav .footer-nav__list .footer-nav__item {
          width: 100%;
          height: 77px;
          margin: 0;
          overflow: hidden;
          position: relative; }
          .footer-nav .footer-nav__list .footer-nav__item::after {
            content: "";
            position: absolute;
            top: -10%;
            left: -20%;
            width: 40px;
            height: 100%;
            transform: scale(2) rotate(20deg);
            background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
            transition: 300ms;
            animation: shiny 2s ease-in-out infinite; }
          .footer-nav .footer-nav__list .footer-nav__item:not(:last-of-type) {
            border-right: 1px solid #e6e6e6; }
      .footer-nav .footer-nav__link {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #fff;
        background-color: #7a633d;
        padding: 52px 0 15px 0;
        text-decoration: none;
        background-size: auto 40px;
        background-repeat: no-repeat;
        background-position: center 20px; }
        .footer-nav .footer-nav__link .footer-nav__svg {
          position: absolute;
          top: 9px;
          left: 50%;
          transform: translateX(-50%); }
          .footer-nav .footer-nav__link .footer-nav__svg .footer-nav__svg-Map {
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translateX(-50%); } }

@media screen and (max-width: 1023px) {
  .footer-nav__item-map .footer-nav__link {
    background-color: #fff;
    color: #333; }

  .footer-nav__item-catalog .footer-nav__link {
    color: #fff;
    background-color: #564130;
    background-color: #900c13; }

  .footer-nav__item-request .footer-nav__link {
    color: #fff;
    background-color: #887565;
    background-color: #5bb9c5; }

  .footer-nav__item-tel .footer-nav__link {
    background-color: #4c5257;
    background-color: #4c5256;
    color: #fff; } }
/* .footer-topcontrol */
.footer-topcontrol {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 20px;
  bottom: 10px;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  background: #897565; }
  @media screen and (max-width: 1023px) {
    .footer-topcontrol {
      bottom: 120px; } }
  .footer-topcontrol span {
    font-size: 9px;
    font-family: "A1 明朝","A1 Mincho","sans serif";
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    position: absolute;
    top: 28px;
    line-height: 1;
    left: 0;
    right: 0; }

.footer-topcontrol::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  height: 8px;
  width: 16px;
  background-image: url("/bunjyo/sakai-hamaderakoen/img/common/ico_top_back.png");
  background-position: left top;
  background-size: 16px 8px;
  background-repeat: no-repeat; }

/* .footer-body */
.footer-body {
  text-align: center;
  margin: 0 auto; }

/* .footer-tel */
.footer-tel {
  padding: 20px 0 40px;
  font-size: 14px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1023px) {
    .footer-tel {
      padding: 20px;
      font-size: clamp(12px, 1.12vw, 14px);
      letter-spacing: 0.02em;
      line-height: 1.3; } }
  .footer-tel .smoll_txt {
    font-size: 10px; }
  @media screen and (max-width: 480px) {
    .footer-tel .foot_holiday {
      line-height: 1.5; } }
  .footer-tel .foot_holiday .small {
    display: block;
    font-size: 80%; }

.footer-tel__body {
  padding: 8px 0 11px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .footer-tel__body > p {
    font-size: 14px; }

.footer-tel__item {
  padding-right: 10px;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  margin: 15px auto; }
  @media screen and (max-width: 1023px) {
    .footer-tel__item {
      margin: 10px auto 5px; } }
  .footer-tel__item .footer-tel__link {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .footer-tel__item .footer-tel__link {
        width: 100%; } }
    .footer-tel__item .footer-tel__link .tel1 {
      font-size: 18px;
      line-height: 1;
      border: 1px solid #333;
      padding: 0.25em 0.8em;
      margin-right: 1em; }
      @media screen and (max-width: 1023px) {
        .footer-tel__item .footer-tel__link .tel1 {
          font-size: clamp(10px, 1.45vw, 18px);
          padding: 0.25em 0.3em;
          margin-right: 0.5em; } }
    .footer-tel__item .footer-tel__link .tel2 {
      font-size: 60px; }
      @media screen and (max-width: 1023px) {
        .footer-tel__item .footer-tel__link .tel2 {
          font-size: clamp(38px, 4.83vw, 60px); } }

.footer-tel__detail {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  grid-gap: 1em; }
  @media screen and (max-width: 1023px) {
    .footer-tel__detail {
      font-size: 11px; } }

.footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
  margin-right: 1em; }
  @media screen and (max-width: 1023px) {
    .footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
      margin-right: 0; } }

/* .footer-company */
.footer-company__list {
  display: flex;
  text-align: center;
  align-items: stretch;
  justify-content: center;
  margin: 30px auto 60px;
  max-width: 1040px; }
  @media screen and (max-width: 1023px) {
    .footer-company__list {
      margin: 20px auto;
      width: calc(100% - 40px); } }
  @media screen and (max-width: 480px) {
    .footer-company__list {
      display: block; } }

.footer-company__list .footer-company__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .footer-company__list .footer-company__item {
      flex-direction: column;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .footer-company__list .footer-company__item {
      display: block;
      width: auto; } }
  @media screen and (max-width: 480px) {
    .footer-company__list .footer-company__item:nth-child(1) {
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 25px; }
      .footer-company__list .footer-company__item:nth-child(1) .footer-company__title {
        margin-bottom: 15px; } }

.footer-company__list a {
  max-width: 300px;
  display: flex;
  align-items: flex-end;
  height: 100%; }
  .footer-company__list a .footer-company__img {
    margin-top: auto; }

.footer-company__title {
  color: #676767;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: 0 auto 1em 6em; }
  @media screen and (max-width: 1023px) {
    .footer-company__title {
      font-size: 14px;
      margin-right: 3em; } }
  @media screen and (max-width: 480px) {
    .footer-company__title {
      font-size: 10px;
      margin-bottom: 15px; } }

@media screen and (max-width: 1023px) {
  .footer-company__title {
    margin-bottom: 10px;
    margin-bottom: 0; } }
@media screen and (max-width: 1023px) and (max-width: 480px) {
  margin-bottom: 10px; }
/* .footer-menu */
.footer-menu {
  padding: 12px 0 11px;
  border-bottom: 1px solid #999999; }
  @media screen and (max-width: 1023px) {
    .footer-menu {
      padding: 16px 0 20px;
      border-bottom: 0; } }

.footer-menu__list {
  text-align: center;
  line-height: 0; }
  @media screen and (max-width: 1023px) {
    .footer-menu__list {
      width: 312px;
      margin: 0 auto;
      text-align: left; } }
  @media screen and (max-width: 480px) {
    .footer-menu__list {
      width: 254px;
      margin: 0 auto 0 20px; } }

.footer-menu__list .footer-menu__item {
  display: inline-block;
  line-height: 1; }
  @media screen and (max-width: 1023px) {
    .footer-menu__list .footer-menu__item {
      position: relative;
      display: block; } }

.footer-menu__list .footer-menu__item:not(:first-of-type) {
  margin-left: 66px;
  padding-left: 66px;
  border-left: 1px solid #999; }
  @media screen and (max-width: 1023px) {
    .footer-menu__list .footer-menu__item:not(:first-of-type) {
      margin: 20px 0 0 0;
      padding-left: 0;
      border-left: 0; } }

@media screen and (max-width: 1023px) {
  .footer-menu__list .footer-menu__item:last-of-type {
    margin-bottom: 0; } }
.footer-menu__list .footer-menu__link {
  padding-right: 56px;
  color: #676767;
  text-decoration: none;
  font-size: 13px;
  background: url("/bunjyo/sakai-hamaderakoen/img/common/icon_arrow-black.png") no-repeat;
  background-position: right;
  background-size: 8px; }
  @media screen and (max-width: 1023px) {
    .footer-menu__list .footer-menu__link {
      display: block;
      font-size: 12px;
      padding-right: 0; } }

/* .footer-copy */
.footer-copy {
  padding: 4px 0;
  font-size: 10px;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .footer-copy {
      padding: 5px 0; } }

.footer_nav_outer {
  padding: 10px 0;
  background: #a3ca74; }
  @media screen and (max-width: 480px) {
    .footer_nav_outer {
      padding-bottom: 5px; } }

.footer_nav {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 1; }
  @media screen and (max-width: 1023px) {
    .footer_nav {
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    .footer_nav {
      width: 100%; } }
  .footer_nav .footernav_item {
    width: 100%;
    border-left: 1px solid #fff; }
    @media screen and (max-width: 1023px) {
      .footer_nav .footernav_item {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .footer_nav .footernav_item {
        border-left: none;
        margin-bottom: 5px;
        width: 50%; } }
    @media screen and (max-width: 1023px) {
      .footer_nav .footernav_item:first-child {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .footer_nav .footernav_item:first-child {
        width: 50%; } }
    .footer_nav .footernav_item:last-child {
      border-right: 1px solid #fff; }
      @media screen and (max-width: 1023px) {
        .footer_nav .footernav_item:last-child {
          border-right: none; } }
    @media screen and (max-width: 1023px) {
      .footer_nav .footernav_item:nth-child(3) {
        border-right: 1px solid #fff; } }
    @media screen and (max-width: 1023px) {
      .footer_nav .footernav_item:nth-child(3) {
        border-right: none; } }
    @media screen and (max-width: 1023px) {
      .footer_nav .footernav_item:nth-child(odd) {
        border-right: 1px solid #fff; } }
    .footer_nav .footernav_item .footernav_link {
      display: block;
      padding: 8px 5px;
      transition: opacity 0.3s ease-in-out; }
      body:not(.mobile) .footer_nav .footernav_item .footernav_link:hover {
        opacity: 0.7; }

/*-------------------
		緊急事態エリア
*/
.header--simple {
  padding-bottom: 0;
  border-bottom: 0.5px solid #707070; }

/* .important-hidden */
.important-hidden {
  display: none; }

/* .important */
.important {
  max-width: 1280px;
  margin: 20px auto;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  border: 3px solid #ed2525; }

/* .important__title */
.important__title {
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #ed2525; }

/* .important-content */
.important-content {
  margin: 40px auto 0;
  max-width: 1280px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #ed2525; }

.important-content__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 500; }

.important-content__title::before {
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 36px;
  height: 33px;
  margin-right: 12px;
  background: url(/bunjyo/sakai-hamaderakoen/images/icon_important-red.png) no-repeat;
  background-size: contain; }

/* .important-info */
.important-info {
  margin: 40px 19px;
  padding: 36px 40px 36px;
  font-size: 16px;
  border: 3px solid #ed2525; }

.important-info__title {
  text-align: center;
  text-decoration: underline;
  font-size: 24px; }

/* .important-head */
.important-head {
  margin: 24px 0 0; }

.important-head__date {
  display: inline-block;
  margin-right: 3px; }

.important-head__title {
  display: inline-block;
  font-weight: 500; }

/* .important__link */
.important__link {
  text-decoration: none;
  color: #fff; }

.important__link::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 26px;
  height: 32px;
  margin-right: 10px;
  background: url("/bunjyo/sakai-hamaderakoen/img/common/icon_important-white.png") no-repeat;
  background-size: contain; }

.important__link::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 24px;
  margin-left: 10px;
  background: url("/bunjyo/sakai-hamaderakoen/img/common/icon_arrow-white.png") no-repeat;
  background-size: contain; }

/* .important-body */
.important-body:not(:last-of-type) {
  border-bottom: 2px dashed #ed2525;
  padding-bottom: 26px; }

.important-body__text {
  font-size: 12px;
  margin-top: 16px; }

.important-body__text:not(:first-of-type) {
  margin-top: 24px; }

.important-content__back {
  margin-bottom: 40px; }

.important-content__back-link {
  display: block;
  width: 345px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #303030;
  line-height: 48px;
  color: #303030;
  text-decoration: none;
  background-image: url("/bunjyo/sakai-hamaderakoen/img/common/icon_important-close.png");
  background-repeat: no-repeat;
  background-position: right 34px center;
  background-size: 16px; }

.footer-inner {
  border-top: 1px solid #3c3c3c; }

.footer-copy--white {
  background-color: #fff;
  color: #3c3c3c; }

@media screen and (max-width: 1023px) {
  /* .important */
  .important {
    margin: 0; }

  /* .important__title */
  .important__title {
    font-size: 16px;
    padding: 7px 0 6px; }

  /* .important__link */
  .important__link::before {
    width: 22px;
    height: 23px; }

  /* .important-content__title */
  .important-content__title {
    font-size: 24px; }

  .important-content__title::before {
    width: 27px;
    height: 24px;
    margin-right: 10px; }

  /* .important-info */
  .important-info {
    margin: 24px 0 32px;
    padding: 24px 15px; }

  .important-info:last-of-type {
    margin: 0 0 81px; }

  .important-info__title {
    font-size: 16px; }

  .important-content__back {
    margin-bottom: 32px; }

  /* .important-head */
  .important-head {
    margin-top: 24px;
    font-size: 12px; }

  .important-head__date {
    margin-right: 10px; }

  /* .important-body__text */
  .important-body__text {
    font-size: 10px; }

  .important-body__text:not(:first-of-type) {
    margin-top: 16px; }

  .important-body:not(:last-of-type) {
    padding-bottom: 16px; } }
.img_cap {
  position: relative; }
  .img_cap span,
  .img_cap .cap {
    font-size: 10px;
    display: block;
    padding: 3px 5px;
    line-height: 1.5;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }
  .img_cap.white span, .img_cap.white .cap {
    color: #333333; }
  .img_cap.shadow span, .img_cap.shadow .cap {
    background: none;
    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), 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 7px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.8), 0px 0px 9px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8); }
  .img_cap.white.shadow span, .img_cap.white.shadow .cap {
    background: none;
    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), 0px 0px 9px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8); }

.cap_wrap {
  padding: 65px 0;
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #727272; }
  @media screen and (max-width: 480px) {
    .cap_wrap {
      padding: 20px 0; } }
  .cap_wrap p {
    font-size: 12px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 768px) {
      .cap_wrap p {
        font-size: 10px; } }

.breadlist_outer {
  padding: 5px 0;
  line-height: 1.4;
  background: #00969c; }

ul.breadlist {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto; }
  ul.breadlist li {
    color: #fff;
    display: inline-block; }
    ul.breadlist li:after {
      content: "> ";
      margin-left: 0.5em; }
    ul.breadlist li:last-child:after {
      content: none; }
    ul.breadlist li a {
      color: #fff;
      transition: opacity 0.3s ease-in-out; }
      body:not(.mobile) ul.breadlist li a:hover {
        opacity: 0.7; }

.bannerArea {
  background-color: #e6e6e6;
  padding-top: 80px;
  padding-bottom: 85px; }

@media screen and (max-width: 1023px) {
  .bannerArea {
    padding-top: 25px;
    padding-bottom: 30px; } }
.bannerArea__title {
  display: block;
  font-size: 24px;
  /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  text-align: center;
  line-height: 1; }

@media screen and (max-width: 1023px) {
  .bannerArea__title {
    font-size: 19px; } }
.bannerArea__list {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media screen and (max-width: 1023px) {
  .bannerArea__list {
    display: block;
    max-width: 250px;
    margin-top: 25px; } }
@media screen and (orientation: landscape) and (max-width: 600px) {
  .bannerArea__list {
    display: flex;
    max-width: inherit; }
    .bannerArea__list li:nth-child(-n+3) {
      margin-top: 0; } }
.bannerArea__item {
  flex-basis: 32%;
  margin: 20px 6px 0; }

@media screen and (max-width: 1023px) {
  .bannerArea__item {
    margin-top: 0;
    margin-right: 0; }

  .bannerArea__item + li {
    margin-top: 10px; } }
.bannerArea__link {
  display: block; }

.bannerArea__link img {
  display: block; }

.bannerArea .bannerArea_pj {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto; }
  .bannerArea .bannerArea_pj a {
    display: block;
    line-height: 0; }
    @media screen and (max-width: 600px) {
      .bannerArea .bannerArea_pj a.vpc600 {
        display: none; } }
    .bannerArea .bannerArea_pj a.vsp600 {
      display: none; }
      @media screen and (max-width: 600px) {
        .bannerArea .bannerArea_pj a.vsp600 {
          display: block; } }

.sec_inq {
  display: flex;
  justify-content: center;
  gap: 0 2.5%; }
  @media screen and (max-width: 480px) {
    .sec_inq {
      flex-direction: column;
      align-items: center;
      grid-gap: 10px 0; } }
  .sec_inq .sec_inq_btn {
    width: 49.38%;
    width: 48.75%;
    height: 100%; }
    @media screen and (max-width: 480px) {
      .sec_inq .sec_inq_btn {
        width: 100%;
        height: 30px;
        max-width: 300px; } }
    .sec_inq .sec_inq_btn a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: opacity 0.3s ease-in-out;
      padding: 20px 5.07%; }
      @media screen and (max-width: 1600px) {
        .sec_inq .sec_inq_btn a {
          padding: 20px 40px; } }
      @media screen and (max-width: 768px) {
        .sec_inq .sec_inq_btn a {
          padding: 15px 30px; } }
      @media screen and (max-width: 480px) {
        .sec_inq .sec_inq_btn a {
          padding: 15px 20px; } }
      .sec_inq .sec_inq_btn a .text_box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto; }
        .sec_inq .sec_inq_btn a .text_box .header-nav__svg {
          line-height: 0;
          margin-right: 10px;
          position: absolute;
          left: 10px;
          top: 0;
          bottom: 0;
          display: flex;
          align-items: center; }
        .sec_inq .sec_inq_btn a .text_box .en {
          line-height: 0; }
        .sec_inq .sec_inq_btn a .text_box .jp {
          font-size: 15px;
          line-height: 1;
          color: #fff;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 480px) {
            .sec_inq .sec_inq_btn a .text_box .jp {
              font-size: 13px; } }
        .sec_inq .sec_inq_btn a .text_box .iconSvg-request {
          width: 21px;
          height: 25px; }
          @media screen and (max-width: 480px) {
            .sec_inq .sec_inq_btn a .text_box .iconSvg-request {
              width: 20px;
              height: 23px; } }
        .sec_inq .sec_inq_btn a .text_box .iconSvg-catalog {
          width: 21px;
          height: 20px; }
          @media screen and (max-width: 480px) {
            .sec_inq .sec_inq_btn a .text_box .iconSvg-catalog {
              width: 20px;
              height: 22px; } }
      .sec_inq .sec_inq_btn a hr {
        display: none;
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        height: 10px;
        width: 35px;
        transform: skewX(45deg);
        transition: transform 0.3s ease-in-out; }
        @media screen and (max-width: 480px) {
          .sec_inq .sec_inq_btn a hr {
            height: 8px;
            width: 30px; } }
      body:not(.mobile) .sec_inq .sec_inq_btn a:hover {
        opacity: 0.7; }
        body:not(.mobile) .sec_inq .sec_inq_btn a:hover hr {
          transform: translateX(5px) skewX(45deg); }
  @media screen and (max-width: 480px) {
    .sec_inq .sec_res_btn {
      margin-bottom: 15px; } }
  .sec_inq .sec_res_btn a {
    background: #887565;
    background: #900c13;
    background: #5bb9c5; }
  .sec_inq .sec_req_btn a {
    background: #564130;
    background: #900c13; }

/*	スクロールアクション	*/
/*
.fadeup {
	transition: opacity 0.6s cubic-bezier(0.75, 0, 0.25, 1) 0s,transform 0.6s cubic-bezier(0.75, 0, 0.25, 1) 0s;
	opacity: 0;
	transform: translateY(25px);
	will-change:opacity,transform;
	&.p-view {
		opacity: 1;
		transform: translateY(0px);
	}
}*/
.parallax.blur {
  opacity: 0;
  filter: blur(20px);
  transition: all 0.6s ease-in-out 0s;
  transform: translateY(0);
  will-change: opacity,filter,transform; }
  .parallax.blur.p-view {
    opacity: 1;
    filter: blur(0); }

.fadeup {
  transition-property: transform,opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  transform: translateY(30px); }
  @media screen and (max-width: 480px) {
    .fadeup {
      transform: translateY(20px); } }

.delay_01 {
  transition-delay: 0.2s; }
.delay_02 {
  transition-delay: 0.4s; }
.delay_03 {
  transition-delay: 0.6s; }
.delay_04 {
  transition-delay: 0.8s; }
.delay_05 {
  transition-delay: 1s; }

.p-view.fadeup,
.p-view .fadeup {
  opacity: 1;
  transform: translateY(0px); }

.slide_l {
  transform: translateX(-100%) rotate(0.001deg);
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out; }
  .slide_l > * {
    transform: translateX(100%) rotate(0.001deg);
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out; }
  .p-view .slide_l, .slide_l.p-view {
    transform: translateX(0); }
    .p-view .slide_l > *, .slide_l.p-view > * {
      transform: translateX(0); }

.slide_r {
  transform: translateX(100%) rotate(0.001deg);
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out; }
  .slide_r > * {
    transform: translateX(-100%) rotate(0.001deg);
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out; }
  .p-view .slide_r, .slide_r.p-view {
    transform: translateX(0); }
    .p-view .slide_r > *, .slide_r.p-view > * {
      transform: translateX(0); }

.slide_r {
  transform: translateX(100%) rotate(0.001deg);
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out; }
  .slide_r > * {
    transform: translateX(-100%) rotate(0.001deg);
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out; }
  .p-view .slide_r, .slide_r.p-view {
    transform: translateX(0); }
    .p-view .slide_r > *, .slide_r.p-view > * {
      transform: translateX(0); }

.last_txt {
  letter-spacing: 0 !important; }

.inner_1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px); }

.inner_1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 40px); }

@media screen and (max-width: 480px) {
  .ta_r_sp {
    text-align: right !important; } }

/*# sourceMappingURL=common.css.map */
