@charset "UTF-8";
header {
  background: transparent;
  border-bottom: none;
}
header .black-logo {
  display: none;
}
header .white-logo {
  display: block;
}
header .header-nav-link {
  color: #fff;
  border-right: 1px solid #fff;
}
header .header-contact {
  color: #fff;
  border-color: #fff;
}
header .toggle-btn span {
  background-color: #fff;
}
header.active {
  border-bottom: 1px solid #373532;
  background: #f3f4f1;
}
header.active .black-logo {
  display: block;
}
header.active .white-logo {
  display: none;
}
header.active .header-nav-link {
  color: #373532;
  border-right: 1px solid #373532;
}
header.active .header-contact {
  color: #373532;
  border-color: #373532;
}
header.active .toggle-btn span {
  background-color: #373532;
}

#page.top .mv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 185vh;
  position: relative;
}
#page.top .mv-video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* マスク色 */
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}
#page.top .scroll-icon {
  position: sticky;
  left: 0;
  right: 0;
  top: 90vh;
  width: 40px;
  height: 30px;
  bottom: 50px;
  margin: 0 auto 50px;
  -webkit-animation: scrolldown 2.5s infinite;
          animation: scrolldown 2.5s infinite;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  30% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  60% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  30% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  60% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
#page.top .mv-video {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#page.top .mv-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
#page.top .mv-hide-box {
  height: 100vh;
  position: relative;
  z-index: 2;
}
#page.top .mv-hide-box-inner {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: 7%;
}
#page.top .mv-title {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.1538461538;
  margin-bottom: 48px;
}
#page.top .mv-text {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2.0666666667;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #page.top .mv-hide-box-inner {
    max-width: 330px;
    width: 100%;
    margin-left: 28px;
    margin-right: 0;
  }
  #page.top .mv-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
  }
  #page.top .mv-text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
