@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap");
/*--------------------
/変数ここまで
--------------------*/
/*--------------------
スマホ
--------------------*/
@media screen and (max-width: 1580px) {
  .feature_wrap .feature_box figure {
    height: auto;
  }
}
@media screen and (max-width: 1380px) {
  .room_wrap .txt {
    padding: 20px;
  }
  .meal_wrap .txt {
    padding: 20px;
  }
  .spa_wrap .spa_slide {
    width: 100%;
  }
  .spa_wrap .txt {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: calc(100vw - 109px);
    padding: 100px 0;
  }
  .container2 {
    width: calc(100vw - 109px);
    padding: 100px 0;
  }
  #mainvisual {
    width: calc(100vw - 109px);
  }
  .top_slider {
    height: 100vh;
  }
  .nav_wrap {
    width: 520px;
    padding-right: 40px;
  }
  .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.25rem;
  }
  .camp_wrap figure {
    width: 100%;
    border-radius: 0 100px 0 0;
  }
  .camp_wrap .txt {
    width: 100%;
    position: static;
    transform: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_ttl {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  .h_ttl_line {
    font-size: 1rem;
  }
  .vertical_ttl {
    writing-mode: inherit;
    margin-bottom: 1.5rem;
  }
  .gmap {
    padding-top: 66.6666666667%;
  }
  .container {
    width: 100%;
    padding: 50px 1rem;
  }
  .container2 {
    width: 100%;
    padding: 50px 1rem;
  }
  .m_box {
    padding: 60px 10px;
    border-radius: 0 60px 0 60px;
  }
  .r_bg {
    position: relative;
  }
  .r_bg::before {
    border-radius: 0 60px 0 0;
  }
  .r_bg.separate {
    margin: 50px 0;
  }
  .l_bg {
    position: relative;
  }
  .l_bg::before {
    border-radius: 60px 0 0 0;
  }
  .l_bg.separate {
    margin: 50px 0;
  }
  #under {
    margin-top: 60px;
  }
  .page_ttl {
    line-height: 2;
  }
  .page_ttl figure {
    height: 160px;
  }
  .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 {
    justify-content: center;
  }
  .list_disc li {
    margin-right: 0;
  }
  /*--------------------
  header
  --------------------*/
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #3c7f64;
  }
  .h_nav {
    width: 100%;
    height: auto;
  }
  .logo_wrap {
    height: 60px;
    padding: 0.25rem 1rem;
  }
  .logo_white {
    display: block;
  }
  .nav_wrap {
    width: auto;
    display: block;
  }
  .nav_wrap::before {
    content: "";
    display: block;
    width: 180%;
    height: 120%;
    background: #3c7f64;
    border-radius: 50%;
    transform: translate(50%, -50%) scale(0.5);
    position: fixed;
    top: -100%;
    right: -100%;
    transition: all 0.5s linear;
  }
  .nav_wrap.open::before {
    top: 0;
    right: 0;
    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;
    transition: all 0.5s linear;
  }
  .nav_wrap nav ul {
    justify-content: space-between;
  }
  .nav_wrap nav ul li {
    width: 48%;
    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: #edbc00;
    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: 2.5rem;
    height: 1.75rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
  }
  .nav_wrap #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    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 {
    background: #fff;
  }
  .nav_wrap.open #nav_toggle span:nth-of-type(1) {
    top: 50%;
    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%;
    transform: translateY(-50%) rotate(135deg);
  }
  .fixed .nav_wrap nav ul li a {
    color: #fcfdfe;
  }
  .under .nav_wrap nav ul li a {
    color: #fcfdfe;
  }
  /*--------------------
  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::before {
    border-radius: 0 60px 0 0;
  }
  footer .f_wrap {
    margin: 30px 0;
  }
  footer .f_wrap .f_left {
    width: 100%;
  }
  footer .f_wrap .f_right {
    width: 100%;
  }
  footer .f_access_wrap .f_access_left {
    width: 100%;
  }
  footer .f_access_wrap .f_access_right {
    width: 100%;
  }
  footer .f_access {
    margin-top: 20px;
  }
  footer .f_logo {
    width: 200px;
    margin: 20px auto;
  }
  footer .f_navi {
    width: 100%;
  }
  footer .f_navi ul {
    justify-content: space-between;
  }
  footer .f_navi ul li {
    width: 33.3333333333%;
    margin: 0.5rem 0;
  }
  footer .f_sns ul {
    justify-content: center;
  }
  footer .f_access dl dt {
    width: 100%;
  }
  footer .f_access dl dd {
    width: 100%;
  }
  /*--------------------
  コンテンツ
  --------------------*/
  .slide_bg::before {
    width: calc(100vw - 80px);
    border-radius: 0 0 0 100px;
  }
  #mainvisual {
    width: calc(100vw - 42px);
    padding: 60px 0 30px;
  }
  #mainvisual .catch img {
    width: 120px;
  }
  .top_slider {
    height: 60vh;
    border-radius: 0 100px 0 100px;
  }
  .top_news .top_news_list {
    width: 100%;
  }
  .bg_concept::before {
    width: calc(100vw - 10px);
    border-radius: 0 0 0 100px;
  }
  .top_concept_wrap {
    padding: 50px 0;
  }
  .top_concept_wrap .top_concept_left {
    width: 90%;
    border-radius: 0 100px 0 0;
    order: 1;
  }
  .top_concept_wrap .top_concept_center {
    width: 100%;
    padding: 0 2.5rem;
    order: 3;
  }
  .top_concept_wrap .top_concept_right {
    width: 35%;
    margin-top: -120px;
    margin-left: auto;
    border-radius: 0 0 0 60px;
    order: 2;
  }
  .feture_ttl {
    margin-bottom: 40px;
  }
  .feature_wrap .feature_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .feature_wrap .feature_box .num {
    font-size: 3rem;
    padding: 1rem;
  }
  .feature_wrap .feature_box figure {
    height: 240px;
    border-radius: 0 60px 0 0;
  }
  .feature_wrap .feature_box h3 {
    padding: 1rem;
  }
  .activity_wrap {
    justify-content: space-between;
  }
  .activity_wrap .activity_box {
    width: 48%;
    margin-bottom: 30px;
    margin-right: 0;
    border-radius: 0 0 0 30px;
  }
  .activity_wrap .activity_box .txt {
    padding: 1rem;
  }
  .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(1) figure {
    border-radius: 0 60px 0 0;
  }
  .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 {
    margin-bottom: 40px;
  }
  .room_wrap .room_slide {
    width: 100%;
  }
  .room_wrap .txt {
    width: 100%;
  }
  .room_wrap:last-of-type {
    margin-bottom: 0;
  }
  .meal_wrap {
    margin-bottom: 40px;
  }
  .meal_wrap .meal_slide {
    width: 100%;
  }
  .meal_wrap .txt {
    width: 100%;
  }
  .meal_wrap:last-of-type {
    margin-bottom: 0;
  }
  .entry_content {
    padding: 0;
    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 {
    display: block;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .best_rate {
    width: 55px;
    position: absolute;
    top: 3px;
    right: 64px;
  }
}
@media screen and (max-width: 768px) {
  .h_ttl {
    font-size: 1.25rem;
  }
  .h_ttl span {
    font-size: 3rem;
  }
  .h_ttl.v2 {
    margin-bottom: 20px;
  }
  .h_ttl_middle {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
  }
  .feture_ttl {
    font-size: 1.5rem;
  }
  .feture_ttl span {
    font-size: 4rem;
  }
  .feture_ttl b {
    font-size: 2rem;
  }
  .other_list .inner {
    width: 100%;
    margin-bottom: 30px;
  }
  .other_list .inner:last-child {
    margin-bottom: 0;
  }
  .amenities_list ul {
    margin-bottom: 0;
  }
  .amenities_list ul li {
    width: 48%;
    margin-bottom: 1rem;
  }
  .activity_wrap .activity_box {
    width: 100%;
  }
  .rg_box {
    margin-top: 30px;
  }
  .rg_box ul li {
    width: 100%;
  }
  #footer_sp {
    display: block;
  }
  .reserve_sp {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    background: #edbc00;
  }
  .reserve_sp p {
    padding-top: 7px;
  }
  .reserve_sp p a {
    color: #44403f;
    display: block;
  }
  .reserve_web, .reserve_mail, .reserve_menu, .reserve_access, .reserve_qa {
    width: 33.33333%;
  }
  .reserve_web, .reserve_mail, .reserve_access, .reserve_qa {
    border-right: #fff solid 1px;
  }
  .reserve_mail {
    background: #e9e2d8;
  }
  .reserve_mail:last-of-type {
    border-right: none;
  }
  .reserve_access {
    background: #e9e2d8;
  }
  .reserve_qa {
    background: #e9e2d8;
  }
  .reserve_qa:last-of-type {
    border-right: none;
  }
  .fixed-banner {
    top: unset;
    bottom: 20px;
  }
  .fixed-banner img {
    width: 150px;
    height: auto;
  }
  .dv-flow {
    padding: 0px 15px;
  }
  .dv-flow__line {
    left: 21px;
  }
  .dv-flow__block {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
    margin-bottom: 80px;
  }
  .dv-flow__block--reverse {
    flex-direction: column;
  }
  .dv-flow__block::before {
    left: -24px;
    transform: translateX(-50%);
    top: 12px;
  }
  .dv-flow__day {
    margin: 40px 0;
  }
  .dv-flow__text, .dv-flow__images {
    width: 100%;
  }
  .dv-flow__images {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: auto;
    margin-top: 15px;
  }
  .dv-flow__images img {
    position: static;
    width: 100%;
    height: 160px;
  }
  .dv-flow__images img:only-child {
    grid-column: 1 / -1;
    height: 200px;
  }
  .dv-flow__images img:nth-child(3) {}
  .dv-flow__images img:nth-child(1):nth-last-child(3) {
    width: 100%;
    height: 180px;
    grid-column: 1 / -1;
  }
  .dv-flow__images img:nth-child(2):nth-last-child(2) {
    width: 100%;
    height: auto;
  }
  .dv-flow__images img:nth-child(3):nth-last-child(1) {
    width: 100%;
    height: auto;
  }
  .dv-flow__cta {
    margin-top: 70px;
    padding: 40px 10px;
  }
  .group_mv {
    height: 40vh;
    min-height: 450px;
  }
  .group_mv::after {
    background: rgba(0, 0, 0, .35);
  }
  .group_mv_txt {
    left: 20px;
    right: 20px;
    bottom: 50px;
  }
  .group_mv_txt .sub {
    font-size: 1rem;
    margin-bottom: 14px;
    letter-spacing: .12em;
  }
  .group_mv_txt h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .group_mv_txt p {
    font-size: 1.1rem;
    line-height: 2;
  }
  .group_point {
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 10px;
    background: none;
  }
  .point_card {
    padding: 28px 22px;
  }
  .point_card span {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .point_card h3 {
    font-size: 1.6rem;
    margin-bottom: 14px;
    line-height: 1.5;
    height: auto;
  }
  .point_card p {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .group_content {
    padding: 60px 0;
  }
  .group_block {
    margin-bottom: 70px;
  }
  .group_block_img img {
    height: 240px;
  }
  .group_block_txt {
    padding: 32px 20px 0;
  }
  .group_block_txt span {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .group_block_txt h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .group_block_txt p {
    font-size: 1.1rem;
    line-height: 2;
  }
  .group_contact_img img {
    height: 220px;
  }
  .group_contact_txt {
    padding: 40px 20px;
    align-items: flex-start;
  }
  .group_contact_txt span {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .group_contact_txt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .group_contact_txt a {
    font-size: 2.4rem;
    line-height: 1.4;
    word-break: break-all;
  }
  .gallery_sec {
    padding: 0 0 70px;
  }
  .gallery_loop {
    margin-top: 40px;
  }
  .gallery_item {
    width: 260px;
    margin-right: 10px;
  }
  .gallery_item img {
    height: 260px;
  }
  .gallery_item p {
    left: 18px;
    bottom: 16px;
    font-size: 1.2rem;
  }
  .top_bnr {
    padding: 60px 20px;
  }
  .bnr_list {
    flex-direction: column;
    gap: 16px;
  }
  .group_bnr_sec {
    padding: 0;
  }
  .top_map img {
    margin-top: 20px;
  }
  .group_bnr {
    margin-top: 40px;
  }
}