@charset "UTF-8";
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  #mainvisual {
    min-height: calc(100vh - 90px); }

  #mainvisual .mvslide {
    height: calc(100vh - 90px); }

  #mainvisual .mvslide li picture {
    height: calc(100vh - 90px); }

  #mainvisual .mvslide li {
    height: calc(100vh - 90px); }

  #mainvisual .catch .catch_img {
    width: 1000px; }

  #mainvisual .catch {
    height: calc(100vh - 90px);
    margin: 0 auto;
    justify-content: center; }

  .intro {
    background: #231815;
    position: relative;
    padding-top: 90px; }

    /* information
---------------------------------------------------------------------- */
  .information {
    padding: 65px 0 65px;
    display: block; }

  .information__wrap {
    display: flex;
    align-items: flex-start; }

  .information__ttl {
    width: 40px;
    margin-right: 7.5%; }

  .information__content {
    flex: 1;
    color: #fff; }

  .information__list {
    margin-bottom: 25px; }

  .information__list li {
    position: relative;
    border-bottom: 1px solid #F3F2EE;
    padding: 10px 0;  　　　/* (2026-04-03)padding: 0 0 20px; → padding: 10px 0; */
    margin-bottom: 0;     /* (2026-04-03)margin-bottom: 20px; → margin-bottom: 0; */
    display: flex;
    align-items: center;
    line-height: 1.3; }     /* (2026-04-03)line-height: 1.43; → line-height: 1.3; */

  .information__list li:first-child {     /* (2026-04-23)information__list li:first-child{} 新規追加（最初の項目だけ上余白を消す） */
    padding-top: 0; }

  .information__list li a {
    display: block;
    width: 100%; }

  .information__data {
    padding-right: 20px;
    font-weight: bold; }

  .information__txt {
    display: block;
    margin-top: 2px;     /* (2026-04-03)margin-top: 5px; → margin-top: 2px; */
    font-weight: 500; }

  .information__btn {
    text-align: right; }

    /* about
---------------------------------------------------------------------- */
  .about {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative; }

  .about__img {
    position: absolute;
    top: 00px;
    left: 0;
    width: 100%;
    height: 100%; }

  .about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .about__inr {
    position: relative;
    color: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }

  .about__content {
    font-family: 'Shippori Mincho', serif; }

  .about__ttl {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 30px; }

    /* common
---------------------------------------------------------------------- */
  .block__sec {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative; }

  .block__img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%; }

  .block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .block__inr {
    position: relative;
    width: 100%;
    height: 100%; }

  .block__content {
    color: #fff;
    background: url(../images/bg01.png);
    background-color: #AD5663;
    height: 100%;
    width: 470px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 100px;
    position: relative;
    padding-bottom: 50px;
    margin-left: -35px;
    transition: opacity 0.3s; }

  .block__content .block__btn:hover {
    opacity: 0.9; }

  .block__ttl {
    position: absolute;
    width: 88px;
    top: 67px;
    left: -5px;
    transition: top 0.8s; }

  .block__content .block__ttl2 {
    font-size: 2.1rem;
    line-height: 1.71;
    margin-bottom: 10px; }

  .block__btn {
    position: absolute;
    left: 42px;
    bottom: 63px; }

  .banquet .block__content {
    background: url(../images/bg02.png);
    background-color: #4C6877; }

  .rooms .block__content {
    background: url(../images/bg03.png);
    background-color: #B96225; }

  .block__btn:hover .cbtn:after {
    -webkit-transform: translate(5px, -50%) rotate(365deg);
    -ms-transform: translate(5px, -50%) rotate(365deg);
    transform: translate(5px, -50%) rotate(365deg); }

    /* feature
---------------------------------------------------------------------- */
  .feature {
    padding: 90px 0 90px; }

  .feature__ttl {
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    .feature__ttl::before {
      content: "";
      height: 1px;
      width: 100vw;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      transform: translateY(-50%);
      background-color: #231815; }
    .feature__ttl span {
      display: block;
      width: 700px;
      margin: 0 auto;
      background: #FFF; }
    .feature__ttl img {
      width: 300px; }

  .feature__list {
    counter-reset: number 0; }
    .feature__list li {
      display: flex;
      margin-bottom: 40px; }
      .feature__list li::before {
        font-family: 'Shippori Mincho', serif;
        counter-increment: number 1;
        content: "特徴" counter(number);
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #231815;
        flex-shrink: 0;
        margin-right: 34px; }
      .feature__list li:last-of-type {
        margin-bottom: 0; }

  .feature__listTtl {
    color: #103F12;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif; }
    .feature__listTtl span {
      font-size: 3.7rem;
      font-weight: bold; }

  .feature__listTxt {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 15px; }

    /* btn__list
---------------------------------------------------------------------- */
  .btn__list {
    padding: 90px 0 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px; }
    .btn__list li {
      width: 46%; }

    /* access
---------------------------------------------------------------------- */
  .access {
    padding: 70px 0 90px;
    background-color: #F5F0E9; }

  .access__list {
    display: flex;
    align-items: flex-start;
    gap: 60px; }
    .access__list li {
      flex: 1; }

  .access .ctitle2 {
    margin-bottom: 15px; }

  .access__img {
    margin-bottom: 15px; }

    /* loopslider
---------------------------------------------------------------------- */
  .loopwrap {
    width: 100%;
    height: 276px;
    position: relative;
    overflow: hidden; }

  ul.loopslider .slick-slide li {
    width: 476px !important; }

  .loop__content {
    position: absolute;
    top: 0;
    right: 21%;
    background-color: #EDEDED;
    padding: 40px 60px 20px;
    width: 570px;
    height: 290px;
    z-index: 1; }

        /* plan
---------------------------------------------------------------------- */
  .plan {
    padding: 70px 0 100px; }

  .plan__list {
    display: flex;
    gap: 40px;
    padding-top: 50px; }
    .plan__list li {
      flex: 1;
      padding-top: 15px;
      position: relative; }
      .plan__list li::before {
        content: "";
        display: block;
        border-bottom: 1px solid #B2B2B2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; }
      .plan__list li::after {
        content: "";
        display: block;
        border-bottom: 1px solid #231815;
        position: absolute;
        top: 0;
        right: 0;
        width: 33px;
        z-index: 2;
        transition: width 0.3s; }
      .plan__list li:hover::after {
        width: 100%; }

  .plan__img {
    width: 100%;
    position: relative;
    margin-bottom: 15px; }
    .plan__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }

  .plan__img::before {
    content: "";
    display: block;
    padding-top: 63%; }

  /* #489ban
  ---------------------------------------------------------------------- */
  #ranking_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    gap: 40px;*/
    padding-top: 50px;
    flex-wrap: wrap; }

  #ranking_489ban .PlanView {
    width: 30.91%;
    margin-right: 3.63%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    padding-top: 15px; }

  #ranking_489ban .PlanView::before {
    content: "";
    display: block;
    border-bottom: 1px solid #B2B2B2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }

  #ranking_489ban .PlanView::after {
    content: "";
    display: block;
    border-bottom: 1px solid #231815;
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    z-index: 2;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }

  #ranking_489ban .PlanView:nth-child(3n) {
    margin-right: 0; }

  #ranking_489ban .PlanView .main_picture {
    position: relative;
    max-height: 220px;
    /*    border-radius: 5px;*/
    overflow: hidden; }

  #ranking_489ban .PlanView .main_picture img {
    width: 100%; }

  #ranking_489ban .PlanView .rank_no {
    width: initial;
    position: absolute;
    z-index: 10;
    left: -50px;
    top: -45px;
    width: 237px;
    height: 167px;
    text-indent: -100000px;
    overflow: hidden;
    display: none; }

  /*  #ranking_489ban .PlanView.rank_1 .rank_no {
      background: url("../images/index/icon_emb01.png") center center no-repeat;
      background-size: contain;
    }
    #ranking_489ban .PlanView.rank_2 .rank_no {
      background: url("../images/index/icon_emb02.png") center center no-repeat;
      background-size: contain;
    }
    #ranking_489ban .PlanView.rank_3 .rank_no {
      background: url("../images/index/icon_emb03.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;*/
    padding: 0; }

  #ranking_489ban .PlanView a .txt .planbtn {
    margin-top: auto; }

  #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_brown.svg") right center no-repeat; }

  /*  .cbtn {
      width: 450px;
      margin-right: auto;
      margin-left: auto;
    }*/
  #ranking_489ban .pblist {
    display: none; } }

