@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

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

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

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-weight: 500;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Times New Roman", "Lusitana", "Zen Old Mincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  color: #3E3A39;
  overflow-x: hidden;
}

.lusitana-regular {
  font-family: "Lusitana", serif;
  font-weight: 400;
}

.lusitana-bold {
  font-family: "Lusitana", serif;
  font-weight: 700;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin: 1% auto;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #BCBCBC;
}

input::-moz-placeholder {
  color: #BCBCBC;
}

input:-ms-input-placeholder {
  color: #BCBCBC;
}

input::-ms-input-placeholder {
  color: #BCBCBC;
}

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  height: auto;
  /*.openbtn {
      display: none;
  }*/
  /*========= ボタンのためのCSS ===============*/
  /*×に変化*/
}
.l-header__inner {
  width: 100%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  position: relative;
}
.l-header__inner .logo {
  width: 20%;
  max-width: 250px;
}
.l-header #g-nav {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  left: 100%;
  width: 0;
  height: 100vh;
  padding: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(66, 33, 11, 0.9);
}
.l-header #g-nav.panelactive {
  left: 0;
  width: 100vw;
}
.l-header #g-nav #g-nav-list {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.l-header #g-nav #g-nav-list .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
.l-header #g-nav #g-nav-list .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.l-header #g-nav #g-nav-list .menu ul li {
  text-align: center;
  width: 16.666%;
}
.l-header #g-nav #g-nav-list .menu ul li a {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.3em;
  width: 100%;
  padding: 14px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header #g-nav #g-nav-list .menu ul li a span {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
}
.l-header #g-nav #g-nav-list .menu ul li a img {
  margin-top: 14px;
}
.l-header #g-nav #g-nav-list .menu ul li :hover {
  color: #E0CA82;
}
.l-header .openbtn {
  display: block;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 20px;
  right: 1.6%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
.l-header .openbtn span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  height: 2.2px;
  width: 100%;
  background: #fff;
  color: #fff;
}
.l-header .openbtn span:nth-of-type(1) {
  top: 0px;
}
.l-header .openbtn span:nth-of-type(2) {
  top: 9px;
}
.l-header .openbtn span:nth-of-type(3) {
  top: 18px;
}
.l-header .openbtn span:nth-of-type(4) {
  font-family: "Lusitana", serif;
  font-size: 0.9rem;
  font-weight: 400;
  background: none;
  top: 24px;
}
.l-header .openbtn.is-active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(8px) rotate(-225deg);
          transform: translateY(8px) rotate(-225deg);
}
.l-header .openbtn.is-active span:nth-of-type(2) {
  display: none;
}
.l-header .openbtn.is-active span:nth-of-type(3) {
  top: 18px;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 480px) {
  .l-header .logo {
    width: 40%;
  }
  .l-header .openbtn {
    top: 10px;
  }
  .l-header #g-nav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    left: 100%;
    width: 0;
    height: 100vh;
    padding: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(66, 33, 11, 0.9);
  }
  .l-header #g-nav.panelactive {
    left: 0;
    width: 100vw;
  }
  .l-header #g-nav #g-nav-list .menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header #g-nav #g-nav-list .menu ul li {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }
  .l-header #g-nav #g-nav-list .menu ul li a {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 10px 0;
  }
  .l-header #g-nav #g-nav-list .menu ul li a span {
    font-size: 2rem;
  }
  .l-header #g-nav #g-nav-list .menu ul li a img {
    margin-top: 10px;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
body #ZZ_common_footer div.inner {
  line-height: 1.7;
}

