@charset "UTF-8";

/*=================
セクション共通
===================*/

.h2_sec {
  font-size: 22px;
  margin-bottom: 27px;
  letter-spacing: 0.1em;
}

.contact_btn {
  background-color: #456800;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.btn_detail:hover {
  background-color: #456800;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.facilities_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .facilities_pc {
    display: none;
  }
  .facilities_sp {
    display: block;
  }
  .h2_sec {
    font-size: 20px;
    margin: 20px 0;
  }

  .under_768 {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .up_768 {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .up_414 {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .up_600 {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .under_500 {
    display: none !important;
  }
}

/*=================
メインビジュアル共通
===================*/

#main_bg {
  padding: 110px 0 100px;
  margin-top: 135px;
}

.main_bg_inner {
  width: 250px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 26px 0 19px;
}

.main_bg_inner h1 {
  line-height: 1;
  margin-bottom: 11px;
}

.main_bg_inner h2 {
  line-height: 0.5;
}

@media screen and (max-width: 768px) {
  #main_bg {
    padding: 55px 0;
  }
}

/*=========================
スタッフブログ/アーカイブ
==========================*/

.blog_detail_archive {
  padding: 60px 0;
  background-color: #eef2ec;
}

.blog_detail_archive h3 {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}

.blog_detail_archive h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8c5ac;
  top: 0;
  left: 0;
}

.blog_detail_archive h3 img {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .blog_detail_archive h3 img {
    width: 120px;
  }

  .blog_detail_archive h3 {
    line-height: 1;
    padding-top: 80px;
    background-image: url(/img/icon_illust.png);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-left: 0;
  }

  .blog_detail_archive_inner ul li h4 {
    margin: 6px 0 13px;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #646464;
  }

  .blog_detail_archive h3::before {
    display: none;
  }
}

/*================
ヘッダー 
=================*/

header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  z-index: 10000;
  box-shadow: 3px 0 10px rgba(112, 112, 112, 0.3);
}

.main_nav {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .main_nav {
    padding: 0 !important;
  }
}

.main_nav li a {
  display: block;
  font-weight: bold;
  line-height: 35px;
  font-size: clamp(13px, 1.3vw, 16px);
}

.main_nav li {
  width: 10%;
  min-height: 35px;
}

.main_nav li:nth-of-type(3) {
  width: 17%;
}

.main_nav li:nth-of-type(5) {
  width: 12%;
}

.main_nav li:nth-of-type(6) {
  width: 15%;
}

