@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.15;
  -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;
}

.font_n {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
}

.font_m {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
}

.font_b {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
}

.font_min {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
}

.sabon {
  font-family: "SabonLTPro-Roman";
  font-family: "SabonLTPro-Bold";
  font-family: "SabonNextLTPro-Regular";
  font-family: "SabonNextLTPro-Demi";
}

* {
  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 {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  overflow-x: hidden;
  background: #fff;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

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;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  background: #f8f7f5;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.l-header__inner {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto 0;
  position: relative;
}
.l-header__inner .logo {
  width: 28%;
  max-width: 372.5px;
  padding-top: 20px;
  padding-left: 10px;
}

#g-nav {
  position: absolute;
  left: 35%;
  right: 0;
  top: 0;
  width: 65%;
}
#g-nav #g-nav-list {
  position: relative;
}
#g-nav #g-nav-list .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#g-nav #g-nav-list .menu ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  margin-top: 24px;
}
#g-nav #g-nav-list .menu ul:first-child li {
  text-align: center;
  width: auto;
  margin: 0 2%;
  /*&.gallery{

      a{
          color: #999;
          font-size: 1rem;

          span {
              color: #999;
          }

          &:hover {
              color: #999; 

              span {
                  color: #999;
                  border-bottom: 1px solid transparent; 
              }
          }
      }
  }*/
}
#g-nav #g-nav-list .menu ul:first-child li a {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: rgba(0, 0, 0, 0.3);
  width: 100%;
  line-height: 1.6;
  font-size: clamp(1.3rem, 0.714vw + 0.586rem, 1.5rem);
}
#g-nav #g-nav-list .menu ul:first-child li a span {
  color: #000;
  border-bottom: 1px solid transparent;
  font-size: clamp(1.3rem, 1.071vw + 0.229rem, 1.6rem);
}
#g-nav #g-nav-list .menu ul:first-child li a:hover {
  color: rgba(134, 38, 51, 0.3);
}
#g-nav #g-nav-list .menu ul:first-child li a:hover span {
  color: #862633;
  border-bottom: 1px solid #862633;
}
#g-nav #g-nav-list .menu ul:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 65%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#g-nav #g-nav-list .menu ul:last-child li {
  text-align: center;
  width: 50%;
  height: 80px;
}
#g-nav #g-nav-list .menu ul:last-child li:first-child {
  background: #7E7F74;
}
#g-nav #g-nav-list .menu ul:last-child li:last-child {
  background: #a6192e;
}
#g-nav #g-nav-list .menu ul:last-child li a {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  line-height: 80px;
  font-size: clamp(1.3rem, 0.714vw + 0.586rem, 1.5rem);
}
#g-nav #g-nav-list .menu ul:last-child li:hover {
  opacity: 0.8;
}

body.top li.top a {
  color: rgba(134, 38, 51, 0.3) !important;
}
body.top li.top a span {
  color: #862633 !important;
  border-bottom: 1px solid #862633 !important;
}

body.concept li.concept a {
  color: rgba(134, 38, 51, 0.3) !important;
}
body.concept li.concept a span {
  color: #862633 !important;
  border-bottom: 1px solid #862633 !important;
}

body.access li.access a {
  color: rgba(134, 38, 51, 0.3) !important;
}
body.access li.access a span {
  color: #862633 !important;
  border-bottom: 1px solid #862633 !important;
}

body.plan li.plan a {
  color: rgba(134, 38, 51, 0.3) !important;
}
body.plan li.plan a span {
  color: #862633 !important;
  border-bottom: 1px solid #862633 !important;
}

body.gallery li.gallery a {
  color: rgba(134, 38, 51, 0.3) !important;
}
body.gallery li.gallery a span {
  color: #862633 !important;
  border-bottom: 1px solid #862633 !important;
}

body.outline li.outline a {
  color: rgba(134, 38, 51, 0.3) !important;
}
body.outline li.outline a span {
  color: #862633 !important;
  border-bottom: 1px solid #862633 !important;
}

.openbtn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .l-header .logo {
    width: 60%;
  }
  #g-nav {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -230px;
    left: auto;
    width: 230px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav #g-nav-list {
    background: #968C83;
    padding: 20px;
  }
  #g-nav #g-nav-list .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #g-nav #g-nav-list .menu ul:first-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #g-nav #g-nav-list .menu ul:first-child li {
    width: 100%;
    margin: 6% 0;
  }
  #g-nav #g-nav-list .menu ul:first-child li a {
    font-size: 15px;
    color: #D0D3D4;
    line-height: 1.4;
  }
  #g-nav #g-nav-list .menu ul:first-child li a span {
    font-size: 16px;
    color: #000;
  }
  #g-nav #g-nav-list .menu ul:last-child {
    width: 100%;
    position: relative;
    left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #g-nav #g-nav-list .menu ul:last-child li {
    text-align: center;
    margin: 4% 0 0;
    width: 100%;
    height: 60px;
  }
  #g-nav #g-nav-list .menu ul:last-child li a {
    line-height: 60px;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    display: block;
    position: absolute;
    z-index: 999999;
    /*ボタンを最前面に*/
    top: 25px;
    right: 1.6%;
    cursor: pointer;
    width: 30px;
    height: 18px;
    border-radius: 10px;
  }
  /*×に変化*/
  .openbtn span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    height: 2.2px;
    width: 100%;
    background: #000;
    color: #000;
  }
  .openbtn span:nth-of-type(1) {
    top: 0px;
  }
  .openbtn span:nth-of-type(2) {
    top: 9px;
  }
  .openbtn span:nth-of-type(3) {
    top: 18px;
  }
  .openbtn.is-active {
    position: fixed;
  }
  .openbtn.is-active span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(8px) rotate(-225deg);
            transform: translateY(8px) rotate(-225deg);
  }
  .openbtn.is-active span:nth-of-type(2) {
    display: none;
  }
  .openbtn.is-active span:nth-of-type(3) {
    top: 18px;
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  background: #fff;
  z-index: 9;
}
.l-footer__bg {
  background-color: #aba39c;
  padding: 45px 0;
  margin-bottom: 70px;
}
.l-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  max-width: 720px;
  margin: 0 auto;
}
.l-footer__item {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  /*&:nth-child(5){
      color: #999;
  }*/
}
.l-footer__item:hover {
  color: #a6192e;
}
.l-footer__link {
  font-size: 1.6rem;
}
.l-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__logo {
  border-left: 2px solid #999999;
  width: 33%;
  padding-right: 2%;
  padding-left: 2%;
  text-align: center;
  padding-bottom: 20px;
}
.l-footer__logo:nth-child(1) {
  width: 65%;
}
.l-footer__logo:nth-child(2) {
  width: 55%;
}
.l-footer__logo:nth-child(3) {
  width: 55%;
}
.l-footer__logoLink {
  display: block;
}
.l-footer__copy {
  text-align: center;
  padding: 27px 0;
  border-top: 1px solid #968C83;
  margin-top: 50px;
}
.l-footer__logoImg--bottom {
  margin-top: 37px;
}

