@charset "utf-8";
/* CSS Document */

/* Base */
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "hiragino-kaku-gothic-pron", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif;
}
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 100px 15px;
  position: relative;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
.m-nav-breadcrumb a, .m-nav-breadcrumb-sub a, .m-nav-breadcrumb-ctg a {
  color: #d1d1d1;
}
.disable {
  pointer-events: none;
  background: #ccc;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-footer {
    margin-top: -1px;
  }
  .article-inner {
    padding: 80px 25px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .t-mode-rwd .l-footer {
    padding-left: 0;
  }
	.t-mode-rwd .l-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 0;
  }
  .l-content-body {
    margin: 0;
		padding: 0;
  }
  .l-footer {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-head {
    padding: 10px;
    position: relative;
    z-index: 5;
  }
  .l-content-body {
    padding: 0;
    margin-top: 0;
	}
	.l-content-main {
    margin: 0;
	}
  .article-inner {
    padding: 50px 10px;
  }
  .main-article {
    padding: 20px 0 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .l-footer {
    position: relative;
    z-index: 50;
  }
}

/* Section Color */
.l-content-head {
  background-color: #1e1e1e;
}
section {
  background-color: transparent;
  color: #333;
}
section[data-type="white"] {
  background-color: #fff;
	color: #333;
}
section[data-type="black"] {
  background-color: #1e1e1e;
  color: #ccc;
}
section[data-type="gray"] {
  background-color: #f2f2f2;
  color: #333;
}
#reservation {
  background: #000 url(../img/bg_reservation.jpg) 62% bottom;
  background-size: cover;
}

/* Hdg-Sec-Lv2 */
.hdg-sec-lv2 {
	margin: 0 0 50px;
  text-align: center;
}
.hdg-sec-lv2 > h2 {
  font-size: 3.0rem;
  font-weight: 300;
}
.hdg-sec-lv2 > h2[data-type="heavy"] {
  font-size: 4.3rem;
  font-weight: 600;
  color: #fff;
}
.hdg-sec-lv2 > h2 > span{
  font-size: 2.4rem;
}
.hdg-sec-lv2 > p {
  font-size: 2rem;
  margin-top: 15px;
}
.hdg-sec-lv2 > p > span {
  display: inline-block;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hdg-sec-lv2 > h2[data-type="heavy"] {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    margin: 0 0 30px;
  }
  .hdg-sec-lv2 > h2 {
    font-size: 2.4rem;
  }
  .hdg-sec-lv2 > h2[data-type="heavy"] {
    font-size: 7vw;
  }
  .hdg-sec-lv2 > h2 > span{
    font-size: 2rem;
  }
  .hdg-sec-lv2 > p {
    font-size: 1.6rem;
  }
}

/* Hdg-Sec-Lv3 */
.hdg-sec-lv3 {
	margin: 80px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdg-sec-lv3 > h3 {
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  color: #666;
	line-height: 1;
}
section[data-type="black"] .hdg-sec-lv3 > h3 {
  color: #e6e6e6;
}
.hdg-sec-lv3 > h3[data-type="jpn"] {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  font-size: 6rem;
  color: #666;
	line-height: 1;
}
.hdg-sec-lv3::after {
  content: '';
  width: auto;
  min-width: 30%;
  margin-left: 15px;
  height: 2px;
  background: #666;
  flex-shrink: 2;
}
.hdg-sec-lv3 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3 {
    margin: 60px 0 30px;
  }
  .hdg-sec-lv3 > h3 {
    font-size: 5.5rem;
  }
  .hdg-sec-lv3 > h3[data-type="jpn"] {
    font-size: 4rem;
  }
  .hdg-sec-lv3::after {
    min-width: 12%;
  }
}

/* Hdg-Sec-Lv4 */ 
.hdg-sec-lv4 {
	margin: 50px 0 25px;
}
.hdg-sec-lv4 > h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #666;
}
section[data-type="black"] .hdg-sec-lv4 > h4 {
  color: #d1d1d1;
}
.hdg-sec-lv4 + * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv4 {
    margin: 40px 0 15px;
  }
  .hdg-sec-lv4 > h4 {
    font-size: 1.8rem;
  }
}

/* Main Visual */
@media screen and (min-width: 1366px) {
  .m-slideshow-lp__img,
  .m-slideshow-lp__img img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-slideshow-lp {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    position: relative;
  }
  .m-slideshow-lp__img {
    width: 100%;
  }
  .m-slideshow-lp__img > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
  }
  .m-slideshow-lp__img > li.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
  }
  .m-slideshow-lp__img a:hover, .m-slideshow-lp__img a:focus, .m-slideshow-lp__img a:active,
  .m-slideshow-lp__img a img:hover,
  .m-slideshow-lp__img a img:focus,
  .m-slideshow-lp__img a img:active {
    opacity: 1;
  }
  .m-slideshow-lp__img a {
    display: block;
  }
  .m-slideshow-lp__img img {
    opacity: 0 !important;
  }
  .m-slideshow-lp__control {
    height: 36px;
    padding: 0 10px 0 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    display: table;
  }
  .m-slideshow-lp__control::after {
    width: 100%;
    height: 36px;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    background: #000;
    content: '';
  }
  .m-slideshow-lp__control__dots {
    width: 15px;
    height: 15px;
    display: table-cell;
    vertical-align: middle;
  }
  .m-slideshow-lp__control__dots li {
    width: 15px;
    height: 15px;
    padding: 0 4px;
    display: table-cell;
  }
  .m-slideshow-lp__control__dots li.is-current button::after {
    background-position: -234px -25px;
  }
  .m-slideshow-lp__control__dots li:first-child {
    padding-left: 0;
  }
  .m-slideshow-lp__control__dots li:last-child {
    padding-right: 0;
  }
  .m-slideshow-lp__control__dots button {
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    border: none;
    background: transparent;
  }
  .m-slideshow-lp__control__dots button::after {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -213px -25px;
    background-image: url(/resource/img/icn_sprite.svg?20230401);
    content: '';
  }
  .m-slideshow-lp__control__btn {
    width: 20px;
    height: 36px;
    margin: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    vertical-align: middle !important;
    border: none;
    background: none;
  }
  .m-slideshow-lp__control__btn.is-active::before {
    width: 8px;
    height: 14px;
    background-position: -226px -10px;
  }
  .m-slideshow-lp__control__btn:hover, .m-slideshow-lp__control__btn:focus, .m-slideshow-lp__control__btn:active {
    opacity: 1;
  }
  .m-slideshow-lp__control__btn::before {
    width: 9px;
    height: 14px;
    margin: -7px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 1;
    background-position: -239px -10px;
    background-image: url(/resource/img/icn_sprite.svg?20230401);
    content: '';
  }
  .m-slideshow-lp__control__btn span {
    text-indent: -999em;
    position: absolute;
    z-index: -2;
  }
  .m-slideshow-lp__control__prev, .m-slideshow-lp__control__next {
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    display: block;
    z-index: 10;
    cursor: pointer;
  }
  .m-slideshow-lp__control__prev:hover, .m-slideshow-lp__control__next:hover {
    opacity: .7;
    transition: .3s;
  }