.header_logo_inner {
  min-height: 100px;
  height: 100px;
  padding: 17px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo_inner h1 img {
  width: 146px;
}

.contact_doc_inner {
  /* max-width: 490px; */
  display: flex;
  gap: 53px;
  text-align: center;
}

.contact_doc_inner div a {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  background: url(/img/ico_freedial_02.png) no-repeat left center;
  background-size: 27px;
  padding-left: 35px;
}

.contact_doc_inner div address {
  font-size: 14px;
  font-weight: bold;
  margin-top: -6px;
}

.contact_doc_inner a.contact_btn {
  text-align: center;
  font-weight: bold;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-image: url(/img/footer_logo_arrow.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.contact_doc_inner a.contact_btn span {
  padding-left: 26px;
  background-image: url(/img/form_mail_icon.png);
  background-size: 19px 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

.contact_doc_inner p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .under_768 {
    display: none;
  }

  .header_logo_inner {
    padding: 8px 10px;
    min-height: 60px;
    height: 60px;
  }

  .header_logo_inner h1 img {
    width: 100px;
    vertical-align: middle;
  }

  #main_bg {
    margin-top: 60px;
  }

  /*=====================
    ハンバーガーメニュー 内部
    ======================*/
  .contact_doc_inner_hum {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 30px;
  }

  .contact_doc_inner_hum div a {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    background: url(/img/ico_freedial_02.png) no-repeat left center;
    background-size: 27px;
    padding-left: 35px;
  }

  .contact_doc_inner_hum div address {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .contact_doc_inner_hum a.contact_btn {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-top: 13px;
    /* padding-left: 26px; */
  }

  .contact_doc_inner_hum a.contact_btn span {
    background-image: url(/img/form_mail_icon.png);
    padding-left: 26px;
    background-size: 19px 14px;
    background-position: left center;
  }
}

@media screen and (max-width: 410px) {
  .contact_doc_inner_hum {
    margin-top: 20px;
  }
}

/* ============
フッター 
================*/

.footer_inner_txt {
  font-size: clamp(18px, 2.16vw, 26px);
  padding: 32px 4%;
  letter-spacing: 0.1em;
  color: #456800;
  background-color: #eef2ec;
}

.form_btn_area {
  padding: 54px 0 64px;
  /* max-width: 798px; */
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1.5px solid #e2eade;
}

.form_btn_area_sec {
  padding: 0 4% 0;
}

#form_btn_area_sec_footer {
  background-color: #fff;
}

.form_btn_area_p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 32px;
}

.form_btn_area_list {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.form_btn_area_list li {
  width: calc(100% / 2);
}

.form_btn_area_list li a {
  display: block;
  height: 74px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

.form_btn_area_list p {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  color: #456800;
}

.form_btn_area_list li:first-of-type a {
  border: 3px solid #456800;
  font-size: 30px;
  color: #456800;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.form_btn_area_list li:first-of-type a img {
  /* margin: 0 12px 15px 0; */
  vertical-align: baseline;
}

.form_btn_area_list li:first-of-type a span {
  margin-left: 12px;
}

.form_btn_area_list li:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #456800;
}

.form_btn_area_list li:last-of-type a:hover,
.form_btn_area_sec div.cp_bnr a:hover {
  opacity: 0.7;
}

.form_btn_area_list li:last-of-type a {
  transition: 0.3s ease-in-out;
  box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.1);
  background-image: url(/img/form_arrow_icon.png);
  background-position: right 20px center;
  background-size: 18px 23px;
  background-repeat: no-repeat;
}

.form_btn_area_list li:last-of-type a span {
  color: #fff;
  font-size: 22px;
  padding-left: 43px;
  background-image: url(/img/form_mail_icon.png);
  background-size: 28px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.form_btn_area_sec div.cp_bnr {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .form_btn_area_list li:last-of-type a span {
    font-size: 18px;
  }
}

.footer_logo_area {
  /* padding: 40px; */
  padding: 80px 0px;
  background-color: #e2eade;
}

.footer_logo_area_inner {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4%;
}

.footer_inner_logo_contact {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: left;
}

/* .footer_inner_logo_contact a:first-of-type {
  font-size: 28px;
  font-weight: bold;
  background: url(/img/ico_freedial_02.png) no-repeat left center;
  background-size: 27px;
  padding-left: 35px;
} */

.footer_inner_logo_contact a.footer_contact_btn {
  display: block;
  /* margin-top: 1rem; */
  width: 316px;
  height: 60px;
  line-height: 60px;
  background-color: #456800;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background-image: url(/img/footer_logo_arrow.png);
  background-position: center right 20px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
}

.footer_inner_logo_contact a.footer_contact_btn span {
  padding-left: 28px;
  background-image: url(/img/form_mail_icon.png);
  background-size: 19px 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

.footer_inner_nav {
  width: 50%;
}

.footer_nav_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.footer_inner_nav ul li {
  text-align: left;
  font-weight: bold;
}
.footer_inner_nav ul:nth-child(2) li:nth-of-type(4) {
  margin-top: 20px;
}

.footer_inner_nav ul li a {
  padding-left: 1rem;
  background-image: url(/img/footer_nav_arrow.png);
  background-size: 7px 9px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer_facilities li a {
  padding-left: 2rem !important;
  background-position: 20px center !important;
}
.footer_inner_nav ul li a.foots_separate_nav {
  background-image: url(/img/footer_nav_arrow_sepa.png);
}

.footer_logo_area img {
  width: 181px;
}

.footer_logo_area address {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #6b4a3c;
}

.footer_bg_area {
  height: 300px;
  color: #fff;
  background: url(/img/footer_bg.png) no-repeat center center / cover;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer_inner_txt {
    padding: 37px 4% 10px;
    line-height: 30px;
    background-color: #e2eade;
  }

  .form_btn_area {
    padding: 10px 0 32px;
    position: relative;
  }

  #form_btn_area_top {
    padding: 10px 0 80px;
  }

  .form_btn_area_list li:last-of-type a {
    background-image: url(/img/footer_logo_arrow.png);
    background-position: right 20px center;
    background-size: 10px 14px;
  }

  .form_btn_area_sec {
    padding: 0 4% 0;
    position: relative;
    z-index: 1;
  }

  img.Watercolor_pink_contact_sp_top {
    position: absolute;
    width: 174px;
    bottom: 0px;
    left: -50px;
    /* z-index: -1; */
  }

  .form_btn_area_list {
    flex-direction: column;
    align-items: center;
  }

  .form_btn_area_list li {
    width: 100%;
  }

  .form_btn_area_p {
    font-size: 16px;
  }

  .form_btn_area_list p {
    font-size: 16px;
  }

  .form_btn_area_list li:first-of-type p span {
    background-image: url(/img/sp/contact_phone-alt.png);
    padding-left: 18px;
    background-position: left center;
    background-size: 15px;
  }

  .form_btn_area_list li:nth-of-type(2) p span {
    background-image: url(/img/sp/form_mail_icon_sp.png);
    padding-left: 24px;
    background-position: left center;
    background-size: 18px 13px;
  }

  .form_btn_area_list li:first-of-type a {
    /* border: none; */
    font-size: 24px;
    /* background-color: #fff; */
    color: #456800;
    box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.1);
  }

  /* .form_btn_area_list li:first-of-type a img {
       margin: 0 12px 10px 0; 
    } */

  .form_btn_area_list li a {
    height: 60px;
  }

  .form_btn_area_list li:last-of-type a span {
    font-size: 18px;
    background-image: none;
    padding-left: 0;
  }

  .form_btn_area_list {
    gap: 24px;
  }

  .footer_logo_area {
    padding: 20px 30px 50px;
  }

  .footer_logo_area img {
    width: 157px;
  }

  /* ハンバーガーメニュー */
  /* .hum_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #456800;
        border-radius: 10px;
        height: 50px;
        color: #fff;
        font-weight: bold;
    }

    .hum_btn {
        margin-top: 13px;
    } */

  .footer_bg_area {
    height: 200px;
    background: url(/img/sp/footer_bg_sp.png) no-repeat center center / cover;
    font-size: 18px;
  }

  .footer_logo_area_inner {
    flex-direction: column;
    padding: 0;
  }

  .footer_inner_nav {
    width: 100%;
    margin-bottom: 38px;
  }

  .footer_inner_nav ul li a {
    font-size: 14px;
  }

  .footer_inner_nav ul {
    gap: 16px;
    max-width: 600px;
    justify-content: space-around;
  }

  #form_btn_area_sec_footer {
    background-color: #e2eade;
  }

  img.Watercolor_pink_contact_sp {
    position: absolute;
    top: -30%;
    left: -50px;
    width: 210px;
  }
}

.facilities_tab-container {
  top: 95px;
  position: sticky;
  background-color: #fff;
  z-index: 99;
}

#access_sec_info .access_sec_info_inner_txt {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 40px 0 40px;

}