#page.top section {
  background-color: #f3f4f1;
}
#page.top .contens-introduction {
  padding-top: 65px;
  padding-bottom: 103px;
}
#page.top .introduction-title {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.3181818182;
  text-align: center;
  margin-bottom: 30px;
}
#page.top .introduction-text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  margin-bottom: 62px;
}
#page.top .contens-introduction-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.top .contens-introduction-box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-introduction-box.opa {
  opacity: 0.6;
}
#page.top .contens-introduction-box.hosyutei {
  background-color: #927d6c;
}
#page.top .contens-introduction-box.toyotei {
  background-color: #97a185;
}
#page.top .contens-introduction-box.sanyoan {
  background-color: #6e7a7d;
}
#page.top .contens-introduction-box-image {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}
#page.top .contens-introduction-box-image img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#page.top .contens-introduction-box-text {
  padding-top: 25px;
  padding-bottom: 35px;
}
#page.top .contens-introduction-text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
#page.top .contens-introduction-look-text {
  color: #fff;
  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;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.9333333333;
}
#page.top .contens-introduction-look-text .line {
  position: relative;
  z-index: 1;
}
#page.top .contens-introduction-look-text .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-introduction-look-text .arrow-img {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  #page.top .contens-introduction-box-link:hover .contens-introduction-box-image img {
    opacity: 0.75;
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  #page.top .contens-introduction-box-link:hover .contens-introduction-look-text .line::after {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #page.top .contens-introduction-text {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 880px) {
  #page.top .contens-introduction-text {
    font-size: 13px;
    letter-spacing: 0em;
  }
}
@media (max-width: 800px) {
  #page.top .contens-introduction-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.top .contens-introduction-box {
    margin-bottom: 13px;
  }
  #page.top .contens-introduction-box:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #page.top .contens-introduction-box:nth-child(3) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (max-width: 767px) {
  #page.top .introduction-title {
    font-size: 24px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 40px;
  }
  #page.top .introduction-text {
    padding-left: 15px;
    text-align: left;
    margin-bottom: 78px;
  }
  #page.top .contens-introduction-box-text {
    display: none;
  }
  #page.top .open-close-box {
    display: none;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
  }
  #page.top .open-close-box .contens-introduction-text {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8571428571;
    padding: 16px 0;
  }
  #page.top .open-close-btn {
    color: #fff;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 2.6363636364;
    padding: 2px 0;
    cursor: pointer;
  }
  #page.top .open-close-btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/top/open-close-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 8px;
    height: 4px;
    margin-left: 5px;
    margin-bottom: 2px;
  }
  #page.top .open-close-btn.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#page.top .contens-info {
  padding-bottom: 105px;
}
#page.top .info-wrap {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
#page.top .contens-info-title {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.2083333333;
  text-align: center;
  margin-bottom: 2px;
}
#page.top .contens-info-title-en {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.0714285714;
  margin-bottom: 45px;
}
#page.top .contens-info-ul {
  border-top: 1px solid #373532;
  border-bottom: 1px solid #373532;
  margin-bottom: 33px;
}
#page.top .contens-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#page.top .contens-info-list:after {
  background: radial-gradient(circle farthest-side, #373532, #373532 30%, transparent 30%, transparent);
  background-size: 5px 5px;
  background-position: bottom center;
  content: "";
  display: inline-block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#page.top .contens-info-list:last-child:after {
  display: none;
}
#page.top .contens-info-day {
  color: #686664;
  letter-spacing: 0.12em;
  font-size: 14px;
  line-height: 2.0714285714;
  margin-right: 10px;
  max-width: 77px;
}
#page.top .contens-info-category {
  width: 70px;
  display: block;
}
#page.top .contens-info-category-inner {
  background-color: #fff;
  border-radius: 30px;
  color: #686664;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.53;
  display: inline-block;
  padding: 0 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-info-article-title {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  display: inline-block;
  width: calc(100% - 200px);
  padding: 25px 0;
}
#page.top .contens-info-article-title .text-arrow {
  display: inline-block;
}
#page.top .contens-info-article-title .text-arrow img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 7px;
  width: 4px;
  height: 8px;
}
#page.top .contens-info-pge-link {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.9333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.top .contens-info-pge-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/link-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 8px;
}
@media (hover: hover) {
  #page.top .contens-info-article-title:hover {
    text-decoration: underline;
    opacity: 0.75;
  }
  #page.top .contens-info-category:hover .contens-info-category-inner {
    color: #fff;
    background-color: #dbd8d5;
  }
  #page.top .contens-info-pge-link:hover {
    text-decoration: underline;
    opacity: 0.75;
  }
}
@media (max-width: 890px) {
  #page.top .info-wrap {
    padding: 0 20px;
    position: relative;
  }
}
@media (max-width: 767px) {
  #page.top .sp-info-title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.top .contens-info-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 18px;
    line-height: 1.6111111111;
    margin-bottom: 15px;
  }
  #page.top .contens-info-title-en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 12px;
    line-height: 2.4166666667;
    margin-bottom: 0;
    margin-right: -2px;
  }
  #page.top .contens-info-ul {
    width: 86%;
    margin-top: -110px;
    margin-bottom: 10px;
  }
  #page.top .contens-info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 12px;
  }
  #page.top .contens-info-article-title {
    width: 100%;
    padding: 0 0 15px;
  }
  #page.top .contens-info-article-title .text-arrow {
    display: none;
  }
  #page.top .contens-info-day {
    font-size: 12px;
    line-height: 2.4166666667;
  }
  #page.top .contens-info-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.top .contens-info-category-inner {
    font-size: 10px;
    line-height: 1.5;
  }
  #page.top .contens-info-pge-link {
    width: 86%;
    font-size: 14px;
  }
}
#page.top .contens-recommend {
  padding-bottom: 142px;
}
#page.top .contens-recomemend-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9px;
}
#page.top .contens-recomemend-box-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67.935%;
          flex: 0 0 67.935%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}
#page.top .contens-recomemend-box-image img.box-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 700px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#page.top .contens-recomemend-box-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.065%;
          flex: 0 0 32.065%;
  background-color: #fff;
  padding: 30px 60px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.top .recomemend-text-box {
  margin-left: auto;
  width: 30px;
}
#page.top .contens-recomemend-box-sub-text {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.355;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#page.top .contens-recomemend-box-sub-text .inner {
  background-color: #2f2d2a;
  padding: 5px 3px;
}
#page.top .contens-recomemend-box-title {
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 1.1153846154;
}
#page.top .contens-recomemend-box-en-title {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.0714285714;
  margin-bottom: 3px;
}
#page.top .contens-recomemend-box-text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 15px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#page.top .contens-recomemend-box-btn-text {
  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;
  height: 53px;
  border: 1px solid #373532;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}
#page.top .contens-recomemend-box-btn-text .btn-arrow {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.top .contens-recomemend-box-btn-text .btn-arrow svg line {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#page.top .contens-recomemend-box-btn-text .btn-arrow svg polyline {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (hover: hover) {
  #page.top .contens-recomemend-box:hover .contens-recomemend-box-image img.box-image {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  #page.top .contens-recomemend-box-btn-text:hover {
    background-color: #dbd8d5;
  }
}
@media (max-width: 1350px) {
  #page.top .contens-recomemend-box-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  #page.top .contens-recomemend-box-text-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding: 30px 50px 25px;
  }
}
@media (max-width: 1190px) {
  #page.top .contens-recomemend-box-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
  }
  #page.top .contens-recomemend-box-text-area {
    padding: 30px 30px 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
@media (max-width: 1035px) {
  #page.top .contens-recomemend-box-text-area {
    padding: 20px 20px 15px;
  }
}
@media (max-width: 970px) {
  #page.top .contens-recomemend-box-text-area {
    padding: 13px 20px 10px;
  }
}
@media (max-width: 900px) {
  #page.top .contens-recommend {
    padding-bottom: 0;
  }
  #page.top .contens-recomemend-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  #page.top .contens-recomemend-box-image {
    position: relative;
  }
  #page.top .contens-recomemend-box-image .sp-recomemend-text-box {
    position: absolute;
    display: block;
    right: 27px;
    top: 30px;
    width: 25px;
  }
  #page.top .contens-recomemend-box-sub-text {
    font-size: 24px;
    line-height: 1.3291666667;
    letter-spacing: 0.2em;
  }
  #page.top .contens-recomemend-box-text-area {
    padding: 30px 30px 85px;
    background-color: #f1f2ef;
  }
  #page.top .recomemend-text-box {
    display: none;
  }
  #page.top .contens-recomemend-box-title {
    font-size: 22px;
    line-height: 1.3181818182;
  }
  #page.top .contens-recomemend-box-en-title {
    font-size: 12px;
    line-height: 2.4166666667;
  }
  #page.top .contens-recomemend-box-text {
    font-size: 14px;
    line-height: 1.8571428571;
  }
  #page.top .contens-recomemend-box-btn-text {
    font-size: 14px;
    background-position: 94% center;
  }
}
@media (max-width: 767px) {
  #page.top .contens-recomemend-box-image img.box-image {
    height: 375px;
  }
}
#page.top .contens-travel-style {
  background-color: #fff;
  padding-top: 100px;
  overflow-x: hidden;
  padding-bottom: 118px;
}
#page.top .contens-travel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
#page.top .contens-travel-style-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-left: 80px;
  line-height: 2.1428571429;
}
#page.top .contens-travel-style-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.3125;
}
#page.top .contens-travel-style-caategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  width: 100%;
  max-width: 775px;
  margin: 0 auto 30px;
}
#page.top .contens-travel-style-caategory-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 775px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.top .marquee {
  -webkit-animation: cateflow linear infinite;
          animation: cateflow linear infinite;
}
#page.top .contens-travel-style-caategory-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
#page.top .contens-travel-style-caategory-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.top .marquee-right {
  -webkit-animation: cateflowright linear infinite;
          animation: cateflowright linear infinite;
}
#page.top .contens-travel-style-article-caategory {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f4f1;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 35px;
  padding: 0 25px;
  border-radius: 30px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@-webkit-keyframes cateflow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes cateflow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes cateflowright {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes cateflowright {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
#page.top .contens-travel-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 45px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#page.top .contens-travel-slider-wrap {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#page.top .contens-travel-slider-wrap .swiper-button-next {
  background-image: url(../img/top/slider-next.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  width: 30px;
  height: 30px;
  top: 40%;
  right: 0px;
}
#page.top .contens-travel-slider-wrap .swiper-button-next::after {
  display: none;
}
#page.top .contens-travel-slider-wrap .swiper-button-prev {
  background-image: url(../img/top/slider-prev.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  width: 30px;
  height: 30px;
  left: 0;
  top: 40%;
}
#page.top .contens-travel-slider-wrap .swiper-button-prev::after {
  display: none;
}
#page.top .contens-travel-slider {
  width: 95%;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 0px 60px;
  position: relative;
}
#page.top .contens-travel-slider .new-badge {
  display: none;
}
#page.top .contens-travel-slider .splide__arrow {
  top: -45px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: transparent;
}
#page.top .contens-travel-slider .pagination {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
#page.top .contens-travel-slider .swiper-pagination-total {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.4714285714;
}
#page.top .contens-travel-slider .swiper-pagination-current {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.4714285714;
}
#page.top .contens-travel-page-link-btn {
  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;
  height: 53px;
  border: 1px solid #373532;
  max-width: 319px;
  width: 100%;
  margin: 10px auto 50px;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-travel-page-link-btn .btn-arrow {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.top .contens-travel-page-link-btn .btn-arrow svg line {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-travel-page-link-btn .btn-arrow svg polyline {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-travel-line {
  width: 2px;
  margin: 0 auto 43px;
}
#page.top .contens-travel-suggestion {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 1.8571428571;
  margin-bottom: 28px;
}
#page.top .contens-travel-suggestion-text {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 55px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  text-align: center;
}
@media (hover: hover) {
  #page.top .contens-travel-style-article-caategory:hover {
    background-color: #dbd8d5;
    color: #fff;
  }
  #page.top .contens-travel-page-link-btn:hover {
    background-color: #dbd8d5;
  }
}
@media (max-width: 900px) {
  #page.top .contens-travel-slider-wrap .swiper-button-prev {
    left: 50px;
    background-image: url(../img/top/slider-prev-sp.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
  }
  #page.top .contens-travel-slider-wrap .swiper-button-next {
    right: 50px;
    background-image: url(../img/top/slider-next-sp.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
  }
}
@media (max-width: 767px) {
  #page.top .contens-travel-style {
    padding-top: 70px;
    padding-bottom: 71px;
  }
  #page.top .contens-travel-flex {
    margin-bottom: 50px;
  }
  #page.top .contens-travel-style-title {
    font-size: 24px;
    line-height: 1.875;
    margin-left: 40px;
  }
  #page.top .contens-travel-style-text {
    font-size: 14px;
    line-height: 2.0714285714;
    margin-top: 60px;
  }
  #page.top .contens-travel-style-caategory {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  #page.top .contens-travel-style-article-caategory {
    font-size: 12px;
    height: 24px;
    padding: 0 6px;
    margin-bottom: 8px;
    margin-right: 6px;
  }
  #page.top .contens-travel-style-caategory-right {
    margin-bottom: 35px;
  }
  #page.top .contens-travel-title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8125;
  }
  #page.top .contens-travel-slider {
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
    padding-bottom: 35px;
  }
  #page.top .contens-travel-slider .swiper-wrapper {
    overflow: visible;
  }
  #page.top .contens-travel-slider .splide__arrow--prev {
    background-image: url(../img/top/slider-prev-sp.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    left: 35px;
    top: -60px;
  }
  #page.top .contens-travel-slider .splide__arrow--next {
    background-image: url(../img/top/slider-next-sp.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    right: 35px;
    top: -60px;
  }
  #page.top .contens-travel-slider .pagination {
    left: inherit;
    right: 9%;
    text-align: right;
    bottom: 5px;
    font-size: 12px;
    line-height: 2.4166666667;
    padding-right: 20px;
  }
  #page.top .contens-travel-slider .swiper-pagination-current {
    font-size: 12px;
    line-height: 2.4166666667;
  }
  #page.top .contens-travel-page-link-btn {
    font-size: 14px;
    margin-bottom: 25px;
  }
  #page.top .contens-travel-suggestion {
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 0 25px;
  }
  #page.top .contens-travel-suggestion-text {
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.8571428571;
    margin-bottom: 30px;
    text-align: left;
  }
}
#page.top .stay-story-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 37px;
}
#page.top .stay-story-bnr {
  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;
  padding: 0 10px;
}
#page.top .stay-story-bnr-list {
  width: 32.128514%;
  border: 1px solid #373532;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#page.top .stay-story-bnr-list:nth-child(2) {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#page.top .stay-story-bnr-list:nth-child(3) {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
