@charset "UTF-8";
/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); /* Mediumない場合 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
/* -------------------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  color: #1C3333;
  background-color: #F1EFEB;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho", serif;
}

.serif {
  font-family: "Shippori Mincho", serif;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/*
 End-initialize
------------------------------------------- */
/* ----------------------------------------
 link-style
 */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

a.no-link {
  cursor: default !important;
}

a.no-link:hover {
  opacity: 1 !important;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

/* ----------------------------------------
 link-style only-pc
*/
@media screen and (min-width: 1025px) {
  a:hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
/*
 End-link-style only-pc
---------------------------------------- */
/*
 end-link-style
----------------------------------------- */
/* ----------------------------------------
 responsible-contents
 */
/* ----------------------------------------
 responsible-contents  only-pc
*/
@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}
/*
 End-responsible-contents  only-pc
---------------------------------------- */
/* ----------------------------------------
 responsible-contents  tablet
*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}
/*
 End-responsible-contents  tablet
 ---------------------------------------- */
/* ----------------------------------------
 responsible-contents  sp
*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*
 End-responsible-contents  sp
 ---------------------------------------- */
/*
 End-responsible-contents
---------------------------------------- */
/*================================================================
 fit-4d-style
================================================================*/
/* logtag */
/* accessibilityNav*/
#accessibilityNav {
  display: none;
}

#logtag {
  display: none;
}

/* no-js */
#noscript {
  width: 100%;
  min-height: 59px;
  border-bottom: 1px solid #999999;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  overflow: hidden;
}

#noscript .content {
  padding: 10px;
  width: auto;
}

#noscript span {
  color: #cc0000;
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}
/*==================================================================================
 common
==================================================================================*/
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-size: 100% 100%;
  letter-spacing: 0.1em;
}

.fixed-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/common/content-bg.jpg);
  background-size: cover;
}

.all-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #f1efeb;
}

main {
  padding-bottom: 160px;
  color: #1c2b46;
}

.sp-container {
  display: none;
}

.js-scroll {
  opacity: 0;
  /* margin-top: 50px; */
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}

.js-scroll.on {
  opacity: 1;
  margin-top: 0;
}

.app-bnr a {
  display: none;
}

a.disabled {
  pointer-events: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.app-bnr {
  position: relative;
  z-index: 20;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}

.light {
  font-weight: lighter;
}

.bold {
  font-weight: bold;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.en,
.garamond {
  font-family: "EB Garamond", serif;
}

.aboreto {
  font-family: "Aboreto", system-ui;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.-en {
  font-family: "Cinzel", serif;
}

.-gold {
  color: #b1a18b;
}

.-gray {
  color: #acacac;
}

.-wh {
  color: #fff;
}

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

@media screen and (min-width: 769px) {
  .sp-container {
    display: none !important;
  }
}
/*btn*/
.button {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f7f5f1), to(#ebe8e2));
  background: linear-gradient(to right, #f7f5f1, #ebe8e2);
  max-width: 250px;
  margin: 0 auto 4%;
  padding: 1.5em;
  -webkit-filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.1764705882));
          filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.1764705882));
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.button a {
  color: #000;
}
.button .btn-line {
  position: absolute;
  top: 50%;
  right: -8%;
  width: 15%;
  height: 1px;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button .btn-line:after {
  content: "";
  position: absolute;
  top: 49%;
  right: -14%;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.button:hover {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1137254902));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1137254902));
}
.button:hover .btn-line:after {
  -webkit-transform: translate(-310%, -50%);
          transform: translate(-310%, -50%);
}

.btnlink .btn_more {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.btnlink .btn_more .btn-line {
  position: absolute;
  top: 50%;
  right: -47%;
  width: 36%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btnlink .btn_more .btn-line {
    top: 62%;
    height: 1px;
  }
}
.btnlink .btn_more .btn-line:after {
  content: "";
  position: absolute;
  /*top: 49%;*/
  right: -10%;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.btnlink .btn_more .btn-line.g {
  background: #b1a18b;
}
.btnlink .btn_more .btn-line.g:after {
  border: 1px solid #b1a18b;
}
.btnlink:hover .btn_more .btn-line:after {
  -webkit-transform: translate(-280%, -50%);
          transform: translate(-280%, -50%);
}

.font-size30 {
  font-size: 30%;
}

.font-size40 {
  font-size: 40%;
}

.font-size50 {
  font-size: 50%;
}

.font-size60 {
  font-size: 60%;
}

.font-size70 {
  font-size: 70%;
}

.font-size80 {
  font-size: 80%;
}

.font-size90 {
  font-size: 90%;
}

.font-size100 {
  font-size: 100%;
}

.font-size110 {
  font-size: 110%;
}

.font-size120 {
  font-size: 120%;
}

.font-size130 {
  font-size: 130%;
}

.font-size140 {
  font-size: 140%;
}

.font-size150 {
  font-size: 150%;
}

.font-size160 {
  font-size: 160%;
}

.font-size170 {
  font-size: 170%;
}

.font-size180 {
  font-size: 180%;
}

.font-size190 {
  font-size: 190%;
}

.font-size200 {
  font-size: 200%;
}

.swiper-container {
  margin: 0;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.swiper-wrapper {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.commonBannerArea .swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 0;
  position: absolute;
  left: 10%;
  bottom: -20px;
  height: 8px;
  width: 80%;
  background: none;
  border-bottom: 1px solid #2b2f36;
}

.commonBannerArea .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #2b2f36;
}

@media only screen and (max-width: 767px) {
  .commonBannerArea .swiper-container-horizontal > .swiper-scrollbar {
    height: 4px;
  }
}
.common-button01 {
  display: block;
  margin: 0 auto;
  width: 200px;
  position: relative;
  overflow: hidden;
  padding: 20px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  text-align: center;
  z-index: 1;
}

.common-button01 span {
  color: #fff;
  position: relative;
  letter-spacing: 0.1em;
  -webkit-transition: letter-spacing 0.5s;
  transition: letter-spacing 0.5s;
  z-index: 3;
}

.common-button01::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#cba97d), to(#887253));
  background: linear-gradient(90deg, #cba97d, #887253);
  border: 1px solid #fff;
  border-radius: 40px;
  -webkit-transition: left 0.5s, right 0.5s;
  transition: left 0.5s, right 0.5s;
}

.common-button01:hover {
  opacity: 1 !important;
}

.common-button01:hover span {
  letter-spacing: 0.5em;
}

.common-button01:hover::after {
  left: 0px;
  right: 0px;
}

.common-button01.none {
  pointer-events: none;
}

a:hover .common-button01 {
  opacity: 1 !important;
}

a:hover .common-button01 span {
  letter-spacing: 0.5em;
}

a:hover .common-button01::after {
  left: 0px;
  right: 0px;
}

.swipe {
  display: none;
}

.js-scroll {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.js-scroll.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.footer-wrapper,
.content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .content {
    background: url(../imgs/common/bg-sp.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
    padding-top: 92px;
  }
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 20px auto 40px;
  }
  .swipe img {
    width: 100% !important;
  }
}
.pageAnnotation {
  position: relative;
  line-height: 1.5;
  font-size: 11px;
  color: #fff;
}

.pageAnnotation p {
  line-height: 1.5;
  font-size: 11px;
}

.pageAnnotation a {
  text-decoration: underline;
}

.fadeInAct {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.fadeInAct.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.fadeInAct.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeInAct.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.fadeInAct.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.fadeInAct.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.fadeInAct.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}

.fadeInAct.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}

figure,
div.image {
  position: relative;
  line-height: 0;
}

figcaption {
  line-height: 1;
}

.caption {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #fff;
  right: 0%;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.8);
}