#price_sec h3 img {
  width: 65px;
}
#price_sec h4 img {
  width: 55px;
}
.nth_second_tr_text {
  text-align: center;
}
#space_sec_top h3 img {
  width: 65px;
}
#space_sec_top h4 img {
  width: 106px;
}
#price_sec h3,
#space_sec_top h3,
#common_facilities_sec_top h3,
#access_sec_car h2 {
  margin-bottom: 10px;
}
#price_sec h4,
#space_sec_top h4,
#common_facilities_sec_top h4,
#access_sec_car h4 {
  margin-bottom: 30px;
}

#common_facilities_sec_top h3 img {
  width: 65px;
}
#common_facilities_sec_top h4 img {
  width: 151px;
}
#access_sec_car h2 img {
  width: 65px;
}
#access_sec_car h4 img {
  width: 129px;
}
.access_sec_web_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.access_sec_web_inner p {
  margin: 80px 0 40px !important;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {

  .facilities_tab-container {
    top: 15px;
  }
  #price_sec h4 {
    margin-bottom: 0px;
  }

  .space_sec_second_h3_sp h3 img {
    width: 65px;
  }
  .space_sec_second_h3_sp h4 img {
    width: 124px;
  }
  .space_sec_second_h3_sp h4 {
    margin-bottom: 16px;
  }
  #space_sec_top h4 img {
    width: 119px;
  }
  #common_facilities_sec_top h4 img {
    width: 165px;
  }
  .common_facilities_sec_intro_inner h3 img {
    width: 65px;
  }
  .common_facilities_sec_intro_inner h3 {
    margin-bottom: 0;
  }
  .common_facilities_sec_intro_inner h2 {
    text-align: center;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .common_facilities_sec_intro_inner h2 img {
    width: 172px;
  }
  .price_sec_inner h4 img,
  #space_sec_top h4,
  #common_facilities_sec_top h4,
  #access_sec_car h4 {
    margin-bottom: 20px;
  }
  #access_sec_car h4 img {
    width: 97.7px;
  }
  /* .access_sec {
    padding: 20px 0;
  } */
  #access_sec_car section h3 {
    background-color: #e2eade;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  #access_sec_info .access_sec_info_inner_txt {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 40px 0 10px;
  
  }
  
  #access_sec_car h4 {
    margin-bottom: 0;
  }
  #access_sec_web {
    padding: 0 0 40px;
  }
  .access_sec_web_sec {
    padding: 0 4%;
  }
  .access_sec_web_inner p {
    margin: 40px 0 !important;
  }
  .access_sec_web_sec iframe {
    max-height: 530px;
  }
}

.facilities_tab-container-under {
  border-bottom: unset !important;
  margin-top: 0 !important;
  border-top: #456800 solid 2px;
  position: relative;
  z-index: 9;
  margin-bottom: 26px;
}
.facilities_tab_under {
  border-radius: 0 0 10px 10px;
  border-top: none;
  border-bottom: #456800 solid 2px;
  box-shadow: rgb(0, 0, 0, 0.2) 4px 0px 0px;
}

@media screen and (max-width: 768px) {
  .facilities_tab-container-under {
    padding: 0 0 40px;
    background-color: #e2eade;
    margin: 0;
  }
  .facilities_tab_under {
    box-shadow: unset;
  }
}
