@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------
/変数ここまで
--------------------*/
/*--------------------
タブレット1280-1580　スマホ 768 
--------------------*/
@media screen and (max-width: 1580px) {
  .feature_wrap .feature_box figure {
    height: auto;
  }

  .room_wrap figure {
    width: 100%;
    height: auto;
  }

  .room_wrap .txt {
    width: 100%;
  }

  .room_wrap .room_ttl {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .room_wrap:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .room_wrap:last-of-type {
    margin-bottom: 0;
  }
  .top-map::after {
    top: 10%;
  }
  .footer_bg::after {
    top: 24%;
  }
}


@media screen and (max-width: 1280px) {
  .container {
    width: calc(100vw - 109px);
    padding: 100px 0;
  }

  .container2 {
    width: calc(100vw - 109px);
    padding: 100px 0;
  }

  .nav_wrap {
    width: 520px;
    padding-right: 40px;
  }

  .bg_concept .txt {
    padding: 10px;
    font-size: 15px;
  }

  .bg_concept::before {
    width: calc(100vw - 59px);
  }

  /* .top_concept_wrap .top_concept_center {
    width: 35%;
    padding: 30px;
  } */

  .top_concept_wrap .top_concept_right {
    width: 20%;
    border-radius: 0 0 0 100px;
  }

  .feature_wrap .feature_box h3 {
    font-size: 1.2rem;
  }

  .camp_wrap figure {
    width: 100%;
    border-radius: 0 100px 0 0;
  }

  .camp_wrap .txt {
    width: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
  }
  .bg_gra {
    top: 24%;
}
.bg_gra_img2 {
    width: 84px;
    top: -20px;
    left: 28%;
}
.bg_gra_img1 {
    width: 84px;
    position: absolute;
    top: -20px;
    right: 30%;
}
  .top-map::after {
    top: 6%;
    bottom: 5%;
  }


}


@media screen and (max-width: 1024px) {
  .h_ttl {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }

  .vertical_ttl {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin-bottom: 1.5rem;
  }

  .gmap {
    padding-top: 66.6666666667%;
  }

  .container {
    width: 100%;
    padding: 50px 1rem;
  }

  .container2 {
    width: 100%;
    padding: 50px 10px;
  }

  .m_box {
    padding: 60px 20px;
  }

  .r_bg {
    position: relative;
  }

  .r_bg.separate {
    margin: 50px 0;
  }

  .l_bg {
    position: relative;
    padding: 15px;
  }

  .l_bg.separate {
    margin: 50px 0;
  }

  #under {
    margin-top: 60px;
  }

  .page_ttl {
    line-height: 2;
  }

  .page_ttl figure {
    height: 180px;
  }

  .page_ttl .ttl_wrap {
    width: 100%;
    padding: 0 1rem;
    font-size: 1.5rem;
  }

  .page_ttl .ttl_wrap span {
    font-size: 1rem;
  }

  .page_ttl .ttl_wrap span::after {
    width: 160px;
  }

  .page_ttl .m_text2 {
    font-size: 1.25rem;
  }

  .breadcrumbs {
    width: 100%;
  }

  .breadcrumbs ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list_disc li {
    width: 100%;
    margin-right: 0;
  }

  /*--------------------
  header
  --------------------*/
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    /* background: #036eb8; */
  }

  header::before {
        width: 65px;
        background: #64AFC4;
  }

  header::after {
    height: calc(100% - 1px);
  }

  .h_nav {
    width: 100%;
    height: auto;
  }

  .logo_wrap {
    height: 60px;
    padding: 0.25rem 1rem;
  }

  .nav_wrap {
    width: auto;
    display: block;
  }

  .nav_wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    background: -webkit-linear-gradient(to bottom, #177D94, #ffffff);
    background: linear-gradient(to bottom, #177D94, #ffffff);
    -webkit-transform: translate(50%, -50%) scale(0.5);
    transform: translate(50%, -50%) scale(0.5);
    position: fixed;
    top: -100%;
    right: -100%;
  }

  .nav_wrap.open::before {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%) scale(2);
    transform: translate(50%, -50%) scale(2);
  }

  .nav_wrap nav {
    width: 100%;
    height: 100%;
    padding: 100px 1rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

  .nav_wrap nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav_wrap nav ul li {
    width: 100%;
    border-bottom: 1px solid #fcfdfe;
    margin-bottom: 1rem;
  }

  .nav_wrap nav ul li a {
    color: #fcfdfe;
  }

  .nav_wrap nav .nav_reserve {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }

  .nav_wrap nav .nav_reserve a {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fcfdfe;
    font-weight: 600;
  }

  .nav_wrap nav .nav_reserve a i {
    margin-right: 5px;
  }

  .nav_wrap .h_tel {
    display: none;
  }

  .nav_wrap .h_reserv {
    display: none;
  }

  .nav_wrap #nav_toggle {
    display: block;
    width: 32px;
    position: fixed;
    top: 1rem;
    right: 1rem;
  }

  .nav_wrap #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav_wrap #nav_toggle span:nth-of-type(1) {
    top: 0;
  }

  .nav_wrap #nav_toggle span:nth-of-type(2) {
    top: 0.875rem;
  }

  .nav_wrap #nav_toggle span:nth-of-type(3) {
    top: 1.75rem;
  }

  .nav_wrap.open nav {
    opacity: 1;
    visibility: visible;
  }

  .nav_wrap.open #nav_toggle span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }

  .nav_wrap.open #nav_toggle span:nth-of-type(2) {
    width: 0;
    opacity: 0;
  }

  .nav_wrap.open #nav_toggle span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }

  /*--------------------
  footer
  --------------------*/
  .f_reserve_wrap {
    padding: 50px 0 0px;
  }

  .f_reserve_wrap .f_reserve_ttl {
    width: 100%;
    text-align: center;
  }

  .f_reserve_wrap .f_reserve_txt {
    width: 100%;
  }

  footer .f_wrap {
    margin: 30px 0;
  }

  footer .f_wrap .f_left {
    width: 100%;
  }

  footer .f_wrap .f_right {
    width: 100%;
  }

  footer .f_logo {
    width: 200px;
    margin: 20px auto;
  }

  footer .f_navi {
    width: 90%;
        margin: 0 auto 40px;
  }

  footer .f_navi ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .f_navi ul li {
    width: 33.3333333333%;
    margin: 0.5rem 0;
  }

  footer .f_sns ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    
  footer .footer_bg{
    padding-top: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .footer_bg::before {
    top: auto;
  }
  
  footer .footer_left, .footer_right {
        background: #fff;
        width: 100%;
        margin-top: 11%;
  }
  footer .f_navi ul li a {
      font-size: 14px;
  }
footer .f_btn {
  flex-wrap: wrap;
}

.contact_btn ,.reservation_btn {
  width: 90%;
}
.contact_btn a ,.reservation_btn a {
  width: 100%;
}


  /*--------------------
  コンテンツ
  --------------------*/
  .slide_bg::before {
    width: calc(100vw - 80px);
    border-radius: 0 0 0 100px;
  }

  #mainvisual {
  height: 600px;
  }
  #mainvisual img {
  height: 600px;
  }
  #mainvisual .catch {
    left: 20px;
    top: auto;
    bottom: -42px;
  }

  #mainvisual .catch span {
    font-size: 2rem;
  }

  #mainvisual .catch p {
    font-size: 1rem;
  }

  .bg_concept::before {
    width: calc(100vw - 21px);
    border-radius: 0 0 0 100px;
  }

  .top_concept_wrap {
    padding: 105px 0 50px;
  }

  .top_concept_wrap .top_concept_left {
    width: 90%;
    border-radius: 0 100px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .top_concept_wrap .top_concept_center {
    width: 100%;
    padding: 0 1rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .top_concept_wrap .top_concept_right {
    width: 35%;
    margin-top: -120px;
    margin-left: auto;
    border-radius: 0 0 0 60px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .feture_ttl {
    margin-bottom: 40px;
  }

  .feature_wrap .feature_box {
    width: 100%;
    margin-bottom: 30px;
  }

  .feature_wrap .feature_box .num {
    font-size: 3rem;
  }

  .feature_wrap .feature_box figure {
    height: 450px;
  }

  .slide_anim.on {
    height: 450px;
  }

  .feature_wrap .feature_box h3 {
    padding: 1rem;
  }

  .activity_wrap .activity_box {
    width: 48%;
    /* height: 176px; */
  }
    .activity_wrap .activity_box.location_box {
    width: 100%;
    /* height: 176px; */
  }
  .activity_wrap .activity_box figure {
    width: 100%;
  }

  .h_ttl_sub {
    font-size: 15px;
    padding: 5px 0;
  }


  .activity_wrap .activity_box img {
    height: 112px;
  }
    .activity_wrap .activity_box.location_box img {
    height: 224px;
  }
  .activity_wrap.top_ac .activity_box {
    width: 100%;
  }

  .activity_wrap.v2 .activity_box {
    margin-right: 0;
  }

  .contents_wrap .contents_box {
    width: 100%;
  }

  .contents_wrap .contents_box figure {
    height: 180px;
  }

  .contents_wrap .contents_box:nth-of-type(2) figure {
    border-radius: 0;
  }

  .contents_wrap .contents_box:nth-of-type(3) figure {
    border-radius: 0;
  }

  .contents_wrap .contents_box:nth-of-type(4) figure {
    border-radius: 0 0 0 60px;
  }

  .room_wrap .txt {
    padding: 20px 20px 40px;
  }

  .h_ttl.v2.meal_title_top {
  margin-bottom: 40px;
}

  .meal_wrap {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }

  .meal_wrap figure {
    width: 100%;
    height: auto;
  }

  .meal_wrap .txt {
    width: 100%;
    padding: 20px 20px 40px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 0 60px;
  }

  .meal_wrap .meal_ttl {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .meal_wrap:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .meal_wrap:nth-of-type(even) .txt {
    border-radius: 0 0 0 60px;
  }

  .meal_wrap:last-of-type {
    margin-bottom: 0;
  }

  .camp_wrap figure {
    width: 100%;
    height: auto;
  }

  .camp_wrap .txt {
    width: 100%;
    padding: 20px 20px 40px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 0 60px;
  }

  .camp_wrap .camp_ttl {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .camp_wrap:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .camp_wrap:nth-of-type(even) .txt {
    border-radius: 0 0 0 60px;
  }

  .camp_wrap:last-of-type {
    margin-bottom: 0;
  }

  .entry_content {
    padding: 1rem;
    border-radius: 30px;
  }

  .entry_content .entry_box .entry_body {
    padding: 1rem 0;
  }

  .tbl01 th,
  .tbl01 td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .tbl02 th,
  .tbl02 td {
    width: 100%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .room_cat_ttl {
    font-size: 18px;
  }
}


/* ここからスマホ */
@media screen and (max-width: 768px) {
    .bg_gra {
    top: 50%;
}

  .room_menulist_box {
    margin-bottom: 70PX;
    padding: 0 1rem;
  }
  .room_menulist_box a.room_menulist_btn {
    width: 48%;
    height: 100px;
    margin: 8px 1%;
  }
  .room_menulist_box a.room_menulist_btn img {
    height: 100px;
  }
  .top-mark {
    width: 30px;
}

  .h_ttl {
    font-size: 20px;
  }

  .h_ttl span {
    font-size: 3rem;
  }

  .h_ttl.v2 {
    margin-bottom: 20px;
  }

  .feture_ttl {
        font-size: 16px;
        line-height: 1.5;
  }

  .feture_ttl span {
    font-size: 54px;
    margin-top: 96px;
    margin-bottom: 10px;
  }

  .feture_ttl b {
    font-size: 2rem;
  }

  .other_list .inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .other_list .inner:last-child {
    margin-bottom: 0;
  }

  .rg_box {
    margin-top: 30px;
  }

  .rg_box ul li {
    width: 100%;
  }

  .top_bnr ul {
    width: 100%;
    width: 96%;
    margin: 10px auto;
  }
  .top_bnr ul li {
    width: 96%;
    margin: 10px auto;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    right: 0;
    bottom: 2px;
    display: flex;
    max-width: 100%;
  }

  .floating-banners {
    gap: 5px;
    z-index: 33;
  }
  
  /* PC用はSPでは絶対に消す */
  .floating-banners.pc-only {
    display: none !important;
  }

  /* SP用：is-active が付いている時だけ表示許可 */
  .floating-banners.sp-only.is-active {
    display: flex !important;
  }

  .floating-banner {
    max-width: 100%;
  }

  .map_box {
    padding: 60px 0 30px;
  }

  .map_img {
    width: 96%;
    margin: 50px auto;
  }

  .flex .floating-banner img {
    max-width: 220px;
  }


  .top_slider_linkbtn {
    top: 100px;
    right: 10px;
  }
  .top_slider_linkbtn a.linkbtn {
    width: 150px;
    height: 150px;
  }
  .top_slider_linkbtn .linkbtn_inner {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .activity_flex_container { flex-direction: column; }
  .activity_slider_block { width: 100%; }

  .qa_bk li {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #CBCBCB;
  }

  .access-container {
    flex-direction: column;
  }

.top_concept_img {
  height: 28vh;
  padding: 14px;
}
.top_concept_img img {
  height: 28vh;
  border-radius: 20px;
}

.scrollbar {
   width: 96%;
   margin: 0 auto;
   font-size: 14px;
  max-height: 222px;
  }


.top_news {
    width: 100%;
    padding: 0;
}
.top_news .news_ttl {
  width: 300px;
  font-size: 14px;
  padding-left: 26px;
  color: #999;
}
.top_news .news_ttl span {
  align-items: center;
  font-size: 2rem;
  color: #64AFC4;
}

.top_news .top_news_list li {
    padding: 14px;
    border-bottom: 1px solid #eee;
}
.top_news .top_news_list li:first-child {
  border-top: 1px solid #eee;
}
.top_news .top_news_list li span {
  color: #64AFC4;
  font-weight: 600;
}

.bg_gra {
  margin-top: -182px;
}
.bg_gra_img2 {
  width: 100px;
    position: absolute;
    top: 20px;
    left: 10%;
}
.bg_gra_img1 {
  width: 100px;
    position: absolute;
    top: 12px;
    right: 10%;
}

.top-room {
  height: 480px;
}
.top-meal img {
    height: 300px;
    object-fit: cover;
}
.top-meal h3 {
  font-size: 20px;
}

.bnr_wrap {
  width: 90%;
  margin: 0 auto;
}
.activity_img img {
  height: 38vh;
}
.activity_content {
    bottom: 0px;
    padding: 25px 25px;
}

.activity_label {
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
}
.activity_slider_gaibu .activity_label {
    left: auto;
    right: 10px;
}
.activity_slider .swiper-pagination {
    bottom: 0 !important;
}

.info_wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.location_slider {
  overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw); /* 親要素を無視して全幅に */
    padding: 0 10%; /* 左右に少し余裕をもたせて、隣を呼び込む */
    box-sizing: border-box;
  }
  .location_section_wrapper {
    overflow: hidden;
  }
  .location_slider .swiper-wrapper {
    /* 両端を見せるために、ラッパーの計算を微調整 */
    display: flex;
  }

  .info_box {
    width: 100%; /* SwiperのslidesPerViewで制御されるため100%でOK */
    aspect-ratio: 1 / 1; /* 正方形に近い形にする */
  }

  /* ドットの位置調整 */
  .location-pagination {
    bottom: -30px !important;
  }

  .map_img_bg img {
    top: -28px;
    right: 5%;
    width: 72px;
  }
  .top-map {
    min-height: auto;
  }
.top-map::after {
    top: 40px;
    bottom: 30px;
}


.reserve-button {
  padding: 15px 20px;
}

}

