/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .top__ttl {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .top #mainvisual {
    height: 100vh;
    position: relative;
  }
  .mainvisual__img > * {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainvisual__play {
    width: 95px;
    height: 95px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #js_play.playActive {
    opacity: 0;
  }
  .mainvisual__sp,
  .bn-ytb_sp {
    display: none;
  }
  /* information
  ---------------------------------------------------------------------- */
  .information {
    padding: 100px 0 175px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4b5526), to(#37420e));
    background: linear-gradient(#4b5526 0%, #37420e 100%);
    color: #fff;
    overflow: hidden;
  }
  .information__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 23px;
  }
  .information__ttl {
    font-size: 2rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  .information__ttl::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    right: calc(100% + 20px);
  }
  .information__list li {
    position: relative;
  }
  .information__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    letter-spacing: 0.1em;
    padding: 20px 0 31px;
    border-bottom: 1px solid #D3D3D1;
  }
  .information__data {
    padding-right: 40px;
    font-weight: bold;
  }
  .information__txt {
    display: block;
    font-weight: 500;
  }
  /* about
  ---------------------------------------------------------------------- */
  .about {
    padding-bottom: 120px;
    background: url(../images/index/bg_deco.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .about__ttl {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.73;
    color: #45440A;
    margin-bottom: 38px;
  }
  .about__txt {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
  }
  .about__txt:first-of-type {
    margin-bottom: 40px;
  }
  /* recommend
  ---------------------------------------------------------------------- */
  .recommend {
    position: relative;
    margin-top: -80px;
    padding-bottom: 120px;
  }
  .recommend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5%;
    margin-top: 25px;
  }
  .recommend__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recommend__content .recommend__list {
    margin-bottom: 75px;
  }
  .recommend__content .top__ttl {
    color: #ffffff;
  }
  .recommend__img {
    width: 100%;
    aspect-ratio: 330/220;
  }
  .recommend__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend__video_item {
    width: 100%;
    aspect-ratio: 330/180;
  }
  .recommend__video_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend .banner__list {
    margin-top: 25px;
  }
  .recommend__friendship {
    margin-top: 75px;
  }
  /* subpage 
  ---------------------------------------------------------------------- */
  .subpage {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(90.72%, #f2edea));
    background: linear-gradient(#fff 0%, #f2edea 90.72%);
  }
  .slick-slider.subpage__main_img {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .slick-slider.subpage__main_img img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .subpage__inr {
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .subpage__content {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4b5526), to(#37420e));
    background: linear-gradient(#4b5526 0%, #37420e 100%);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 442px;
            flex: 0 0 442px;
    padding: 120px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  .subpage__content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 445px;
    margin-bottom: 90px;
  }
  .subpage__ttl {
    font-size: 3.5rem;
    margin-left: 45px;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .subpage__ttl span {
    display: block;
    font-weight: normal;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
  }
  .subpage__txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.9;
    letter-spacing: 0.2em;
  }
  .subpage__img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    width: 58%;
    margin-left: 10px;
    padding-top: 610px;
    padding-bottom: 55px;
  }
  .subpage__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .subpage--reverse .subpage__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .subpage--reverse .subpage__img_list {
    margin-left: 0;
    margin-right: 10px;
  }
  .subpage__img_list .subpage__img {
    padding: 0 5px;
  }
  .subpage__main_img .slick-list {
    height: 100%;
  }
  #care .subpage__txt {
    text-orientation: upright;
  }
  #meal .subpage__txt span,
  #care .subpage__txt span {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    letter-spacing: 0;
    margin-top: -5px;
  }
  #room .subpage__ttl {
    height: 500px;
  }
  /* banner
  ---------------------------------------------------------------------- */
  .banner {
    padding: 170px 0 100px;
    background: url(../images/index/bg_deco02.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .banner .top__ttl {
    margin: 75px 0 25px;
  }
  .banner .banner__list {
    margin-bottom: 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1000px) {
  .top__ttl {
    font-size: 4.5333333333vw;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  .top #mainvisual {
    height: 100vh;
    position: relative;
  }
  .mainvisual__img > * {
    display: none;
  }
  .mainvisual__play {
    display: none;
  }
  #js_play.playActive {
    opacity: 0;
  }
  .mainvisual__sp .slick-slide {
    height: 100vh;
  }
  .mainvisual__sp img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainvisual__sp .cbtn {
    position: absolute;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10%;
  }
  .lity {
    z-index: 9999 !important;
  }
  /* information
  ---------------------------------------------------------------------- */
  .information {
    padding: 100px 0 175px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4b5526), to(#37420e));
    background: linear-gradient(#4b5526 0%, #37420e 100%);
    color: #fff;
    overflow: hidden;
  }
  .information__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 23px;
  }
  .information__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2em;
    position: relative;
  }
  .information__ttl::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    right: calc(100% + 5px);
  }
  .information__list li {
    position: relative;
  }
  .information__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    letter-spacing: 0.1em;
    padding: 20px 0 31px;
    border-bottom: 1px solid #D3D3D1;
  }
  .information__data {
    padding-right: 5.3333333333vw;
    font-weight: bold;
  }
  .information__txt {
    display: block;
    font-weight: 500;
  }
  /* about
  ---------------------------------------------------------------------- */
  .about {
    padding-bottom: 120px;
    background: url(../images/index/bg_deco.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .about__ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.73;
    color: #45440A;
    margin-bottom: 38px;
  }
  .about__txt {
    font-size: 4.5333333333vw;
    line-height: 2;
    text-align: center;
  }
  .about__txt:first-of-type {
    margin-bottom: 40px;
  }
  /* recommend
  ---------------------------------------------------------------------- */
  .recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: -80px;
    padding-bottom: 120px;
  }
  .recommend .top__ttl {
    margin-bottom: -10px;
  }
  .recommend__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 25px;
  }
  .recommend__content .recommend__list {
    margin-bottom: 10vw;
  }
  .recommend__content .top__ttl {
    color: #ffffff;
  }
  .recommend__img {
    width: 100%;
    aspect-ratio: 330/220;
  }
  .recommend__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend__video_item {
    width: 100%;
    aspect-ratio: 330/180;
  }
  .recommend__video_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recommend .banner__list {
    margin-top: 25px;
  }
  .recommend__friendship {
    margin-top: 10vw;
  }
  /* subpage 
  ---------------------------------------------------------------------- */
  .subpage {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(90.72%, #f2edea));
    background: linear-gradient(#fff 0%, #f2edea 90.72%);
    margin-bottom: 10vw;
  }
  .slick-slider.subpage__main_img {
    width: 100%;
    z-index: 1;
  }
  .slick-slider.subpage__main_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .subpage__inr {
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .subpage__content {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4b5526), to(#37420e));
    background: linear-gradient(#4b5526 0%, #37420e 100%);
    padding: 120px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  .subpage__content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 445px;
    margin-bottom: 90px;
  }
  .subpage__ttl {
    font-size: 3.5rem;
    margin-left: 45px;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .subpage__ttl span {
    display: block;
    font-weight: normal;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
  }
  .subpage__txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.9;
    letter-spacing: 0.2em;
  }
  .subpage__img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    padding-bottom: 10px;
  }
  .subpage__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .subpage__img_list .subpage__img {
    padding: 0 5px;
  }
  .subpage__main_img .slick-list {
    height: 100%;
  }
  #care .subpage__txt {
    text-orientation: upright;
  }
  #meal .subpage__txt span,
  #care .subpage__txt span {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    letter-spacing: 0;
    margin-top: -1vw;
  }
  #room .subpage__ttl {
    height: 500px;
  }
  /* banner
  ---------------------------------------------------------------------- */
  .banner {
    padding: 100px 0 100px;
    background: url(../images/index/bg_deco02.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .banner .top__ttl {
    margin: 10vw 0 15px;
  }
  .banner .banner__list {
    margin-bottom: 5vw;
  }
  .bn-ytb_pc {
    display: none;
  }
  .bn-ytb_sp {
    width: 100%;
    margin: 1.5rem auto;
  }  
}/*# sourceMappingURL=index.css.map */