@charset "UTF-8";
.g-main {
  padding-top: 0;
}
.about-bottom {
  display: none;
}
.g-footer-top {
  display: none;
}
.g-footer-aside {
  display: none;
}
.g-footer-bottom {
  display: none;
}

.about-bottom.is-active {
  display: block;
  position: relative;
  z-index: 13;
}
.g-footer-top.is-active {
  display: block;
  position: relative;
  z-index: 13;
}
.g-footer-aside.is-active {
  display: block;
  position: relative;
  z-index: 13;
}
.g-footer-bottom.is-active {
  display: block;
  position: relative;
  z-index: 13;
}

/* scroll Animation */
.about-main__scroll-bar-data{
  background-color: #BABA;
  animation: scrollAnimation 1.6s ease-in-out infinite;
}
@keyframes scrollAnimation{
  0%{
    height: 0;
  }
  100%{
    height: 100%;
  }
}

/*====================
  about main
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .about-main__nav {
    height: 200px;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    color: #dddddd;
    text-align: center;
    cursor: pointer;
  }
  .about-main__nav-list-item {
    line-height: 2.0;
  }
  .about-main__nav-list-item.is-active {
    color: #3799cc;
  }
  .about-main__nav-skip {
    margin-top: 10px;
    font: 12px;
  }

  /* fixed base */
  /* .g-header {
    width: 100% !important;
    transform: translate(0) !important;
    z-index: 200 !important;
  }
  .g-header .g-header__inner {
    height: 52px !important;
    transition: all 0.3s !important;
  } */
  /* fixed brand */
  /* .g-header .g-header__brand {
    width: 168px !important;
  }
  .g-header .g-header__brand-default {
    opacity: 0 !important;
    transform: translateY(-168px) !important;
  }
  .g-header .g-header__brand-fixed {
    transform: translateY(0px) !important;
  } */
  /* fixed bottom */
  /* .g-header .g-header__main-bottom-menu {
    opacity: 0 !important;
    transform: translateY(-10px) !important;
  } */


  .about-main__scroll-text {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
  }
  .about-main__scroll {
    width: 50px;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .about-main__scroll-bar {
    width: 1px;
    height: 70px;
    background-color: #ffffff;
    margin: auto;
  }

  /*===== base =====*/
  .about-main__section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 52px;
    left: 0;
    transition: opacity 2s;
    opacity: 0;
  }
  .about-main__section--type01.is-active {
    opacity: 1;
    z-index: 6;
  }
  .about-main__section--type02.is-active {
    opacity: 1;
    z-index: 7;
  }
  .about-main__section.is-active .about-main__heading02 {
    opacity: 1;
  }
  .about-main__section.is-active .about-main__text-list {
    opacity: 1;
  }
  /* heading */
  .about-main__heading01 {
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    width: 580px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    letter-spacing: 0.15em;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .about-main__heading01-small {
    font-size: 14px;
  }
  .about-main__heading02 {
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    line-height: 2.2;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    transition: opacity 2s 0.4s;
    opacity: 0;
  }

  /* text */
  .about-main__text-list {
    position: absolute;
    transition: opacity 2s 0.4s;
    opacity: 0;
  }
  .about-main__text-list-item {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 2.0;
    letter-spacing: 0.1em;
  }
  .about-main__text-list-item + .about-main__text-list-item {
    margin-top: 24px;
  }
  /*===== section01 =====*/
  .about-main__section--type01 {
    background-image: url("/common/img/koshikake_main_bg_01_pc.jpg");
  }
  /*===== section02 =====*/
  .about-main__section--type02 {
    background-image: url("/common/img/koshikake_main_bg_02_pc.jpg");
  }
  .about-main__section--type02 .about-main__heading02 {
    width: 38px;
  }
  .about-main__section--type02 .about-main__text-list {
    width: 440px;
    bottom: 80px;
    right: 20px;
  }
  .en-about .about-main__section--type02 .about-main__text-list {
    right: 60px;
  }
  /*===== section03 =====*/
  .about-main__section--type03 {
    background-image: url("/common/img/about_main_bg_03_pc.jpg");
  }
  .about-main__section--type03 .about-main__heading02 {
    width: 38px;
  }
  .about-main__section--type03 .about-main__text-list {
    width: 360px;
    bottom: 80px;
    left: 50px;
  }
  /*===== section04 =====*/
  .about-main__section--type04 {
    background-image: url("/common/img/about_main_bg_04_pc.jpg");
  }
  .about-main__section--type04 .about-main__heading02 {
    width: 78px;
    left: 680px;
  }
  .en-about .about-main__section--type04 .about-main__heading02 {
    width: 75%;
    word-break: break-all;
  }
  .about-main__section--type04 .about-main__text-list {
    width: 400px;
    bottom: 80px;
    left: 50px;
  }
  /*===== section05 =====*/
  .about-main__section--type05 {
    background-image: url("/common/img/about_main_bg_05_pc.jpg");
  }
  .about-main__section--type05 .about-main__heading02 {
    width: 78px;
    top: 20px;
    left: 300px;
  }
  .about-main__section--type05 .about-main__text-list {
    width: 480px;
    bottom: 80px;
    left: 80px;
  }
  /*===== section06 =====*/
  .about-main__section--type06 {
    background-image: url("/common/img/about_main_bg_06_pc.jpg");
  }
  .about-main__section--type06 .about-main__heading02 {
    width: 115px;
    left: -470px;
  }
  .about-main__section--type06 .about-main__text-list {
    width: 400px;
    bottom: 80px;
    right: 80px;
  }
  /*===== section07 =====*/
  .about-main__section--type07 {
    background-image: url("/common/img/about_main_bg_07_pc.jpg");
  }
  .about-main__section--type07 .about-main__heading02 {
    width: 115px;
    right: 470px;
  }

  /*===== news =====*/
  .stay-news {
    margin-top: 110px;
  }
  .stay-news__body {
    display: flex;
  }
  .stay-news__head {
    width: 120px;
  }
  .stay-news__head-heading {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
  }
  .stay-news .g-section-head{
    width: 120px;
  }
  .stay-news__main {
    box-sizing: border-box;
    border-left: solid 1px #bababa;
    width: 770px;
    padding-left: 49px;
  }
  .stay-news__main-list ul{
    margin-bottom: 25px;
  }
  .stay-news__main-list .stay-news__main-tag{
    margin-bottom: 0;
  }
  .stay-news__main-list-item {
    display: flex;
  }
  .stay-news__main-list-item + .stay-news__main-list-item {
    margin-top: 25px;
  }
  /* main time */
  .stay-news__main-time {
    width: 110px;
    margin-right: 30px;
    font-size: 12px;
  }
  /* main body */
  .stay-news__main-body {
    width: 580px;
  }
  .stay-news__main-text {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
  }
  .stay-news__main-link:link,
  .stay-news__main-link:visited {
    color: #000000;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .stay-news__main-link:hover {
    opacity: 0.7;
  }
  .stay-news__main-tag {
    display: flex;
    margin-top: 5px;
  }
  .stay-news__main-tag-item {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0;
    padding: 3px 6px;
    background-color: #ffffff;
  }
  .stay-news__main-tag-item--blue {
    background-color: #3799cc;
    color: #ffffff;
    padding: 3px 20px;
  }
  .stay-news__main-tag-item + .stay-news__main-tag-item {
    margin-left: 4px;
  }
  .stay-news__bottom {
    margin-top: 20px;
  }
  .stay-news__bottom-text {
    text-align: right;
  }
  .stay-news__bottom-text-link:link,
  .stay-news__bottom-text-link:visited {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding-right: 22px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .stay-news__bottom-text-link::after {
    content: "";
    background-image: url(../img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .stay-news__bottom-text-link:hover {
    opacity: 0.7;
  }

  /* 英語サイト */
  .en-about .about-main__heading02 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 90%;
    top: 100px;
  }
  .en-about .about-main__section--type04 .about-main__heading02 {
    left: 250px;
  }
  .en-about .about-main__section--type05 .about-main__heading02 {
    left: 100px;
  }
  .en-about .about-main__section--type06 .about-main__heading02 {
    left: 50px;
  }
  .en-about .about-main__section--type07 .about-main__heading02 {
    left: 50px;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .about-main__nav {
    height: 58.66666666vw;
    position: absolute;
    top: 31vw;
    right: 1vw;
    margin: auto;
    z-index: 100;
    color: #dddddd;
    text-align: center;
    cursor: pointer;
  }
  .about-main__nav-list-item {
    line-height: 2.0;
  }
  .about-main__nav-list-item.is-active {
    color: #3799cc;
  }
  .about-main__nav-skip {
    font-size: 3.2vw;
    margin-top: 2.66666666vw;
  }

  .about-main__scroll-text {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
  }
  .about-main__scroll {
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .about-main__scroll-bar {
    width: 1px;
    height: 40px;
    background-color: #ffffff;
    margin: auto;
  }

  .g-footer-top {
    display: none !important;
  }
  /*===== base =====*/
  .about-main__section {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 3.2vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 2s;
  }
  .about-main__section--type01.is-active {
    opacity: 1;
    z-index: 6;
  }
  .about-main__section--type02.is-active {
    opacity: 1;
    z-index: 7;
  }
  .about-main__section.is-active .about-main__heading02 {
    opacity: 1;
  }
  .about-main__section.is-active .about-main__text-list {
    opacity: 1;
  }


  /* heading */
  .about-main__heading01 {
    font-size: 5.86666666vw;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    height: 4vw;
    margin: auto;
    position: absolute;
    letter-spacing: 0.15em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .about-main__heading01-small {
    font-size: 10px;
  }
  .about-main__heading02 {
    opacity: 0;
    font-size: 6.13333333vw;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.8;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.18em;
    position: absolute;
    right: 0;
    left: 0;
    transition: opacity 2s 0.4s;
  }
  .en-about .about-main__heading02{
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  /* text */
  .about-main__text-list {
    opacity: 0;
    bottom: 3.2vw;
    position: absolute;
    transition: opacity 2s 0.4s;
  }
  .about-main__text-list-item {
    font-size: 3.2vw;
    font-weight: normal;
    color: #ffffff;
    line-height: 2.0;
    letter-spacing: 0.1em;
  }
  .en-about .about-main__text-list-item{
    line-height: 1.6;
  }
  .about-main__text-list-item + .about-main__text-list-item {
    margin-top: 15px;
  }

  /*===== section01 =====*/
  .about-main__section--type01 {
    background-image: url(/common/img/koshikake_main_bg_01_sp.jpg);
  }
  /*===== section02 =====*/
  .about-main__section--type02 {
    background-image: url(/common/img/koshikake_main_bg_02_sp.jpg);
  }
  .about-main__section--type02 .about-main__heading02 {
    width: 24vw;
    top: 43vw;
    left: 0;
  }
  /*===== section03 =====*/
  .about-main__section--type03 {
    background-image: url(/common/img/about_main_bg_03_sp.jpg);
  }
  .about-main__section--type03 .about-main__heading02 {
    width: 24vw;
    top: 23vw;
  }
  /*===== section04 =====*/
  .about-main__section--type04 {
    background-image: url(/common/img/about_main_bg_04_sp.jpg);
    background-position: center;
  }
  .about-main__section--type04 .about-main__heading02 {
    width: 24vw;
    top: 23vw;
  }
  /*===== section05 =====*/
  .about-main__section--type05 {
    background-image: url(/common/img/about_main_bg_05_sp.jpg);
  }
  .about-main__section--type05 .about-main__heading02 {
    width: 50%;
    top: 23vw;
  }
  /*===== section06 =====*/
  .about-main__section--type06 {
    background-image: url(/common/img/about_main_bg_06_sp.jpg);
  }
  .about-main__section--type06 .about-main__heading02 {
    width: 40%;
    top: 23vw;
  }
  /*===== section07 =====*/
  .about-main__section--type07 {
    background-image: url(/common/img/about_main_bg_07_sp.jpg);
  }
  .about-main__section--type07 .about-main__heading02 {
    width: 40%;
    top: 23vw;
  }


  /*===== news =====*/
  .stay-news {
    margin-top: 26.66666666vw;
  }
  .stay-news__head {
    margin-bottom: 10.66666666vw;
  }
  .stay-news__heading02 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 1.33333333vw;
    position: relative;
  }
  .stay-news__heading02::after {
    content: "";
    background-color: #bababa;
    width: 18.66666666vw;
    height: 0.26666666vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .stay-news__head-heading{
    font-size: 16px;
    text-align: center;
    padding-bottom: 1.33333333vw;
    position: relative;
  }
  .stay-news__head-heading::after{
    content: "";
    background-color: #bababa;
    width: 18.66666666vw;
    height: 0.26666666vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .stay-news__main-list ul{
    margin-bottom: 5.33333333vw;
  }
  .stay-news__main-list .stay-news__main-tag{
    margin-bottom: 0;
  }
  .stay-news__main-list-item + .stay-news__main-list-item {
    margin-top: 5.33333333vw;
  }
  .stay-news__main-time {
    font-size: 3.2vw;
    font-weight: normal;
    color: #000000;
    line-height: 2.0;
    margin-bottom: 2.66666666vw;
  }
  .stay-news__main-link:link,
  .stay-news__main-link:visited {
    color: #000000;
  }
  .stay-news__main-text {
    font-size: 3.2vw;
    font-weight: normal;
    color: #000000;
    line-height: 2;
  }
  .stay-news__main-tag {
    display: flex;
    margin-top: 1.6vw;
  }
  .stay-news__main-tag-item {
    background-color: #ffffff;
    font-size: 2.66666666vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.0;
    padding: 0.8vw 1.6vw;
  }
  .stay-news__main-tag-item--blue {
    background-color: #3799cc;
    color: #ffffff;
    padding: 3px 12px;
  }
  .stay-news__main-tag-item + .stay-news__main-tag-item {
    margin-left: 1.06666666vw;
  }
  .stay-news__bottom {
    margin-top: 5.33333333vw;
  }
  .stay-news__bottom-text {
    text-align: right;
  }
  .stay-news__bottom-text-link:link,
  .stay-news__bottom-text-link:visited {
    display: inline-block;
    font-size: 3.73333333vw;
    font-weight: normal;
    color: #000000;
    padding-right: 5.86666666vw;
    position: relative;
  }
  .stay-news__bottom-text-link::after {
    content: "";
    background-image: url(../img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 2.66666666vw;
    height: 2.66666666vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }


  /* 英語サイト */
  .en-about .about-main__heading02 {
    writing-mode: unset;
    -ms-writing-mode: unset;
    width: 90%;
    left: 0;
  }
}



/*====================
  about island
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== base =====*/
  .about-island {
    margin-bottom: 50px;
    padding-top: 100px;
  }
  .about-island__inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-island__main-thumb{
    position: relative; 
  }
  .about-island__main-location{
    position: absolute;
    width: 150px;
    height: 150px;
  }
  .about-island__main-location a{
    display: block;
    height: 100%;
  }
  .about-island__main-location:nth-of-type(1){
    bottom: 20px;
    left: 260px;
    width: 100px;
    height: 100px;
  }
  .about-island__main-location:nth-of-type(2){
    bottom: 90px;
    right: 375px;
  }
  .about-island__main-location:nth-of-type(3){
    top: 0;
    right: 320px;
    width: 50px;
    height: 50px;
  }

  /*===== head =====*/
  .about-island__head {
    margin-bottom: 70px;
  }
  .about-island__heading02 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 20px;
    position: relative;
  }
  .about-island__heading02::after {
    content: "";
    background-color: #bababa;
    width: 70px;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== base =====*/
  .about-island {
    margin-bottom: 10.66666666vw;
    padding-top: 8vw;
  }
  .about-island__main-thumb{
    position: relative; 
  }
  .about-island__main-location{
    position: absolute;
    width: 10.666666vw;
    height: 10.66666vw;
  }
  .about-island__main-location a{
    display: block;
    height: 100%;
  }
  .about-island__main-location:nth-of-type(1){
    bottom: 4vw;
    left: 24vw;
  }
  .about-island__main-location:nth-of-type(2){
    bottom: 12vw;
    left: 48vw;
  }
  .about-island__main-location:nth-of-type(3){
    top: 10.66666vw;
    right: 26.666666vw;
  }

  /*===== head =====*/
  .about-island__head {
    margin-bottom: 10.66666666vw;
  }
  .about-island__heading02 {
    font-size: 3.73333333vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
    padding-bottom: 1.33333333vw;
    position: relative;
  }
  .about-island__heading02::after {
    content: "";
    background-color: #bababa;
    width: 18.66666666vw;
    height: 0.26666666vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}



/*====================
  about more
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== base =====*/
  .about-more {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .about-more__inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  /*===== head =====*/
  .about-more__head {
    margin-bottom: 70px;
  }
  .about-more__heading02 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 20px;
    position: relative;
  }
  .about-more__heading02::after {
    content: "";
    background-color: #bababa;
    width: 70px;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  /*===== main =====*/
  .about-more__main-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-more__main-list-item {
    width: 298px;
    margin-right: 53px;
  }
  .about-more__main-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .about-more__main-list-item:nth-child(n+4) {
    margin-top: 40px;
  }
  /* main link */
  .about-more__main-link:link,
  .about-more__main-link:visited {
    display: block;
  }
  .about-more__main-body {
    background-color: #ffffff;
    text-align: center;
    padding: 18px;
  }
  /* main text */
  .about-more__main-text {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 1.0;
    position: relative;
  }
  .about-more__main-text::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -22px;
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .about-more__main-link:hover .about-more__main-text::after {
    right: -27px;
  }

  /*===== bottom =====*/
  .stay-house__bottom {
    margin-top: 70px;
  }
  .stay-house__bottom-btn {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .stay-house__bottom-btn-link:link,
  .stay-house__bottom-btn-link:visited {
    display: block;
    background-color: #3799cc;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    padding: 30px;
  }
  .stay-house__bottom-links{
    margin-top: 40px;
    text-align: center;
  }
  .stay-house__bottom-links .stay-news__bottom-text-link + .stay-news__bottom-text-link{
    margin-left: 80px;
  }
  .stay-house__bottom-btn-link-inner {
    display: inline;
    position: relative;
  }
  .stay-house__bottom-btn-link-inner::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_white.svg");
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -42px;
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .stay-house__bottom-btn-link:hover .stay-house__bottom-btn-link-inner::after {
    right: -47px;
  }
}



/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== base =====*/
  .about-more {
    margin-bottom: 10.66666666vw;
    padding-top: 8vw;
  }
  .about-more__inner {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }

  /*===== head =====*/
  .about-more__head {
    margin-bottom: 10.66666666vw;
  }
  .about-more__heading02 {
    font-size: 3.73333333vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
    padding-bottom: 1.33333333vw;
    position: relative;
  }
  .about-more__heading02::after {
    content: "";
    background-color: #bababa;
    width: 18.66666666vw;
    height: 0.26666666vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  /*===== main =====*/
  .about-more__main-list-item + .about-more__main-list-item {
    margin-top: 5.33333333vw;
  }
  /* main link */
  .about-more__main-link:link,
  .about-more__main-link:visited {
    display: block;
  }
  .about-more__main-body {
    background-color: #ffffff;
    text-align: center;
    padding: 4vw;
    position: relative;
  }
  .about-more__main-body::after {
    content: "";
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-image: url("/common/img/icon_arrow_black.svg");
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15.73333333vw;
  }
  .about-more__main-text {
    display: inline-block;
    font-size: 3.2;
    font-weight: normal;
    color: #000000;
    line-height: 1.0; 
  }

  /*===== bottom =====*/
  .stay-house__bottom {
    margin-top: 10.66666666vw;
  }
  .stay-house__bottom-btn {
    margin-top: 10.66666666vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .stay-house__bottom-btn-link:link,
  .stay-house__bottom-btn-link:visited {
    display: block;
    background-color: #3799cc;
    font-size: 3.73333333vw;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    padding: 7.46666666vw;
    position: relative;
  }
  .stay-house__bottom-btn-link::after {
    content: "";
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-image: url("/common/img/icon_arrow_white.svg");
    background-repeat: no-repeat;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    right: 8vw;
  }
  .stay-house__bottom-links{
    margin: 10.666666vw auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .stay-house__bottom-links .stay-news__bottom-text-link + .stay-news__bottom-text-link{
    margin-top: 10.666666vw;
  }
}