.m-slideshow-lp__control__prev {
    left: 20px;
    background-image: url("../img/img_btn_prev.svg");
  }
  .m-slideshow-lp__control__next {
    right: 20px;
    background-image: url("../img/img_btn_next.svg");
  }
}

@media screen and (max-width: 767px) {
  .m-slideshow-lp {
    margin: 0 !important;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .m-slideshow-lp__img > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    background: none !important;
  }
  .m-slideshow-lp__img > li.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
  }
  .m-slideshow-lp__img img {
    width: 100%;
  }
  .m-slideshow-lp__img a img:hover, .m-slideshow-lp__img a img:focus, .m-slideshow-lp__img a img:active {
    opacity: 1;
  }
  .m-slideshow-lp__control {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    display: table;
  }
  .m-slideshow-lp__control__dots {
    display: table-cell;
    vertical-align: middle;
  }
  .m-slideshow-lp__control__dots li {
    width: 12px;
    height: 12px;
    padding: 0 5px;
    display: table-cell;
  }
  .m-slideshow-lp__control__dots li.is-current button {
    background: #fff;
  }
  .m-slideshow-lp__control__dots li:first-child {
    padding-left: 0;
  }
  .m-slideshow-lp__control__dots li:last-child {
    padding-right: 0;
  }
  .m-slideshow-lp__control__dots button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background: #7e7e7e;
  }
  .m-slideshow-lp__control__btn {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    border: none;
    background: none;
  }
  .m-slideshow-lp__control__btn.is-active::before {
    width: 6px;
    height: 10px;
    background-position: -253px -10px;
  }
  .m-slideshow-lp__control__btn:hover, .m-slideshow-lp__control__btn:focus, .m-slideshow-lp__control__btn:active {
    opacity: 1;
  }
  .m-slideshow-lp__control__btn::before {
    width: 6px;
    height: 10px;
    margin: -5px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-position: -264px -10px;
    background-image: url(/resource/img/icn_sprite.svg?20230401);
    content: '';
  }
  .m-slideshow-lp__control__btn::after {
    width: 30px;
    height: 30px;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: #000;
    content: '';
  }
  .m-slideshow-lp__control__btn span {
    text-indent: -999em;
    position: absolute;
    z-index: -2;
  }
  .m-slideshow-lp__control__prev, .m-slideshow-lp__control__next {
    display: none;
  }

}

/* Button */
.m-list-btn[data-direction="column"] {
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}
.m-list-btn[data-direction="column"] > li {
  margin-top: 50px;
  padding: 0;
}
.m-list-btn[data-direction="column"] > li:first-child {
  margin-top: 0;
}
.m-list-btn[data-direction="column"] .m-btn[data-type="faretable"] {
  border: none;
  background: #990000;
  color: #fff;
  min-height: 60px;
  font-size: 1.6rem;
}
.m-btn-l[data-color="red"] {
  background: #990000;
}

/* Fare List */
.m-list-fare {
  display: flex;
  margin-left: -20px;
  flex-wrap: wrap;
}
.m-list-fare > li {
  margin-top: 20px;
  padding-left: 20px;
  width: 33.3%;
}
.m-list-fare dl {
  background: #fff;
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.m-list-fare dl:hover {
  opacity: .7;
  transition: .3s;
}
.m-list-fare dd {
  color: #990000;
}
.m-list-fare dd em {
  font-size: 2.4rem;
  font-weight: 500;
}
.m-list-fare dt a:hover {
  text-decoration: none;
  opacity: 1;
}
.m-list-fare dt a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-list-fare .m-icn-blank {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-list-fare > li:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-list-fare {
    margin-left: 0;
    flex-direction: column;
  }
  .m-list-fare > li {
    padding-left: 0;
    width: 100%;
  }
  .m-list-fare > li:first-child {
    margin-top: 0;
  }
  .m-list-fare dd em {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

/* Service */
.m-list-feature__content {
  pointer-events: none;
}

/* Route Map */
.m-img[data-type="map"] {
  background: #fff;
  width: 100%;
}
.m-img[data-type="map"] > img {
  width: 100%;
}
.m-img[data-type="map"] + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .m-img[data-type="map"] + * {
    margin-top: 30px;
  }
}

/* Bottom Erea */
.m-footer-social {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .m-footer-social {
    margin: 30px auto 0;
  }
}