.page-title .caption {
  bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .page-title .caption {
    bottom: 0px;
  }
}
img.border {
  border: 1px solid #d3d3d3;
}

.inlineBlock {
  display: inline-block !important;
}

.colorBlack {
  color: #333 !important;
}

span.altText {
  display: none;
}

.image {
  position: relative;
}

.image .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 10px;
}

.image .caption.left {
  left: 0;
  right: auto;
}

.image .caption.none {
  background: none;
  bottom: -20px;
}

.image .caption.blk {
  background: none;
  bottom: -20px;
  color: #000;
}

.appBnr {
  text-align: center;
}

.appBnr img {
  border: 1px solid #d3d3d3;
}

.commonBannerArea {
  padding: 45px 0 62px;
  background: #ebebeb;
  text-align: center;
  position: relative;
  z-index: 2;
}

.commonBannerArea .title {
  font-size: 22px;
  padding-bottom: 35px;
  font-family: "Aboreto", system-ui;
  color: #564e4b;
}

.commonBannerArea a img {
  max-width: 420px;
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}

.commonBannerArea .slick-slide {
  margin: 0 10px;
  margin: auto;
  width: 30%;
}

.commonBannerArea .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(../imgs/common/button-arrow01.png);
  background-size: 100% 100%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.commonBannerArea .slick-arrow:before {
  display: none !important;
}

.commonBannerArea .slick-arrow.prev {
  left: 0;
}

.commonBannerArea .slick-arrow.next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.commonBannerArea img {
  width: 100%;
  max-width: none;
}

#slider01 {
  position: relative;
  margin: auto;
}

#slider01 img {
  width: 100%;
  height: auto;
}

#slider01 .slideFrame {
  position: relative;
  height: 100%;
}

#slider01 .slides {
  height: 100%;
}

#slider01 .slides li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
  common-classes  tablet-sp
*/
.common-button03 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  word-break: break-all;
  width: 100%;
  max-width: 300px;
}

.common-button03:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#cba97d), to(#887253));
  background: linear-gradient(90deg, #cba97d, #887253);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.common-button03.on-button {
  border: none;
}

.common-button03.on-button:after {
  opacity: 1;
}

.common-button03 .in {
  position: relative;
  z-index: 2;
}

.common-button03 .texts {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 15px;
  line-height: 15px;
}

.common-button03 .texts p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.common-button04 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  width: 100%;
  max-width: 300px;
}

.common-button04:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#cba97d), to(#887253));
  background: linear-gradient(90deg, #cba97d, #887253);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.common-button04 :before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.common-button04 :after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 15px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.common-button04.on-button {
  border: none;
}

.common-button04.on-button:after {
  opacity: 1;
}

.common-button04 .in {
  position: relative;
  z-index: 2;
}

.common-button04 .texts {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 15px;
  line-height: 15px;
}

.common-button04 .texts p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.common-button01 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  width: 100%;
  max-width: 300px;
}

.common-button01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4d7c78), to(#0b0f0f));
  background: linear-gradient(90deg, #4d7c78, #0b0f0f);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.common-button01 :before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.common-button01 :after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 15px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.common-button01.on-button {
  border: none;
}

.common-button01.on-button:after {
  opacity: 1;
}

.common-button01 .in {
  position: relative;
  z-index: 2;
}

.common-button01 .texts {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 15px;
  line-height: 15px;
}

.common-button01 .texts p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

a:hover .common-button03,
.common-button03:hover {
  opacity: 1 !important;
  border-color: rgba(255, 255, 255, 0);
}

a:hover .common-button03:after,
.common-button03:hover:after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}

