@charset "UTF-8";
/* Scss Document */
/* ==============================================================
*  ベース
* ============================================================ */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left; }

/********************************************************

base

********************************************************/
:root {
  --margin-block: 200px; }

@media (min-width: 1101px) and (max-width: 1280px) {
  :root {
    --margin-block: 120px; } }
@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 640px) {
  :root {
    --margin-block: 70px; } }
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #233446; }

html {
  font-size: 62.5%; }

img {
  max-width: 100%;
  vertical-align: bottom; }
  @media screen and (max-width: 1170px) {
    img {
      width: 100%; } }

main {
  padding-top: 100px;
  background: #000; }
  @media screen and (max-width: 1340px) {
    main {
      padding-top: 70px; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none !important; } }

.tab {
  display: none !important; }
  @media screen and (max-width: 970px) {
    .tab {
      display: block !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block !important; } }

.sp_small {
  display: none; }
  @media screen and (max-width: 400px) {
    .sp_small {
      display: block; } }

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

.font-en {
  font-family: "Cinzel", serif;
  font-weight: 400 !important; }

/* container */
.container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto; }

/* caption */
.caption {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8; }

/* link */
a {
  color: #3f383e; }

/* 画像内キャプション */
.img {
  position: relative; }
  .img-cap {
    font-size: calc(10px + ((12 - 10) * (100vw - 750px) / (1920 - 750)));
    position: absolute;
    bottom: 1rem;
    right: 1rem; }
    .img-cap.wh {
      color: #fff;
      text-shadow: 2px 2px 3px #000; }
    .img-cap.bk {
      color: #000; }
  .img-cap-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    color: #FFF;
    font-size: 1.2rem; }

/* ------------------------------------

button

--------------------------------------*/
.btn_req,
.btn_res,
.btn_limited,
.btn_more,
.btn_link {
  text-align: center;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
  .btn_req:hover, .btn_req:focus, .btn_req:active,
  .btn_res:hover,
  .btn_res:focus,
  .btn_res:active,
  .btn_limited:hover,
  .btn_limited:focus,
  .btn_limited:active,
  .btn_more:hover,
  .btn_more:focus,
  .btn_more:active,
  .btn_link:hover,
  .btn_link:focus,
  .btn_link:active {
    transform: scale(0.95); }
  .btn_req::after,
  .btn_res::after,
  .btn_limited::after,
  .btn_more::after,
  .btn_link::after {
    font-family: "Material Icons";
    content: '';
    font-size: 3.2rem;
    position: absolute;
    top: 50%;
    right: 1.5%;
    bottom: 0;
    transition: opacity 0.3s;
    border-radius: inherit; }
  .btn_req a,
  .btn_res a,
  .btn_limited a,
  .btn_more a,
  .btn_link a {
    color: #FFF;
    padding: 2.5rem 0;
    display: block;
    position: relative; }
    .btn_req a.dropshadow,
    .btn_res a.dropshadow,
    .btn_limited a.dropshadow,
    .btn_more a.dropshadow,
    .btn_link a.dropshadow {
      box-shadow: 0px 17px 17.1px 0.9px rgba(84, 84, 84, 0.23);
      transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
      .btn_req a.dropshadow:hover, .btn_req a.dropshadow:focus, .btn_req a.dropshadow:active,
      .btn_res a.dropshadow:hover,
      .btn_res a.dropshadow:focus,
      .btn_res a.dropshadow:active,
      .btn_limited a.dropshadow:hover,
      .btn_limited a.dropshadow:focus,
      .btn_limited a.dropshadow:active,
      .btn_more a.dropshadow:hover,
      .btn_more a.dropshadow:focus,
      .btn_more a.dropshadow:active,
      .btn_link a.dropshadow:hover,
      .btn_link a.dropshadow:focus,
      .btn_link a.dropshadow:active {
        box-shadow: 0px 3px 10px 0.9px rgba(84, 84, 84, 0.23); }

/* 資料請求(物件エントリー) */
.btn_req a {
  background: linear-gradient(to right, #660f0f, #951515); }

/* 来場予約 */
.btn_res a {
  background: #4d978b;
  background: linear-gradient(90deg, #4d978b 0%, #5bada4 50%, #4d978b 100%); }

/* 限定コンテンツ */
.btn_limited {
  background: #000; }
  .btn_limited a {
    background: linear-gradient(to right, rgba(107, 92, 45, 0.4), rgba(156, 134, 66, 0.4));
    color: rgba(255, 255, 255, 0.3) !important;
    pointer-events: none; }
  .btn_limited .soon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: 2; }
  .btn_limited::after {
    display: none; }

/* もっと見る */
.btn_more a {
  background: #9e7631;
  background: linear-gradient(90deg, #9e7631 0%, #b48e3b 50%, #9e7631 100%); }

/* base */
.btn_link a {
  background: #9e7631;
  background: linear-gradient(90deg, #9e7631 0%, #b48e3b 50%, #9e7631 100%);
  border-radius: 40px; }

/* print */
.btn_link.print a::before {
  font-family: "Material Icons";
  content: '';
  margin-right: 0.3rem;
  vertical-align: bottom; }

/********************************************************

下層ページ

********************************************************/
.bg_beige,
.bg_l-blue {
  padding-top: calc( var(--margin-block) / 2 );
  position: relative; }

.bg_beige {
  background: #faf7f3; }
  .bg_beige:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #faf7f3; }

.bg_l-blue {
  background: #deebeb; }
  .bg_l-blue:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #deebeb; }

.bg_wave {
  padding-top: calc( var(--margin-block) / 2 );
  overflow: hidden;
  margin: 0 auto;
  width: 100%; }
  .bg_wave.color_blue {
    background-color: #faf7f3; }
    .bg_wave.color_blue svg path {
      fill: #deebeb;
      animation: wave linear 4s infinite; }
  .bg_wave.color_beige {
    background-color: #deebeb; }
    .bg_wave.color_beige svg path {
      fill: #faf7f3;
      animation: wave linear 4s infinite; }

@keyframes wave {
  from {
    transform: translate(0); }
  to {
    transform: translate(-100%); } }
.sec_mv {
  width: 100%; }
  @media screen and (max-width: 1340px) {
    .sec_mv {
      margin-top: -10px; } }
  @media screen and (max-width: 600px) {
    .sec_mv {
      margin-top: -20px; } }
  .sec_mv img {
    width: 100%; }
  .sec_mv .set_mv {
    display: grid; }
    .sec_mv .set_mv .mv {
      grid-area: 1/1;
      z-index: 1; }
    .sec_mv .set_mv .bg_mv-wave {
      grid-area: 1/1;
      animation: moveTopBottomMv 2s ease-in-out infinite alternate-reverse; }
  .sec_mv .wrap_h2 h2 {
    font-size: 60px;
    letter-spacing: 0.02em;
    color: #009dab; }
    @media screen and (min-width: 400px) {
      .sec_mv .wrap_h2 h2 {
        font-size: calc(60px + 0.0328947368 * (100vw - 400px)); } }
    @media screen and (min-width: 1920px) {
      .sec_mv .wrap_h2 h2 {
        font-size: 110px; } }
    @media screen and (max-width: 750px) {
      .sec_mv .wrap_h2 h2 {
        font-size: 44px; } }
  .sec_mv .wrap_h2 .font-jp {
    color: #8f703f;
    font-size: 14px; }
    @media screen and (min-width: 400px) {
      .sec_mv .wrap_h2 .font-jp {
        font-size: calc(14px + 0.0026315789 * (100vw - 400px)); } }
    @media screen and (min-width: 1920px) {
      .sec_mv .wrap_h2 .font-jp {
        font-size: 18px; } }

.wrap_h3_common {
  margin-bottom: calc( var(--margin-block) / 2 ); }
  .wrap_h3_common .h3_common {
    font-size: 26px;
    color: #009dab;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8; }
    @media screen and (min-width: 400px) {
      .wrap_h3_common .h3_common {
        font-size: calc(26px + 0.0092105263 * (100vw - 400px)); } }
    @media screen and (min-width: 1920px) {
      .wrap_h3_common .h3_common {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .wrap_h3_common .h3_common {
        font-size: 2.0rem; } }
  .wrap_h3_common .h3_text {
    font-size: 16px;
    line-height: 2.0;
    text-align: center;
    margin-top: clamp(0.938rem, 0.362rem + 2.3vw, 3.125rem); }
    @media screen and (min-width: 400px) {
      .wrap_h3_common .h3_text {
        font-size: calc(16px + 0.0052631579 * (100vw - 400px)); } }
    @media screen and (min-width: 1920px) {
      .wrap_h3_common .h3_text {
        font-size: 24px; } }
    @media screen and (max-width: 750px) {
      .wrap_h3_common .h3_text {
        line-height: 1.8;
        text-align: left; } }

/* ==============================================================
*  レイアウト
* ============================================================ */
/*---------------------------------

header

---------------------------------*/
body.fixed {
  position: fixed;
  width: 100%; }

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  /* 背景を黒に変更（不透明度0.9） */
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 0; }
  @media screen and (max-width: 1170px) {
    header {
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      padding-bottom: 0; } }
  header .header {
    font-family: "Shippori Mincho", serif;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
    @media screen and (max-width: 1170px) {
      header .header {
        z-index: 20; } }
    header .header a {
      color: #fff; }

.header-h1 {
  min-width: 270px;
  margin-left: 20px;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .header-h1 {
      margin-left: 10px; } }
  .header-h1 h1 {
    z-index: 20; }
    .header-h1 h1 .logo {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      color: #FFF; }
    .header-h1 h1 .svg {
      width: 95px;
      margin-right: 10px; }
      .header-h1 h1 .svg img {
        width: 100%; }
      @media screen and (max-width: 600px) {
        .header-h1 h1 .svg {
          width: 75px;
          margin-top: -5px; } }
    .header-h1 h1 .name {
      font-size: calc(13px + ((20 - 13) * (100vw - 350px) / (1920 - 350)));
      font-weight: 500; }

.header-wrapper {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center; }
  @media screen and (max-width: 1170px) {
    .header-wrapper {
      padding: 1.2rem 0; } }

.head-link {
  width: 55%;
  max-width: 800px;
  margin-left: auto; }
  @media screen and (max-width: 1400px) {
    .head-link {
      width: 65%; } }
  @media screen and (max-width: 1170px) {
    .head-link {
      display: none; } }
  .head-link .wrap-sub-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .head-link .wrap-sub-btns .sub {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      font-size: 12px;
      width: 47%;
      margin-left: auto;
      margin-right: 2%; }
      @media screen and (min-width: 1200px) {
        .head-link .wrap-sub-btns .sub {
          font-size: calc(12px + 0.0027777778 * (100vw - 1200px)); } }
      @media screen and (min-width: 1920px) {
        .head-link .wrap-sub-btns .sub {
          font-size: 14px; } }
      .head-link .wrap-sub-btns .sub li {
        margin-right: 15px; }
        .head-link .wrap-sub-btns .sub li:last-child {
          margin-right: 0; }
        .head-link .wrap-sub-btns .sub li a {
          color: #FFF; }
          .head-link .wrap-sub-btns .sub li a:after {
            content: "";
            color: #FFF;
            font-family: "Material Icons";
            margin-left: 0.2rem;
            font-size: 1.8rem;
            vertical-align: sub; }
    .head-link .wrap-sub-btns .btns_res-req {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      margin-left: auto;
      width: 50%; }
      .head-link .wrap-sub-btns .btns_res-req .btn_res,
      .head-link .wrap-sub-btns .btns_res-req .btn_limited,
      .head-link .wrap-sub-btns .btns_res-req .btn_req {
        font-size: 16px;
        line-height: 1.2 !important;
        width: 50%; }
        @media screen and (min-width: 1200px) {
          .head-link .wrap-sub-btns .btns_res-req .btn_res,
          .head-link .wrap-sub-btns .btns_res-req .btn_limited,
          .head-link .wrap-sub-btns .btns_res-req .btn_req {
            font-size: calc(16px + 0.0027777778 * (100vw - 1200px)); } }
        @media screen and (min-width: 1920px) {
          .head-link .wrap-sub-btns .btns_res-req .btn_res,
          .head-link .wrap-sub-btns .btns_res-req .btn_limited,
          .head-link .wrap-sub-btns .btns_res-req .btn_req {
            font-size: 18px; } }
        .head-link .wrap-sub-btns .btns_res-req .btn_res::after,
        .head-link .wrap-sub-btns .btns_res-req .btn_limited::after,
        .head-link .wrap-sub-btns .btns_res-req .btn_req::after {
          display: none; }
        .head-link .wrap-sub-btns .btns_res-req .btn_res:hover,
        .head-link .wrap-sub-btns .btns_res-req .btn_limited:hover,
        .head-link .wrap-sub-btns .btns_res-req .btn_req:hover {
          -webkit-transform: scale(1);
          transform: scale(1); }
        .head-link .wrap-sub-btns .btns_res-req .btn_res a,
        .head-link .wrap-sub-btns .btns_res-req .btn_limited a,
        .head-link .wrap-sub-btns .btns_res-req .btn_req a {
          position: relative;
          transition: .5s;
          overflow: hidden;
          width: 100%;
          padding: 1.5rem 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          height: 65px; }
          @media screen and (max-width: 1170px) {
            .head-link .wrap-sub-btns .btns_res-req .btn_res a,
            .head-link .wrap-sub-btns .btns_res-req .btn_limited a,
            .head-link .wrap-sub-btns .btns_res-req .btn_req a {
              height: 45px; } }
          .head-link .wrap-sub-btns .btns_res-req .btn_res a:after,
          .head-link .wrap-sub-btns .btns_res-req .btn_limited a:after,
          .head-link .wrap-sub-btns .btns_res-req .btn_req a:after {
            content: "";
            background-image: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
            background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
            width: 200%;
            height: 200%;
            position: absolute;
            top: -100%;
            left: -200%;
            animation: shiny 2s ease 0s infinite normal;
            -webkit-animation: shiny 2s ease 0s infinite normal;
            -moz-animation: shiny 2s ease 0s infinite normal;
            -ms-animation: shiny 2s ease 0s infinite normal; }
          .head-link .wrap-sub-btns .btns_res-req .btn_res a span,
          .head-link .wrap-sub-btns .btns_res-req .btn_limited a span,
          .head-link .wrap-sub-btns .btns_res-req .btn_req a span {
            font-size: 70%;
            display: block;
            width: 100%; }
      .head-link .wrap-sub-btns .btns_res-req .btn_limited a {
        padding: 1.0rem 0 1.2rem; }

/*---------------------------------

hamburger-btn

---------------------------------*/
/* ----　初期表示　---- */
.btn-hamburger {
  display: none; }
  @media screen and (max-width: 1170px) {
    .btn-hamburger {
      z-index: 20;
      position: absolute;
      right: 1rem;
      margin-left: 0;
      width: 45px;
      height: 55px;
      top: 52%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      cursor: pointer; } }
  .btn-hamburger .menu {
    display: none; }
    @media screen and (max-width: 1170px) {
      .btn-hamburger .menu {
        width: 100%;
        text-align: center;
        font-size: 1.0rem;
        position: absolute;
        top: 32px;
        font-family: "Cinzel", serif;
        font-weight: 500;
        letter-spacing: 0.01em; } }
  @media screen and (max-width: 1170px) {
    .btn-hamburger .line {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      display: block;
      width: 20px;
      height: 3px;
      background: #FFF;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; } }
  @media screen and (max-width: 1170px) {
    .btn-hamburger .line_01 {
      top: 10px; } }
  @media screen and (max-width: 1170px) {
    .btn-hamburger .line_02 {
      top: 18px; } }
  @media screen and (max-width: 1170px) {
    .btn-hamburger .line_03 {
      top: 26px; } }

/* ----　開いた時　---- */
@media screen and (max-width: 1170px) {
  .btn-hamburger.is-active .line_01 {
    top: 18px;
    left: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
@media screen and (max-width: 1170px) {
  .btn-hamburger.is-active .line_02 {
    opacity: 0; } }
@media screen and (max-width: 1170px) {
  .btn-hamburger.is-active .line_03 {
    top: 18px;
    left: 13px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

/*---------------------------------

gnav

---------------------------------*/
.head-gnav {
  background: #f2f2f2;
  height: 50px;
  font-family: "Shippori Mincho", serif; }
  @media screen and (max-width: 1170px) {
    .head-gnav {
      height: auto; } }
  @media screen and (max-width: 1170px) {
    .head-gnav.sp {
      display: block !important; } }
  .head-gnav .nav {
    max-width: 1600px;
    width: 96%;
    margin: 0 auto; }
    @media screen and (max-width: 1170px) {
      .head-gnav .nav {
        max-width: inherit;
        width: 100%;
        position: fixed;
        transition: opacity .3s linear;
        left: 0;
        overflow: auto;
        height: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        padding-bottom: 1.5rem; } }
    .head-gnav .nav ul {
      margin: 0 auto;
      position: relative;
      height: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; }
      @media screen and (max-width: 1170px) {
        .head-gnav .nav ul {
          width: 90%;
          height: auto;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          z-index: 99; } }
      .head-gnav .nav ul li {
        width: calc(100% / 11);
        text-align: center;
        font-size: calc(14px + ((16 - 14) * (100vw - 350px) / (1920 - 350)));
        font-weight: 600;
        position: relative;
        padding: 0.3rem; }
        @media screen and (max-width: 1170px) {
          .head-gnav .nav ul li {
            padding: 0;
            border-right: none;
            width: calc(100% / 2.1);
            text-align: left;
            border-bottom: 1px solid #D9D9D9;
            font-size: calc(12px + ((20 - 12) * (100vw - 350px) / (1920 - 350)));
            pointer-events: none; }
            .head-gnav .nav ul li:first-child {
              border-left: none; } }
        .head-gnav .nav ul li a span.base {
          opacity: 1;
          position: relative;
          transition: all 0.3s ease 0s;
          white-space: nowrap; }
        .head-gnav .nav ul li:hover a {
          color: #56b2b5;
          transition: all 0s; }
          .head-gnav .nav ul li:hover a span.base {
            transition: all 0.3s ease 0s; }
        .head-gnav .nav ul li.tab {
          display: none; }
          @media screen and (max-width: 1170px) {
            .head-gnav .nav ul li.tab {
              display: block !important; } }
        .head-gnav .nav ul li a {
          display: block;
          transition: all 0.3s ease 0s;
          color: #233446; }
          @media screen and (max-width: 1170px) {
            .head-gnav .nav ul li a {
              color: #2B2B2B;
              height: 45px;
              display: -webkit-box;
              display: -moz-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              align-items: center;
              -webkit-align-items: center; } }
          .head-gnav .nav ul li a:hover {
            color: #56b2b5; }
            .head-gnav .nav ul li a:hover:after {
              background: #56b2b5; }
          .head-gnav .nav ul li a.disabled {
            pointer-events: none;
            opacity: 0.2; }
        .head-gnav .nav ul li.here a {
          color: #56b2b5;
          position: relative; }
        .head-gnav .nav ul li.btn_req, .head-gnav .nav ul li.btn_res, .head-gnav .nav ul li.btn_limited {
          color: #FFF;
          justify-content: center;
          -webkit-justify-content: center;
          font-size: 1.6rem;
          width: 100%;
          margin-top: 1rem;
          text-align: center;
          border-bottom: 0; }
          .head-gnav .nav ul li.btn_req::before, .head-gnav .nav ul li.btn_res::before, .head-gnav .nav ul li.btn_limited::before {
            content: none; }
          .head-gnav .nav ul li.btn_req a, .head-gnav .nav ul li.btn_res a, .head-gnav .nav ul li.btn_limited a {
            color: #FFF;
            display: block;
            padding: 2.5rem 0;
            box-shadow: none;
            height: auto;
            border-radius: 40px; }
        .head-gnav .nav ul li.btn_limited {
          border-radius: 40px; }
          .head-gnav .nav ul li.btn_limited a {
            pointer-events: none; }
    @media screen and (max-width: 1170px) {
      .head-gnav .nav.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: painted;
        z-index: 10;
        border-radius: 0 0 10px 10px;
        background: #f3efeb;
        background: linear-gradient(90deg, #f3efeb 0%, #dde2e6 100%); }
        .head-gnav .nav.is-active a {
          pointer-events: painted; } }
    .head-gnav .nav .close-sp {
      display: none; }
      @media screen and (max-width: 1170px) {
        .head-gnav .nav .close-sp {
          display: block;
          cursor: pointer;
          text-align: center;
          font-family: "Cinzel", serif;
          font-size: 1.6rem;
          font-weight: 400;
          padding: 1rem 0;
          width: 50%;
          margin: 1rem auto 0;
          color: #000; } }

/*---------------------------------
キャプション
---------------------------------*/
.block-caption {
  background: #FFF;
  font-weight: 500; }
  .block-caption .caption {
    padding: 3rem 0;
    border-bottom: 1px solid #ebebeb; }
    .block-caption .caption p {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      color: #000;
      font-size: calc(12px + ((14 - 12) * (100vw - 350px) / (1920 - 350))); }

/*---------------------------------
footer
---------------------------------*/
footer {
  background-color: #fff;
  width: 100%; }
  @media screen and (max-width: 1170px) {
    footer {
      padding-bottom: 75px; } }
  footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: min(1728px, 90%);
    margin: 0 auto;
    padding: 4rem 0; }
    @media screen and (max-width: 1600px) {
      footer .footer-wrapper {
        width: 95%; } }
    @media screen and (max-width: 1170px) {
      footer .footer-wrapper {
        width: 90%; } }
    footer .footer-wrapper .tel {
      width: min(530px, 46%); }
      @media screen and (max-width: 1600px) {
        footer .footer-wrapper .tel {
          width: 40%; } }
      @media screen and (max-width: 1340px) {
        footer .footer-wrapper .tel {
          width: 43%; } }
      @media screen and (max-width: 1170px) {
        footer .footer-wrapper .tel {
          width: 100%; } }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .tel .pc {
          display: none !important; } }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .tel .sp {
          display: block !important; } }
      footer .footer-wrapper .tel .text {
        font-size: calc(12px + ((14 - 12) * (100vw - 350px) / (1920 - 350)));
        margin-bottom: 15px; }
        @media screen and (max-width: 1170px) {
          footer .footer-wrapper .tel .text {
            text-align: center; } }
      footer .footer-wrapper .tel .wrapper {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 1170px) {
          footer .footer-wrapper .tel .wrapper {
            justify-content: center; } }
        @media screen and (max-width: 750px) {
          footer .footer-wrapper .tel .wrapper {
            flex-wrap: wrap; } }
        footer .footer-wrapper .tel .wrapper .img {
          margin-right: 15px;
          width: min(350px, 60%); }
          @media screen and (max-width: 750px) {
            footer .footer-wrapper .tel .wrapper .img {
              width: 100%;
              margin-right: 0;
              margin: 0 auto 15px; } }
        footer .footer-wrapper .tel .wrapper .sub {
          font-size: 12px;
          line-height: 1.5; }
          @media screen and (max-width: 750px) {
            footer .footer-wrapper .tel .wrapper .sub {
              width: 100%;
              text-align: center; } }
    footer .footer-wrapper .deve {
      display: flex;
      justify-content: flex-end;
      gap: 20px 40px;
      flex-wrap: wrap;
      width: min(870px, 55%); }
      @media screen and (max-width: 1600px) {
        footer .footer-wrapper .deve {
          width: 60%; } }
      @media screen and (max-width: 1340px) {
        footer .footer-wrapper .deve {
          width: 55%;
          gap: 20px 30px; } }
      @media screen and (max-width: 1170px) {
        footer .footer-wrapper .deve {
          width: 100%;
          justify-content: center;
          gap: 30px 50px;
          margin-top: 30px; } }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .deve {
          width: 100%;
          display: block;
          margin-top: 55px; } }
      footer .footer-wrapper .deve .deve_text {
        font-size: calc(12px + ((14 - 12) * (100vw - 350px) / (1920 - 350)));
        margin-bottom: 15px;
        width: 100%;
        display: block; }
        @media screen and (max-width: 1170px) {
          footer .footer-wrapper .deve .deve_text {
            text-align: center; } }
      footer .footer-wrapper .deve a {
        display: inline-flex;
        align-items: flex-end;
        width: auto;
        height: 30px; }
        @media screen and (max-width: 1400px) {
          footer .footer-wrapper .deve a {
            height: auto;
            width: 100%;
            max-width: 100%; } }
        @media screen and (max-width: 750px) {
          footer .footer-wrapper .deve a {
            display: block;
            height: auto; } }
        footer .footer-wrapper .deve a img {
          width: auto;
          height: 30px;
          object-fit: contain; }
          @media screen and (max-width: 750px) {
            footer .footer-wrapper .deve a img {
              width: 100%;
              height: auto;
              max-width: 100%; } }
      footer .footer-wrapper .deve .deve-owner_01 {
        width: auto;
        flex-shrink: 0; }
        @media screen and (max-width: 1400px) {
          footer .footer-wrapper .deve .deve-owner_01 {
            flex-shrink: 1;
            width: 35%; } }
        @media screen and (max-width: 750px) {
          footer .footer-wrapper .deve .deve-owner_01 {
            width: 90%;
            text-align: center;
            margin: 0 auto; } }
      footer .footer-wrapper .deve .deve-owner_02 {
        width: auto;
        flex-shrink: 0; }
        @media screen and (max-width: 1400px) {
          footer .footer-wrapper .deve .deve-owner_02 {
            flex-shrink: 1;
            width: 18.5%; } }
        @media screen and (max-width: 750px) {
          footer .footer-wrapper .deve .deve-owner_02 {
            width: 90%;
            text-align: center;
            margin: 50px auto; } }
      footer .footer-wrapper .deve .deve-partnership_01 {
        width: auto;
        flex-shrink: 0; }
        @media screen and (max-width: 1400px) {
          footer .footer-wrapper .deve .deve-partnership_01 {
            flex-shrink: 1;
            width: 32%; } }
        @media screen and (max-width: 750px) {
          footer .footer-wrapper .deve .deve-partnership_01 {
            width: 90%;
            text-align: center;
            margin: 0 auto; } }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .deve .pc {
          display: none !important; } }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .deve .sp {
          display: block !important; } }
  footer .copyright {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    margin: 0; }
    @media screen and (max-width: 600px) {
      footer .copyright {
        font-size: 10px; } }

/* ページTOP */
.btn-page-top {
  height: 75px;
  width: 75px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border: 1px solid #3f383e; }
  @media screen and (max-width: 600px) {
    .btn-page-top {
      height: 35px;
      width: 35px;
      right: 1rem;
      bottom: 60px; } }
  .btn-page-top:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(35px);
    opacity: var(0.55);
    transition: opacity 0.3s;
    border-radius: inherit; }
  .btn-page-top:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit; }
  .btn-page-top a {
    text-decoration: none;
    color: #fff;
    text-align: center; }
    .btn-page-top a:before {
      font-family: "Material Icons";
      color: #3f383e;
      content: '';
      font-size: 5.0rem; }
      @media screen and (max-width: 600px) {
        .btn-page-top a:before {
          font-size: 3.0rem; } }

/* スマホ用固定CVボタン */
.foot-nav_sp {
  display: none; }
  @media screen and (max-width: 1170px) {
    .foot-nav_sp {
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 9999; } }

@media screen and (max-width: 1170px) {
  .foot-nav_sp ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 75px; } }
@media screen and (max-width: 600px) {
  .foot-nav_sp ul {
    height: 55px; } }

@media screen and (max-width: 1170px) {
  .foot-nav_sp li {
    display: flex;
    position: relative; } }
@media screen and (max-width: 1170px) {
  .foot-nav_sp li.btn_outline, .foot-nav_sp li.btn_tel {
    flex: 0.6; } }
@media screen and (max-width: 1170px) {
  .foot-nav_sp li.btn_req {
    flex: 1.4; } }
@media screen and (max-width: 600px) {
  .foot-nav_sp li.btn_req {
    flex: 1.3; } }
@media screen and (max-width: 1170px) {
  .foot-nav_sp li.btn_limited {
    flex: 1.4; } }
@media screen and (max-width: 600px) {
  .foot-nav_sp li.btn_limited {
    flex: 1.5; } }

@media screen and (max-width: 1170px) {
  .foot-nav_sp li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.05em; } }

.foot-nav_sp .btn_req:hover, .foot-nav_sp .btn_req:focus, .foot-nav_sp .btn_req:active,
.foot-nav_sp .btn_res:hover,
.foot-nav_sp .btn_res:focus,
.foot-nav_sp .btn_res:active,
.foot-nav_sp .btn_limited:hover,
.foot-nav_sp .btn_limited:focus,
.foot-nav_sp .btn_limited:active,
.foot-nav_sp .btn_tel:hover,
.foot-nav_sp .btn_tel:focus,
.foot-nav_sp .btn_tel:active {
  transform: none; }
.foot-nav_sp .btn_req::after,
.foot-nav_sp .btn_res::after,
.foot-nav_sp .btn_limited::after,
.foot-nav_sp .btn_tel::after {
  display: none; }

.foot-nav_sp .btn_req a {
  font-size: calc(16px + ((24 - 16) * (100vw - 350px) / (1920 - 350))); }
  @media screen and (max-width: 600px) {
    .foot-nav_sp .btn_req a {
      font-size: 13px; } }

.foot-nav_sp .btn_limited a {
  font-size: calc(16px + ((24 - 16) * (100vw - 350px) / (1920 - 350))); }
  @media screen and (max-width: 600px) {
    .foot-nav_sp .btn_limited a {
      font-size: 13px; } }
  .foot-nav_sp .btn_limited a p {
    font-size: calc(12px + ((20 - 12) * (100vw - 350px) / (1920 - 350))); }

@media screen and (max-width: 1170px) {
  .foot-nav_sp .btn_outline a {
    background: linear-gradient(90deg, #1c4b45 0%, #2b736a 100%);
    font-size: 12px; } }
@media screen and (max-width: 600px) {
  .foot-nav_sp .btn_outline a {
    font-size: 10px; } }

@media screen and (max-width: 1170px) {
  .foot-nav_sp .btn_tel a {
    background: linear-gradient(90deg, #232365 0%, #333394 100%);
    font-size: 12px; } }
@media screen and (max-width: 600px) {
  .foot-nav_sp .btn_tel a {
    font-size: 10px; } }

@media screen and (max-width: 1170px) {
  .foot-nav_sp .btn_outline a::before,
  .foot-nav_sp .btn_tel a::before {
    font-family: 'Material Icons';
    font-size: 26px;
    margin-bottom: 2px;
    display: block;
    font-weight: 500; } }

@media screen and (max-width: 1170px) {
  .foot-nav_sp .btn_outline a::before {
    content: "description"; } }

@media screen and (max-width: 1170px) {
  .foot-nav_sp .btn_tel a::before {
    content: "phone"; } }

/* ==============================================================
*  モジュール（汎用的に使用できるスタイル）
* ============================================================ */