/* ====================================================================================

- @media screen

==================================================================================== */
@media screen and (max-width: 750px) {
  body #ZZ_common_footer div.inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 3.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* ##### Common footer ##### */
  /* ----- Block: A ----- */
  body #ZZ_common_footer .block_a {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  /* ----- Block: B ----- */
  body #ZZ_common_footer .block_b {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  /* ----- Block: C ----- */
  body #ZZ_common_footer .block_c {
    width: 100%;
    float: none;
  }
  /* ----- Company ----- */
  body #ZZ_common_footer .company li {
    font-size: 10px;
    text-align: left;
  }
  body #ZZ_common_footer .company li.logo {
    width: 280px;
    margin: 0 auto 15px;
    text-align: center;
  }
  body #ZZ_common_footer .company li.name strong {
    font-weight: bold;
    font-size: 12px;
    margin-right: 7px;
  }
  /* ----- Contact ----- */
  body #ZZ_common_footer .contact li {
    font-size: 10px;
    text-align: left;
  }
  body #ZZ_common_footer .contact li.heading {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.7;
  }
  body #ZZ_common_footer .contact li.telephone {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 23px;
  }
  /* ----- Access ----- */
  body #ZZ_common_footer .access {
    padding: 0;
    text-align: left;
  }
  body #ZZ_common_footer .access li {
    display: inline-block;
    padding-right: 0.5em;
  }
  body #ZZ_common_footer .access li:last-child {
    padding-right: 0;
  }
  body #ZZ_common_footer address {
    line-height: 1.4;
  }
  /* ----- Version2 ----- */
  #ZZ_common_footer.ver2 div.inner {
    width: inherit;
    text-align: center;
  }
  #ZZ_common_footer.ver2 div.inner > div {
    width: 230px;
    margin: 0 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #ZZ_common_footer.ver2 div.inner > div:first-child {
    margin-left: 0;
  }
  #ZZ_common_footer.ver2 div.inner > div:last-child {
    margin-right: 0;
  }
  #ZZ_common_footer.ver2 div.inner .contact {
    font-size: 12px;
  }
  #ZZ_common_footer.ver2 div.inner .contact b {
    font-size: 14px;
    margin-left: 5px;
  }
  #ZZ_common_footer.ver2 div.inner .access {
    padding-top: 0;
  }
}
/*----------------------------------------------------------------------------------------
commonArea.scss
----------------------------------------------------------------------------------------*/
.c-commonArea__inner {
  padding: 70px 0 65px;
  background: #332300;
  background-size: cover;
  background-position: center;
}
.c-commonArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.c-commonArea__item {
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.c-commonArea__item a {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0CA82), to(#9F7A46));
  background: linear-gradient(to bottom, #E0CA82, #9F7A46);
  border-radius: 5px;
  color: #fff;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-commonArea__item a:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .c-commonArea__inner {
    padding: 40px 0;
  }
  .c-commonArea__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

h2 {
  font-size: 5rem;
  text-align: center;
  color: #332300;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

p.sub-ttl {
  color: #9F7A46;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 50px;
}

p.al_r {
  text-align: right;
  font-size: 1.2rem;
  margin: 10px 2% 0 0;
}

.list {
  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;
  width: 90%;
  max-width: 760px;
  margin: 50px auto;
}
.list li {
  width: 48%;
  max-width: 360px;
  margin-bottom: 50px;
}
.list li p {
  font-size: 13px;
  line-height: 1.6153846154;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 3rem;
  }
  p.sub-ttl {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  p.al_r {
    font-size: 1rem;
  }
  .list {
    margin: 30px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .list li p {
    font-size: 13px;
  }
}
/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.p-mv {
  position: relative;
  max-height: 800px;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background-image: url(../images/mainvisual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.p-mv__inner {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.p-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__base {
  position: relative;
}
.p-mv__ttl {
  font-size: 4rem;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(51, 51, 51, 0.4), 1px 1px 7px rgba(51, 51, 51, 0.4), 1px 1px 7px rgba(51, 51, 51, 0.4), 1px 1px 7px rgba(51, 51, 51, 0.4), 1px 1px 7px rgba(51, 51, 51, 0.4);
  letter-spacing: 0.13em;
  position: absolute;
  bottom: 3%;
  right: 2%;
}
.p-mv__bnr {
  font-size: 2.1rem;
  text-align: center;
  width: 180px;
  height: 180px;
  background: #D4B572;
  border-radius: 50%;
  color: #42210B;
  position: fixed;
  left: 2%;
  bottom: 3.5%;
  z-index: 99;
  display: block;
}
.p-mv__bnr.is-hidden {
  display: none;
}
.p-mv__bnr p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.4285714286;
}

.p-info__inner {
  width: 80%;
  max-width: 840px;
  margin: 50px auto;
}
.p-info__inner P {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9F7A46;
  border-bottom: 1px solid #9F7A46;
}
.p-info__inner dl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3846153846;
  margin: 5px auto;
}
.p-info__inner dt {
  width: 11%;
  float: left;
  clear: left;
}
.p-info__inner dd {
  width: 89%;
}

.p-menu {
  width: 90%;
  max-width: 978px;
  padding: 70px 0;
  margin: 0 auto;
}
.p-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-menu ul li {
  text-align: center;
  width: 16.666%;
}
.p-menu ul li a {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.3em;
  width: 100%;
  padding: 14px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-menu ul li a span {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
}
.p-menu ul li a img {
  margin-top: 14px;
}
.p-menu ul li :hover {
  background: #42210b;
  color: #E0CA82;
}

.p-plan {
  margin: 50px auto 150px;
}
.p-plan__explan {
  font-size: 2rem;
  color: #9f7a46;
  text-align: center;
  line-height: 1.5;
}
.p-plan ul {
  width: 90%;
  max-width: 730px;
  margin: 40px auto;
  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;
}
.p-plan ul li {
  font-size: 2.9rem;
  background-image: url(../images/bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 47%;
  max-width: 344px;
  text-align: center;
  margin-bottom: 20px;
}
.p-plan ul li a {
  padding: 12.5px;
  color: #e0ca82;
  line-height: 1;
  width: 100%;
  cursor: pointer;
}

.p-equip {
  margin: 50px auto 130px;
}
.p-equip__txt {
  font-size: 1.4rem;
  color: #4d4d4d;
  text-align: center;
  line-height: 2.3846153846;
  width: 90%;
  margin: 0 auto;
}

.p-access {
  margin: 50px auto 200px;
}
.p-access__explan {
  font-size: 2rem;
  color: #9f7a46;
  text-align: center;
  letter-spacing: 0.28em;
  margin-bottom: 70px;
  line-height: 1.5;
}
.p-access__inner {
  width: 90%;
  max-width: 1030px;
  margin: 30px auto;
}
.p-access__ttl-bdr {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.p-access__ttl-bdr strong {
  font-weight: 900;
  font-size: 2.5rem;
}
.p-access__ttl-bdr strong span {
  font-size: 3rem;
}
.p-access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 100px;
}
.p-access ul li {
  width: 31%;
  max-width: 311px;
}
.p-access ul li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-access ul.flex02 {
  margin: 50px auto 30px;
}
.p-access ul.flex02 li {
  width: 49%;
  max-width: 495px;
}
.p-access__link {
  text-align: right;
}
.p-access__link a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #6495ED;
}

.p-location {
  margin: 50px auto 150px;
}
.p-location__map {
  margin: 50px auto;
  width: 90%;
  max-width: 760px;
}

.p-gallery {
  margin: 50px auto 150px;
}
.p-gallery .slide_container {
  width: 80%;
  max-width: 850px;
  margin: 50px auto;
}
.p-gallery .slide_container p.caution {
  text-align: right;
  font-size: 1.4rem;
  margin: 10px 0;
}
.p-gallery .slide_container .slider .slick-img {
  position: relative;
  text-align: center;
}
.p-gallery .slide_container .slider .slick-img img {
  margin: 10px auto;
  width: auto;
  height: 36vw;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery .slide_container .slider .slick-img p {
  position: relative;
  font-size: 2rem;
  margin-bottom: 20px;
}
.p-gallery .slide_container .thumbnail .thumbnail-img {
  position: relative;
}
.p-gallery .slide_container .thumbnail .thumbnail-img img {
  padding: 5%;
  width: 100%;
  height: 15vw;
  max-height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-outline {
  margin: 50px auto 150px;
}
.p-outline table {
  table-layout: fixed;
  width: 96%;
  max-width: 840px;
  margin: 50px auto;
  line-height: 3;
}
.p-outline table th {
  font-size: 1.4rem;
  width: 10%;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 5px 0;
}
.p-outline table td {
  font-size: 1.4rem;
  width: 90%;
  padding: 5px 0 5px 40px;
}
.p-outline table td ul li {
  line-height: 3;
}
.p-outline__update {
  width: 96%;
  max-width: 840px;
  margin: 0 auto;
}
.p-outline__update p {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 2em 10px 1em;
}

.p-bg {
  background-image: url(../images/bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 1px 0;
}
.p-bg .img_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 750px;
  height: auto;
  aspect-ratio: 2/1;
}
.p-bg .img_area .img {
  width: 74%;
  height: auto;
}
.p-bg .img_area .img.img-plan {
  background-image: url(../images/titile_plan_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.p-bg .img_area .img.img-equip {
  background-image: url(../images/titile_equip_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.p-bg .img_area .img.img-access {
  background-image: url(../images/titile_access_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.p-bg .img_area .img.img-location {
  background-image: url(../images/titile_location_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-bg .img_area .img.img-gallery {
  background-image: url(../images/titile_gallery_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.p-bg .img_area .img.img-outline {
  background-image: url(../images/titile_outline_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-bg .img_area .blend {
  display: block;
  position: relative;
  width: 26%;
  background: #000;
}
.p-bg .img_area .blend::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /*mix-blend-mode: multiply;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-bg .img_area .blend img {
  position: relative;
  width: auto;
  height: 100%;
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bg .img_area .blend .txt {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
.p-bg .img_area .blend h2 {
  color: #fff;
  font-size: clamp(2rem, 3.315vw + 0.757rem, 5rem);
}
.p-bg .img_area .blend p.sub-ttl {
  color: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 1500px) {
  .p-bg .img_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 750px;
    overflow: hidden;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-outline table th {
    width: 14%;
  }
  .p-outline table td {
    width: 86%;
    padding: 5px 0 5px 20px;
  }
  .p-gallery .slide_container .slider .slick-img img {
    height: 50vw;
    max-height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__ttl {
    font-size: 6.7857142857vw;
    letter-spacing: 0;
  }
  .p-mv__bnr {
    font-size: 1.1rem;
    width: 70px;
    height: 70px;
    bottom: 15%;
  }
  .p-mv__bnr p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1.4285714286;
  }
  .p-info__inner {
    width: 90%;
  }
  .p-info__inner dl {
    line-height: 1.5;
  }
  .p-info__inner dt {
    width: 100%;
    float: none;
  }
  .p-info__inner dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-menu {
    padding: 50px 0;
  }
  .p-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-menu ul li {
    width: 33.333%;
  }
  .p-menu ul li a {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 10px 0;
  }
  .p-menu ul li a span {
    font-size: 2rem;
  }
  .p-menu ul li a img {
    margin-top: 10px;
  }
  .p-plan {
    margin: 50px auto 50px;
  }
  .p-plan__explan {
    font-size: 1.6rem;
  }
  .p-plan ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-plan ul li {
    width: 100%;
  }
  .p-equip {
    margin: 50px auto 50px;
  }
  .p-access {
    margin: 50px auto 50px;
  }
  .p-access__explan {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .p-access__ttl-bdr {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .p-access__ttl-bdr strong {
    font-size: 1.6rem;
  }
  .p-access__ttl-bdr strong span {
    font-size: 1.8rem;
  }
  .p-access ul {
    margin: 20px auto 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-access ul li {
    width: 80%;
    margin: 10px auto;
  }
  .p-access ul li img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-access ul.flex02 {
    margin: 20px auto 20px;
  }
  .p-access ul.flex02 li {
    width: 100%;
  }
  .p-access__link a {
    font-size: 1.3rem;
  }
  .p-location {
    margin: 50px auto 50px;
  }
  .p-gallery {
    margin: 50px auto 50px;
  }
  .p-gallery .slide_container {
    margin: 30px auto;
  }
  .p-gallery .slide_container p.caution {
    text-align: left;
  }
  .p-gallery .slide_container .slider .slick-img p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .p-outline {
    margin: 50px auto 50px;
  }
  .p-outline table {
    line-height: 1.5;
  }
  .p-outline table th {
    width: 24%;
  }
  .p-outline table td {
    width: 76%;
    padding: 5px 0 5px 10px;
  }
  .p-outline table td ul li {
    line-height: 1.5;
  }
  .p-bg .img_area {
    max-height: 250px;
  }
  .p-bg .img_area .img {
    width: 70%;
  }
  .p-bg .img_area .blend {
    width: 30%;
  }
  .p-bg .img_area .blend .txt {
    width: 100%;
  }
  .p-bg .img_area .blend h2 {
    font-size: 1.8rem;
  }
  .p-bg .img_area .blend p.sub-ttl {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}
/*----------------------------------------------------------------------------------------
utility.scss
----------------------------------------------------------------------------------------*/
.u-scroll {
  position: fixed;
  right: 50px;
  bottom: 0;
}

@media (max-width: 1200px) {
  .u-scroll {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */