@charset "UTF-8";
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
/* ===================================================================
CSS information

file name  : stay.css
author    : Abilive
style info : 過ごし方
=================================================================== */
.l-topicpath {
  margin-bottom: 0;
}

.c-lead2, .c-lnk1 > a:after, .c-lnk1 > span:after {
  color: #f7a42d;
}

.p-st1 i {
  display: block;
  font-family: "Source Sans Pro", Verdana, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #f7a42d;
  display: block;
  font-size: 322%;
  letter-spacing: 0.04em;
  line-height: 0.8888888889;
  padding-bottom: 0.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-st1 i {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .p-st1 i {
    font-size: 215%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-st1 i {
    padding-bottom: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .p-st1 i {
    padding-bottom: 0.2em;
  }
}
.p-st1 span {
  background: #f7a42d;
  color: #FFF;
  font-size: 115%;
  letter-spacing: 0.24em;
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.2em 0.2em 0.4em;
  font-weight: bold;
  margin-top: 0.2em;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-st1 span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .p-st1 span {
    font-size: 86%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-st1 span {
    letter-spacing: 0.15em;
  }
}
@media only screen and (max-width: 767px) {
  .p-st1 span {
    letter-spacing: 0.1em;
  }
}

.p-icon {
  position: relative;
  background: #333333;
  color: #FFF;
  border-radius: 999px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .p-icon {
    width: 75px;
    height: 75px;
  }
}
@media print {
  .p-icon {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-icon {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .p-icon {
    width: 4.5em;
    height: 4.5em;
  }
}
.p-icon:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92f";
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  color: #f7a42d;
  bottom: 80%;
  left: 70%;
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .p-icon:after {
    bottom: 78%;
    color: #FFF;
    font-size: 143%;
  }
}
.p-icon > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-bottom: 0.5em;
}
.p-icon > div i, .p-icon > div span {
  line-height: 1;
  display: block;
  color: #fff;
}
.p-icon > div .day {
  font-size: 93%;
  letter-spacing: 0.04em;
  margin: 0.3em auto;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-icon > div .day {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .p-icon > div .day {
    font-size: 72%;
  }
}
.p-icon > div .time {
  font-size: 108%;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-icon > div .time {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-icon > div .time {
    font-size: 79%;
  }
}

.p-intro {
  position: relative;
  background: url(../../stay/images/sports/bg_int.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-intro__inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-intro__text {
  color: #FFF;
  padding: 12% 0 10%;
}
@media only screen and (max-width: 767px) {
  .p-intro__text {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__text {
    width: 51.5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text {
    width: 84.6153846154%;
    margin: 0 auto;
  }
}
.p-intro__text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__text__title {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text__title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1199px) {
  .p-intro__text__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-intro__text__title .en {
  font-family: "Source Sans Pro", Verdana, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  margin-right: 1.5em;
}
.p-intro__text__title .en .s {
  display: inline-block;
  font-size: 143%;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__text__title .en .s {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text__title .en .s {
    font-size: 108%;
  }
}
.p-intro__text__title .en .s:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92f";
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  bottom: 92%;
  left: 92%;
}
.p-intro__text__title .en .l {
  display: block;
  line-height: 1;
  font-size: 393%;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__text__title .en .l {
    font-size: 322%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text__title .en .l {
    font-size: 250%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-intro__text__title .jp {
    margin-top: 0.5em;
  }
}
.p-intro__text__title .jp i {
  background: #FFF;
  color: #f7a42d;
  font-size: 115%;
  letter-spacing: 0.24em;
  margin-bottom: 0.2em;
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.2em 0.2em 0.4em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__text__title .jp i {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text__title .jp i {
    font-size: 86%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__text__title .jp i {
    letter-spacing: 0.24em;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text__title .jp i {
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__img {
    width: 43.75%;
    position: absolute;
    right: 0;
    top: 13.3333333333%;
    height: 450px;
    overflow: hidden;
  }
  .p-intro__img img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__img {
    height: 400px;
  }
}
.p-story {
  margin-top: 8.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-story {
    margin-top: 13.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-story {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-story {
    max-width: 1200px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-story {
    width: 84.6153846154%;
  }
}
.p-story__movie {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-story__movie {
    width: 51.6666666667%;
  }
}
.p-story__movie:after {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(247, 164, 45, 0);
  border-width: 80px;
  bottom: 0;
  left: 0;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  border-bottom-color: rgba(247, 164, 45, 0.8);
  border-left-color: rgba(247, 164, 45, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .p-story__movie:after {
    border-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-story__movie:after {
    border-width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-story__movie:after {
    border-width: 1.5em;
  }
}
.p-story__movie .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-story__movie .icon:hover:after {
    width: 95px;
    height: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .p-story__movie .icon:hover:after {
    width: 4em;
    height: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .p-story__movie .icon img {
    width: 6em;
    height: 6em;
  }
}
.p-story__movie .icon:after {
  border-radius: 999px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: rgba(237, 170, 75, 0.5);
  -webkit-box-shadow: 0px 0px 28.5px 1.5px rgba(237, 170, 75, 0.5);
          box-shadow: 0px 0px 28.5px 1.5px rgba(237, 170, 75, 0.5);
  z-index: -1;
  -webkit-transition: width 400ms ease, height 400ms ease;
  transition: width 400ms ease, height 400ms ease;
}
@media only screen and (min-width: 768px) {
  .p-story__movie .icon:after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-story__movie .icon:after {
    width: 2em;
    height: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-story__movie .img {
    height: 400px;
  }
  .p-story__movie .img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-story__text {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-story__text {
    margin-top: 1.5em;
  }
}
.p-story__text .st {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-story__text .st {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-story__text .st {
    margin-bottom: 1em;
  }
}

.l-popup__wrapper {
  max-width: 1040px;
  aspect-ratio: 1/0.563;
}
.l-popup__inner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .l-popup__inner {
    padding-bottom: 0 !important;
  }
}
.l-popup__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.563;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .l-popup .btn:last-child {
    display: none;
  }
}

.p-nav {
  background: #eff4f4;
  padding: 2.0833333333% 0;
  margin-top: 5.2083333333%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav {
    padding: 3.3333333333% 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav {
    padding: 1.5em 0 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav {
    margin-top: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav {
    margin-top: 3em;
  }
}
.p-nav ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .p-nav ul li {
    width: 12.8333333333%;
  }
  .p-nav ul li:not(:last-child) {
    margin-right: 1.5%;
  }
}
@media print {
  .p-nav ul li {
    width: 12.8333333333%;
  }
  .p-nav ul li:not(:last-child) {
    margin-right: 1.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav ul li {
    width: 23.875%;
    margin-bottom: 1.5%;
  }
  .p-nav ul li:not(:nth-child(4n+1)) {
    margin-left: 1.5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav ul li {
    width: 100%;
  }
  .p-nav ul li:nth-child(n+2) {
    margin-top: 1em;
  }
}
.p-nav ul li a {
  width: 100%;
  display: block;
  text-align: center;
  background: #FFF;
  text-decoration: none;
}
.p-nav ul li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: inline-block;
  margin-left: 0.5em;
  display: block;
  margin: 0 auto 0.1em;
  padding: 0;
  color: #f7a42d;
}
.p-nav ul li a:hover .txt {
  color: #f7a42d;
}
.p-nav ul li a .sst {
  background: #f7a42d;
  color: #FFF;
  font-size: 108%;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav ul li a .sst {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav ul li a .sst {
    font-size: 100%;
  }
}
.p-nav ul li a .txt {
  font-size: 108%;
  letter-spacing: 0.04em;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav ul li a .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav ul li a .txt {
    font-size: 93%;
  }
}
@media only screen and (min-width: 768px) {
  .p-nav ul li a .txt {
    padding: 0.8em 0 0.5em;
    line-height: 2.1333333333;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav ul li a .txt {
    padding: 0.5em 0 0.3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-nav ul li a .txt.c-line2 {
    line-height: 1.0666666667;
  }
}

.p-nav + .p-stay {
  margin-top: 3.90625%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-nav + .p-stay {
    margin-top: 6.25%;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav + .p-stay {
    margin-top: 6em;
  }
}

.p-stay {
  margin-top: 6.25%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-stay {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 1200px) {
  .p-stay {
    overflow: hidden;
  }
}
@media print {
  .p-stay {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .p-stay:nth-of-type(2n) .p-stay__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-stay:nth-of-type(2n) .p-stay__list:before {
  left: auto;
  right: 0;
}
.p-stay__intro {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-stay__intro {
    width: 90%;
    max-width: 1200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 84.6153846154%;
  }
}
.p-stay__intro__text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-stay__intro__text {
    width: 43.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__intro__text {
    padding: 2em 0 1em;
  }
}
.p-stay__intro__text > div {
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-stay__intro__text > div {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__intro__text > div {
    width: 68%;
    margin: 0 auto;
  }
}
.p-stay__intro__text > div .icon {
  position: absolute;
  bottom: 97%;
  right: 97%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-stay__intro__text > div .icon {
    bottom: 80%;
    right: 100%;
  }
}
.p-stay__intro__img {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .p-stay__intro__img {
    width: 56.6666666667%;
  }
}
.p-stay__intro__img .caption {
  display: inline-block;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #fff;
  font-size: 86%;
}
@media only screen and (max-width: 1199px) {
  .p-stay__intro__img .caption {
    font-size: 72%;
  }
}
.p-stay__intro__img img {
  position: relative;
  z-index: 0;
}
.p-stay__list {
  position: relative;
  padding: 4.1666666667% 5.2083333333% 1.6666666667%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-stay__list {
    padding: 4.1666666667% 4.1666666667% 2.0833333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-stay__list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list {
    margin-top: 1em;
  }
}
.p-stay__list:before {
  content: "";
  width: 130%;
  height: 106.106870229%;
  background: #eff4f4;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-stay__list:before {
    height: 100%;
  }
}
.p-stay__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul {
    width: 84.6153846154%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-stay__list ul li {
    width: 30%;
    margin-bottom: 4%;
  }
  .p-stay__list ul li:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-stay__list ul li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .detail {
    width: 60%;
    margin-left: 5%;
  }
}
.p-stay__list ul li .detail .sst {
  font-size: 122%;
  letter-spacing: 0.24em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-stay__list ul li .detail .sst {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .detail .sst {
    font-size: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-stay__list ul li .detail .sst {
    letter-spacing: 0.18em;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .detail .sst {
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-stay__list ul li .detail .sst {
    text-align: center;
    margin: 0.8em auto 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .detail .sst {
    margin: -0.1em auto 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .detail .txt {
    font-size: 79%;
  }
}
.p-stay__list ul li .detail .btn {
  margin-top: 0.5em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .detail .btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-stay__list ul li .detail .btn a {
    font-size: 86%;
  }
}

.p-other {
  background: #eff4f4;
  margin-top: 6.25%;
  padding: 4.1666666667% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-other {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .p-other {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-other {
    padding: 6.6666666667% 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-other {
    padding: 2em 0;
  }
}
.p-other ul {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .p-other ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .p-other ul li {
    width: 47.5%;
  }
  .p-other ul li:not(:last-child) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-other ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.p-other ul li a {
  position: relative;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background: #FFF;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-other ul li a:before {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(83, 155, 122, 0);
  border-width: 40px;
  bottom: 0;
  left: 0;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .p-other ul li a:before {
    border-width: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-other ul li a:before {
    border-width: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-other ul li a:before {
    border-width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-other ul li a:before {
    border-width: 1em;
  }
}
.p-other ul li .p-other__txt {
  position: relative;
  text-align: center;
  width: 56.1403508772%;
}
.p-other ul li .p-other__txt > div {
  display: inline-block;
  text-align: left;
}
.p-other ul li .p-other__txt .st {
  font-family: "Source Sans Pro", Verdana, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
.p-other ul li .p-other__txt .st i {
  font-size: 143%;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-other ul li .p-other__txt .st i {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .p-other ul li .p-other__txt .st i {
    font-size: 100%;
  }
}
.p-other ul li .p-other__txt .st i:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92f";
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  bottom: 90%;
  left: 92%;
}
.p-other ul li .p-other__txt .st span {
  font-size: 286%;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-other ul li .p-other__txt .st span {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .p-other ul li .p-other__txt .st span {
    font-size: 143%;
  }
}
.p-other ul li .p-other__img {
  width: 43.8596491228%;
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .p-other ul li .p-other__img {
    overflow: hidden;
  }
  .p-other ul li .p-other__img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-other ul li .p-other__img {
    overflow: hidden;
  }
  .p-other ul li .p-other__img img {
    position: relative;
    width: 125%;
    max-width: none;
    margin-left: -12.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-other ul li .p-other__img {
    overflow: hidden;
  }
  .p-other ul li .p-other__img img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .p-other ul li .p-other__img {
    overflow: hidden;
  }
  .p-other ul li .p-other__img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.p-other ul li.bus a:before {
  border-bottom-color: #53899b;
  border-left-color: #53899b;
}
.p-other ul li.bus a .p-other__txt .st {
  color: #53899b;
}
.p-other ul li.bus a .p-other__txt .txt_lead i {
  background: #53899b;
}
.p-other ul li.bus a:hover {
  background: #53899b;
}
.p-other ul li.bus a:hover:before {
  border-bottom-color: #75a1af;
  border-left-color: #75a1af;
}
.p-other ul li.bus a:hover .st {
  color: #fff;
}
.p-other ul li.bus a:hover .txt_lead i {
  background: #fff;
  color: #53899b;
}
.p-other ul li.bus a:hover .btn span {
  background: #333333;
  color: #FFF;
}
.p-other ul li.bus a:hover .btn span:after {
  color: #FFF;
}
.p-other ul li.tra a:before {
  border-bottom-color: #539b7a;
  border-left-color: #539b7a;
}
.p-other ul li.tra a .p-other__txt .st {
  color: #539b7a;
}
.p-other ul li.tra a .p-other__txt .txt_lead i {
  background: #539b7a;
}
.p-other ul li.tra a:hover {
  background: #539b7a;
}
.p-other ul li.tra a:hover:before {
  border-bottom-color: #75af95;
  border-left-color: #75af95;
}
.p-other ul li.tra a:hover .st {
  color: #fff;
}
.p-other ul li.tra a:hover .txt_lead i {
  background: #fff;
  color: #539b7a;
}
.p-other ul li.tra a:hover .btn span {
  background: #333333;
  color: #FFF;
}
.p-other ul li.tra a:hover .btn span:after {
  color: #FFF;
}
.p-other ul li.spo a:before {
  border-bottom-color: #f7a42d;
  border-left-color: #f7a42d;
}
.p-other ul li.spo a .p-other__txt .st {
  color: #f7a42d;
}
.p-other ul li.spo a .p-other__txt .txt_lead i {
  background: #f7a42d;
}
.p-other ul li.spo a:hover {
  background: #f7a42d;
}
.p-other ul li.spo a:hover:before {
  border-bottom-color: #f9b657;
  border-left-color: #f9b657;
}
.p-other ul li.spo a:hover .st {
  color: #fff;
}
.p-other ul li.spo a:hover .txt_lead i {
  background: #fff;
  color: #f7a42d;
}
.p-other ul li.spo a:hover .btn span {
  background: #333333;
  color: #FFF;
}
.p-other ul li.spo a:hover .btn span:after {
  color: #FFF;
}