@media (max-width: 768px) {
  .l-footer__item {
    width: 33%;
    margin: 10px auto;
  }
  .l-footer__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__logo {
    margin-bottom: 30px;
    margin-inline: auto;
    padding-bottom: 30px;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    width: 80% !important;
  }
  .l-footer__logo:nth-child(3) {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-footer__logoImg--bottom {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .l-footer__logo:nth-child(1) img {
    width: 80%;
  }
  .l-footer__logo:nth-child(2) img {
    width: 53%;
  }
  .l-footer__logo:nth-child(3) img {
    width: 65%;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
top.scss
----------------------------------------------------------------------------------------*/
.p-top {
  position: relative;
}
.p-top__mv {
  position: relative;
  width: 100%;
  height: calc(100% + 260px);
  min-height: 1000px;
  z-index: 9;
}
.p-top__attach-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-top__attach-bg01 {
  background-image: url(../images/top/bg_01.png);
  background-size: cover;
  background-position: top center;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.p-top__mv-bg {
  position: relative;
  width: 100%;
  background: #fff;
}
.p-top__mv-bg02 {
  position: relative;
  background: #f8f7f5;
  padding: 150px 0 100px;
  z-index: 0;
}
.p-top__mv-overbg {
  background: #ebeae4;
  height: 380px;
  width: 81%;
  position: absolute;
  bottom: -5%;
  right: 0;
  z-index: 0;
}
.p-top__mv-inner {
  position: relative;
  z-index: 2;
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}
.p-top__mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-top__mv-slide {
  position: relative;
  width: 64%;
}
.p-top__mv-slide img.over-ttl {
  position: absolute;
  bottom: -47px;
  left: -3%;
  width: 110%;
  max-width: 862.5px;
}
.p-top__mv-title {
  width: 36%;
  text-align: center;
}
.p-top__mv-title img {
  width: 74%;
  max-width: 338px;
  margin-right: 50px;
}
.p-top .bar-right {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 300px;
  z-index: 9;
}
.p-top .bar-right img {
  position: absolute;
  width: 36px;
  right: 0;
}
.p-top__detail {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top__attach-clip02 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  padding-bottom: 260px;
}
.p-top__attach-bg02 {
  background-image: url(../images/top/bg_02.png);
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.p-top__detail-bg {
  position: relative;
  width: 100%;
  background: #fff;
}
.p-top__detail-bg02 {
  position: relative;
  background: #f8f7f5;
  padding: 1px 0 150px;
  z-index: 0;
}
.p-top__detail-flex {
  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;
  width: 90%;
  max-width: 960px;
  margin: 50px auto 100px;
}
.p-top__detail-flex-txt {
  width: 40%;
  margin-top: 20%;
}
.p-top__detail-flex-txt h2 img.ttl01 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 83%;
  max-width: 317px;
  margin-bottom: 45%;
}
.p-top__detail-flex-txt h2 img.ttl02 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 65%;
  max-width: 249px;
  margin-bottom: 45%;
}
.p-top__detail-flex-txt p {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 2.2rem;
  margin-bottom: 15%;
  font-size: clamp(1.6rem, 1.172vw + 0.7rem, 2.2rem);
}
.p-top__detail-flex-txt a {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 2rem;
  width: 120%;
  color: #fff;
  background: #862633;
  border-radius: 40px;
  padding: 23px 30px;
  text-align: right;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
}
.p-top__detail-flex-txt a:hover {
  background: #000;
}
.p-top__detail-flex-txt.txt02 {
  margin-top: 17%;
  text-align: right;
}
.p-top__detail-flex-txt.txt02 a {
  left: -20%;
}
.p-top__detail-flex-img {
  width: 60%;
}
.p-top__detail-flex-img img.img_01 {
  position: relative;
  right: -5%;
}
.p-top__detail-flex-img img.img_02 {
  position: relative;
  left: -5%;
}
.p-top .img-right {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 183px;
}
.p-top .img-right img {
  position: absolute;
  right: 4%;
}
.p-top .bar-left {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 63%;
}
.p-top .bar-left img {
  position: absolute;
  width: 36px;
  left: 0;
}
.p-top__detail02 {
  position: relative;
  background: #f8f7f5;
  padding: 150px 0;
}
.p-top__detail02-bg {
  position: relative;
  padding-bottom: 90px;
  margin: 50px auto;
}
.p-top__detail02-overbg {
  background: #ebeae4;
  height: 300px;
  width: 83.33%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-top__detail02-flex {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__detail02-flex-box {
  width: 49.4%;
  max-width: 474px;
}
.p-top__detail02-flex-box a {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 2rem;
  width: 97%;
  color: #fff;
  background: #862633;
  border-radius: 40px;
  padding: 23px 30px;
  text-align: right;
  position: relative;
  top: -25px;
  -webkit-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
}
.p-top__detail02-flex-box a:hover {
  background: #000;
}
.p-top__detail02-flex-box a.red:hover {
  background: #862633;
}
.p-top__detail02-btn {
  position: relative;
  margin: 50px auto;
}
.p-top__detail02-btn-inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-top__detail02-btn-inner a {
  width: 100%;
  position: relative;
}
.p-top__detail02-btn-inner a .btn_ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 190px;
}
.p-top__detail02-btn-inner a:hover {
  opacity: 0.8;
}
.p-top__detail02-btn-flex {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-top__detail02-btn-flex img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1280px) {
  .p-top__mv-overbg {
    height: 380px;
    width: 96.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv {
    min-height: 700px;
  }
  .p-top__mv-overbg {
    height: 235px;
    width: 96.5%;
  }
  .p-top__mv-bg02 {
    padding: 100px 0 50px;
  }
  .p-top__mv-slide {
    width: 60%;
  }
  .p-top__mv-slide img.over-ttl {
    bottom: -28px;
  }
  .p-top__mv-title {
    width: 40%;
  }
  .p-top__mv-title img {
    margin-right: 0;
  }
  .p-top__attach-clip02 {
    padding-bottom: 330px;
  }
  .p-top__detail-flex {
    margin: 50px auto 50px;
  }
  .p-top__detail-flex-txt {
    width: 40%;
    margin-top: 20%;
  }
  .p-top__detail-flex-txt a {
    padding: 15px 30px;
  }
  .p-top__detail-flex-txt a img {
    width: 18px;
  }
  .p-top__detail-flex-img {
    width: 55%;
  }
  .p-top__detail02 {
    padding: 50px 0;
  }
  .p-top__detail02-overbg {
    width: 96%;
  }
  .p-top__detail02-flex-box a {
    padding: 15px 30px;
  }
  .p-top__detail02-flex-box a img {
    width: 18px;
  }
  .p-top__detail02-btn-flex img:first-child {
    width: 105.7px;
  }
  .p-top__detail02-btn-flex img:last-child {
    width: 79.8px;
  }
}
@media screen and (max-width: 480px) {
  .p-top__mv {
    height: calc(100% + 350px);
    min-height: 900px;
    height: 100vh;
  }
  .p-top__mv-bg {
    height: 75%;
  }
  .p-top__mv-bg02 {
    padding: 100px 0 0;
    height: 100%;
  }
  .p-top__mv-overbg {
    height: 65%;
    width: 100%;
    bottom: -5%;
    right: 0;
    /*max-height: 545px;*/
    top: 35%;
    bottom: auto;
  }
  .p-top__mv-inner {
    width: 100%;
  }
  .p-top__mv-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__mv-slide {
    width: 100%;
    z-index: 9;
  }
  .p-top__mv-slide img.over-ttl {
    width: 82%;
    top: -15px;
    bottom: auto;
    left: auto;
    right: 1%;
  }
  .p-top__mv-title {
    width: 100%;
    text-align: right;
    position: relative;
    margin-top: -10%;
    background: #ebeae4;
    padding: 0 0 30px;
  }
  .p-top__mv-title img {
    width: 66%;
    max-width: 66%;
    margin-right: 11%;
  }
  .p-top .bar-right {
    top: 550px;
  }
  .p-top .bar-right img {
    width: 18px;
  }
  .p-top__attach-clip02 {
    padding-bottom: 180px;
  }
  .p-top__detail-bg02 {
    padding: 1px 0 60px;
  }
  .p-top__detail-flex {
    margin: 10px auto 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__detail-flex-txt {
    width: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10%;
  }
  .p-top__detail-flex-txt h2 img.ttl01 {
    width: 55.3%;
    max-width: 100%;
    margin-bottom: 8%;
  }
  .p-top__detail-flex-txt h2 img.ttl02 {
    width: 43.5%;
    max-width: 100%;
    margin-bottom: 8%;
  }
  .p-top__detail-flex-txt p {
    margin-bottom: 5%;
  }
  .p-top__detail-flex-txt a {
    padding: 10px 20px;
    width: 100%;
  }
  .p-top__detail-flex-txt a img {
    width: 18px;
  }
  .p-top__detail-flex-txt.txt02 {
    margin-top: 10%;
  }
  .p-top__detail-flex-txt.txt02 a {
    left: 0;
  }
  .p-top__detail-flex-img {
    width: 90%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-top__detail-flex-img img.img_01 {
    position: relative;
    right: 0;
  }
  .p-top__detail-flex-img img.img_02 {
    position: relative;
    left: 0;
  }
  .p-top .img-right {
    bottom: 89px;
  }
  .p-top .img-right img {
    position: absolute;
    right: 4%;
    width: 36.2%;
  }
  .p-top .bar-left {
    top: 68%;
  }
  .p-top .bar-left img {
    width: 18px;
  }
  .p-top__detail02 {
    padding: 50px 0 30px;
  }
  .p-top__detail02-bg {
    padding-bottom: 0;
    margin: 0 auto;
  }
  .p-top__detail02-overbg {
    width: 96%;
    height: 170px;
  }
  .p-top__detail02-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__detail02-flex-box {
    width: 90%;
    margin: 0 auto 10%;
  }
  .p-top__detail02-flex-box a {
    width: 100%;
    padding: 10px 20px;
  }
  .p-top__detail02-flex-box a img {
    width: 18px;
  }
  .p-top__detail02-btn-inner {
    width: 80%;
  }
  .p-top__detail02-btn-inner a {
    width: 100%;
    position: relative;
  }
  .p-top__detail02-btn-inner a .btn_ttl {
    width: 40%;
  }
  .p-top__detail02-btn-flex img:first-child {
    width: 75.5px;
  }
  .p-top__detail02-btn-flex img:last-child {
    width: 57px;
  }
}
/*----------------------------------------------------------------------------------------
concept.scss
----------------------------------------------------------------------------------------*/
.p-concept {
  position: relative;
}
.p-concept__detail {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-concept__attach-clip {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  padding-bottom: 260px;
}
.p-concept__attach-bg {
  background-image: url(../images/concept/bg_01.png);
  background-size: cover;
  background-position: top center;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.p-concept__attach-clip02 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  padding-bottom: 260px;
}
.p-concept__attach-bg02 {
  background-image: url(../images/concept/bg_02.png);
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.p-concept__detail-bg {
  position: relative;
  width: 100%;
  background: #fff;
}
.p-concept__detail-bg02 {
  position: relative;
  background: #f8f7f5;
  padding: 150px 0 150px;
  z-index: 0;
}
.p-concept__cnts01 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2%;
}
.p-concept__cnts01 h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 4.2rem;
  line-height: 1.7619047619;
  margin-bottom: 10%;
  font-size: clamp(3.2rem, 1.953vw + 1.7rem, 4.2rem);
}
.p-concept__cnts01 p {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3333333333;
}
.p-concept__cnts01 small {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.4rem;
}
.p-concept__cnts02 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2%;
}
.p-concept__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 100px;
}
.p-concept__flex-img {
  width: 45%;
  text-align: right;
  padding-right: 5%;
}
.p-concept__flex-txt {
  width: 55%;
  margin-top: 5%;
}
.p-concept__flex-txt h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  margin-bottom: 10%;
  font-size: clamp(2.2rem, 2.734vw + 0.1rem, 3.6rem);
}
.p-concept__flex-txt p {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  margin-bottom: 1%;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-concept__flex-txt small {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-concept__box {
  background: rgba(234, 233, 226, 0.9);
  width: 90%;
  max-width: 960px;
  margin: 50px auto;
  text-align: center;
  padding: 7% 4%;
}
.p-concept__box-pc img {
  width: 100%;
  max-width: 860px;
}
.p-concept__box-sp {
  display: none;
}
.p-concept .bar-right {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 57%;
  z-index: 9;
}
.p-concept .bar-right img.img_01 {
  position: absolute;
  width: 64px;
  right: 40px;
  top: 20px;
}
.p-concept .bar-right img.img_02 {
  position: absolute;
  width: 36px;
  right: 0;
}
.p-concept__detail-bg03 {
  position: relative;
  background: #f8f7f5;
  padding: 100px 0 150px;
  z-index: 0;
}
.p-concept__cnts03 {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.p-concept__cnts03 img.img_03 {
  position: relative;
  width: 32%;
  max-width: 320px;
}
.p-concept__cnts03 img.img_04 {
  position: absolute;
  width: 42%;
  max-width: 420px;
  right: 15%;
  top: 10%;
}
.p-concept__flex02 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 150px 9% 0 auto;
}
.p-concept__flex02-txt {
  width: 60%;
}
.p-concept__flex02-txt h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  margin-bottom: 10%;
  font-size: clamp(2.2rem, 2.734vw + 0.1rem, 3.6rem);
}
.p-concept__flex02-txt p {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  margin-bottom: 1%;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-concept__flex02-img {
  width: 25%;
  text-align: right;
}
.p-concept__flex02-img img {
  width: 100%;
  max-width: 320px;
}
.p-concept__cnts04 {
  position: relative;
  text-align: center;
  padding: 150px 0 0;
}
.p-concept__cnts04-img {
  position: relative;
}
.p-concept__cnts04-img img {
  position: relative;
  z-index: 2;
}
.p-concept__cnts04-over-bg {
  background: #ebeae4;
  width: 83.33%;
  max-width: 1600px;
  height: 200px;
  position: absolute;
  bottom: -28%;
  right: 0;
  z-index: 0;
}
.p-concept__cnts04__link {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: right;
}
.p-concept__flex03 {
  position: relative;
  text-align: left;
  width: 90%;
  max-width: 1100px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-concept__flex03-box01 {
  width: 40%;
  padding: 2% 5%;
}
.p-concept__flex03-box01 h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  margin-bottom: 10%;
  font-size: clamp(2.2rem, 2.734vw + 0.1rem, 3.6rem);
}
.p-concept__flex03-box02 {
  width: 60%;
  padding: 2% 5%;
}
.p-concept__flex03-box02 p {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  margin-bottom: 1%;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}

@media screen and (max-width: 1280px) {
  .p-concept__cnts04-over-bg {
    width: 96.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-concept__detail-bg02 {
    padding: 50px 0 100px;
  }
  .p-concept__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-concept__flex-img {
    width: 80%;
  }
  .p-concept__flex-txt {
    width: 90%;
  }
  .p-concept__flex02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 120px auto 0 auto;
  }
  .p-concept__flex02-txt {
    width: 80%;
    margin-bottom: 20px;
  }
  .p-concept__flex02-img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .p-concept__detail-bg02 {
    padding: 50px 0 100px;
  }
  .p-concept__cnts01 {
    padding: 0 2%;
  }
  .p-concept__cnts01 h2 {
    font-size: 20px;
  }
  .p-concept__cnts01 p {
    font-size: 1.6rem;
  }
  .p-concept__cnts01 small {
    font-size: 1.3rem;
  }
  .p-concept__flex {
    margin: 50px auto;
  }
  .p-concept__flex-img {
    width: 80%;
  }
  .p-concept__flex-txt {
    width: 100%;
  }
  .p-concept__flex-txt h2 {
    font-size: 20px;
  }
  .p-concept__flex-txt small {
    font-size: 1.3rem;
  }
  .p-concept__box {
    width: 100%;
    margin: 0 auto;
  }
  .p-concept__box-pc {
    display: none;
  }
  .p-concept__box-sp {
    display: block;
  }
  .p-concept__box-sp img {
    width: 100%;
  }
  .p-concept .bar-right {
    top: 72%;
  }
  .p-concept .bar-right img.img_01 {
    width: 32px;
    right: 20px;
    top: 10px;
  }
  .p-concept .bar-right img.img_02 {
    width: 18px;
  }
  .p-concept__detail-bg03 {
    padding: 50px 0 50px;
  }
  .p-concept__detail-bg03 img.img_04 {
    top: 5%;
    right: 5%;
  }
  .p-concept__flex02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 0 auto;
  }
  .p-concept__flex02-txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-concept__flex02-txt h2 {
    font-size: 20px;
  }
  .p-concept__flex02-txt small {
    font-size: 1.3rem;
  }
  .p-concept__flex02-img {
    width: 80%;
  }
  .p-concept__cnts04 {
    padding: 100px 0 0;
  }
  .p-concept__cnts04-img img {
    width: 90%;
  }
  .p-concept__cnts04-over-bg {
    height: 60px;
    bottom: -22%;
  }
  .p-concept__flex03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-concept__flex03-box01 {
    width: 80%;
    padding: 2% 5%;
  }
  .p-concept__flex03-box01 h2 {
    font-size: 20px;
  }
  .p-concept__flex03-box02 {
    width: 100%;
    padding: 2% 0;
  }
}
/*----------------------------------------------------------------------------------------
plan.scss
----------------------------------------------------------------------------------------*/
.p-plan {
  position: relative;
  background: #f8f7f5;
}
.p-plan__slide {
  padding: 150px 0;
  text-align: center;
}
.p-plan__slide h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 4.2rem;
  line-height: 1.7619047619;
  margin: 0 auto;
  font-size: clamp(3.2rem, 1.953vw + 1.7rem, 4.2rem);
}
.p-plan__slide .slick_plan {
  margin: 50px auto;
  z-index: 999;
}
.p-plan__slide .slick_plan li {
  max-width: 600px;
}
.p-plan__slide .slick_plan li.slick-slide {
  -webkit-transition: 3s ease-in-out 0.1s;
  transition: 3s ease-in-out 0.1s;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.p-plan__slide .slick_plan li.slick-center {
  -webkit-transition: 3s ease-in-out 0.1s;
  transition: 3s ease-in-out 0.1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-plan__slide .slick_plan li div {
  margin: 0 30px;
}
.p-plan__movie {
  position: relative;
  background: rgba(234, 233, 226, 0.9);
  text-align: center;
  padding: 100px 0;
}
.p-plan__movie-inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-plan__movie-inner h2 {
  width: 40%;
  max-width: 405px;
  margin: 0 auto;
}
.p-plan__movie-inner img.img_01 {
  position: absolute;
  width: 16%;
  max-width: 126px;
  left: 4%;
  top: -26px;
}
.p-plan__movie-inner img.img_02 {
  position: absolute;
  width: 20%;
  max-width: 161px;
  right: 5%;
  top: -18px;
}
.p-plan__movie-flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 90px auto;
}
.p-plan__movie-flex-box {
  width: 48%;
}
.p-plan__movie .bar-right {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 93%;
  z-index: 9;
}
.p-plan__movie .bar-right img.img_01 {
  position: absolute;
  width: 64px;
  right: 40px;
  top: 20px;
}
.p-plan__movie .bar-right img.img_02 {
  position: absolute;
  width: 36px;
  right: 0;
}
.p-plan__room {
  position: relative;
  background: #f8f7f5;
  text-align: center;
  padding: 100px 0;
}
.p-plan__room-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-plan__room-inner h2 {
  width: 41%;
  max-width: 408px;
  margin: 0 auto;
}
.p-plan__room-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px auto;
}
.p-plan__room-flex-box {
  width: 45%;
  border-bottom: 1px solid #B8B298;
  text-align: center;
  margin: 50px 0;
}
.p-plan__room-flex-box .type {
  margin-bottom: 20px;
}
.p-plan__room-flex-box .detail {
  background: #B8B298;
  padding: 5px 0;
  margin: 20px auto 10px;
}
.p-plan__room-flex-box .detail table {
  font-size: 1.8rem;
  color: #fff;
  table-layout: fixed;
  width: auto;
  margin: 0 auto;
  text-align: left;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-plan__room-flex-box .detail table td:first-child {
  width: 52%;
}
.p-plan__room-flex-box .detail table td:last-child {
  width: 48%;
  padding-left: 1em;
}
.p-plan__room .bar-left {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 80%;
}
.p-plan__room .bar-left img {
  position: absolute;
  width: 36px;
  left: 0;
}
.p-plan__equip {
  position: relative;
  background: rgba(248, 247, 245, 0.3);
  text-align: center;
  padding: 0 0 100px;
}
.p-plan__equip-inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.p-plan__equip-inner h2 {
  width: 47%;
  max-width: 444px;
  margin: 0 auto;
}
.p-plan__equip-list {
  position: relative;
  padding-top: 150px;
  text-align: left;
}
.p-plan__equip-list img.img_03 {
  position: absolute;
  width: 122px;
  left: 6%;
  top: 37px;
}
.p-plan__equip-list img.img_04 {
  position: absolute;
  width: 136px;
  right: 6%;
  top: -3px;
}
.p-plan__equip-list h3 {
  background: rgba(152, 153, 144, 0.8);
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  padding-left: 20px;
  font-size: clamp(2.2rem, 2.734vw + 0.1rem, 3.6rem);
}
.p-plan__equip-flex {
  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;
  margin: 0 auto;
}
.p-plan__equip-flex-box {
  position: relative;
  width: 30%;
  max-width: 280px;
  margin: 50px 0;
  padding-top: 40px;
}
.p-plan__equip-flex-box p {
  font-family: TsukuGoPro-D, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-plan__equip-flex-box p.name {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 2rem;
  border-left: 1px solid #968C83;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 3px 0 0 10px;
  line-height: normal;
  height: 70px;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-plan__equip p.al_r {
  text-align: right;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
  margin-bottom: 20px;
}

@media screen and (min-width: 1601px) {
  .p-plan__slide .slick_plan .prev-arrow {
    left: 31%;
  }
  .p-plan__slide .slick_plan .next-arrow {
    right: 31%;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__slide {
    padding: 50px 0;
  }
  .p-plan__slide .slick_plan li div {
    margin: 0;
  }
  .p-plan__slide .slick_plan li .prev-arrow {
    left: 15%;
  }
  .p-plan__slide .slick_plan li .next-arrow {
    right: 15%;
  }
  .p-plan__movie {
    padding: 100px 0 10px;
  }
  .p-plan__room {
    padding: 100px 0 10px;
  }
  .p-plan__equip-flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p-plan__equip-flex-box {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .p-plan__slide h2 {
    font-size: 20px;
  }
  .p-plan__slide .slick_plan li div {
    margin: 0;
  }
  .p-plan__slide .slick_plan li.slick-slide {
    -webkit-transition: 0s ease-in-out 0s;
    transition: 0s ease-in-out 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-plan__slide .slick_plan li.slick-center {
    -webkit-transition: 0s ease-in-out 0s;
    transition: 0s ease-in-out 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-plan__slide .slick_plan .prev-arrow {
    width: 25px;
    left: 3%;
  }
  .p-plan__slide .slick_plan .next-arrow {
    width: 25px;
    right: 3%;
  }
  .p-plan__movie {
    padding: 50px 0 10px;
  }
  .p-plan__movie-inner h2 {
    width: auto;
  }
  .p-plan__movie-inner h2 img {
    height: 50px;
  }
  .p-plan__movie-inner img.img_01 {
    top: 60px;
  }
  .p-plan__movie-inner img.img_02 {
    top: 63px;
  }
  .p-plan__movie-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 90px auto 20px;
  }
  .p-plan__movie-flex-box {
    width: 80%;
    margin: 0 auto 50px;
  }
  .p-plan__movie .bar-right img.img_01 {
    width: 32px;
    right: 20px;
    top: 10px;
  }
  .p-plan__movie .bar-right img.img_02 {
    width: 18px;
  }
  .p-plan__room {
    padding: 50px 0 10px;
  }
  .p-plan__room-inner h2 {
    width: auto;
  }
  .p-plan__room-inner h2 img {
    height: 50px;
  }
  .p-plan__room-flex {
    margin: 50px auto;
  }
  .p-plan__room-flex-box {
    width: 90%;
    margin: 0 auto 50px;
  }
  .p-plan__room-flex-box .detail table td:last-child {
    padding-left: 0;
  }
  .p-plan__room .bar-left img {
    width: 18px;
  }
  .p-plan__equip-inner h2 {
    width: auto;
  }
  .p-plan__equip-inner h2 img {
    height: 50px;
  }
  .p-plan__equip-flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p-plan__equip-flex-box {
    width: 90%;
  }
}
/*----------------------------------------------------------------------------------------
access.scss
----------------------------------------------------------------------------------------*/
.p-access {
  position: relative;
  background: #f8f7f5;
}
.p-access__map {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.p-access__map-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.p-access__map-title-flex {
  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;
}
.p-access__map-title-flex img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.p-access__map-title-flex h2 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 4.2rem;
  line-height: 1.7619047619;
  margin: 0 1% 5% 2%;
  font-size: clamp(2.8rem, 2.734vw + 0.7rem, 4.2rem);
}
.p-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.p-access__map img.img_03 {
  width: 73%;
  max-width: 697px;
  margin: 65px auto;
}
.p-access__map-flex {
  width: 90%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px auto 100px;
}
.p-access__map-flex-img {
  width: 45%;
  position: relative;
}
.p-access__map-flex-img img {
  position: relative;
  right: -4%;
}
.p-access__map-flex-txt {
  text-align: left;
  width: 55%;
  padding: 2% 2% 2% 5%;
}
.p-access__map-flex-txt h3 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  margin-bottom: 10%;
  font-size: clamp(2.2rem, 2.734vw + 0.1rem, 3.6rem);
}
.p-access__map-flex-txt p {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  margin-bottom: 1%;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-access__map .bar-right {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 97%;
  z-index: 9;
}
.p-access__map .bar-right img.img_01 {
  position: absolute;
  width: 64px;
  right: 40px;
  top: 20px;
}
.p-access__map .bar-right img.img_02 {
  position: absolute;
  width: 36px;
  right: 0;
}
.p-access__train {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-access__train .ab_img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  top: -60px;
}
.p-access__train .ab_img img.img_05 {
  position: absolute;
  left: 16%;
  width: 25%;
  max-width: 235px;
}
.p-access__attach-clip {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  padding-bottom: 440px;
}
.p-access__attach-bg {
  background-image: url(../images/access/bg_01.png);
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.p-access__detail-bg {
  position: relative;
  width: 100%;
  background: #fff;
}
.p-access__detail-bg02 {
  position: relative;
  background: rgba(234, 233, 226, 0.9);
  padding: 100px 0 100px;
  z-index: 0;
}
.p-access__cnts {
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.p-access__cnts .train_map {
  width: 80%;
  max-width: 646px;
  margin: 0 auto;
}
.p-access__cnts h4 {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  font-size: clamp(3rem, 1.172vw + 2.1rem, 3.6rem);
  border-bottom: 1px solid #968C83;
  text-align: left;
  margin: 100px auto 50px;
}
.p-access__cnts ul {
  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-access__cnts ul li {
  width: 48%;
  max-width: 428px;
  text-align: left;
  margin: 0 0 50px;
}
.p-access__cnts ul li img {
  max-height: 94px;
}

@media screen and (max-width: 768px) {
  .p-access__map {
    padding: 50px 0;
  }
  .p-access__map-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-access__map-flex-img {
    width: 100%;
  }
  .p-access__map-flex-txt {
    padding: 0;
    width: 83%;
  }
  .p-access__cnts ul li {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .p-access__map {
    padding: 50px 0;
  }
  .p-access__map-title-flex img {
    width: 10%;
  }
  .p-access__map-title-flex h2 {
    font-size: 2.2rem;
  }
  .p-access__map .bar-right {
    top: 111%;
  }
  .p-access__map .bar-right img.img_01 {
    width: 32px;
    right: 20px;
    top: 10px;
  }
  .p-access__map .bar-right img.img_02 {
    width: 18px;
  }
  .p-access__train .ab_img {
    z-index: 2;
    top: -60px;
  }
  .p-access__train .ab_img img.img_05 {
    left: 5%;
    width: 40%;
  }
  .p-access__attach-clip {
    padding-bottom: 350px;
  }
  .p-access__detail-bg02 {
    padding: 50px 0;
  }
  .p-access__cnts .train_map {
    width: 100%;
  }
  .p-access__cnts h4 {
    font-size: 20px;
  }
  .p-access__cnts ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-access__cnts ul li {
    width: 80%;
  }
}
/*----------------------------------------------------------------------------------------
outline.scss
----------------------------------------------------------------------------------------*/
.p-outline {
  position: relative;
  background: #f8f7f5;
}
.p-outline__detail {
  position: relative;
  padding: 150px 0;
}
.p-outline__detail-inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.p-outline__detail-inner img.img_01 {
  position: absolute;
  top: -10%;
  right: 5%;
  max-width: 164px;
  width: 30%;
}
.p-outline__detail-inner table {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  table-layout: fixed;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.9090909091;
  font-size: clamp(1.8rem, 0.781vw + 1.2rem, 2.2rem);
}
.p-outline__detail-inner table th {
  background: #968C83;
  color: #fff;
  width: 23%;
  border-right: 10px solid #f8f7f5;
  border-bottom: 10px solid #f8f7f5;
  padding: 20px;
}
.p-outline__detail-inner table td {
  background: #DFDCD4;
  width: 76%;
  border-bottom: 10px solid #f8f7f5;
  padding: 20px;
}
.p-outline__detail-inner table small {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-top: 10px;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-outline__info-inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.p-outline__info-inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #7E7F74;
}
.p-outline__info-inner h3 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-outline__info-inner h3 img.img_02 {
  width: 16%;
  max-width: 153px;
  margin: 0 5% 0 3%;
}
.p-outline__info-inner h3 img.img_03 {
  width: 38%;
  max-width: 364px;
  margin: 0 1% 2% 5%;
}
.p-outline__info-inner h3 span {
  font-size: 2rem;
  color: #7E7F74;
  margin: 0 1% 2%;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
}
.p-outline__info-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
}
.p-outline__info-inner ul li {
  width: 49%;
  max-width: 470px;
  margin: 0 0 60px;
}
.p-outline__info-inner ul li:nth-of-type(2n) {
  margin-left: 2%;
}
.p-outline__info-inner ul li p {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 2.1;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
}
.p-outline__info .bar-right {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 49.5%;
  z-index: 9;
}
.p-outline__info .bar-right img.img_01 {
  position: absolute;
  width: 64px;
  right: 40px;
  top: 20px;
}
.p-outline__info .bar-right img.img_02 {
  position: absolute;
  width: 36px;
  right: 0;
}
.p-outline__list {
  position: relative;
}
.p-outline__list-inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0 150px;
}
.p-outline__list-inner img.img_11 {
  position: absolute;
  top: -4.2%;
  right: 8%;
  max-width: 207px;
}
.p-outline__list-inner h3 {
  background: rgba(152, 153, 144, 0.8);
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.6666666667;
  padding-left: 20px;
  font-size: clamp(2.2rem, 2.734vw + 0.1rem, 3.6rem);
  margin-bottom: 30px;
}
.p-outline__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-outline__list-flex-box01 {
  width: 45%;
  text-align: center;
  margin: 0 0 100px;
}
.p-outline__list-flex-box01 table {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  table-layout: fixed;
  width: 100%;
  max-width: 430px;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  text-align: left;
  margin: 0 auto;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-outline__list-flex-box01 table td {
  border-bottom: 1px dotted #7E7F74;
}
.p-outline__list-flex-box01 table td:first-child {
  width: 62%;
}
.p-outline__list-flex-box01 table td:last-child {
  width: 38%;
}
.p-outline__list-flex-box01 table td.bdr_non {
  border-bottom: none;
}
.p-outline__list-flex-box02 {
  width: 52.1%;
  text-align: center;
  margin: 0 0 100px;
}
.p-outline__list-flex-box02 table {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  table-layout: fixed;
  width: 100%;
  max-width: 500px;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  text-align: left;
  margin: 0 auto;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-outline__list-flex-box02 table td {
  border-bottom: 1px dotted #7E7F74;
}
.p-outline__list-flex-box02 table td:first-child {
  width: auto;
  max-width: 67%;
}
.p-outline__list-flex-box02 table td:last-child {
  width: 33%;
}
.p-outline__list-flex-box02 table td.bdr_non {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .p-outline__detail {
    padding: 100px 0;
  }
  .p-outline__list-inner {
    padding: 50px 0 100px;
  }
  .p-outline__list-inner img.img_11 {
    top: -3.3%;
  }
  .p-outline__list-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-outline__list-flex-box01 {
    width: 100%;
    margin: 0;
  }
  .p-outline__list-flex-box01.mb100 {
    margin-bottom: 100px;
  }
  .p-outline__list-flex-box01 table {
    max-width: 500px;
  }
  .p-outline__list-flex-box01 table td:first-child {
    width: 70%;
  }
  .p-outline__list-flex-box01 table td:last-child {
    width: 30%;
  }
  .p-outline__list-flex-box01 table td.tab_bdr {
    border-bottom: 1px dotted #7E7F74;
  }
  .p-outline__list-flex-box02 {
    width: 100%;
    margin: 0;
  }
  .p-outline__list-flex-box02.mb100 {
    margin-bottom: 100px;
  }
  .p-outline__list-flex-box02 table {
    max-width: 500px;
  }
  .p-outline__list-flex-box02 table td:first-child {
    width: 70%;
    max-width: 70%;
  }
  .p-outline__list-flex-box02 table td:last-child {
    width: 30%;
  }
  .p-outline__list-flex-box02 table td.tab_bdr {
    border-bottom: 1px dotted #7E7F74;
  }
}
@media screen and (max-width: 480px) {
  .p-outline__detail {
    padding: 100px 0 50px;
  }
  .p-outline__detail-inner img.img_01 {
    top: -13.5%;
  }
  .p-outline__detail-inner table {
    font-size: 14px;
  }
  .p-outline__detail-inner table th {
    padding: 5px 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .p-outline__detail-inner table td {
    padding: 5px 10px;
    border-bottom: 3px solid #fff;
  }
  .p-outline__detail-inner table td small {
    font-size: 13px;
  }
  .p-outline__info-inner h3 img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-outline__info-inner h3 img.img_03 {
    width: 65%;
    margin: 0 1% 3% 3%;
  }
  .p-outline__info-inner h3 span {
    display: none;
  }
  .p-outline__info-inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-outline__info-inner ul li {
    width: 100%;
  }
  .p-outline__info-inner ul li p {
    font-size: 1.4rem;
  }
  .p-outline__info .bar-right img.img_01 {
    width: 32px;
    right: 20px;
    top: 10px;
  }
  .p-outline__info .bar-right img.img_02 {
    width: 18px;
  }
  .p-outline__list-inner {
    padding: 50px 0 50px;
  }
  .p-outline__list-inner img.img_11 {
    top: -2.1%;
  }
  .p-outline__list-flex-box01 {
    width: 90%;
    margin: 0 auto;
  }
  .p-outline__list-flex-box01 table td {
    display: block;
  }
  .p-outline__list-flex-box01 table td:first-child {
    width: 100%;
    border: none;
  }
  .p-outline__list-flex-box01 table td:last-child {
    width: 100%;
  }
  .p-outline__list-flex-box02 table {
    width: 90%;
    margin: 0 auto;
  }
  .p-outline__list-flex-box02 table td {
    display: block;
  }
  .p-outline__list-flex-box02 table td:first-child {
    width: 100%;
    max-width: 100%;
    border: none;
  }
  .p-outline__list-flex-box02 table td:last-child {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------------
gallery.scss
----------------------------------------------------------------------------------------*/
.p-gallery {
  position: relative;
  background: #f8f7f5;
}
.p-gallery__slide {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 112px 0 100px;
  text-align: center;
}
.p-gallery__slide img.img_01 {
  position: absolute;
  left: 17%;
  top: 9px;
  width: 10%;
  max-width: 90px;
}
.p-gallery__slide h2 {
  font-family: "SabonNextLTPro-Regular";
  font-size: 8rem;
  margin: 0 auto;
  color: rgba(195, 189, 167, 0.85);
  font-size: clamp(4rem, 7.813vw - 2rem, 8rem);
}
.p-gallery__slide .slide_container {
  position: relative;
  z-index: 999;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.p-gallery__slide .slider {
  margin: 30px auto;
}
.p-gallery__slide .slider .slick-img {
  position: relative;
  text-align: center;
}
.p-gallery__slide .slider .slick-img img {
  margin: 10px auto;
  width: auto;
  height: 35vw;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery__slide .thumbnail {
  border: 1px solid #7E7F74;
  padding: 3%;
}
.p-gallery__slide .thumbnail .thumbnail-img {
  position: relative;
}
.p-gallery__slide .thumbnail .thumbnail-img img {
  padding: 2%;
  width: 100%;
  height: 15vw;
  max-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery__slide .thumbnail .prev-arrow {
  top: 35%;
  left: -2.5%;
}
.p-gallery__slide .thumbnail .next-arrow {
  top: 35%;
  right: -2.5%;
}
.p-gallery__movie {
  position: relative;
  background: rgba(234, 233, 226, 0.9);
  text-align: center;
  padding: 150px 0 100px;
}
.p-gallery__movie-inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-gallery__movie-inner h2 {
  width: 66%;
  max-width: 852.5px;
  margin: 0 auto;
}
.p-gallery__movie-inner h2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-gallery__movie-flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
}
.p-gallery__movie-flex-box {
  width: 30%;
  max-width: 300px;
  margin: 50px auto;
}
.p-gallery__movie-flex-box h3 {
  width: 80%;
  max-width: 480px;
  margin-bottom: 10px;
}
.p-gallery__movie-flex-box h3 img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p-gallery__slide {
    padding: 50px 0 100px;
  }
  .p-gallery__slide img.img_01 {
    position: absolute;
    left: 7%;
    top: 0;
  }
  .p-gallery__slide .thumbnail .prev-arrow {
    top: 35%;
    left: -5.5%;
  }
  .p-gallery__slide .thumbnail .next-arrow {
    top: 35%;
    right: -5.5%;
  }
  .p-gallery__movie {
    padding: 100px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-gallery__slide {
    padding: 16px 0 100px;
  }
  .p-gallery__slide h2 {
    font-size: 20px;
  }
  .p-gallery__slide img.img_01 {
    position: absolute;
    left: 10%;
    top: 0;
  }
  .p-gallery__slide .slider .slick-img img {
    height: 53vw;
  }
  .p-gallery__slide .thumbnail .prev-arrow {
    top: 33%;
    left: -7%;
    width: 10%;
  }
  .p-gallery__slide .thumbnail .next-arrow {
    top: 33%;
    right: -7%;
    width: 10%;
  }
  .p-gallery__movie {
    padding: 50px 0 10px;
  }
  .p-gallery__movie-inner h2 {
    width: auto;
  }
  .p-gallery__movie-inner h2 img {
    height: 50px;
  }
  .p-gallery__movie-flex-box {
    width: 80%;
    margin: 0 auto 50px;
  }
}
/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 下に30pxの位置から */
  -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;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up02.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up03.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up04.is-inview {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  /* フェード開始を0.5秒遅らせる */
}

.c-lower__mv {
  background: #f8f7f5;
  padding: 160px 0 100px;
  position: relative;
  z-index: 9;
}
.c-lower__mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.c-lower__mv-flex-txt {
  width: 49%;
  max-width: 620px;
  text-align: center;
}
.c-lower__mv-flex-txt h1 {
  margin: 9% auto auto 26%;
}
.c-lower__mv-flex-txt h1.ttl_concept {
  width: 51%;
  max-width: 316px;
}
.c-lower__mv-flex-txt h1.ttl_plan {
  width: 28%;
  max-width: 169px;
}
.c-lower__mv-flex-txt h1.ttl_access {
  width: 40%;
  max-width: 247px;
}
.c-lower__mv-flex-txt h1.ttl_outline {
  width: 47%;
  max-width: 289px;
}
.c-lower__mv-flex-txt h1.ttl_gallery {
  width: 48%;
  max-width: 297px;
}
.c-lower__mv-flex-img {
  position: relative;
  z-index: 1;
  width: 51%;
  height: 300px;
  overflow: hidden;
}
.c-lower__mv-flex-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.c-lower__mv-over-bg {
  background: #ebeae4;
  width: 83.33%;
  max-width: 1600px;
  height: 120px;
  position: absolute;
  bottom: -18%;
  left: 0;
  z-index: 0;
}
.c-lower__mv .bar-left {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 300px;
}
.c-lower__mv .bar-left img {
  position: absolute;
  width: 36px;
  left: 0;
}

.c-contact {
  background-image: url(../images/common/bg_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  z-index: 9;
}
.c-contact h3 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto;
  font-size: clamp(1.8rem, 1.953vw + 0.3rem, 2.8rem);
}
.c-contact h3 span {
  font-family: SabonNextLTPro-Regular, arias, serif;
  font-size: 7rem;
  font-size: clamp(4rem, 5.859vw - 0.5rem, 7rem);
}
.c-contact ul {
  width: 90%;
  max-width: 680px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-contact ul li {
  width: 320px;
  height: 80px;
  line-height: 80px;
}
.c-contact ul li:first-child {
  background: #7E7F74;
}
.c-contact ul li:last-child {
  background: #A6192E;
}
.c-contact ul li a {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
}
.c-contact ul li:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1280px) {
  .c-lower__mv-over-bg {
    width: 96.5%;
  }
}
@media screen and (max-width: 768px) {
  .c-lower__mv {
    padding: 110px 0 100px;
  }
  .c-lower__mv-flex-img {
    height: 200px;
  }
  .c-lower__mv-over-bg {
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .c-lower__mv {
    padding: 110px 0 50px;
  }
  .c-lower__mv-flex-txt h1 {
    margin: 9% auto auto;
  }
  .c-lower__mv-flex-txt h1.ttl_concept, .c-lower__mv-flex-txt h1.ttl_plan, .c-lower__mv-flex-txt h1.ttl_access, .c-lower__mv-flex-txt h1.ttl_outline, .c-lower__mv-flex-txt h1.ttl_gallery {
    width: auto;
  }
  .c-lower__mv-flex-txt h1.ttl_concept img, .c-lower__mv-flex-txt h1.ttl_plan img, .c-lower__mv-flex-txt h1.ttl_access img, .c-lower__mv-flex-txt h1.ttl_outline img, .c-lower__mv-flex-txt h1.ttl_gallery img {
    height: 30px;
  }
  .c-lower__mv-flex-img {
    height: 100px;
  }
  .c-lower__mv-over-bg {
    height: 40px;
  }
  .c-lower__mv .bar-left {
    top: 150px;
  }
  .c-lower__mv .bar-left img {
    width: 18px;
  }
  .c-contact {
    padding: 80px 0;
  }
  .c-contact ul {
    margin: 30px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-contact ul li {
    margin: 3% auto;
  }
}
/*----------------------------------------------------------------------------------------
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;
  }
}
/*# sourceMappingURL=style.css.map */