a:hover .common-button03 p,
.common-button03:hover p {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.pageAnnotationArea {
  padding: 50px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}

.pageAnnotationArea .page-annotation {
  font-size: 11px;
  line-height: 1.5;
}

.common-apeal .sub-title {
  padding-bottom: 33px;
  text-align: center;
  font-size: 22px;
  color: #c9bda9;
  font-weight: normal;
}

.common-apeal .title {
  padding: 20px 20px 25px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.common-apeal .title .ja {
  font-size: 16px;
  margin-left: 20px;
}

.common-apeal .body .merits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.common-apeal .body li {
  list-style: none;
  padding: 0 0 65px;
  width: 32%;
  color: #395751;
}

.common-apeal .body .num {
  width: 93px;
  padding-bottom: 10px;
}

.common-apeal .body .blocks {
  padding-left: 15px;
}

.common-apeal .body .block03 {
  padding-top: 10px;
}

.common-apeal .body .text01 {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 0px;
}

.common-apeal .body .text02 {
  font-size: 24px;
  line-height: 1.7;
}

.common-apeal .body .text03 {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #395751;
  margin-bottom: 10px;
}

.selling-point {
  display: none !important;
}

.selling-point .sub-title {
  padding-bottom: 33px;
  text-align: center;
  font-size: 22px;
  color: #c9bda9;
  font-weight: normal;
}

.selling-point .title {
  padding: 20px 20px 25px;
  text-align: center;
  font-size: 30px;
  background: url(../imgs/common/apeal-bg01.jpg) no-repeat center;
  background-size: cover;
  font-weight: normal;
}

.selling-point .title .ja {
  font-size: 16px;
  margin-left: 20px;
}

.selling-point .body {
  background: url(../imgs/common/apeal-bg02.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 5%;
}

.selling-point .body .merits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.selling-point .body li {
  list-style: none;
  padding: 40px 0 65px;
  width: 32%;
  border-left: 1px solid #a38358;
  color: #395751;
}

.selling-point .body .num {
  width: 93px;
  padding-bottom: 10px;
}

.selling-point .body .blocks {
  padding-left: 15px;
}

.selling-point .body .block03 {
  padding-top: 10px;
}

.selling-point .body .text01 {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 0px;
}

.selling-point .body .text02 {
  font-size: 24px;
  line-height: 1.7;
}

.selling-point .body .text03 {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #395751;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .common-apeal .body {
    padding: 20px 5% 40px;
  }
  .common-apeal .title {
    padding: 18px 10px 18px;
    font-size: 16px;
  }
  .common-apeal .title .ja {
    font-size: 11px;
    margin-left: 11px;
  }
  .common-apeal .body .merits {
    display: block;
    width: 84%;
    margin: 0 auto;
    text-align: center;
  }
  .common-apeal .body li {
    padding: 30px 0 0;
    width: auto;
    border-left: none;
  }
  .common-apeal .body li:last-child {
    border-bottom: none;
  }
  .common-apeal .body .blocks {
    padding-left: 0px;
  }
  .common-apeal .body .block03 {
    padding-top: 10px;
  }
  .common-apeal .body .text01 {
    font-size: 11px;
  }
  .common-apeal .body .text02 {
    font-size: 14px;
  }
  .common-apeal .body .text03 {
    display: inline-block;
    padding: 6px 8px;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .common-apeal .body .merit01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-apeal .body .merit01 .left {
    width: 30%;
  }
  .common-apeal .body .sp-box {
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 0;
  }
  main img {
    width: 100%;
    height: auto;
  }
  main .wrap {
    width: 94%;
  }
  .printBtn {
    display: none !important;
  }
  .commonBannerArea {
    padding: 50px 0;
  }
}
/*==================================================================================
 site-header
==================================================================================*/
.pc-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 72px;
  z-index: 1500;
  background: rgba(119, 84, 48, 0.5529411765);
  padding: 10px 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.pc-menu:hover {
  background: #FFF;
  border: 1px solid #ae9984;
}
.pc-menu:hover .bars li {
  background-color: #785f47;
}
.pc-menu:hover .texts {
  color: #785f47;
}

.pc-menu .close {
  display: none;
}

.pc-menu .bars {
  position: relative;
  height: 30px;
  margin-bottom: 8px;
}

.pc-menu .bars li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #fff;
  -webkit-transition: left 0.5s, right 0.5s;
  transition: left 0.5s, right 0.5s;
}

.pc-menu .bars .l01 {
  top: 0px;
  left: 14px;
}

.pc-menu .bars .l02 {
  top: 0px;
}

.pc-menu .bars .l03 {
  bottom: 0px;
  left: 36px;
}

.pc-menu .texts {
  position: relative;
  height: 20px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
}

.pc-menu .texts p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.pc-menu .texts .op {
  opacity: 1;
}

.pc-menu.on .close {
  display: block;
}

.pc-menu.on .texts .op {
  opacity: 0;
}

.pc-menu.on .texts .cl {
  opacity: 1;
}

.pc-menu.on .bars .l01 {
  left: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pc-menu.on .bars .l02 {
  left: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pc-menu.on .bars .l03 {
  left: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pc-menu.on .open {
  display: none;
}

@media (max-width: 1024px) {
  .pc-menu {
    display: none;
  }
}
.pc-fixed-button {
  position: fixed;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 499;
}

.pc-fixed-button ul {
  width: auto;
}

.pc-fixed-button.on li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.pc-fixed-button li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* 常に右端基準 */
  z-index: 1;
  overflow: visible;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: transform 0.9s, opacity 0.9s;
  transition: transform 0.9s, opacity 0.9s, -webkit-transform 0.9s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /* ← Safariでの揺れ防止 */
  margin-bottom: 15px;
  will-change: transform;
}

.pc-fixed-button li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.pc-fixed-button li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.pc-fixed-button li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  border-bottom: none;
}

.pc-fixed-button a {
  display: block;
  padding: 40px 20px 40px;
  color: #fff;
  font-size: 13px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  /* Safari対策 */
  color: #FFF;
  background-color: #967c15;
  width: 13px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.pc-fixed-button a:hover {
  background-color: rgb(255, 255, 255);
  opacity: 1;
  color: #000;
}

.pc-fixed-button.safari a {
  padding-right: 1em;
}

.site-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 95px;
  background: #fff;
  z-index: 100;
}

.site-header h1 {
  font-weight: normal;
}

.site-header .body {
  position: relative;
}

.site-header .title a:hover,
.site-header .title02 a:hover {
  opacity: 1;
}

.site-header .title {
  padding: 45px 0 0 60px;
}

.site-header .title .placeName {
  padding-bottom: 2px;
}

.site-header .title img {
  margin-right: 10px;
  vertical-align: bottom;
}

.site-header .text {
  position: absolute;
  top: 15px;
  right: 60px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}

.site-header .tools {
  position: absolute;
  right: 58px;
  top: 40px;
}

.site-header .menu-button {
  display: none;
}

.site-header .tools li {
  float: left;
  margin-left: 1px;
}

.site-header .tools li.links {
  padding-right: 15px;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  .site-header .tools li.links {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .tools li.links > div {
    line-height: 1;
  }
  .site-header .tools li.links > div:first-child {
    padding-bottom: 5px;
  }
}
.site-header .tools li.links a {
  display: block;
  color: #fff;
}

.site-header .tools li.links .outline {
  padding-top: 2px;
}

.site-header .tools li.request a:hover,
.site-header .tools li.request a:hover img,
.site-header .tools li.reserve a:hover,
.site-header .tools li.reserve a:hover img {
  opacity: 1;
}

.site-header .tools li.request,
.site-header .tools li.reserve {
  position: relative;
  overflow: hidden;
}

.site-header .tools li.request:after,
.site-header .tools li.reserve:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  background: url(../imgs/common/light.png) center;
  -webkit-animation: button 3s ease infinite;
          animation: button 3s ease infinite;
  z-index: 19;
}

@media screen and (min-width: 1025px) {
  .site-header .title01 {
    display: none;
  }
  .site-header .title02 {
    display: inline-block;
    padding: 0 0 0 60px;
    height: 100px;
    width: 142px;
  }
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding-bottom: 105px;
  }
}
/* ----------------------------------------
       header-style only-tablet
      */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site-header .pc {
    display: none !important;
  }
  .site-header .sp {
    display: block !important;
  }
}
/*
       End-header-style only-tablet
       ---------------------------------------- */
/* ----------------------------------------
       header-style tablet-sp
      */
@media screen and (max-width: 1024px) {
  .pc-menu,
  .pc-fixed-button {
    display: none;
  }
  .content {
    padding-top: 92px;
  }
  .site-header .tools li.request:after,
  .site-header .title02,
  .site-header .tools li.reserve:after {
    display: none;
  }
  .site-header {
    position: absolute;
    height: 157px;
    height: 92px;
    border-bottom: 0.5px solid #cbcbcb;
  }
  .site-header .title {
    padding: 20px 10px 0 10px;
    text-align: center;
  }
  .site-header .title .placeName {
    padding-bottom: 0;
  }
  .site-header .title .clio.sp {
    display: block !important;
    margin: 0 auto 10px auto;
    width: auto;
    height: 20px;
  }
  .site-header .title .placeName {
    display: inline-block;
    width: auto;
    height: 18px;
  }
  .site-header .title img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%;
    height: 20px;
  }
  .site-header .text {
    display: none;
  }
  .site-header .tools {
    position: static;
  }
  .site-header .tools li img {
    display: none;
  }
  .site-header .tools .sp-navi li img {
    display: inline-block;
    width: auto;
  }
  .site-header .tools .sp-navi li.top img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.concept img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.design img {
    height: 12px;
  }
  .site-header .tools .sp-navi li.location img {
    height: 10px;
  }
  .site-header .tools .sp-navi li.access img {
    height: 10px;
  }
  .site-header .tools .sp-navi li.equipment img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.structure img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.select img {
    height: 10px;
  }
  .site-header .tools .sp-navi li.plan img {
    height: 11px;
  }
  .site-header .tools .sp-navi li.outline img {
    height: 11px;
  }
  .site-header .tools .btns li.request img {
    height: 11px;
  }
  .site-header .tools .btns li.reserve img {
    height: 11px;
  }
  .site-header .menu-button {
    display: block;
  }
  .site-header .tools-base {
    position: relative;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
  .site-header .tools {
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 150;
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    opacity: 1;
  }
  .site-header .tools.fadeIn {
    opacity: 1;
  }
  .site-header .tools.fixed {
    position: fixed;
  }
  .site-header .tools li {
    width: 20%;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: 0;
  }
  .site-header .tools .head-btns li {
    border-right: 0.5px solid #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c3333), to(#415c5c));
    background: linear-gradient(to bottom, #1c3333, #415c5c);
  }
  .site-header .tools .head-btns li.sp {
    display: block !important;
  }
  .site-header .tools .head-btns li:first-child {
    border-left: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#71614a), to(#b1a18b));
    background: linear-gradient(to bottom, #71614a, #b1a18b);
  }
  .site-header .tools li.links {
    padding-right: 0;
    text-align: center;
  }
  .site-header .tools .head-btns li a:hover {
    opacity: 1;
  }
  .site-header .tools li div.outline,
  .site-header .tools .head-btns li.webReserveBtn {
    display: none !important;
  }
  .site-header .tools .head-btns li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: auto;
    height: 75px;
    padding: 9px 0 6px !important;
    border: none;
    line-height: 1;
    text-indent: -10000px;
    font-size: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60px;
    overflow: hidden;
  }
  .site-header .tools li.menu-button.on {
    position: relative;
  }
  .site-header .tools li.menu-button.on:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#71614a), to(#b1a18b));
    background: linear-gradient(to bottom, #71614a, #b1a18b);
  }
  .site-header .tools li.menu-button.on a {
    position: relative;
    background-color: transparent;
    z-index: 1;
  }
  .site-header .tools li.links a {
    display: block;
    margin-top: 0;
    font-size: 0;
    text-indent: -10000;
    background-image: url(../imgs/common/hdr-sp-map.png);
  }
  .site-header .tools .head-btns li.requestBtn a {
    background-image: url(../imgs/common/hdr-sp-request.png);
    background-position-y: 70%;
  }
  .site-header .tools .head-btns li.reserveBtn a {
    background-image: url(../imgs/common/hdr-sp-reserve.png);
  }
  .site-header .tools li.tel a {
    background-image: url(../imgs/common/hdr-sp-tell.png);
  }
  .site-header .tools li.menu-button a {
    background-image: url(../imgs/common/hdr-sp-menu.png);
  }
  .site-header .tools li.menu-button.on a {
    background-image: url(../imgs/common/hdr-sp-close.png);
  }
  .site-header .tools .sp-navi ul {
    margin-top: -1px;
    border-top: 1px solid #cacbcf;
  }
  .site-header .tools .sp-navi li {
    width: 100%;
    border-bottom: 1px solid #cacbcf;
  }
  .site-header .tools .sp-navi li:not(:first-child) {
    float: left;
    width: 50%;
  }
  .site-header .tools .sp-navi li a {
    line-height: 1;
  }
  /*.site-header .tools .sp-navi .navi-list li:nth-child(odd):last-child {
          width: 100%;
          border-right: none;
        }*/
  .site-header .tools .head-btns {
    position: relative;
    z-index: 20;
    background: #fff;
  }
  .sp-navi a {
    display: block;
    padding: 16px 10px;
    color: #1a0f08;
  }
  .commonButton01 a {
    padding: 20px 20px;
  }
  .sp-navi .commonButton01 a {
    color: #fff;
    border-color: #fff;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#4d7c78), to(#0b0f0f));
    background: linear-gradient(90deg, #4d7c78, #0b0f0f);
    position: relative;
  }
  .sp-navi .commonButton01 a::after, .sp-navi .commonButton01 a::before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 18px;
    height: 1px;
    background-color: #fff;
  }
  .sp-navi .commonButton01 a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .sp-navi .reserveBtn a {
    background: -webkit-gradient(linear, left top, right top, from(#cba97d), to(#887253));
    background: linear-gradient(90deg, #cba97d, #887253);
  }
  .sp-navi .webReserveBtn a {
    background: -webkit-gradient(linear, left top, right top, from(#919191), to(#494949));
    background: linear-gradient(90deg, #919191, #494949);
  }
  .site-header .tools .sp-navi .btns {
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
    width: 70%;
    border: none;
    background: none;
  }
  .site-header .tools .sp-navi .btns li {
    float: none;
    clear: both;
    margin: 0 auto;
    padding-bottom: 10px;
    border: none;
    width: auto;
    text-align: center;
    line-height: 0;
  }
  .site-header .tools .sp-navi .btns li:last-child {
    padding-bottom: 0;
  }
  .site-header .tools .sp-navi .btns li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    color: #fff;
  }
  .site-header .head-btns .requestBtn a,
  .site-header .head-btns .reserveBtn a {
    background-color: transparent;
  }
  .site-header .head-btns .requestBtn a:after,
  .site-header .head-btns .reserveBtn a:after {
    display: none !important;
  }
  .site-header .tools .sp-navi .btns a:before {
    background: none;
  }
}
/*
       End-header-style tablet-sp
       ---------------------------------------- */
/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  position: relative;
  background-color: #fff;
  z-index: 15;
}

.site-footer .infoes {
  margin-bottom: 25px;
  padding: 0 0 4px;
}

.site-footer .infoes .infoes-base {
  position: relative;
  height: 80px;
  z-index: 20;
}

.site-footer .infoes .base {
  position: absolute;
  padding: 10px 5% 6px 5%;
  left: 0;
  bottom: 0;
  width: 90%;
  color: #000;
  z-index: 20;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}

.site-footer .infoes .base.fadeIn {
  opacity: 1;
}

.site-footer .infoes .base:not(.fixed) {
  opacity: 1;
  display: block;
}

.site-footer .infoes .base.fixed {
  position: fixed;
}

.site-footer .infoes .inner {
  margin: 0 auto;
  max-width: 900px;
}

.site-footer .infoes .inner:after {
  content: "";
  width: 1px;
  height: 1px;
  display: table;
  clear: both;
}

.site-footer .infoes a {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.site-footer .infoes a:hover {
  opacity: 0.65;
}

.site-footer .infoes img {
  max-width: 100%;
  height: auto;
}

.site-footer .btns {
  margin: 0;
  padding-top: 8px;
  float: right;
}

.site-footer .btns li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  border: none;
}

.site-footer .btns li:not(:last-child) {
  margin-right: 1px;
}

.site-footer .btns li a {
  border-color: #ab6334;
  color: #fff;
  background-color: #ab6334;
}

.site-footer .btns li a::after {
  display: none;
}

@media (min-width: 1025px) {
  .site-footer .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
}
.site-footer .btns li .caption {
  position: absolute;
  right: 1%;
  bottom: 1%;
  line-height: 1;
  font-size: 10px;
  color: #000;
}

.site-footer .links {
  float: right;
  padding: 18px 10px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.site-footer .links li a {
  position: relative;
  padding-left: 8px;
  color: #000;
  overflow-x: hidden;
}

.site-footer .links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 1025px) {
  .site-footer .links li a:hover {
    opacity: 0.7;
  }
}
.site-footer .links li:first-child {
  padding-bottom: 8px;
}

.site-footer .contact {
  margin-bottom: 0;
  padding: 0 0 0;
  float: left;
  width: 55%;
  letter-spacing: 0.1em;
  text-align: left;
}

.site-footer .contact a {
  color: #000;
}

.site-footer .contact .title {
  padding-bottom: 5px;
  font-size: 12px;
}

.site-footer .contact .number {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  font-size: 36px;
}

.site-footer .contact .number span.pc {
  line-height: 0.8;
}

@media screen and (min-width: 1025px) {
  .site-footer .contact .number span.pc {
    display: inline-block !important;
  }
}
.site-footer .contact .number a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  pointer-events: none;
}

.site-footer .contact .number a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 33px;
  height: 25px;
  background: url("../imgs/common/icon-freecall.svg") no-repeat;
}

.site-footer .contact .businessHours {
  display: inline-block;
  padding-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 11px;
}

.clioNav {
  clear: both;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.clioNav ul {
  zoom: 1;
}

.clioNav ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clioNav ul:after {
  content: "";
  display: block;
  clear: both;
}

.clioNav ul li {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e1e1e1;
  text-align: center;
  vertical-align: baseline;
  zoom: 1;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d6d6d6;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.clioNav ul li a {
  display: block;
  text-decoration: none;
  padding: 14px 10px;
}

.clioNav ul li a img {
  margin-bottom: 5px;
}

.clioNav ul li a span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  color: #333;
  margin-left: 1px;
  letter-spacing: 0;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.clioNav ul li a span:before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  line-height: 18px;
}

.clioNav ul li.num01 {
  border-left: 0;
}

.clioNav .insta {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 0;
}

.logoArea {
  clear: both;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 1000px;
  max-width: 100%;
}

.logoArea .statement {
  float: left;
  margin-top: 15px;
  width: 340px;
}

.logoArea .statement img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

.logoArea ul {
  float: right;
  font-size: 10px;
}

.logoArea ul li {
  display: inline-block;
  padding-right: 15px;
  max-width: 270px;
}

.logoArea ul li:last-child {
  padding-right: 0;
}

.logoArea ul li.fLogo02 {
  max-width: 198px;
}

.logoArea ul li span {
  display: inline-block;
  padding-bottom: 5px;
  color: #333;
}

.logoArea ul li img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

.logoArea ul li.fLogo01 a:hover {
  opacity: 1;
}

.logoArea ul li p {
  color: #333;
  margin-bottom: 2px;
  letter-spacing: 0.15em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.logoArea ul li:last-child img {
  width: 100%;
}

.logoArea .privacy {
  clear: both;
  float: right;
  font-size: 10px;
  text-decoration: underline;
  padding-top: 20px;
}

.logoArea .privacy a {
  color: #333;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.copyright {
  clear: both;
  padding: 40px 0px 20px;
  text-align: right;
  font-size: 10px;
}

.copyright img {
  vertical-align: baseline;
  max-width: 277px;
}

.copyright p {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  z-index: 30;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.pageTop.on {
  opacity: 1;
}

/* fNav */
#fNav {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

#fNav li {
  float: left;
  letter-spacing: 1px;
}

#fNav strong {
  font-weight: bold;
}

/* ----------------------------------------
 footer-style only-pc
*/
@media screen and (min-width: 1025px) {
  .site-footer .btns {
    display: none;
  }
  .site-footer .infoes .bg {
    display: block;
    position: relative;
    padding-bottom: 430px;
    background: url(../imgs/common/footer-bg.jpg) no-repeat top center;
    background-size: cover;
  }
  .site-footer .infoes .bg .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105px;
    line-height: 20px;
    background: rgba(43, 43, 43, 0.74);
    text-align: center;
  }
  .site-footer .contact .num {
    pointer-events: none;
  }
  .site-footer .foot-navi {
    text-align: center;
    border-top: none;
    padding: 10px 0 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    background: -webkit-gradient(linear, left top, right top, from(#fff6e1), to(#b49983));
    background: linear-gradient(to right, #fff6e1, #b49983);
  }
  .site-footer .foot-navi ul {
    margin: 0 auto;
    padding: 11px 0 13px;
    max-width: 1000px;
  }
  .site-footer .foot-navi ul li {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .site-footer .foot-navi ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .site-footer .foot-navi ul li.pc {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer .foot-navi ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding-bottom: 3px;
  }
}
/*
 END-footer-style only-pc
---------------------------------------- */
/* ----------------------------------------
       footer-style only-tablet
      */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .site-footer .pc {
    display: none !important;
  }
  .site-footer .sp {
    display: block !important;
  }
}
/*
       End-footer-style only-tablet
      ---------------------------------------- */
/* ----------------------------------------
       footer-style tablet-sp
      */
@media screen and (max-width: 1024px) {
  .site-footer .infoes {
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
  }
  .site-footer .infoes .infoes-base {
    height: auto;
    background: none;
  }
  .site-footer .infoes .links {
    display: none;
  }
  .site-footer .infoes .btns {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    width: 70%;
  }
  .site-footer .infoes .btns li {
    float: none;
    margin-right: 0 !important;
  }
  .site-footer .infoes .btns li.reserveBtn a {
    background: -webkit-gradient(linear, left top, right top, from(#cba97d), to(#887253));
    background: linear-gradient(90deg, #cba97d, #887253);
  }
  .site-footer .infoes .btns li.webReserveBtn a {
    background: -webkit-gradient(linear, left top, right top, from(#919191), to(#494949));
    background: linear-gradient(90deg, #919191, #494949);
  }
  .site-footer .infoes .btns li a {
    border: none;
    display: block;
    width: auto;
    background: -webkit-gradient(linear, left top, right top, from(#fff6e1), to(#b49983));
    background: linear-gradient(to right, #fff6e1, #b49983);
    position: relative;
    color: #000;
  }
  .site-footer .infoes .btns li a::after, .site-footer .infoes .btns li a::before {
    content: "";
    display: block;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 1px;
    background-color: #000;
  }
  .site-footer .infoes .btns li a::after {
    left: auto;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .site-footer .infoes .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
  .site-footer .infoes .base {
    position: static !important;
    background: none;
  }
  .site-footer .infoes .contact {
    float: none;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  .site-footer .infoes .contact .title {
    float: none;
    width: auto;
    line-height: 1.4;
  }
  .site-footer .infoes .contact .title img {
    margin-bottom: 0;
  }
  .site-footer .infoes .contact .businessHours {
    padding-top: 0;
    float: none;
    width: auto;
  }
  .site-footer .infoes .contact .businessHours span.sp {
    display: inline !important;
  }
  .site-footer .infoes .contact .businessHours br {
    display: none;
  }
  .site-footer .contact .businessHours img {
    margin: 0 auto;
    height: auto;
  }
  #gFooter img {
    max-width: 100%;
  }
  #gFooter .meiwaLink {
    margin-top: 0;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 0;
  }
  #gFooter .meiwaLink li {
    border: 1px solid #e1e1e1;
    border-width: 0 0 1px 0;
    width: 100%;
  }
  #gFooter .ftrCompanyLink {
    text-align: center;
    padding: 20px 10px 0 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
  }
  #gFooter .ftrCompanyLink .companyLink {
    position: static;
    margin-top: 20px;
  }
  #gFooter .ftrCompanyLink .companyLink li {
    float: none;
    margin: 10px 0;
  }
  #gFooter .ftrCopy {
    text-align: center;
  }
  .foot-navi {
    height: auto;
    overflow: hidden;
  }
  .foot-navi li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin-right: 0;
    border-bottom: 1px solid #efefef;
    text-align: center;
    font-size: 14px;
  }
  .foot-navi li:nth-child(2n+1) {
    float: right;
  }
  .foot-navi li.top {
    width: 100%;
  }
  .foot-navi li a {
    display: block;
    position: relative;
    padding: 17px 0 15px;
    color: #212933;
    line-height: 14px;
  }
  .foot-navi li.current a {
    position: relative;
    /*&:after {
            @include after_given;
            position: absolute;
            bottom: 10px;
            width: 50%;
            left: 25%;
            border-bottom: 1px solid #aaa;
          }*/
  }
  .foot-navi li.new a:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 50%;
    color: #887955;
    font-size: 10px;
    font-family: "Cinzel", serif;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-style: itelic;
  }
  .foot-navi li.premium a:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 50%;
    color: #887955;
    font-size: 10px;
    font-family: "Cinzel", serif;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-style: itelic;
  }
  .foot-navi li.special a {
    letter-spacing: 0;
  }
  .foot-navi li a:hover {
    text-decoration: none;
  }
  .site-footer .btns {
    padding-bottom: 30px;
  }
  .site-footer .btns li {
    float: none;
    width: auto;
    height: auto;
  }
  .site-footer .btns li:not(:last-child) {
    margin-bottom: 10px;
    padding: 0;
  }
  .site-footer .btns li img {
    margin: 0 0 0 auto;
  }
  .site-footer .contact {
    float: none;
    clear: both;
    width: auto;
  }
  .site-footer .contact .title {
    padding-bottom: 10px;
  }
  .site-footer .contact .title .pc {
    display: none !important;
  }
  .site-footer .contact .title .sp {
    display: block !important;
  }
  .site-footer .contact .number {
    display: block;
    float: none;
    clear: both;
    padding: 0 0px 10px 0;
    position: relative;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .site-footer .contact .number span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .contact .number a {
    pointer-events: fill;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 0 18px 28px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #212933;
  }
  .site-footer .contact .number a .sp {
    display: inline-block !important;
    width: auto;
  }
  .site-footer .contact .number a:before {
    left: 50%;
    margin: -14px 0 0 -110px;
    width: 28px;
    height: 27px;
    background-image: url("../imgs/common/icon-freecall.svg");
    background-size: 100% auto;
  }
  .site-footer .contact .businessHours {
    font-size: 10px;
  }
  .site-footer .clioNav {
    width: auto;
    padding-bottom: 20px;
  }
  .site-footer .clioNav .insta {
    max-width: 330px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .site-footer .clioNav li {
    float: none;
    clear: both;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #e2e2e2;
  }
  .site-footer .clioNav li a {
    display: block;
    padding: 10px 0;
  }
  .site-footer .logoArea {
    padding-bottom: 21px;
    width: auto;
    text-align: center;
  }
  .site-footer .logoArea .statement,
  .site-footer .logoArea ul {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
  .site-footer .logoArea .statement {
    padding-bottom: 30px;
    width: 94%;
  }
  .site-footer .logoArea .statement img {
    width: 100%;
    max-width: 340px;
  }
  .site-footer .logoArea ul li {
    display: block;
    float: none;
    clear: both;
    text-align: left;
    margin: 0 auto 15px;
    padding: 0;
  }
  .site-footer .logoArea ul li:last-child {
    margin-bottom: 0;
  }
  .site-footer .logoArea ul li span {
    display: inline-block;
    vertical-align: baseline;
  }
  .site-footer .logoArea .privacy {
    float: none;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .site-footer .copyright {
    text-align: center;
  }
  .site-footer .copyright p {
    width: 94%;
  }
  .site-footer .copyright img.sp {
    display: inline-block !important;
  }
  .pageTop {
    width: 30px;
    right: 0;
    bottom: 0;
  }
}
/*
       End-footer-style tablet-sp
      ---------------------------------------- */
/*==================================================================================
 navi
==================================================================================*/
.global-navi {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 490;
  background-image: url(../imgs/common/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.global-navi:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 225, 0.1137254902)), color-stop(30%, rgba(255, 246, 225, 0.6156862745)), color-stop(50%, #b49983), to(#b49983));
  background: linear-gradient(90deg, rgba(255, 246, 225, 0.1137254902) 0%, rgba(255, 246, 225, 0.6156862745) 30%, #b49983 50%, #b49983 100%);
  z-index: -1;
}

.global-navi.on {
  z-index: 490;
  opacity: 1;
  pointer-events: inherit;
}

.global-navi .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.global-navi .block01 {
  margin-left: 60px;
  width: 34%;
}

.global-navi .block01 .text01 {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 5px;
}

.global-navi .block01 .text02 {
  font-size: 15px;
  line-height: 1;
}

.global-navi a {
  color: #000;
}

.global-navi .block02 {
  width: 50%;
}

.global-navi .links {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 35px;
}

.global-navi .links .ja {
  margin-left: 2em;
  font-size: 11px;
}

.global-navi .links a {
  display: block;
  padding: 10px 20px 10px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.global-navi .links a:hover {
  color: #fff;
  opacity: 1;
}

.global-navi .links li {
  position: relative;
  width: 48%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3647058824);
  margin-bottom: 18px;
}
.global-navi .links li.disable a:hover {
  color: rgba(0, 0, 0, 0.5529411765);
}

.global-navi .links li.new a:before {
  content: none;
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  text-align: center;
  font-size: 12px;
  background: #055551;
  color: #fff;
  padding: 2px 2px;
  letter-spacing: 0;
  font-family: "Aboreto", system-ui;
}

.global-navi .links01 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 35px;
}

.global-navi .links01 li {
  padding-bottom: 8px;
}

.global-navi .links01 li a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.global-navi .links01 li a:hover {
  color: #fff;
}
.global-navi .links01 li a:before {
  content: ">";
  margin-right: 8px;
}

.global-navi .contact {
  color: #000;
}

.global-navi .contact .ttl {
  padding-bottom: 2px;
  font-size: 12px;
}

.global-navi .contact .number {
  padding: 0 0px 4px 0;
  position: relative;
  font-size: 36px;
}

.global-navi .contact .number span {
  display: inline-block;
}

.global-navi .contact .number a {
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 8px 33px;
  width: 100%;
  color: #000;
  font-size: 36px;
  position: relative;
}

.global-navi .contact .number a:before {
  content: "";
  display: block;
  position: absolute;
  top: 56%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 22px;
  background: url("../imgs/common/icon-freecall.svg") no-repeat center;
  background-size: 100% auto;
}

.global-navi .contact .businessHours {
  font-size: 11px;
  line-height: 1.5;
}

/* ----------------------------------------
  navi-style only-pc
*/
@media screen and (min-width: 1025px) {
  .sp-navi {
    display: none !important;
  }
}
/* ----------------------------------------
  navi-style tablet-sp
*/
@media screen and (max-width: 1024px) {
  .global-navi-base {
    display: none !important;
  }
  .global-navi {
    display: none;
  }
  .global-navi.fd_fixed {
    top: 80px;
  }
  .sp-navi {
    display: none;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, from(#fff6e1), to(#b49983));
    background: linear-gradient(to right, #fff6e1, #b49983);
    z-index: 101;
  }
  .sp-navi .inner {
    overflow: auto;
  }
  .sp-navi .close {
    display: none;
  }
  .sp-navi .close a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #333;
    background-color: #fff;
  }
  .sp-navi .close a span {
    display: inline-block;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    font-size: 24px;
    color: #333;
    background-image: url(../imgs/common/gNav-close-icn.png);
  }
  .sp-navi .navi-list {
    margin-bottom: 15px;
  }
  .sp-navi .navi-list li {
    position: relative;
    min-height: 33px;
    margin-bottom: 4px;
    float: left;
    width: 50%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
  .sp-navi .navi-list li:nth-child(2n+1) {
    float: right;
  }
  .sp-navi .navi-list li.current a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-navi .navi-list li.top {
    width: 100%;
  }
  .sp-navi .btns {
    margin: 0 auto;
    width: 80%;
  }
  .sp-navi .btns li {
    margin-bottom: 10px;
  }
  .sp-navi .btns li.button {
    padding: 0.5em 1.5em;
  }
  .sp-navi .btns li a .lines {
    background-color: #1c2b46;
  }
  .sp-navi .btns .instaBtn {
    margin: 0 auto;
    background-color: #fff;
  }
  .sp-navi .btns .instaBtn img {
    width: 290px;
  }
  .site-footer {
    padding-bottom: 60px;
  }
  .site-footer .infoes-base .base {
    opacity: 1 !important;
  }
  .sp-navi li.new a:before,
  .global-navi .links li.new a:before {
    content: "NEW";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    text-align: center;
    font-size: 14px;
    background: #055551;
    color: #fff;
    padding: 2px 2px;
    letter-spacing: 0;
    font-family: "Aboreto", system-ui;
  }
  .sp-navi li.new a:before {
    font-size: 10px;
  }
}
.mo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.mo .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.mo .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 0;
  width: 100%;
  overflow: auto;
  z-index: 1000;
}

.mo .close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 30px;
  height: 30px;
  z-index: 1001;
}

.mo .close::before, .mo .close::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mo .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp,
  .mainVisual,
  .printBtn,
  .pageAnnotation {
    display: none !important;
  }
  #map .main {
    width: 850px !important;
  }
}
@media screen and (min-width: 1025px) {
  body > .app-bnr {
    display: none !important;
  }
}
/*==================================================================================
 sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   common
  ==================================================================================*/
  main {
    padding-bottom: 120px;
  }
  /*.pageAnnotation {
    padding: 30px 5%;
    font-size: 10px;
    background-image: url(../imgs/common/pageannotation-bg-sp.jpg);
  }*/
  .commonButton01 {
    width: auto;
    font-size: 15px;
  }
  .commonButton02 {
    width: 80%;
    font-size: 14px;
  }
  .commonButton02 a,
  .commonButton02 span {
    padding: 16px 0 18px;
  }
  .commonBannerArea {
    padding: 30px 0;
  }
  .commonBannerArea .slick-slide {
    margin: 0 20px;
    width: 90%;
    margin: auto;
  }
  .commonBannerArea .slick-arrow {
    width: 20px;
    height: 36px;
    background-image: url(../imgs/common/button-arrow02.png);
  }
  .commonCaption01 {
    padding: 4px 8px;
    font-size: 10px;
  }
  .pc-fixed-button {
    top: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  .sp-info-button {
    position: fixed;
    top: 25px;
    right: -10px;
    width: 60px;
    height: 60px;
    z-index: 1000;
  }
  .sp-container {
    display: none;
    position: fixed;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    top: 5vh;
    left: 20px;
    right: 20px;
    height: auto;
    background-color: #1c3333;
    color: #fff;
    border-radius: 8px;
    z-index: 2000;
    overflow: hidden;
  }
  .sp-container .sp-container-inner {
    height: auto;
    overflow: auto;
  }
  .sp-container .sp-container-content {
    padding: 30px 0;
  }
  .sp-container .js-scroll {
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
    opacity: 1 !important;
  }
  .sp-container .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
  }
  .sp-container .close::after, .sp-container .close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #004da0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .sp-container .close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mo .content img {
    max-width: inherit !important;
    width: 150% !important;
  }
  /*==================================================================================
   site-header
  ==================================================================================*/
  .site-header {
    height: 136px;
    height: 92px;
  }
  .site-header .tools .head-btns li a {
    height: 62px;
    background-size: auto 45px;
    background-position-y: 55%;
  }
  .site-header .tools li.links a {
    background-image: url(../imgs/common/hdr-sp-map.png);
  }
  .site-header .tools li.tel a {
    background-image: url(../imgs/common/hdr-sp-tell.png);
    background-position-y: 65%;
  }
  .site-header .tools li.menu-button a {
    background-image: url(../imgs/common/hdr-sp-menu.png);
    background-size: auto 40px;
    background-position-y: 80%;
  }
  /*==================================================================================
   siteFooter
  ==================================================================================*/
  .site-footer .copyright {
    padding: 16px 0px 28px;
    border-top: 1px solid #ccc;
  }
  .logoArea {
    padding-bottom: 13px;
  }
  .site-footer .clioNav {
    padding-bottom: 14px;
  }
  .site-footer .logoArea .statement {
    padding-bottom: 14px;
  }
  .site-footer .clioNav li a {
    padding: 8px 0 8px 17px;
  }
  .site-footer .contact {
    padding: 0;
  }
  .site-footer .contact .title img {
    width: 70%;
    height: auto;
  }
  .site-footer .contact .businessHours img {
    width: 50%;
    height: auto;
  }
  .site-footer .clioNav li {
    border-bottom: 1px solid #ccc;
  }
  /*==================================================================================
   navi
  ==================================================================================*/
  .sp-navi {
    top: 55px;
  }
  .sp-navi .gNavSPcv a span {
    line-height: 25px;
    padding-left: 40px;
    font-size: 14px;
    background-size: auto 25px;
  }
  .sp-navi .global-naviClose a span {
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    background-size: 15px auto;
  }
  .googleMap-request {
    margin: 0 19px;
    padding: 35px 19px 35px;
  }
  .googleMap-request .select {
    margin-bottom: 9px;
  }
  .googleMap-request select {
    font-size: 12px;
  }
  .googleMap-request .input-text {
    margin-bottom: 9px;
  }
  .googleMap-request .input-text:after {
    font-size: 12px;
    line-height: 40px;
  }
  .googleMap-request input {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 13px 30px 13px 10px;
    font-size: 12px;
  }
  .googleMap-request .common-link-button a {
    margin: 0 22%;
    width: auto;
  }
}
figcaption.-sdw {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

