@charset "UTF-8";

/*=================
全体
===================*/

* {
  box-sizing: border-box;
  font-style: normal;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 375px;
}

a {
  text-decoration: none;
  color: #262626;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.middle_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.text_align {
  text-align: center;
}

.text_align_right {
  text-align: right;
}

.text_align_left {
  text-align: left;
}

.font_bold {
  font-weight: bold;
}

.jus_right {
  justify-content: right;
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding: 0 6.7%;
  }
}

.hover_underline:hover {
  text-decoration: underline;
}

.hover:hover {
  background-color: #e2eade;
  transition: 0.3s ease-in-out;
}

.header_checked {
  background-color: #e2eade;
}

.hover_clear:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
/* ボタン */
.btn_top_feature {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 50px; */
  max-width: 220px;
  font-weight: bold;
  display: table;
  /* max-width: 300px; */
  width: 100%;
  /* line-height: 43px; */
  height: 43px;
  color: #456800;
  border: #456800 2px solid;
  background-color: #ffffff;
  border-radius: 22px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background-image: url(../img/btn_arrow.png);
  background-size: 11px 14px;
  background-position: right 20px center;
}

.btn_top_feature span {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*========================
TOPページ 
============================*/

/*----------------------
メインビジュアル 
-----------------------*/
.main_bg_top {
  /* height: 540px; */
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
}
.slider {
  position: relative;
  z-index: 1;
}

.mv_ttl {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  z-index: 10;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.mv_ttl .txt01 {
  font-size: 28px;
  margin-bottom: 10px;
}
.mv_ttl h2 {
  font-size: 90px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mv_ttl h2 span {
  font-size: 72px;
}
.mv_ttl h2 em {
  font-weight: bold;
}
.mv_ttl .txt02 {
  font-size: 52px;
}
.mv_ttl .txt03 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mv_txt {
  background: #e2eade;
  padding: 35px 0;
}
.mv_txt p {
  text-align: center;
  font-size: 27px;
  line-height: 1.4;
  font-weight: bold;
}

.sp_only {
  display: none;
}
.main_bg_top {
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  .main_bg_top {
    margin-top: 60px;
  }

}

/*========================
施設一覧
============================*/
/*----------------------
メインビジュアル 
-----------------------*/
.facilities_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: 20px 0 19px;
}
.facilities_main_bg_inner h1 {
  line-height: 1;
}
.facilities_main_bg_inner img {
  width: 135px;
}
.facilities_main_bg_inner h2 {
  line-height: 0.5;
}
.facilities_main_bg_inner h2 img {
  width: 74px;
}
.main_bg_facilities {
  background: url(/facilities/img/main_bg_facilities.png) top center / cover;
}

.main_bg_facilities .main_bg_inner h1 img {
  width: 136px;
}

.main_bg_facilities .main_bg_inner h2 img {
  width: 104px;
}

@media screen and (max-width: 768px) {
  .main_bg_facilities {
    background: url(../img/sp/main_bg_facilities.png) center top / cover;
    /* padding: 55px; */
  }
}

/*---------------------
施設一覧TOP 
--------------------- */

#facilities_top_sec {
  padding: 40px 0;
  background-color: #eef2ec;
}

.facilities_top_sec_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.room_list {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
  gap:10px 15px;
}
.room_list p {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #e6e6e6;
  border-left: 8px solid #c4c4c4;
  padding: 0 10px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
}
.facilities_btn {
  display: block !important;
  max-width: 300px;
  margin-bottom: 30px;
}
.facilities_btn a {
  max-width: 300px;
}

/* 板橋 */
.facilities_top_sec_imgarea {
  width: 60%;
}

.facilities_top_sec_txt {
  width: 36%;
}

.facilities_top_sec_txt p {
  letter-spacing: 0.1em;
}
.facilities_top_sec_txt .h2_sec p {
  font-size: 16px;
}
.facilities_top_sec_imgarea div {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.facilities_top_sec_imgarea div img {
  width: 235px;
}
.facilities_top_sec_txt .h2_sec {
  padding-left: 73px;
  padding-top: 5px;
  background-image: url(/img/icon_illust.png);
  background-size: contain;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center left;
}
.h2_sec img {
  width: 169px;
}
.facilities_address {
  margin:50px 0 30px;
}
.facilities_middle_sec_imgarea img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #facilities_top_sec {
    padding: 20px 0;
  }
  .facilities_top_sec_inner {
    flex-direction: column;
    position: relative;
  }

  .facilities_top_sec_txt {
    width: 100%;
  }
  .facilities_top_sec_txt h2 img {
    width: 156px;
  }
  .facilities_top_sec_imgarea {
    width: 100%;
    padding: 0 6.7% 0 0;
  }
.facilities_top_sec_imgarea img {
  width: 100%;
}
  img.Watercolor_pink_facilities_top {
    position: absolute;
    width: 186px;
    top: 45%;
    right: 4%;
    z-index: -1;
  }

  .facilities_top_sec_txt div {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
  }
  .facilities_top_sec_txt .h2_sec {
    display: block;
  }

  .facilities_top_sec_txt div img {
    width: calc((100% - 5px) / 2);
  }
  .room_list {
    gap: 10px;
  }
  .room_list p {
    font-size: 12px;
  }
}

@media screen and (max-width: 950px) and (min-width: 769px) {
  .facilities_top_sec_imgarea div {
    display: flex;
    gap: 20px;
  }

  .facilities_top_sec_imgarea div img {
    width: calc((100% - 20px) / 2);
  }
}

/*---------------------
川越
--------------------- */

#facilities_middle_sec {
  padding: 60px 0 80px;
  background-color: #fff;
}

.facilities_middle_sec_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
}
.facilities_middle_sec_imgarea div {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.facilities_middle_sec_imgarea div img {
  width: 235px;
}

img.icon_tree_facilities {
  position: absolute;
  width: 160px;
  top: -180px;
  right: 0;
}

.facilities_middle_sec_imgarea {
  width: 60%;
}

.facilities_middle_sec_txt {
  width: 36%;
}
.facilities_middle_sec_txt .h2_sec {
  padding-left: 72px;
  padding-top: 5px;
  background-image: url(/img/icon_illust.png);
  background-size: contain;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center left;
}
.facilities_middle_sec_txt .h2_sec p {
  font-size: 16px;
}
.facilities_middle_sec_txt p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .facilities_middle_sec_inner {
    display: block;
  }

  #facilities_middle_sec {
    padding: 20px 0 60px;
  }

  .facilities_middle_sec_imgarea {
    width: 100%;
    z-index: 10;
  }

  .facilities_middle_sec_txt {
    width: 100%;
    position: relative;
  }
  .facilities_middle_sec_txt h2 img {
    width: 156px;
  }

  .facilities_middle_sec_txt div {
    display: flex;
    gap: 5px;
  }
  .facilities_middle_sec_txt .h2_sec {
    display: block;
  }
  .facilities_middle_sec_txt div img {
    width: calc((100% - 5px) / 2);
  }

  img.middle_tree_facilities {
    position: absolute;
    right: 0;
    top: 30px;
  }
}


@media screen and (max-width: 950px) and (min-width: 769px) {
  .facilities_middle_sec_imgarea div {
    display: flex;
    gap: 20px;
  }

  .facilities_middle_sec_imgarea div img {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 1000px) {
  img.icon_tree_facilities {
    width: 100px;
    top: -135px;
    right: 4%;
  }
}