#page.top .stay-story-bnr-list.aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#page.top .stay-story-bnr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/top/link-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 8px;
  background-position: 94% center;
  height: 137px;
  border-left: 14px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .stay-story-bnr-link.hosyu {
  border-color: #927d6c;
}
#page.top .stay-story-bnr-link.toyo {
  border-color: #97a185;
}
#page.top .stay-story-bnr-link.sanyoan {
  border-color: #6e7a7d;
}
#page.top .stay-story-logo {
  max-width: 204px;
  width: 100%;
}
@media (hover: hover) {
  #page.top .stay-story-bnr-link:hover {
    background-color: #dbd8d5;
  }
}
@media (max-width: 945px) {
  #page.top .stay-story-bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page.top .stay-story-bnr-list {
    width: 100%;
    margin-bottom: 15px;
  }
  #page.top .stay-story-bnr-list:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #page.top .stay-story-bnr-list:nth-child(3) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #page.top .stay-story-bnr-link {
    height: 53px;
  }
  #page.top .stay-story-logo {
    max-width: 142px;
  }
}
@media (max-width: 767px) {
  #page.top .stay-story-title {
    font-size: 16px;
    line-height: 1.8125;
    margin-bottom: 18px;
  }
  #page.top .stay-story-bnr-link {
    border-left: 11px solid transparent;
    background-position: 96% center;
  }
}
#page.top .contens-magazine {
  padding-top: 150px;
  padding-bottom: 244px;
  overflow-x: hidden;
}
#page.top .contens-magazine-en-title {
  font-size: 18px;
  line-height: 3.3022222222;
}
#page.top .contens-magazine-title {
  font-size: 34px;
  letter-spacing: 0.15em;
  line-height: 1.5214705882;
  margin-bottom: 17px;
}
#page.top .contens-magazine-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin-bottom: 48px;
}
#page.top .magazine-section {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}
#page.top .overflow-right__sliderWrap {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  width: 100vw;
  margin-bottom: 60px;
}
#page.top .magazine-splide .splide__slide {
  padding-top: 12px;
}
#page.top .magazine-slider-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .magazine-slider-image {
  margin-bottom: 20px;
  position: relative;
}
#page.top .magazine-slider-image .new-badge {
  width: 68px;
  height: 68px;
  position: absolute;
  right: -12px;
  top: -12px;
}
#page.top .magazine-slider-article-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.top .magazine-slider-article-day {
  font-size: 14px;
  margin-right: 15px;
}
#page.top .magazine-slider-article-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 30px;
  height: 20px;
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#page.top .slider-article-title {
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.7647058824;
}
#page.top .contens-magazine-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.top .contens-magazine-pagination {
  width: 90px;
  height: 53px;
  position: relative;
}
#page.top .contens-magazine-pagination .splide__arrow--prev {
  background-color: transparent;
  background: url(../img/top/slider-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  top: 0px;
  bottom: 0;
  left: 0px;
  margin: auto;
  -webkit-transform: none;
          transform: none;
}
#page.top .contens-magazine-pagination .splide__arrow--prev svg {
  display: none;
}
#page.top .contens-magazine-pagination .splide__arrow--next {
  background-color: transparent;
  background: url(../img/top/slider-next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 0px;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
          transform: none;
}
#page.top .contens-magazine-pagination .splide__arrow--next svg {
  display: none;
}
#page.top .contens-magazine-page-link-btn {
  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;
  max-width: 319px;
  width: 100%;
  height: 53px;
  border: 1px solid #373532;
  background-image: url(../img/top/link-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 8px;
  background-position: 96% center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  #page.top .contens-magazine-page-link-btn:hover {
    background-color: #dbd8d5;
  }
  #page.top .magazine-slider-link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  #page.top .contens-magazine {
    padding: 62px 10px 83px;
  }
  #page.top .contens-magazine-en-title {
    font-size: 15px;
    line-height: 3.0695652174;
  }
  #page.top .contens-magazine-title {
    font-size: 26px;
    line-height: 1.4192307692;
    margin-top: -8px;
  }
  #page.top .contens-magazine-text {
    font-size: 14px;
    margin-bottom: 42px;
  }
  #page.top .contens-magazine-text br {
    display: none;
  }
  #page.top .overflow-right__sliderWrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #page.top .overflow-right__sliderWrap .splide {
    visibility: inherit;
  }
  #page.top .overflow-right__sliderWrap .splide__track {
    overflow: inherit;
  }
  #page.top .overflow-right__sliderWrap .splide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.top .overflow-right__sliderWrap .splide__slide {
    width: 48%;
    margin-bottom: 40px;
  }
  #page.top .overflow-right__sliderWrap .splide__slide:first-child {
    width: 100%;
  }
  #page.top .overflow-right__sliderWrap .splide__slide:nth-child(n+6) {
    display: none;
  }
  #page.top .overflow-right__sliderWrap .magazine-slider-image .new-badge {
    width: 50px;
    height: 50px;
    top: -10px;
    right: -10px;
  }
  #page.top .magazine-slider-article-day {
    font-size: 12px;
  }
  #page.top .magazine-slider-article-category {
    font-size: 10px;
    height: 15px;
  }
  #page.top .slider-article-title {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  #page.top .contens-magazine-bottom-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.top .contens-magazine-pagination {
    display: none;
  }
}
#page.top .contens-premium-member {
  background-color: #e1c8a7;
  padding: 85px 0;
}
#page.top .contens-hotel-name {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 10px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#page.top .contens-benefits {
  font-size: 37px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#page.top .contens-benefits .contens-benefits-sub {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-left: 25px;
}
#page.top .contens-benefits-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.top .contens-benefits-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
#page.top .contens-benefits-link-btn {
  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;
  height: 53px;
  border: 1px solid #373532;
  max-width: 319px;
  width: 100%;
  background-color: #fff;
  background-image: url(../img/top/link-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 8px;
  background-position: 96% center;
  font-size: 15px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .contens-online {
  background-color: #fff;
  padding: 52px 0;
}
@media (hover: hover) {
  #page.top .contens-benefits-link-btn:hover {
    background-color: #dbd8d5;
  }
}
@media (max-width: 767px) {
  #page.top .contens-premium-member {
    background-color: #e1c8a7;
    padding: 44px 10px;
  }
  #page.top .contens-online {
    padding: 35px 10px;
  }
  #page.top .contens-hotel-name {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2.526;
  }
  #page.top .contens-benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.4192307692;
    margin-bottom: 20px;
  }
  #page.top .contens-benefits .contens-benefits-sub {
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 3.0593333333;
    margin-bottom: -25px;
  }
  #page.top .contens-benefits-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.top .contens-benefits-text {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 30px;
  }
  #page.top .contens-benefits-link-btn {
    font-size: 14px;
    letter-spacing: 0.15em;
    margin: 0 auto;
  }
}
#page.top .contens-faq {
  padding-top: 68px;
  padding-bottom: 110px;
}
#page.top .contens-faq-btn {
  background-color: #fff;
  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;
  border: 1px solid #373532;
  height: 53px;
  max-width: 319px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/top/link-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 8px;
  background-position: 96% center;
  font-size: 15px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  #page.top .contens-faq-btn:hover {
    background-color: #dbd8d5;
  }
}
@media (max-width: 767px) {
  #page.top .contens-faq {
    padding-top: 44px;
    padding-bottom: 70px;
  }
}

.talkappibot {
  opacity: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.talkappibot.active {
  opacity: 1 !important;
}