@charset "UTF-8";
/*                共通
======================================================= */
/*                leyout
======================================================= */
/*                header
======================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 10px 30px 10px 50px;
  box-sizing: border-box;
  z-index: 999;
  background-color: #fff;
}
header .header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
header .header_nav a:hover {
  color: #C8AA82;
}
header .header_nav ul {
  display: flex;
  gap: 24px;
}
header .header_cta .c-ctaBtn {
  position: relative;
  height: 46px;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 30px;
}
header .header_cta .c-ctaBtn span {
  padding-left: 40px;
}
header .header_cta .c-ctaBtn span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s all;
}
header .header_cta .c-telBtn span::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/call-icon_w.png) no-repeat center center/contain;
}
header .header_cta .c-webBtn span::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/web-icon_w.png) no-repeat center center/contain;
}
header .header_cta .c-webBtn:hover {
  background-color: #EBF5FA;
}
header .header_cta .c-webBtn:hover span::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/web-icon_b.png) no-repeat center center/contain;
}
header .sp_nav_icon {
  display: none;
}
header .sp_nav_wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 90px 30px 54px;
  background-color: #FFF7ED;
  z-index: 9998;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}
header .sp_nav_wrap.active {
  right: 0;
}
header .sp_nav_wrap .sp_nav_inner {
  max-width: 1080px;
  margin: 0 auto;
}
header .sp_nav_wrap .sp_nav_inner .c-nav_menu {
  margin-bottom: 30px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap a {
  width: 340px;
  padding: 25px 0 25px;
  border-radius: 40px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap a span {
  font-size: 24px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-telBtn span {
  padding-left: 20px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-telBtn span::before {
  left: -5px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-telBtn:hover {
  background-color: #fff;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-telBtn:hover span::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/call_b.png) no-repeat center center/contain;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-webBtn span {
  padding-left: 25px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-webBtn span::before {
  left: -12px;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-webBtn:hover {
  background-color: #fff;
}
header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap .c-webBtn:hover span::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/web_b.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap {
    flex-direction: column;
  }
  header .sp_nav_wrap .sp_nav_inner .cta_btn_wrap a {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  header .sp_nav_wrap .c-info_area {
    flex-direction: column;
    border-top: none;
  }
  header .sp_nav_wrap .c-info_area .adress_area {
    padding-bottom: 30px;
    border-bottom: 1px solid #C8AA82;
  }
  header .sp_nav_wrap .c-info_area .btn_area {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  header {
    padding: 17px 0px 17px 20px;
  }
  header .header_nav,
  header .header_cta {
    display: none;
  }
  header .sp_nav_icon {
    display: block;
    width: 82px;
    height: 77px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/sp_nav_icon.png) no-repeat center center/contain;
    cursor: pointer;
  }
  header .sp_nav_icon img {
    margin: 18px auto 0;
    display: block;
  }
}
/*                sp_menu
======================================================= */
.home_fv {
  position: relative;
  height: 657px;
  width: 100%;
  padding-top: 45px;
  position: relative;
  z-index: 3;
  overflow-x: hidden;
}
.home_fv .random_shabon {
  z-index: -1;
}
.home_fv .random_shabon:nth-child(1) {
  top: 0;
  left: 0;
}
.home_fv .random_shabon:nth-child(2) {
  top: 0;
  right: 0;
}
.home_fv .random_shabon:nth-child(3) {
  bottom: 0;
  left: 30%;
}
.home_fv::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/fv-wave.png) no-repeat left center/100% 348px;
  width: 100%;
  height: 348px;
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: -1;
}
.home_fv .fv_inner {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_fv .fv_inner .fv_txt {
  padding: 0 20px;
}
.home_fv .fv_inner .fv_sliderimg {
  width: 642px;
  height: 100%;
}
.home_fv .fv_inner .fv_sliderimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_fv .site_ttl {
  font-weight: bold;
  font-size: 48px;
  color: #C8AA82;
  white-space: nowrap;
}
.home_fv .sub_ttl {
  font-size: 28px;
  color: #46322D;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .home_fv {
    padding-top: 12px;
    height: auto;
  }
  .home_fv .random_shabon:nth-child(2), .home_fv .random_shabon:nth-child(3) {
    display: none;
  }
  .home_fv::before {
    background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/fv-wave.png) no-repeat center center/cover;
    height: 214px;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
  }
  .home_fv .fv_inner {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 30px;
  }
  .home_fv .fv_inner .fv_txt {
    width: 100%;
    padding: 0 0 0 30px;
  }
  .home_fv .fv_inner .fv_sliderimg {
    width: 83vw;
    padding-right: 30px;
    height: 100%;
  }
  .home_fv .site_ttl {
    font-size: 36px;
  }
  .home_fv .sub_ttl {
    font-size: 24px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=home_first_view.css.map */