@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 100%;
    height: calc(100vh - 75px);
    min-height: 700px;
    position: relative;
  }
  #mv picture img {
    width: 100%;
    height: calc(100vh - 75px);
    min-height: 700px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .mv__logo {
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
  }
  .mv__logo img {
    margin: 0 auto;
    width: 427px;
  }
  .mv__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
    width: 100%;
  }
  .mv__ttl {
    font-size: 3rem;
    line-height: 1.75;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 0 20px rgb(0, 0, 0));
  }
  @keyframes fadezoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  .mvslide .slick-animation {
    /* animation: fadezoom 5s 0s forwards; */
    animation: fadezoom 4.7s 0s forwards;
  }
  .mv__bnr {
    display: flex;
    position: absolute;
    gap: 20px;
    bottom: 20px;
    left: 3%;
  }
  .mv__bnr li {
    width: 168px;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    background: white;
    border-top: 1px solid #00422B;
    border-bottom: 2px solid #00422B;
  }
  .news .ctitle {
    font-size: 2.2rem;
    line-height: 1.55;
    margin-bottom: 1.2rem;
  }
  .news .cbtn {
    gap: 0.455em;
    font-size: min(1.5vw, 2.2rem);
  }
  .news .arrow-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 50px;
    margin-bottom: 5.5rem;
  }
  .news .prev-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #555555;
    border-left: 0;
    cursor: pointer;
  }
  .news .prev-arrow:hover {
    opacity: 0.7;
  }
  .news .next-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #555555;
    border-right: 0;
    cursor: pointer;
  }
  .news .next-arrow:hover {
    opacity: 0.7;
  }
  .news__head {
    width: 11.8%;
    margin-top: -10px;
    text-align: center;
  }
  .news__inr {
    padding: 7.5rem 0 5rem;
    margin: 2px 0;
    border-top: 2px solid #00422B;
    display: flex;
    justify-content: flex-end;
  }
  .news__list {
    max-width: 85%;
    flex: 0 1 auto;
  }
  .news__list .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .news__list .slick-slide {
    margin: 0 11px;
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 8px;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    color: #989898;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3px;
  }
  .news__ttl {
    font-size: 2rem;
    letter-spacing: 0.075em;
    line-height: 1.4;
  }
  .news__txt {
    font-size: 2rem;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  /* intro__img
  ---------------------------------------------------------------------- */
  .intro {
    background-color: #F2EDE7;
  }
  .intro .ctitle .enfont {
    font-size: 7.8rem;
    line-height: 1;
  }
  .intro__hero {
    height: 520px;
  }
  .intro__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .intro__content {
    padding: 8rem 0;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }
  .intro__content::before {
    content: "";
    display: block;
    width: 20%;
    max-width: 320px;
    aspect-ratio: 320/307;
    background: url(../../images/index/deco_intro02.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 31%;
    left: 82%;
  }
  .intro__content::after {
    content: "";
    display: block;
    width: 46%;
    max-width: 733px;
    aspect-ratio: 733/348;
    background: url(../../images/index/deco_intro01.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 85px;
    left: 0;
  }
  .intro__ttl {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 2.8rem;
    text-align: center;
  }
  .intro__txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.375;
    margin-bottom: 11.5rem;
  }
  .intro__btn {
    text-align: center;
  }
  /* plan
  ---------------------------------------------------------------------- */
  .plan {
    background: linear-gradient(to bottom, #F2EDE7 0%, #F2EDE7 50%, transparent 50%, transparent 100%);
  }
  .plan__box::before {
    content: "";
    width: 100%;
    height: 53px;
    display: block;
    background: url(../images/index/deco_line01.png) no-repeat top center;
    background-size: 100% 100%;
  }
  .plan__box::after {
    content: "";
    width: 100%;
    height: 53px;
    display: block;
    background: url(../images/index/deco_line01.png) no-repeat bottom center;
    background-size: 100% 100%;
    transform: scale(1, -1);
    margin-top: -10px;
    z-index: -1;
    position: relative;
  }
  .plan__box-inr {
    padding: 1.8rem 20px 0;
    background: url(../images/index/deco_line02.png) repeat-y top center;
    background-size: 100% auto;
  }
  .plan__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 6rem;
  }
  .plan__list li {
    flex: 1;
    max-width: 510px;
  }
  .plan__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 51/31;
  }
  .plan__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .plan__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .plan__ttl {
    position: relative;
    z-index: 2;
    max-width: 90%;
    font-size: 2.68rem;
    line-height: 1.71;
    font-weight: bold;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1.1em 0.35em;
  }
  .plan__ttl-sub {
    font-size: 0.858em;
    display: block;
  }
  .plan__item:hover {
    opacity: 1;
  }
  .plan__item:hover::before {
    opacity: 0;
  }
  .plan__item:hover .plan__ttl {
    filter: drop-shadow(0 2px 3px rgb(0, 0, 0));
  }
  /* feature
  ---------------------------------------------------------------------- */
  .feature {
    padding-top: 80px;
  }
  .feature__inr {
    display: flex;
    justify-content: flex-start;
    gap: 2.5%;
    width: 100%;
    padding-right: 20px;
  }
  .feature__img {
    width: 59%;
    font-size: 0;
    height: 620px;
  }
  .feature__img > ul, .feature__img > ul > li {
    height: 100%;
  }
  .feature__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .feature__content {
    flex: 1;
    max-width: 450px;
    padding: 10px 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .feature__ttl {
    font-size: 3rem;
    line-height: 1.3;
    text-align: left;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
  }
  .feature__ttl span {
    display: block;
    color: #A33E3B;
    font-size: 2em;
  }
  .feature__txt {
    font-size: 2.2rem;
    line-height: 1.63;
    max-width: 450px;
    margin-bottom: 40px;
  }
  /* restaurant
  ---------------------------------------------------------------------- */
  .restaurant {
    padding-top: 100px;
  }
  /* courseguide
  ---------------------------------------------------------------------- */
  .courseguide .feature__content {
    padding: 0;
  }
  .courseguide .feature__inr {
    gap: 2%;
    padding-left: 20px;
    padding-right: 0;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 8.5rem 0 2rem;
    position: relative;
  }
  .other::after {
    content: "";
    display: block;
    width: 100%;
    background: url(../../images/bg_deco02.png);
    background-size: 120%;
    mix-blend-mode: multiply;
    position: absolute;
    top: -8.5rem;
    left: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: -1;
  }
  .other__link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 2.5%;
    margin-bottom: 6rem;
  }
  .other__link li {
    max-width: 350px;
    width: 31.6666666667%;
  }
  .other__link--movie li {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .other__link--movie li:hover {
    opacity: 0.7;
  }
  .other__link--movie li span {
    display: block;
    position: relative;
  }
  .other__link--movie li span::after {
    content: "";
    display: block;
    width: 8rem;
    height: 8rem;
    background: url(../images/index/icon_play.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .other__link--movie figcaption {
    font-size: 2rem;
    margin-top: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .link-card {
    display: block;
    position: relative;
  }
  .link-card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .link-card {
    /*
            &::before {
                content: "";
                width: 5rem;
                height: 5rem;
                background: url(../images/icon_arrow_w.svg) no-repeat;
                background-size: contain;
                position: absolute;
                right: 10px;
                bottom: 10px;
                z-index: 1;
            }*/
  }
  .link-card__ttl {
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    text-align: right;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    line-height: 1.06;
    letter-spacing: 0.04em;
    z-index: 1;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 100%;
    gap: 2%;
  }
  .link-card__ttl.link-card__ttl--sm {
    font-size: min(3rem, 2.5vw);
    letter-spacing: -0.015em;
  }
  .link-card__ttl.link-card__ttl--sm span span {
    display: block;
    margin-right: 0.55em;
  }
  .link-card__ttl::after {
    content: "";
    display: block;
    width: 5rem;
    height: 5rem;
    background: url(../images/icon_arrow_w.svg) no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .link-card:hover {
    opacity: 1;
  }
  .link-card:hover::after {
    opacity: 0;
  }
  .link-card:hover::before,
  .link-card:hover .link-card__ttl {
    filter: drop-shadow(0 2px 3px rgb(0, 0, 0));
  }
  /* banner
  ---------------------------------------------------------------------- */
  .banner__list {
    padding: 10rem 0;
  }
  .banner__list .slick-slide {
    font-size: 0;
    width: 310px;
  }
  .banner__list .link-card__ttl {
    position: absolute;
    top: 6%;
    left: 8%;
    font-size: 3rem;
    transform: none;
    text-align: left;
    letter-spacing: 0;
    display: block;
    width: auto;
  }
  .banner__list .link-card__ttl::after {
    content: none;
  }
  .banner__list .link-card__ttl.link-card__ttl--sm {
    letter-spacing: -0.04em;
  }
  .banner__list .link-card::before {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url(../images/icon_arrow_w.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 105px 0 100px;
    background: url(../../images/index/bg_access.png) no-repeat;
    background-size: auto 100%;
    background-position: 52% 0;
    background-color: #9F8569;
  }
  .access__inr {
    max-width: 1435px;
    margin: 0 auto;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
  }
  .access__intro {
    padding-top: 17px;
  }
  .access__ttl {
    font-size: 4.6rem;
    line-height: 1.21;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-bottom: 34px;
  }
  .access__ttl-sub {
    display: block;
  }
  .access__ttl-num {
    color: #A33E3B;
  }
  .access__ttl-num span {
    font-size: 1.696em;
    line-height: 0.75;
    display: inline-block;
  }
  .access__txt {
    font-size: 2rem;
    line-height: 1.9;
    max-width: 485px;
    margin-bottom: 3rem;
  }
  .access__detail {
    margin-top: -1rem;
  }
  .access__item {
    font-size: 2rem;
    line-height: 1.5;
  }
  .access__item:not(:last-of-type) {
    margin-bottom: 3.7rem;
  }
  .access__item dt {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-left: 5px;
  }
  .access__item dt span {
    display: flex;
  }
  .access__item.access__item--train dt {
    gap: 10px;
  }
  .access__list li {
    letter-spacing: 0;
  }
  .access__list li::before {
    content: "・";
  }
}
@media (max-width: 1000px) {
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 100%;
    min-height: calc(100vh - 15.4666666667vw);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 0 5vw;
  }
  #mv picture img {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 15.4666666667vw);
    object-fit: cover;
  }
  .mvslide {
    height: 100%;
  }
  .mv__logo {
    position: relative;
    text-align: center;
  }
  .mv__logo img {
    margin: 0 auto;
    width: 80vw;
  }
  .mvslide-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv__content {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5vw 0;
  }
  .mv__logo {
    margin-bottom: 2rem;
  }
  .mv__ttl {
    font-size: 4.5rem;
    line-height: 1.75;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 0 20px rgb(0, 0, 0));
  }
  @keyframes fadezoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  .mvslide .slick-animation {
    animation: fadezoom 4.7s 0s forwards;
  }
  .mv__bnr {
    position: relative;
    display: flex;
    position: relative;
    margin-top: auto;
    padding: 0 3vw;
    gap: 3vw;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    background: white;
    border-top: 1px solid #00422B;
    border-bottom: 2px solid #00422B;
  }
  .news .ctitle {
    text-align: left;
  }
  .news .ctitle span {
    line-height: 1;
    margin-bottom: -0.15em;
  }
  .news__inr {
    padding: 10rem 5vw 10rem;
    margin: 2px 0;
    border-top: 2px solid #00422B;
    border-bottom: 1px solid #00422B;
  }
  .news__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 10px;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    color: #989898;
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
  }
  .news__ttl {
    font-size: 3.6rem;
    min-height: 2.75em;
    letter-spacing: 0.075em;
    line-height: 1.38;
  }
  .news__txt {
    font-size: 2.8rem;
    letter-spacing: 0.075em;
    line-height: 1.67;
  }
  /* intro__img
  ---------------------------------------------------------------------- */
  .intro {
    background-color: #F2EDE7;
  }
  .intro .ctitle .enfont {
    font-size: 7.8rem;
    line-height: 1;
  }
  .intro__hero {
    height: 52rem;
  }
  .intro__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .intro__content {
    padding: 10rem 0 40rem;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }
  .intro__content::before {
    content: "";
    display: block;
    width: 35%;
    max-width: 320px;
    aspect-ratio: 320/307;
    background: url(../../images/index/deco_intro02.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10rem;
    left: 70%;
  }
  .intro__content::after {
    content: "";
    display: block;
    width: 86%;
    max-width: 733px;
    aspect-ratio: 733/348;
    background: url(../../images/index/deco_intro01.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2rem;
    left: 0;
  }
  .intro__ttl {
    font-size: 5rem;
    line-height: 1.3;
    margin-bottom: 2.8rem;
    text-align: center;
  }
  .intro__txt {
    text-align: center;
    font-size: 3rem;
    line-height: 1.95;
    margin-bottom: 5.1rem;
  }
  .intro__btn {
    text-align: center;
  }
  /* plan
  ---------------------------------------------------------------------- */
  .plan {
    background: linear-gradient(to bottom, #F2EDE7 0%, #F2EDE7 50%, transparent 50%, transparent 100%);
  }
  .plan__box::before {
    content: "";
    width: 100%;
    height: 5.6rem;
    display: block;
    background: url(../images/index/deco_line01_sp.png) no-repeat top center;
    background-size: 100% 100%;
  }
  .plan__box::after {
    content: "";
    width: 100%;
    height: 5.6rem;
    display: block;
    background: url(../images/index/deco_line01_sp.png) no-repeat bottom center;
    background-size: 100% 100%;
    transform: scale(1, -1);
    margin-top: -10px;
    z-index: -1;
    position: relative;
  }
  .plan__box-inr {
    padding: 0 5vw 3rem;
    background: url(../images/index/deco_line02_sp.png) repeat-y top center;
    background-size: 100% auto;
  }
  .plan__list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 6rem;
  }
  .plan__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 51/31;
  }
  .plan__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .plan__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .plan__ttl {
    position: relative;
    z-index: 2;
    max-width: 90%;
    font-size: 3.9rem;
    line-height: 1.71;
    font-weight: bold;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1.1em 0.35em;
  }
  .plan__ttl-sub {
    font-size: 0.858em;
    display: block;
  }
  .plan__item:hover {
    opacity: 1;
  }
  .plan__item:hover::before {
    opacity: 0;
  }
  .plan__item:hover .plan__ttl {
    filter: drop-shadow(0 2px 3px rgb(0, 0, 0));
  }
  /* feature
  ---------------------------------------------------------------------- */
  .feature {
    padding-top: 10rem;
  }
  .feature__inr {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    gap: 6.5rem;
    width: 100%;
    padding-bottom: 19vw;
  }
  .feature__img {
    font-size: 0;
  }
  .feature__img > ul, .feature__img > ul > li {
    height: 100%;
  }
  .feature__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .feature__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .feature__ttl {
    font-size: 4.2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 2rem;
  }
  .feature__ttl span {
    display: block;
    color: #A33E3B;
    font-size: 2em;
  }
  .feature__txt {
    text-align: center;
    font-size: 3.2rem;
  }
  .feature__btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  /* facility
  ---------------------------------------------------------------------- */
  .facility {
    padding-bottom: 10rem;
  }
  /* other
  ---------------------------------------------------------------------- */
  .other {
    padding: 8.5rem 0 2rem;
    position: relative;
  }
  .other::after {
    content: "";
    display: block;
    width: 100%;
    background: url(../../images/bg_deco02.png);
    background-size: 120%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: -1;
  }
  .other__link {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 6rem;
  }
  .other__link--movie li {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .other__link--movie li:hover {
    opacity: 0.7;
  }
  .other__link--movie li span {
    display: block;
    position: relative;
  }
  .other__link--movie li span::after {
    content: "";
    display: block;
    width: 10rem;
    height: 10rem;
    background: url(../images/index/icon_play.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .other__link--movie figcaption {
    margin-top: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.44;
  }
  .link-card {
    display: block;
    position: relative;
  }
  .link-card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .link-card {
    /*
            &::before {
                content: "";
                width: 10vw;
                height: 10vw;
                background: url(../images/icon_arrow_w.svg) no-repeat;
                background-size: contain;
                position: absolute;
                right: 3vw;
                bottom: 3vw;
                z-index: 1;
            }*/
  }
  .link-card__ttl {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: right;
    top: 3vw;
    left: 3vw;
    right: 3vw;
    font-size: 7rem;
    line-height: 1.06;
    letter-spacing: 0.04em;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    gap: 3rem;
  }
  .link-card__ttl.link-card__ttl--sm {
    font-size: 5rem;
    letter-spacing: -0.015em;
  }
  .link-card__ttl.link-card__ttl--sm span span {
    display: block;
    margin-right: 0.55em;
  }
  .link-card__ttl::after {
    content: "";
    display: block;
    width: 10rem;
    height: 10rem;
    background: url(../images/icon_arrow_w.svg) no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .link-card:hover {
    opacity: 1;
  }
  .link-card:hover::after {
    opacity: 0;
  }
  .link-card:hover::before,
  .link-card:hover .link-card__ttl {
    filter: drop-shadow(0 2px 3px rgb(0, 0, 0));
  }
  /* banner
  ---------------------------------------------------------------------- */
  .banner__list {
    padding: 10rem 0;
  }
  .banner__list .slick-slide {
    font-size: 0;
    width: 46vw;
  }
  .banner__list .link-card__ttl {
    position: absolute;
    top: 6%;
    left: 6%;
    font-size: 3.4rem;
    transform: none;
    text-align: left;
    letter-spacing: 0;
    display: block;
    width: auto;
  }
  .banner__list .link-card__ttl::after {
    content: none;
  }
  .banner__list .link-card__ttl.link-card__ttl--sm {
    letter-spacing: -0.04em;
  }
  .banner__list .link-card::before {
    content: "";
    width: 8rem;
    height: 8rem;
    background: url(../images/icon_arrow_w.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access {
    padding: 10rem 5vw 40rem;
    background: url(../../images/index/bg_access_sp.png) no-repeat;
    background-size: 100vw auto;
    background-position: bottom right;
    background-color: #9F8569;
  }
  .access .cbtn {
    font-size: 3.42rem;
    font-weight: 600;
  }
  .access__inr {
    max-width: 1340px;
    margin: 0 auto;
  }
  .access__intro {
    margin-bottom: 3rem;
  }
  .access__ttl {
    font-size: 5.6rem;
    line-height: 1.21;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .access__ttl-sub {
    display: block;
  }
  .access__ttl-num {
    color: #A33E3B;
  }
  .access__ttl-num span {
    font-size: 1.696em;
    line-height: 0.75;
    display: inline-block;
  }
  .access__txt {
    font-weight: 600;
    font-size: 3.1rem;
    margin-bottom: 3rem;
    font-weight: 600;
  }
  .access__item {
    line-height: 1.55;
    font-weight: 600;
    font-size: 3.1rem;
  }
  .access__item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .access__item dt {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-left: 5px;
  }
  .access__item dt span {
    display: flex;
  }
  .access__item.access__item--train dt {
    gap: 6px;
  }
  .access__item-dt--car img {
    width: 1.813em;
    height: 1.438em;
  }
  .access__item-dt--train img {
    width: 1.5em;
    height: 1.625em;
  }
  .access__item-dt--air img {
    width: 1.813em;
    height: 1.813em;
  }
  .access__list li {
    line-height: 1.6;
    letter-spacing: 0;
  }
  .access__list li::before {
    content: "・";
  }
}

/*# sourceMappingURL=index.css.map */
