@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@200..900&display=swap");
/*--------------------
/変数ここまで
--------------------*/
/*--------------------
スマホ
--------------------*/
@media screen and (max-width: 1024px) {
  .h_ttl {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }

  .vertical_ttl {
    writing-mode: inherit;
    margin-bottom: 1.5rem;
  }

  .gmap {
    padding-top: 66.6666666667%;
  }

  .container {
    width: 100%;
    padding: 50px 1rem;
  }

  .container.sp_pt_50 {
    padding-top: 50px;
  }

  .container2 {
    width: 100%;
    padding: 50px 1rem;
  }

  .container3 {
    padding: 50px 1rem;
  }

  .m_box {
    padding: 1rem;
  }

  .wave_border_top {
    top: -1px;
  }

  #under {
    margin-top: 82px;
  }

  .m_text {
    font-size: 1.5rem;
  }

  .page_ttl {
    padding: 0;
    margin-top: 100px;
    position: relative;
  }

  .page_ttl figure {
    width: 100%;
    height: 300px;
  }

  .page_ttl .ttl_wrap {
    width: 100%;
    padding: 0 1rem;
    font-size: 1.5rem;
    color: #fcfdfe;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  }

  .page_ttl .m_text2 {
    font-size: 1.25rem;
  }

  .breadcrumbs span {
    font-size: 1rem;
    color: #fcfdfe;
  }

  .single_wrap {
    margin-top: 62px;
  }

  .single_wrap .breadcrumbs {
    padding: 1rem 1rem;
  }

  .googlemap {
    padding-top: 66.6666666667%;
  }

  .list_disc li {
    width: 100%;
    margin-right: 0;
  }

  .bg_movie {
    background-attachment: unset;
  }

  .slide_anim2.on {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
  }

  .slide_anim3.on {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
  }

  .fade_anim.delay {
    animation-delay: 0.3s;
  }

  /*--------------------
  header
  --------------------*/
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .h_nav {
    width: 100%;
    height: auto;
  }

  .logo_wrap {
    justify-content: flex-start;
  }

  .nav_wrap {
    width: auto;
    display: block;
  }

  .nav_wrap nav {
    width: 100%;
    height: 100%;
    padding: 100px 1rem 1rem;
    background: #007a88;
    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_toggle {
    display: block;
    width: 2.5rem;
    height: 1.75rem;
    position: fixed;
    top: 2rem;
    right: 2rem;
  }

  .nav_wrap #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fcfdfe;
    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: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);
  }

  .h_reserve {
    width: 100% !important;
    text-align: center;
    border-bottom: 0 !important;
    margin-bottom: 1rem !important;
  }

  .h_reserve a {
    display: block;
  }

  .language {
    right: 1rem;
  }

  .language .lang_wrap {
    width: auto;
  }

  .language .lang_wrap>span::after {
    content: "JP";
  }

  .language .lang_wrap ul li a::before {
    content: "EN";
  }

  /*--------------------
  footer
  --------------------*/
  footer {
    background-attachment: unset;
  }

  footer .f_wrap .f_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  footer .f_wrap .f_right {
    width: 100%;
  }

  footer .f_wrap .f_navi {
    width: 100%;
  }

  footer .f_wrap .f_navi ul {
    justify-content: center;
  }

  footer .f_wrap .f_navi ul li {
    width: auto;
    margin: 0.5rem 1rem;
  }

  footer .f_wrap .f_sns ul {
    justify-content: center;
  }

  footer .f_contact_list {
    margin-top: 40px;
  }

  .copyright {
    padding: 0 0 100px;
  }

  .sp_footer_btn {
    display: block;
  }

  /*--------------------
  コンテンツ
  --------------------*/
  .slide_bg::before {
    width: calc(100vw - 80px);
    border-radius: 0 0 0 100px;
  }

  .wave_wrap {
    bottom: -1px;
  }

  .top_slider {
    height: 75vh;
  }

  .top_slider .swiper-slide {
    height: 85vh;
  }

  .concept_wrap h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }

  .concept_wrap .txt {
    width: 100%;
    padding: 40px;
  }

  .feature_main_ttl span {
    font-size: 5rem;
  }

  .feature_main_ttl p {
    font-size: 2rem;
  }

  .feature_main_ttl p b {
    font-size: 3rem;
  }

  .feature_wrap {
    margin-bottom: 60px;
  }

  .feature_wrap figure {
    width: 100%;
  }

  .feature_wrap .txt {
    width: 100%;
    position: static;
  }

  .feature_wrap:last-of-type {
    margin-bottom: 0;
  }

  .activity_box a {
    padding: 0 20px;
  }

  .activity_box figure {
    height: 200px;
  }

  .contents_wrap .contents_box {
    width: 100%;
  }

  .contents_wrap .contents_box:nth-of-type(1) {
    margin-bottom: 2rem;
  }

  .contents_wrap .contents_box h2 {
    z-index: 2;
  }

  .contents_wrap .contents_box figure {
    position: relative;
  }

  .contents_wrap .contents_box figure::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .contents_wrap .contents_box .link_txt {
    position: static;
    border-top: 1px solid #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
    color: #0a0a0a;
  }

  .contents_wrap .contents_box .txt {
    padding: 1rem;
    position: static;
    color: #0a0a0a;
    opacity: 1;
    transform: none;
    background: transparent;
  }

  .access_wrap {
    margin-top: 40px;
  }

  .access_wrap .inner {
    width: 100%;
  }

  .access_wrap .txt {
    padding: 2rem 1rem;
  }

  .room_info .room_ttl {
    width: 100%;
  }

  .room_info .room_detail {
    width: 100%;
  }

  .meal_main_ttl {
    margin-bottom: 40px;
  }

  .meal_wrap .meal_slide {
    width: 100%;
    margin-bottom: 2rem;
  }

  .meal_wrap .meal_body {
    width: 100%;
    padding: 0;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_pt_0 {
    padding-top: 0;
  }

  header {
    padding: 0.5rem;
  }

  .nav_wrap #nav_toggle {
    top: 1rem;
    right: 1rem;
  }

  .logo_wrap {
    width: 150px;
  }

  footer .f_wrap {
    padding: 0;
  }

  footer .f_contact_list {
    margin-top: 20px;
  }

  footer .f_contact_list li {
    width: 100%;
    margin-bottom: 2rem;
  }

  .h_ttl {
    font-size: 1.25rem;
  }

  .h_ttl span {
    font-size: 2rem;
  }
  .h_ttl span.rgttl {
    font-size: 1.5rem;
  }

  .top_slider {
    height: 85vh;
  }

  #mainvisual .catch {
    width: 200px;
  }

  .top_news {
    padding: 0;
    margin-bottom: 1rem;
  }

  .top_news .news_ttl {
    width: 100%;
  }

  .top_news .top_news_list {
    width: 100%;
  }

  .top_news .top_news_list a {
    padding: 0.5rem 0;
  }

  .top_news .news_ttl span {
    font-size: 2rem;
  }

  .concept_wrap h2 {
    font-size: 1.35rem;
  }

  .concept_wrap .txt {
    padding: 1rem;
    font-size: 1rem;
  }

  .feature_wrap .txt .feature_ttl {
    display: block;
  }

  .service_wrap .service_box {
    width: 100%;
    margin-bottom: 2rem;
  }

  .activity_box a {
    padding: 0 10px;
  }

  .around_slider {
    margin-top: 40px;
  }

  .gl_wrap .gallery_list li {
    width: 50%;
  }

  .contents_wrap .contents_box h2 {
    font-size: 2rem;
  }

  .contents_wrap .contents_box .link_txt {
    width: 100%;
    right: 0;
    font-size: 14px;
    text-align: center;
  }

  .cs_facility ul li {
    width: 100%;
    margin-bottom: 2rem;
    flex-basis: unset;
    flex-grow: unset;
    padding: unset;
  }

  .page_ttl {
    margin-top: 62px;
  }

  .room_slide {
    margin-bottom: 1rem;
  }

  .room_info .room_ttl {
    font-size: 1.5rem;
  }

  .room_facility_wrap .room_facility_box {
    width: 100%;
    margin-bottom: 2rem;
  }

  .room_facility_wrap .room_facility_box:last-of-type {
    margin-bottom: 0;
  }

  .room_dog_wrap .room_dog_box {
    width: 100%;
    margin-bottom: 2rem;
  }

  .room_dog_wrap .room_dog_box:last-of-type {
    margin-bottom: 0;
  }

  .meal_main_ttl {
    font-size: 1.5rem;
  }

  .cake_wrap .innr {
    width: 100%;
  }

  .cake_wrap .innr2 {
    width: 100%;
  }

  .rental_list li {
    width: 100%;
  }

  .rental_list li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .activity_wrap .activity_box {
    width: 100%;
  }

  .faq_wrap .h_ttl_middle:not(:first-of-type) {
    margin-top: 50px;
  }

  .faq_list .q_wrap {
    margin-bottom: 0;
  }

  .faq_list .question {
    padding: 1rem 1rem 1rem 2rem;
  }

  .faq_list .question::before {
    font-size: 1.5rem;
    top: 1rem;
  }

  .faq_list .answer {
    padding: 1rem 1rem 1rem 2rem;
  }

  .faq_list .answer::before {
    font-size: 1.5rem;
    top: 1rem;
  }

  .copyright {
    font-size: 12px;
  }

  .tbl01 th,
  .tbl01 td {
    width: 100%;
    display: block;
  }

  .tbl01 td {
    margin-bottom: 1rem;
  }

  .tbl02 th,
  .tbl02 td {
    width: 100%;
    display: block;
  }
}