@charset "UTF-8";
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 100vh;
    min-height: 500px;
    position: relative;
  }
  #mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 235px;
    background: url(../images/index/bg_mv.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    mix-blend-mode: multiply;
  }
  #mv picture img {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .mv__content {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    z-index: 1;
  }
  .mv__ttl {
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  .mv__txt {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.6;
    white-space: nowrap;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  @keyframes fadezoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.3);
    }
  }
  .mvslide .slick-animation {
    animation: fadezoom 5s 0s forwards;
  }
  /* reservation 
  ---------------------------------------------------------------------- */
  .reservation {
    padding: 28px 0 43px;
    z-index: 0;
    position: relative;
    background: url(../images/bg_deco06.png);
  }
  .reservation::before {
    left: 0;
    top: 5px;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    border-top: 1px solid #c69c6d;
  }
  .reservation::before,
  .reservation::after {
    top: 5px;
    left: 0;
    height: 10px;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background-color: #fff;
  }
  .reservation::after {
    top: initial;
    bottom: 0;
  }
  .reservation__inr {
    max-width: 1020px;
    margin: 0 auto;
  }
  .reservation .rsvform {
    width: 100%;
    gap: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .reservation h2 {
    font-size: 2rem;
    margin-bottom: -30px;
    text-align: center;
    padding: 7px 5px;
    letter-spacing: 0.12em;
    width: 116px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    flex-shrink: 0;
  }
  .reservation .rsvform form {
    width: 100%;
  }
  .reservation .rsvform ul {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    max-width: 860px;
    margin-left: auto;
  }
  .reservation .rsvform ul li {
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    letter-spacing: 0.17em;
  }
  .reservation .rsvform ul li:first-of-type {
    margin-right: 9px;
  }
  .reservation .rsvform ul li:last-of-type {
    margin-left: auto;
  }
  .reservation input[type=text] {
    color: #B2B2B2;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    padding: 6px 6px 6px 15px;
    border-radius: 6px;
    width: 218px;
    height: 40px;
    border: none;
  }
  .reservation select {
    width: 91px;
    color: #B2B2B2;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    padding: 6px 6px 6px 6px;
    border-radius: 6px;
    height: 40px;
    text-align: right;
    -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
    border: none;
  }
  .reservation .btn_search {
    width: 187px;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    flex-shrink: 0;
    padding: 7px 26px;
    border-radius: 6px;
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: url(../images/icon_search.svg) center left 10px no-repeat, url(../images/icon_arrow01.svg) no-repeat center right 19px;
    background-size: 21px 21px, 9px 12px;
    background-color: #006837;
  }
  .reservation .btn_search::after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: transparent;
    border: 3px solid #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .reservation .rsvform ul li:last-of-type {
    position: relative;
  }
  .reservation .rsvform ul li:last-of-type::after {
    content: "";
    display: block;
    width: 197px;
    height: 50px;
    border: 3px solid #006837;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: -1;
  }
  .reservation .rsvtxt ul li.btn_list {
    position: relative;
    margin-left: auto;
  }
  .reservation .rsvtxt ul li.btn_list::after {
    content: "";
    display: block;
    width: 197px;
    height: 50px;
    border: 3px solid #870500;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: -1;
  }
  .reservation .rsvtxt ul li.btn_list a {
    display: block;
    width: 187px;
    height: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    flex-shrink: 0;
    padding: 7px 10px;
    border-radius: 6px;
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    background-color: #870500;
  }
  .reservation .rsvtxt {
    width: 100%;
    max-width: 860px;
    width: 87%;
    margin-left: auto;
  }
  .reservation .rsvtxt ul {
    padding-top: 20px;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: baseline;
  }
  .reservation .rsvtxt ul li {
    color: #c69c6d;
    letter-spacing: -0.3px;
  }
  .reservation .rsvtxt ul li a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0;
    border-bottom: 1px solid #fff;
    padding: 0 2px 1px 5px;
  }
  .reservation .rsvtxt ul li a:hover {
    text-decoration: none;
  }
  .reservation .rsvtxt ul li:nth-of-type(3) a {
    display: flex;
  }
  .reservation .rsvtxt ul li:nth-of-type(3) a::after {
    content: "";
    display: block;
    width: 6px;
    height: 8px;
    background: url(../images/icon_arrow01.svg) no-repeat;
  }
  .reservation .rsvtxt ul li a.search_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 218px;
    height: 40px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 6px;
    background: url(../images/icon_calendar02.svg) no-repeat center left 8px, url(../images/icon_arrow01.svg) no-repeat center right 13px;
    background-size: 20px 20px, 9px 12px;
  }
  .reservation .rsvtxt ul li a.search_btn.search_btn--room {
    background: url(../images/icon_bed.svg) no-repeat center left 8px, url(../images/icon_arrow01.svg) no-repeat center right 13px;
    background-size: 18px 12px, 9px 12px;
  }
  /* bestrate
  ---------------------------------------------------------------------- */
  .bestrate {
    background: url(../images/bg_deco01.png);
    padding-bottom: 130px;
  }
  .bestrate::before {
    content: "";
    display: block;
    background: url(../images/bg_deco02.png);
    height: 5px;
  }
  .bestrate__inrbestrate__inr {
    padding: 6rem 0 6rem;
  }
  .bestrate__img {
    max-width: 1020px;
    margin: 0 auto;
  }
  /* about
  ---------------------------------------------------------------------- */
  .about {
    margin-top: -12rem;
    position: relative;
  }
  .about::after {
    content: "";
    display: block;
    width: 100%;
    height: 148px;
    background: url("../images/bg_deco03.png") center, linear-gradient(#032d1f 0%, #455e42 100%);
  }
  .about__inr {
    padding: 8rem 0 7rem;
    background: url(../images/bg_deco03.png) center, linear-gradient(#455e42 0%, #032d1f 100%);
    position: relative;
    border-top-right-radius: 2000px 600px;
    border-top-left-radius: 2000px 600px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .about__logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .about__en {
    width: 98vw;
    max-width: 1566px;
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: screen;
  }
  .about__ttl {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__lead {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__slider {
    font-size: 0;
  }
  .about__slider img {
    width: 100%;
  }
  /* reasons
  ---------------------------------------------------------------------- */
  .reasons {
    padding: 9.5rem 0 18rem;
    background: url(../images/bg_deco04.png);
    background-color: #fff;
  }
  .reasons__ttl {
    display: flex;
    flex-direction: column;
    gap: 33px;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 7.5rem;
  }
  .reasons__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1036px;
    row-gap: 2rem;
    margin: 0 auto;
  }
  .reasons__list li {
    width: 31.5%;
  }
  .reasons__catch {
    font-size: 3rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
  }
  .reasons__catch span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
  }
  .reasons__catch.reasons__catch--small {
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  .reasons__img {
    margin-bottom: 8px;
  }
  .reasons__txt {
    color: #243353;
    text-align: center;
    line-height: 1.44;
    letter-spacing: 0;
    font-weight: 500;
  }
  /* home-links
  ---------------------------------------------------------------------- */
  .home-links {
    position: relative;
    padding-bottom: 12rem;
  }
  .home-links::after {
    content: "";
    display: block;
    width: 100%;
    height: 76%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_deco01.png);
    z-index: -1;
  }
  .home-links__wrap {
    display: flex;
    gap: 36px;
    padding: 18rem 0 1rem;
  }
  .home-links__img {
    width: 62.5%;
  }
  .home-links__slider {
    height: 100%;
  }
  .home-links__slider img {
    height: 100%;
  }
  .home-links__body {
    width: 314px;
    padding-top: 35px;
  }
  .home-links__ttl {
    font-size: 4.2rem;
    line-height: 1.47;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #5A3A1B;
    margin-bottom: 2.7rem;
  }
  .home-links__ttl span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
  .home-links__txt {
    max-width: 280px;
    margin-bottom: 8rem;
  }
  .home-links__wrap.home-links__wrap--reverse {
    flex-direction: row-reverse;
  }
  .home-links__wrap.home-links__wrap--reverse .home-links__ttl {
    color: #243353;
  }
  .home-links__wrap.home-links__wrap--reverse .cbtn {
    background-color: #243353;
  }
  .home-links-other {
    padding: 14.5rem 0 0;
  }
  .home-links-other__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 9rem;
  }
  .home-links-other__list li {
    width: 49%;
    max-width: 510px;
  }
  /* instagram
  ---------------------------------------------------------------------- */
  .instagram {
    padding: 13rem 0 26rem;
    background: url(../images/bg_deco05.png);
  }
  .instagram__ttl {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0;
    margin-bottom: 7rem;
    gap: 11px;
  }
  .instagram__ttl::before {
    content: "";
    display: block;
    width: 6rem;
    height: 6rem;
    background: url(../images/icon_instagram.svg) no-repeat;
    background-size: contain;
  }
  .instagram__img {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-bottom: 60px;
  }
  .instagram__img li {
    width: calc((100% - 2px) / 3);
  }
  .instagram__btn {
    text-align: center;
  }
  .instagram__btn .cbtn {
    position: relative;
    letter-spacing: 0.08em;
    padding-left: 20px;
  }
  .instagram__btn .cbtn::after {
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    background: url(../images/icon_instagram_w.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    pointer-events: none;
  }
  /* plan
  ---------------------------------------------------------------------- */
  .plan {
    /*
    background:
    url("../images/bg_deco03.png") center,
    linear-gradient(#455e42 0%, #032d1f 100%);*/
    margin-top: -5rem;
    position: relative;
  }
  .plan .ctitle {
    color: #fff;
  }
  .plan {
    position: relative;
  }
  .plan::before {
    content: "";
    display: block;
    width: 100%;
    height: 41.3rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/index/bg_plan.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: -9.7rem;
  }
  .plan__wrap {
    padding: 6rem 0 12rem;
    background-color: #EFEEE8;
  }
  .plan__inr {
    max-width: 1172px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .plan__list {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .plan__list li {
    width: 32%;
  }
  .plan__list a:hover {
    opacity: 1;
  }
  .plan__list a:hover .plan__no {
    transform: translateY(-5px);
  }
  .plan__no {
    text-align: center;
    margin-bottom: 17px;
    transition: transform 0.3s;
  }
  .plan__img {
    margin-bottom: 15px;
  }
  .plan__ttl {
    letter-spacing: 0.075em;
  }
  /* ranking_489ban
  ---------------------------------------------------------------------- */
  #ranking_489ban {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 30px;
  }
  #ranking_489ban .PlanView {
    width: 32%;
    /* margin-right: 3.63%; */
    margin-bottom: 40px;
    position: relative;
    /* overflow: hidden; */
  }
  #ranking_489ban .PlanView:nth-child(3n) {
    margin-right: 0;
  }
  #ranking_489ban .PlanView .main_picture {
    position: relative;
    /* max-height: 220px; */
    overflow: hidden;
  }
  #ranking_489ban .PlanView .main_picture img {
    width: 100%;
  }
  #ranking_489ban .PlanView .rank_no {
    /* display: none; */
    width: initial;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 100px;
    height: 31px;
    text-indent: -100000px;
    overflow: hidden;
    transition: 0.6s;
  }
  #ranking_489ban .PlanView:hover .rank_no {
    top: -55px;
  }
  #ranking_489ban .PlanView.rank_1 .rank_no {
    background: url("/wp-content/themes/nanbuhotel/images/index/icon_ranking01.png") center center no-repeat;
    background-size: contain;
  }
  #ranking_489ban .PlanView.rank_2 .rank_no {
    background: url("/wp-content/themes/nanbuhotel/images/index/icon_ranking02.png") center center no-repeat;
    background-size: contain;
  }
  #ranking_489ban .PlanView.rank_3 .rank_no {
    background: url("/wp-content/themes/nanbuhotel/images/index/icon_ranking03.png") center center no-repeat;
    background-size: contain;
  }
  #ranking_489ban .PlanView .explan {
    padding: 1em 0;
  }
  #ranking_489ban .PlanView .explan p.plan {
    font-size: 18px;
    line-height: 1.5;
    color: #1C1C1C;
    margin-bottom: 20px;
    margin-top: 0;
  }
  #ranking_489ban .PlanView .explan p.plan::before {
    display: none;
  }
  #ranking_489ban .PlanView a .txt .planbtn {
    margin-top: auto;
  }
  #ranking_489ban .PlanView .explan .pblist {
    display: none;
  }
  #ranking_489ban .PlanView .explan .pblist li a {
    display: inline-block;
    width: auto;
    padding-right: 1em;
    border-bottom: 1px solid #D6D6D6;
    background: url("../images/icon_arrow_r_green.svg") right center no-repeat;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    padding: 10rem 0 8.5rem;
  }
  .news .ctitle {
    margin-bottom: 60px;
  }
  .news__inr {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .news-top {
    padding-bottom: 45px;
  }
  .news__list {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .news__list .slick-slide {
    margin: 0 13px;
  }
  .news__list .slick-prev {
    top: 110px;
    transform: none;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 17px solid #666666;
    border-left: 0;
    z-index: 1;
  }
  .news__list .slick-next {
    top: 110px;
    transform: none;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #555555;
    border-right: 0;
    z-index: 1;
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 10px;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
  }
  .news__ttl {
    letter-spacing: 0.075em;
    line-height: 1.75;
    font-weight: bold;
  }
  .news__txt {
    letter-spacing: 0.075em;
    line-height: 1.75;
  }
  .news__link {
    font-size: 2.2rem;
    letter-spacing: 0.16em;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  /* mv 
  ---------------------------------------------------------------------- */
  #mv {
    height: 100vh;
    min-height: 500px;
    position: relative;
  }
  #mv::after {
    content: "";
    display: block;
    width: 100%;
    height: 30rem;
    background: url(../images/index/bg_mv.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    mix-blend-mode: multiply;
  }
  #mv picture img {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .mv__content {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    z-index: 1;
  }
  .mv__ttl {
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 3rem;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  .mv__txt {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.6;
    white-space: nowrap;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), -2px -2px 15px rgba(0, 0, 0, 0.5);
  }
  @keyframes fadezoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.3);
    }
  }
  .mvslide .slick-animation {
    animation: fadezoom 5s 0s forwards;
  }
  /* reservation 
  ---------------------------------------------------------------------- */
  .reservation {
    display: none;
  }
  /* bestrate
  ---------------------------------------------------------------------- */
  .bestrate {
    background: url(../images/bg_deco01.png);
    padding-bottom: 130px;
  }
  .bestrate::before {
    content: "";
    display: block;
    background: url(../images/bg_deco02.png);
    height: 5px;
  }
  .bestrate__inrbestrate__inr {
    padding: 6rem 0 6rem;
  }
  .bestrate__img {
    max-width: 1020px;
    margin: 0 auto;
  }
  /* about
  ---------------------------------------------------------------------- */
  .about {
    margin-top: -12rem;
    position: relative;
  }
  .about::after {
    content: "";
    display: block;
    width: 100%;
    height: 14.8rem;
    background: url("../images/bg_deco03.png") center, linear-gradient(#032d1f 0%, #455e42 100%);
  }
  .about__inr {
    padding: 8rem 0 7rem;
    background: url(../images/bg_deco03.png) center, linear-gradient(#455e42 0%, #032d1f 100%);
    position: relative;
    border-top-right-radius: 2000px 600px;
    border-top-left-radius: 2000px 600px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .about__logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .about__en {
    width: 98vw;
    max-width: 1566px;
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: screen;
  }
  .about__ttl {
    font-size: 4.3rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__lead {
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
  }
  .about__slider {
    font-size: 0;
  }
  .about__slider img {
    width: 100%;
  }
  /* reasons
  ---------------------------------------------------------------------- */
  .reasons {
    padding: 9.5rem 0 18rem;
    background: url(../images/bg_deco04.png);
    background-color: #fff;
  }
  .reasons__ttl {
    display: flex;
    flex-direction: column;
    gap: 3.3;
    text-align: center;
    font-size: 4.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 7.5rem;
  }
  .reasons__list {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
    margin: 0 auto;
  }
  .reasons__catch {
    font-size: 4.8rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
  }
  .reasons__catch span {
    display: block;
    font-size: 0.667em;
    font-weight: 600;
  }
  .reasons__catch.reasons__catch--small {
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  .reasons__img {
    margin-bottom: 8px;
  }
  .reasons__txt {
    color: #243353;
    text-align: center;
    line-height: 1.44;
    letter-spacing: 0;
    font-weight: 500;
  }
  /* home-links
  ---------------------------------------------------------------------- */
  .home-links {
    position: relative;
    padding-bottom: 12rem;
  }
  .home-links::after {
    content: "";
    display: block;
    width: 100%;
    height: 67.5%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_deco01.png);
    z-index: -1;
  }
  .home-links__wrap {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: 18rem 0 1rem;
  }
  .home-links__img {
    width: 100vw;
    margin-left: -5vw;
  }
  .home-links__slider {
    height: 100%;
  }
  .home-links__slider img {
    height: 100%;
  }
  .home-links__ttl {
    font-size: 6rem;
    line-height: 1.47;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #5A3A1B;
    margin-bottom: 2.7rem;
  }
  .home-links__ttl span {
    display: block;
    font-size: 0.429em;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
  .home-links__txt {
    margin-bottom: 8rem;
  }
  .home-links__wrap.home-links__wrap--reverse .home-links__ttl {
    color: #243353;
  }
  .home-links__wrap.home-links__wrap--reverse .cbtn {
    background-color: #243353;
  }
  .home-links-other {
    padding: 14.5rem 0 0;
  }
  .home-links-other__list {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
  /* instagram
  ---------------------------------------------------------------------- */
  .instagram {
    padding: 13rem 0 26rem;
    background: url(../images/bg_deco05.png);
  }
  .instagram__ttl {
    font-size: 2.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0;
    margin-bottom: 7rem;
    gap: 11px;
  }
  .instagram__ttl::before {
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    background: url(../images/icon_instagram.svg) no-repeat;
    background-size: contain;
  }
  .instagram__img {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-bottom: 60px;
  }
  .instagram__img li {
    width: calc((100% - 2px) / 3);
  }
  .instagram__btn {
    text-align: center;
  }
  .instagram__btn .cbtn {
    position: relative;
    letter-spacing: 0.08em;
    padding-left: 1.111em;
  }
  .instagram__btn .cbtn::after {
    content: "";
    width: 1.889em;
    height: 1.889em;
    display: block;
    background: url(../images/icon_instagram_w.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    pointer-events: none;
  }
  /* plan
  ---------------------------------------------------------------------- */
  .plan {
    /*
    background:
    url("../images/bg_deco03.png") center,
    linear-gradient(#455e42 0%, #032d1f 100%);*/
    margin-top: -5rem;
    position: relative;
  }
  .plan .ctitle {
    color: #fff;
  }
  .plan {
    position: relative;
  }
  .plan::before {
    content: "";
    display: block;
    width: 100%;
    height: 41.3rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/index/bg_plan.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: -9.7rem;
  }
  .plan__wrap {
    padding: 6rem 0 12rem;
    background-color: #EFEEE8;
  }
  .plan__inr {
    max-width: 1172px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .plan__list {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    position: relative;
    z-index: 1;
  }
  .plan__list a:hover {
    opacity: 1;
  }
  .plan__list a:hover .plan__no {
    transform: translateY(-5px);
  }
  .plan__no {
    width: 30%;
    margin: 0 auto 1.7rem;
    text-align: center;
    transition: transform 0.3s;
  }
  .plan__no img {
    width: 100%;
  }
  .plan__img {
    margin-bottom: 1.5rem;
  }
  .plan__ttl {
    letter-spacing: 0.075em;
  }
  /* ranking_489ban
  ---------------------------------------------------------------------- */
  #ranking_489ban {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    position: relative;
    z-index: 1;
    margin-top: 8rem;
  }
  /* #ranking_489ban.w1100 {
      width: 76vw;
  } */
  #ranking_489ban .PlanView {
    width: 100%;
    margin-bottom: 6vw;
    position: relative;
    /* overflow: hidden; */
    /* background-color: #FFF; */
  }
  #ranking_489ban .PlanView .main_picture {
    position: relative;
    /* height: 49.4vw; */
    height: auto;
    overflow: hidden;
  }
  #ranking_489ban .PlanView .main_picture img {
    width: 100%;
  }
  #ranking_489ban .PlanView .rank_no {
    /* display: none; */
    width: 30vw;
    height: 8vw;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    top: -10vw;
    text-indent: -100000px;
  }
  #ranking_489ban .PlanView.rank_1 .rank_no {
    background: url("/wp-content/themes/nanbuhotel/images/index/icon_ranking01.png") center center no-repeat;
    background-size: contain;
  }
  #ranking_489ban .PlanView.rank_2 .rank_no {
    background: url("/wp-content/themes/nanbuhotel/images/index/icon_ranking02.png") center center no-repeat;
    background-size: contain;
  }
  #ranking_489ban .PlanView.rank_3 .rank_no {
    background: url("/wp-content/themes/nanbuhotel/images/index/icon_ranking03.png") center center no-repeat;
    background-size: contain;
  }
  #ranking_489ban .PlanView .explan {
    padding: 1em;
  }
  #ranking_489ban .PlanView .explan p.plan {
    font-size: 4vw;
    line-height: 1.5;
    color: #313131;
    margin-bottom: 4vw;
    margin-top: 0;
  }
  #ranking_489ban .PlanView .explan p.plan::before {
    display: none;
  }
  #ranking_489ban .PlanView .explan .pblist li a {
    display: none;
    /* display: inline-block; */
    width: auto;
    padding-right: 1em;
    /* border-bottom: 1px solid #D6D6D6; */
    background: url("../images/icon_arrow_r_green.svg") right center no-repeat;
    background-size: auto 2vw;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    padding: 10rem 0 8.5rem;
  }
  .news .ctitle {
    margin-bottom: 6rem;
  }
  .news__list {
    margin-bottom: 6rem;
  }
  .news__list .slick-slide {
    margin: 0 3vw;
  }
  .news__list .slick-prev {
    top: 25vw;
    transform: none;
    left: 8vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2.5vw solid transparent;
    border-bottom: 2.5vw solid transparent;
    border-right: 5vw solid #666666;
    border-left: 0;
    z-index: 1;
  }
  .news__list .slick-next {
    top: 25vw;
    transform: none;
    right: 8vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2.5vw solid transparent;
    border-bottom: 2.5vw solid transparent;
    border-left: 5vw solid #555555;
    border-right: 0;
    z-index: 1;
  }
  .news__list .slick-prev::before,
  .news__list .slick-next::before {
    content: "";
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 10px;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
  }
  .news__ttl {
    letter-spacing: 0.075em;
    line-height: 1.75;
    font-weight: bold;
  }
  .news__txt {
    letter-spacing: 0.075em;
    line-height: 1.75;
  }
  .news__link {
    font-size: 3.3rem;
    letter-spacing: 0.16em;
    text-align: center;
  }
}

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