@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Noto+Serif+JP:wght@200..900&display=swap");
/*--------------------
スマホ
--------------------*/
@media screen and (max-width: 1280px) {
  .container {
    padding: 100px 1rem;
  }

  .container2 {
    padding: 100px 1rem;
  }

  .container3 {
    padding: 100px 1rem 0;
  }

  .container4 {
    padding: 0px 1rem 50px;
  }

  .top_hotspring_btm_wrap figure {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .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 {
    padding: 50px 1rem;
  }

  .container2 {
    padding: 50px 1rem;
  }

  .container3 {
    padding: 50px 1rem 0;
  }

  .container4 {
    padding: 0px 1rem 50px;
  }

  #under {
    margin-top: 72px;
  }

  .page_ttl figure {
    height: 300px;
  }

  .page_ttl .ttl_wrap {
    padding: 0 1rem;
    font-size: 1rem;
  }

  .page_ttl .ttl_wrap span {
    font-size: 2rem;
    line-height: 1.2;
  }

  .page_ttl .ttl_wrap span::after {
    width: 160px;
  }

  .breadcrumbs {
    padding: 0 1rem;
  }

  /*--------------------
  header
  --------------------*/
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .h_nav {
    width: 100%;
    height: auto;
  }

  .logo_wrap {
    width: 125px;
    height: auto;
    padding: 1rem;
  }

  .logo_wrap img {
    width: 100%;
    height: auto;
  }

  .nav_wrap {
    width: auto;
    display: block;
  }

  .nav_wrap nav {
    width: 100%;
    height: 100%;
    padding: 100px 1rem 1rem;
    background: #74b0a8;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav_wrap nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: #fcfdfe;
    font-weight: 600;
  }

  .nav_wrap nav .nav_reserve a i {
    margin-right: 5px;
  }

  .nav_insta-logo {
    display: block;
  }

  header .insta-logo {
    display: none;
  }

  .nav_wrap nav .nav_insta-logo {
    width: 3rem;
    margin: 1.5rem auto;
  }

  .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: 1.75rem;
    right: 1rem;
  }

  .nav_wrap #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #74b0a8;
    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 {
    background: #fcfdfe;
  }

  .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
  --------------------*/
  .bg_reserve {
    background-attachment: inherit;
  }

  .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 {
    display: block;
    padding-top: 30px;
  }

  footer .f_wrap .f_logo {
    width: 200px;
    margin: auto;
  }

  footer .f_wrap .f_logo p {
    margin-top: 1rem;
  }

  footer .f_wrap .f_logo p:nth-of-type(2) img {
    width: 140px;
  }

  footer .f_wrap .f_contact {
    width: 100%;
    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;
    padding: 30px 0;
  }

  footer .f_wrap .f_navi {
    width: 100%;
  }

  footer .f_wrap .f_navi ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .f_wrap .f_navi ul li {
    width: auto;
    margin: 0.5rem 1rem;
  }

  footer .f_wrap .f_logo p:nth-of-type(3) {
    margin: 1.6rem auto 0;
  }

  /*--------------------
  コンテンツ部分
  --------------------*/
  #mainvisual {
    margin-top: 72px;
  }

  #mainvisual .catch {
    left: 50%;
  }

  #mainvisual .catch img {
    width: 200px;
  }

  .top_news {
    display: block;
    width: 100%;
  }

  .top_news .h_ttl {
    width: 100%;
    text-align: center;
    border: 0;
    padding: 0;
  }

  .top_news .top_news_list {
    width: 100%;
  }

  .top_dog_wrap figure {
    width: 100%;
    height: 240px;
  }

  .top_dog_wrap figure img {
    height: 100%;
  }

  .top_dog_wrap .top_dog_txt_wrap {
    padding: 30px 0;
  }

  .top_dog_wrap .top_dog_txt_wrap .top_dog_ttl {
    font-size: 22px;
    margin-top: -200px;
  }

  .top_dog_wrap .top_dog_txt_wrap .top_dog_ttl span {
    padding: 1rem 0.25rem;
    margin: 0 0.25rem;
  }

  .top_dog_wrap .top_dog_txt_wrap .top_dog_txt {
    padding: 0;
    line-height: inherit;
  }

  .top_dog_wrap .top_dog_txt_wrap .top_dog_txt h3 {
    font-size: 22px;
  }

  .top_contents_wrap {
    margin-bottom: 80px;
  }

  .top_contents_wrap .top_contents_main_wrap {
    width: 100%;
    display: block;
  }

  .top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn {
    display: none;
  }

  .top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap::after {
    content: "";
    display: block;
    width: 55%;
    height: 1px;
    background: #fcfdfe;
  }

  .top_contents_wrap .top_contents_main_wrap .top_contents_img {
    width: 100%;
  }

  .top_contents_wrap .top_contents_main_wrap .top_contents_img figure:nth-of-type(1) {
    height: 23vh;
  }

  .top_contents_wrap .top_contents_main_wrap .top_contents_img figure:nth-of-type(2) {
    width: 35%;
    top: 100%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }

  .top_contents_wrap .top_contents_btm_wrap {
    padding: 60px 0 30px;
  }

  .top_contents_wrap .top_contents_btm_wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .top_location_wrap {
    margin-top: 30px;
  }

  .location_list li {
    width: 48%;
  }

  .location_list li figure figcaption {
    font-size: 0.875rem;
  }

  .location_list.bonfire_list li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 0;
  }

  .top_hotspring {
    position: relative;
  }

  .top_hotspring>figure {
    height: 240px;
  }

  .top_hotspring_btm_wrap figure {
    position: absolute;
    /* top: 260px;*/
    top: 142px;
    right: 1rem;
  }

  .top_hotspring_btm_wrap .top_hotspring_btm_txt {
    width: 100%;
    padding-top: 30px;
  }

  .top_hotspring_btm_wrap .top_hotspring_btm_txt .h_ttl {
    margin-bottom: 1.5rem;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /*--------------------
  news
  --------------------*/
  .news_list {
    width: 100%;
  }

  .page_dog_wrap .dog_wrap_img {
    width: 100%;
  }

  .page_dog_wrap .dog_wrap_txt {
    position: static;
    width: 95%;
    padding: 20px 0;
    margin: auto;
    -webkit-transform: none;
    transform: none;
  }

  .page_dogbtm_wrap>ul>li figure {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .page_dogbtm_wrap>ul>li figure p:nth-of-type(1) {
    margin-left: 0;
    width: 48%;
  }

  .page_dogbtm_wrap>ul>li figure p:nth-of-type(2) {
    margin-top: 0;
    width: 48%;
  }

  .page_dogbtm_wrap>ul>li .txt {
    width: 100%;
    padding: 1rem 0;
  }

  .page_iori2_wrap .iori2_wrap_img {
    width: 100%;
  }

  .page_iori2_wrap .iori2_wrap_txt {
    position: static;
    width: 95%;
    padding: 20px 0;
    margin: auto;
    -webkit-transform: none;
    transform: none;
  }

  .page_iori2_wrap .iori2_wrap_txt_reverse {
    position: static;
    width: 95%;
    padding: 20px 0;
    margin: auto;
    -webkit-transform: none;
    transform: none;
  }

  .page_iori2btm_wrap>ul>li figure {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .page_iori2btm_wrap>ul>li figure p:nth-of-type(1) {
    margin-left: 0;
    width: 48%;
  }

  .page_iori2btm_wrap>ul>li figure p:nth-of-type(2) {
    margin-top: 0;
    width: 48%;
  }

  .page_iori2btm_wrap>ul>li .txt {
    width: 100%;
    padding: 1rem 0;
  }

  .room_main_img figure {
    height: 240px;
  }

  .page_room_wrap {
    display: block;
    padding: 0 0 40px;
  }

  .page_room_wrap>figure {
    margin-top: -40px;
    margin-left: 1rem;
  }

  .page_room_wrap .room_wrap_txt {
    width: 100%;
    padding: 20px 0;
  }

  .page_roombtm_wrap ul li {
    width: 48%;
  }

  .entry_wrap figure {
    width: 100%;
    margin-bottom: 1rem;
  }

  .entry_wrap .entry_content {
    width: 100%;
  }

  .news_detail {
    padding: 1rem;
  }

  .post_date {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
  }

  .news_title {
    font-size: 1.25rem;
  }

  .meal_box {
    margin-bottom: 20px;
  }

  .meal_box .meal_ttl {
    font-size: 1.25rem;
    padding: 20px 0;
  }

  .meal_box .meal_detail_wrap figure {
    width: 100%;
  }

  .meal_box .meal_detail_wrap .txt {
    width: 100%;
    padding: 1rem 0;
  }
}

@media screen and (max-width:896px) {
  #footer_sp {
    display: block;
  }

  .reserve_sp {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    color: #fff;
    text-align: center;
  }

  .reserve_sp p {
    padding-top: 10px;
    text-align: center;
  }

  .reserve_sp p a {
    color: #575757;
    display: block;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_btn {
    width: 33.3333%;
  }

  .mail a {
    font-size: 86%;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_btn {
    /* border-right: #fff solid 1px; */
  }

  .reserve_btn:last-of-type {
    border-right: none;
  }

  .reserve_btn {
    background: #ddd7d2;
  }

  .reserve_btn p a {
    color: #1d1d1e;
  }

  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    min-width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #ddd7d2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    z-index: 999 !important;
  }

  .drawer-menu .menu {
    overflow-y: auto;
    height: 100%;
  }

  .menu-item {
    display: block;
  }

  /* #menu-item-288 {
    background: #0d370b;
  }
  #menu-item-288:hover {
    background: #fff;
  }
  #menu-item-288 a {
    color: #fff;
  }
  #menu-item-288 a:hover {
    color: #0d370b;
  } */
  .drawer-menu li {
    text-align: center;
  }

  .drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    -webkit-transition: all .8s;
    transition: all .8s;
  }

  .drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
  }

  .accordion input:checked~.accordion-content {
    max-height: 800px;
    padding: 1rem;
  }
}