@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 20px;
    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: #ece6de;
  }
  .h_nav {
    width: 74%;
    height: auto;
    margin-left:16px;
  }
  .logo_wrap {
    height: 60px;
    padding: 0.25rem 1rem;
  }
  .nav_wrap {
    width: auto;
    display: block;
  }
  .nav_wrap::before {
    content: "";
    display: block;
    width: 180%;
    height: 120%;
    background: #41644a;
    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;
    color: #fff;
    background: #dd7437;
    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: #41644a;
    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: #ece6de;
  }
  .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_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: 75vh;
    border-radius: 0 100px 0 100px;
  }
  .top_news .top_news_list {
    width: 100%;
  }
  .bg_concept::before {
    width: calc(100vw - 21px);
    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 1rem;
    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;
  }
  .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;
  }
  .spa_wrap {
    margin-bottom: 40px;
  }
  .spa_wrap figure {
    width: 100%;
    height: auto;
    border-radius: 0 60px 0 0;
  }
  .spa_wrap .txt {
    width: 100%;
    padding: 20px;
    position: static;
    transform: translateY(0);
    border-radius: 0 0 0 60px;
  }
  .spa_wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .spa_wrap:nth-of-type(even) figure {
    border-radius: 0 60px 0 0;
  }
  .spa_wrap:nth-of-type(even) .txt {
    border-radius: 0 0 0 60px;
  }
  .spa_wrap:last-of-type {
    margin-bottom: 0;
  }
  .camp_wrap figure {
    width: 100%;
    height: auto;
    border-radius: 0 60px 0 0;
  }
  .camp_wrap .txt {
    width: 100%;
    padding: 20px 20px 40px;
    position: static;
    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) {
    flex-direction: row-reverse;
  }
  .camp_wrap:nth-of-type(even) figure {
    border-radius: 0 60px 0 0;
  }
  .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 {
    display: block;
    width: 100%;
  }
  .gallery_wrap {
    padding: 50px 0;
  }
  .gallery_wrap .gallery_list li {
    width: 200px;
    height: 160px;
  }
  .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;
  }
  .farm_main_wrap figure {
    width: 100%;
  }
  .farm_main_wrap .txt {
    width: 100%;
    padding-left: 0;
  }
  .farm_box {
    padding: 1rem;
  }
  .farm_box figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .farm_box .txt {
    width: 100%;
  }
  .amenities_list ul {
    margin-bottom: 0;
  }
  .amenities_list ul li {
    width: 48%;
    margin-bottom: 1rem;
  }
  .activity_wrap .activity_box {
    width: 100%;
  }
  .spa_wrap .spa_image {
    width: 100%;
    margin-bottom: 1rem;
  }
  .spa_wrap .txt {
    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: #dd7437;
    /*background: #41644a;*/
  }
  .reserve_sp p {
    padding-top: 7px;
  }
  .reserve_sp p a {
    color: #fff;
    display: block;
  }
  .reserve_web, .reserve_reviews, .reserve_mail, .reserve_menu {
    width: 50%;
  }
  .reserve_web, .reserve_reviews, .reserve_mail {
    border-right: #fff solid 1px;
  }
  .reserve_reviews {
    background: #756e55;
  }
  .reserve_mail {
    background: #b3a581;
  }
  .reserve_mail:last-of-type {
    border-right: none;
  }
  .best_rate {
    width: 55px;
    position: absolute;
    top: 3px;
    right: 64px;
  }
  .spend_ex_box {
    width: 100%;
  }
  .spend_ex_area {
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 0px;
  }
  .spend_day p {
    padding-left: 0px;
    text-align: center;
    font-size: 2.2rem;
  }
  .spend_ex_box {
    width: 100%;
  }
  .spend_ex {
    padding: 10px 0;
  }
  .spend_time p {
    font-size: 1.2rem;
  }
  .dli-arrow-down {
    height: 12em;
  }
  .spend_title {
    font-size: 1.4rem;
    padding: 0px !important;
  }
  .spend_textbox {
    padding: 0 0 0 10px;
    width: 100%;
  }
  .spend_textbox p {
    padding: 10px 0;
  }
  .spend_img {
    width: 200px;
    padding: 5px;
  }
}