@media (max-width: 1000px) {
  #mainvisual {
    height: calc(100vh - 16vw); }

  #mainvisual .mvslide {
    height: calc(100vh - 16vw); }

  #mainvisual .catch .catch_img {
    width: 1000px; }

  #mainvisual .catch {
    height: calc(100vh - 16vw);
    margin: 0 auto;
    justify-content: center; }

  #mainvisual .mvslide li picture {
    height: calc(100vh - 16vw); }

  .intro {
    background: #231815;
    position: relative; }

    /* information
---------------------------------------------------------------------- */
  .information {
    padding: 65px 0 65px;
    display: block; }

  .information__wrap {
    display: flex;
    align-items: flex-start; }

  .information__ttl {
    width: 40px;
    margin-right: 7.5%; }

  .information__content {
    flex: 1;
    color: #fff; }

  .information__list {
    margin-bottom: 25px; }

  .information__list li {
    position: relative;
    border-bottom: 1px solid #F3F2EE;
    padding: 10px 0;  　　　/* (2026-04-03)padding: 0 0 20px; → padding: 10px 0; */
    margin-bottom: 0;     /* (2026-04-03)margin-bottom: 20px; → margin-bottom: 0; */
    display: flex;
    align-items: center;
    line-height: 1.3; }     /* (2026-04-03)line-height: 1.43; → line-height: 1.3; */

  .information__list li:first-child {     /* (2026-04-23)information__list li:first-child{} 新規追加（最初の項目だけ上余白を消す） */
    padding-top: 0; }

  .information__list li a {
    display: block;
    width: 100%; }

  .information__data {
    padding-right: 20px;
    font-weight: bold; }

  .information__txt {
    display: block;
    margin-top: 2px;     /* (2026-04-03)margin-top: 5px; → margin-top: 2px; */
    font-weight: 500; }

  .information__btn {
    text-align: right; }



    
    





    /* about
---------------------------------------------------------------------- */
  .about {
    padding: 60px 0;
    display: flex;
    align-items: center;
    position: relative; }

  .about__img {
    position: absolute;
    top: 00px;
    left: 0;
    width: 100%;
    height: 100%; }

  .about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .about__inr {
    position: relative;
    color: #fff; }

  .about__content {
    font-family: 'Shippori Mincho', serif;
    text-align: center; }

  .about__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    margin-bottom: 30px; }

  .about__txt {
    text-align: center; }

    /* common
---------------------------------------------------------------------- */
  .block__sec {
    position: relative;
    display: flex;
    flex-direction: column; }

  .block__img {
    width: 100%; }

  .block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .block__inr {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../images/bg01.png);
    background-color: #AD5663; }

  .block__content {
    color: #fff;
    width: 500px;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10% 3% 10%;
    margin: 0 auto;
    cursor: pointer;
    transition: opacity 0.3s; }

  .block__content:hover {
    opacity: 0.9; }

  .block__ttl {
    position: absolute;
    width: 12vw;
    top: 10%;
    left: 6vw;
    transition: top 0.8s; }
    .block__ttl img {
      width: 100%; }

  .block__content:hover .block__ttl {
    top: 5%; }

  .block__content .block__ttl2 {
    font-size: 2.1rem;
    line-height: 1.71;
    margin-bottom: 10px; }

  .block___txt {
    margin-bottom: 30px;
    text-align: left; }

  .block__btn {
    text-align: right; }

  .banquet .block__inr {
    background: url(../images/bg02.png);
    background-color: #4C6877; }

  .rooms .block__inr {
    background: url(../images/bg03.png);
    background-color: #B96225; }

  .block__content:hover .cbtn:after {
    -webkit-transform: translate(5px, -50%) rotate(365deg);
    -ms-transform: translate(5px, -50%) rotate(365deg);
    transform: translate(5px, -50%) rotate(365deg); }

    /* feature
---------------------------------------------------------------------- */
  .feature {
    padding: 90px 0; }

  .feature__ttl {
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    .feature__ttl::before {
      content: "";
      height: 1px;
      width: 100vw;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      transform: translateY(-50%);
      background-color: #231815; }
    .feature__ttl span {
      display: block;
      width: 60%;
      margin: 0 auto;
      background: #FFF; }
    .feature__ttl img {
      width: 100%; }

  .feature__list {
    counter-reset: number 0; }
    .feature__list li {
      margin-bottom: 50px; }
      .feature__list li::before {
        font-family: 'Shippori Mincho', serif;
        counter-increment: number 1;
        content: "特徴" counter(number);
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #231815;
        flex-shrink: 0;
        margin: 0 auto 20px; }
      .feature__list li:last-of-type {
        margin-bottom: 0; }

  .feature__listTtl {
    color: #103F12;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-family: 'Shippori Mincho', serif;
    text-align: justify;
    margin-bottom: 10px; }
    .feature__listTtl span {
      font-size: 3rem;
      font-weight: bold; }

  .feature__listTxt {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 15px; }

    /* btn__list
---------------------------------------------------------------------- */
  .btn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    padding: 60px 0; }
    .btn__list li {
      width: 100%; }
    .btn__list .cbtn2.cbtn2--img .cbtn2__txt > span {
      margin-left: -10px; }
    .btn__list .cbtn2:hover .cbtn2__img {
      width: 43%; }

    /* access
---------------------------------------------------------------------- */
  .access {
    padding: 70px 0 90px;
    background-color: #F5F0E9; }

  .access__list {
    display: flex;
    flex-direction: column;
    gap: 60px; }

  .access .ctitle2 {
    margin-bottom: 15px; }

  .access__img {
    margin-bottom: 15px; }

  .access__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

    /* loopslider
---------------------------------------------------------------------- */
  .loopwrap {
    width: 100%;
    position: relative;
    overflow: hidden; }

    /* plan
---------------------------------------------------------------------- */
  .plan {
    padding: 70px 0 100px; }

  .plan__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 50px; }
    .plan__list li {
      flex: 1;
      padding-top: 15px;
      position: relative; }
      .plan__list li::before {
        content: "";
        display: block;
        border-bottom: 1px solid #B2B2B2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; }
      .plan__list li::after {
        content: "";
        display: block;
        border-bottom: 1px solid #231815;
        position: absolute;
        top: 0;
        right: 0;
        width: 33px;
        z-index: 2; }
      .plan__list li:hover::after {
        width: 100%; }

  .plan__img {
    width: 100%;
    position: relative;
    margin-bottom: 15px; }
    .plan__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }

  .plan__img::before {
    content: "";
    display: block;
    padding-top: 63%; }

  /* 489ban
  ---------------------------------------------------------------------- */
  /*  #ranking_489ban.mainw {
      width: 76vw;
    }*/
  #ranking_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding-top: 50px; }

  #ranking_489ban .PlanView {
    width: 100%;
    /*    margin-bottom: 6vw;*/
    position: relative;
    overflow: hidden;
    padding-top: 15px; }

  #ranking_489ban .PlanView::before {
    content: "";
    display: block;
    border-bottom: 1px solid #B2B2B2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }

  #ranking_489ban .PlanView::after {
    content: "";
    display: block;
    border-bottom: 1px solid #231815;
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    z-index: 2;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }

  #ranking_489ban .PlanView .main_picture {
    position: relative;
    height: 56.2vw;
    /*    border-radius: 5px;*/
    overflow: hidden; }

  #ranking_489ban .PlanView .main_picture img {
    width: 100%; }

  #ranking_489ban .PlanView .rank_no {
    width: 50vw;
    height: 40vw;
    position: absolute;
    z-index: 10;
    left: -10vw;
    top: -11vw;
    text-indent: -100000px;
    display: none; }

  /*  #ranking_489ban .PlanView.rank_1 .rank_no {
      background: url("../images/index/icon_emb01.png") center center no-repeat;
      background-size: contain;
    }
    #ranking_489ban .PlanView.rank_2 .rank_no {
      background: url("../images/index/icon_emb02.png") center center no-repeat;
      background-size: contain;
    }
    #ranking_489ban .PlanView.rank_3 .rank_no {
      background: url("../images/index/icon_emb03.png") center center no-repeat;
      background-size: contain;
    }*/
  #ranking_489ban .PlanView .explan {
    padding: 1em 0 0; }

  #ranking_489ban .PlanView .explan p.plan {
    /*    font-size: 4vw;
        line-height: 1.5;
        color: #1C1C1C;
        margin-bottom: 4vw;*/
    padding: 0; }

  /*  #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_brown.svg") right center no-repeat ;
      background-size: auto 2vw;
    }*/
  #ranking_489ban .pblist {
    display: none; } }

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