@charset "UTF-8";
/*                共通
======================================================= */
/*                reset
======================================================= */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.3; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  -webkit-text-size-adjust: 100%; /* 勝手に文字が拡大されるのを防ぐ */
  /* 以下、案件ごとに適宜変更 */
  color: #46322D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  line-height: 1.3;
}

input,
textArea,
select,
button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; /* iOS系のスタイルを外す */
}

button {
  cursor: pointer;
}

figure {
  margin: 0px;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top; /* 意図しない余白の削除 */
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  /* 以下、案件ごとに適宜変更 */
  letter-spacing: normal;
  color: #46322D;
  cursor: pointer;
}

/*                leyout
======================================================= */
main {
  margin-top: 66px;
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 77px;
  }
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_blue {
  color: #37B9E6;
}

.text_beige {
  color: #C8AA82;
}

.white_maker {
  background: linear-gradient(transparent 60%, #fff 60%);
}

.font_bold {
  font-weight: bold;
}

/*                見出し
======================================================= */
/*                本文テキスト
======================================================= */
.txt_base {
  line-height: 1.5;
}

/*                Utility
======================================================= */
.pc_only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.calendar {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid transparent;
}
.calendar tr th, .calendar tr td {
  text-align: center;
  align-content: center;
  font-weight: bold;
  padding: 12px 0;
  background-color: #fff;
}
.calendar tr th {
  width: 120px;
}
.calendar tr td:last-child {
  padding-right: 12px;
}
.calendar tr td:first-child {
  padding-left: 12px;
}
.calendar tr td.open {
  color: #37B9E6;
}
.calendar tr:nth-child(1) {
  color: #fff;
}
.calendar tr:nth-child(1) th, .calendar tr:nth-child(1) td {
  background-color: #C8AA82 !important;
}
.calendar tr:nth-child(1) th {
  border-radius: 5px 0 0 0;
}
.calendar tr:nth-child(1) td:last-child {
  border-radius: 0 5px 0 0;
}
.calendar tr:nth-child(3) th, .calendar tr:nth-child(3) td {
  padding-top: 0px;
}

.cl_detail .cl_mark {
  margin-bottom: 0.3em;
}
.cl_detail .note {
  margin-top: 10px;
}
.cl_detail .note p {
  font-size: 14px;
  color: #C8AA82;
  line-height: 1.5;
}

.random_shabon {
  position: absolute;
  z-index: -1;
}

.c-filter {
  transition: 0.3s all;
}
.c-filter:hover {
  filter: opacity(0.5);
}

.floatBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  width: 162px;
  height: 162px;
  box-shadow: 0px 0px 40px 0px rgba(69, 179, 213, 0.3960784314);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .floatBtn {
    bottom: 0;
    right: 0;
    border-radius: 0%;
    box-shadow: none;
    width: 260px;
    height: 72px;
  }
}

.c-ctaBtn {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0.1em;
  transition: 0.3s all;
  text-align: center;
  align-content: center;
  display: block;
}
.c-ctaBtn span {
  position: relative;
}

.c-telBtn {
  background-color: #C8AA82;
}
.c-telBtn span::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/call_w.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -25px;
}
.c-telBtn:hover {
  color: #C8AA82;
  background-color: #fff;
}
.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;
}

.c-webBtn {
  background-color: #37B9E6;
}
.c-webBtn span::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/web_w.png) no-repeat center center/contain;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -35px;
}
.c-webBtn:hover {
  color: #37B9E6;
}

.c-contactBtn {
  background-color: #fff;
  color: #37B9E6;
  letter-spacing: normal;
}
.c-contactBtn span::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/mail_b.png) no-repeat center center/contain;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -32px;
}
.c-contactBtn:hover {
  background-color: #37B9E6;
  color: #fff;
}
.c-contactBtn:hover span::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/mail_w.png) no-repeat center center/contain;
}

.c-hosBtn {
  text-align: center;
  align-content: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
  transition: 0.3s all;
}
.c-hosBtn::before {
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.3s all;
}
.c-hosBtn.hosBtn_shonan {
  border: 2px solid #FA82B4;
  color: #FA82B4;
}
.c-hosBtn.hosBtn_shonan::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/tab-icon_p.png) no-repeat center center/contain;
}
.c-hosBtn.hosBtn_shonan:hover {
  background-color: #FA82B4;
  color: #fff;
  border: 2px solid #fff;
}
.c-hosBtn.hosBtn_shonan:hover::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/tab-icon_pw.png) no-repeat center center/contain;
}
.c-hosBtn.hosBtn_cx {
  border: 2px solid #37B9E6;
  color: #37B9E6;
}
.c-hosBtn.hosBtn_cx::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/tab-icon_b.png) no-repeat center center/contain;
}
.c-hosBtn.hosBtn_cx:hover {
  background-color: #37B9E6;
  color: #fff;
  border: 2px solid #fff;
}
.c-hosBtn.hosBtn_cx:hover::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/tab-icon_bw.png) no-repeat center center/contain;
}

.c-detailBtn {
  font-weight: bold;
  color: #37B9E6;
  padding-right: 35px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.c-detailBtn::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  right: 0;
}
.c-detailBtn.beige {
  color: #C8AA82;
}
.c-detailBtn.beige::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/beige-arw.png) no-repeat center center/contain;
}
.c-detailBtn.blue {
  color: #37B9E6;
}
.c-detailBtn.blue::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/blue-arw.png) no-repeat center center/contain;
}

.dynamicBtn {
  display: block;
  border: 2px solid #37B9E6;
  background-color: #fff;
  position: relative;
  text-align: center;
  align-content: center;
  color: #37B9E6;
  padding: 16px 0;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s all;
}
.dynamicBtn::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/news-arw.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 0;
  right: 9px;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.dynamicBtn:hover {
  background-color: #37B9E6;
  color: #fff;
}
.dynamicBtn:hover::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/blue-arw.png) no-repeat center center/contain;
}

.c-nav_menu {
  padding: 0 30px;
}
.c-nav_menu ul {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.c-nav_menu ul a {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  transition: 0.3s all;
}
@media only screen and (max-width: 768px) {
  .c-nav_menu ul a {
    font-size: 20px;
  }
}
.c-nav_menu ul a::before {
  content: "";
  background: #C8AA82;
  width: 4px;
  height: 4px;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}
.c-nav_menu ul a:hover {
  color: #C8AA82;
}

.c-info_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 22px;
  margin-top: 22px;
  border-top: 4px solid #FAEBD7;
}
.c-info_area .adress_area {
  width: 51.75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 24px;
}
.c-info_area .adress_area .site_logo {
  width: 270px;
}
.c-info_area .adress_area .address_txt {
  font-size: 12px;
}
.c-info_area .adress_area .address_txt p {
  line-height: 1.5;
}
.c-info_area .adress_area .instagram_bnr {
  width: 500px;
  display: block;
}
.c-info_area .adress_area .instagram_bnr img {
  width: 100%;
  height: auto;
}
.c-info_area .btn_area {
  width: 46.66%;
  display: flex;
  gap: 10px;
}
.c-info_area .btn_area a {
  display: block;
  width: 50%;
}

@media only screen and (max-width: 1080px) {
  .c-nav_menu ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
  }
  .c-info_area {
    flex-direction: column-reverse;
    align-items: center;
  }
  .c-info_area .btn_area {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .c-info_area .btn_area a {
    width: 100%;
  }
  .c-info_area .adress_area {
    flex-direction: column;
    gap: 15px;
  }
  .c-info_area .adress_area .instagram_bnr {
    width: 100%;
    order: 1;
  }
  .c-info_area .adress_area .site_logo {
    order: 2;
  }
  .c-info_area .adress_area .address_txt {
    text-align: center;
    order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .c-nav_menu {
    margin-top: 20px;
    padding: 0 0 0 30px;
  }
  .c-nav_menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
  .c-nav_menu ul li:nth-child(5) {
    grid-column: span 2/span 2;
  }
  .c-nav_menu ul li:nth-child(6) {
    grid-row-start: 4;
  }
  .c-nav_menu ul li:nth-child(7) {
    grid-row-start: 4;
  }
  .c-nav_menu ul a::before {
    background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/cNav-arw.png) no-repeat center center/contain;
    width: 12px;
    height: 14px;
    left: -20px;
    border-radius: 0%;
  }
  .c-info_area .btn_area {
    width: 100%;
  }
  .c-info_area .adress_area {
    width: 100%;
  }
}
/*                footer
======================================================= */
footer {
  background-color: #FFF7ED;
  padding: 170px 0 0;
  position: relative;
}
footer .footer_cta {
  max-width: 1080px;
  padding: 60px 0;
  margin: 0 auto;
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/contact-bg.png) no-repeat center center/cover;
  box-shadow: 0 0 36px 0 rgba(229, 211, 187, 0.4862745098);
  border-radius: 20px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
footer .footer_cta .inner {
  display: flex;
  justify-content: space-between;
  max-width: 967px;
  margin: 0 auto;
}
footer .footer_cta .inner .txt_area {
  width: 41.26%;
}
footer .footer_cta .inner .txt_area p:first-child {
  font-weight: bold;
  color: #C8AA82;
  font-size: 24px;
  margin-bottom: 30px;
}
footer .footer_cta .inner .btn_area {
  width: 56.25%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
footer .footer_cta .inner .btn_area a {
  max-width: 260px;
  width: 50%;
  padding: 40px 0 40px 4rem;
  border-radius: 10px;
  text-align: left;
  align-content: left;
}
footer .footer_cta .inner .btn_area .c-telBtn span {
  font-size: 20px;
}
footer .footer_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 60px;
}
footer .copyright {
  background-color: #C8AA82;
  padding: 5px 0;
  text-align: center;
  display: block;
}
footer .copyright small {
  font-size: 12px;
  color: #fff;
}

@media only screen and (max-width: 1080px) {
  footer .footer_cta {
    margin: 0 30px;
    padding: 30px;
  }
  footer .footer_cta .inner {
    flex-direction: column;
    gap: 25px;
  }
  footer .footer_cta .inner .txt_area {
    width: 100%;
    text-align: center;
  }
  footer .footer_cta .inner .txt_area p:first-child {
    margin-bottom: 20px;
  }
  footer .footer_cta .inner .btn_area {
    width: 100%;
  }
  footer .footer_cta .inner .btn_area a {
    padding: 24px 0 24px 4rem;
  }
  footer .footer_inner {
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 230px 0 0;
  }
  footer .footer_cta {
    background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/contact-bg_sp.png) no-repeat center center/cover;
    top: -200px;
  }
  footer .footer_cta .inner .btn_area {
    flex-direction: column;
  }
  footer .footer_cta .inner .btn_area a {
    max-width: 100%;
    width: 100%;
    padding: 24px 0;
    text-align: center;
    align-content: center;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*               電話番号リンクをspのみ有効
======================================================= */
@media only screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.content_wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.sub_ttl {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  color: #F0DCC3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .sub_ttl {
    margin-bottom: 5px;
  }
}

h2 {
  font-weight: bold;
  font-size: 36px;
  color: #C8AA82;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.btn_flex {
  display: flex;
}
.btn_flex .txt_area {
  width: 56.69%;
  background-color: #FFF7ED;
  color: #C8AA82;
  font-size: 18px;
  border-radius: 5px 0 0 5px;
  padding: 25px;
}
.btn_flex .txt_area p {
  line-height: 1.5;
}
.btn_flex .c-telBtn {
  width: 43.61%;
  background-image: linear-gradient(to right, #E0CAAD 0%, #C8AA82 100%);
  border-radius: 0 5px 5px 0;
}
.btn_flex .c-telBtn span {
  font-size: 20px;
  letter-spacing: normal;
  color: #fff;
}
.btn_flex .c-telBtn span::after {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/beige-arw.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  right: -40px;
}
.btn_flex .c-telBtn:hover {
  background-image: linear-gradient(to right, #C8AA82 0%, #9B7846 100%);
}
.btn_flex .c-telBtn:hover span::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/call_w.png) no-repeat center center/contain;
}

@media only screen and (max-width: 1080px) {
  .btn_flex {
    flex-direction: column;
  }
  .btn_flex .txt_area {
    width: 100% !important;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 16px;
  }
  .btn_flex .c-telBtn {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 25px;
  }
}
/*                トップページ用
======================================================= */
.home_message {
  padding-top: 80px;
  position: relative;
}
.home_message::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/message-shabon2.png) no-repeat center center/contain;
  width: 196px;
  height: 243px;
  position: absolute;
  top: -65px;
  right: 0;
  z-index: -1;
}
.home_message::after {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/message-shabon1.png) no-repeat center center/contain;
  width: 167px;
  height: 167px;
  position: absolute;
  top: -45px;
  left: 30px;
  z-index: -1;
}
.home_message .content_wrap {
  max-width: 1021px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_message .content_wrap .img_area {
  width: 37.21%;
}
.home_message .content_wrap .txt_area {
  width: 58.23%;
}
.home_message .content_wrap .txt_area .txt_base {
  margin-bottom: 50px;
}
.home_message .content_wrap .txt_area .txt_base p {
  line-height: 2.3;
  margin-bottom: 0.8em;
}
.home_message .content_wrap .txt_area .txt_base p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .home_message::before {
    width: 150px;
    height: 186px;
  }
  .home_message::after {
    display: none;
  }
  .home_message .content_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .home_message .content_wrap .img_area {
    width: 100%;
  }
  .home_message .content_wrap .txt_area {
    width: 100%;
  }
}
.home_feature {
  padding: 160px 0 120px;
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/feature-bg.png) no-repeat center center/100% 100%;
}
.home_feature .featureItem_block {
  margin-top: 40px;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(1) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(1) .featureItem:nth-of-type(2n) .txt_area .num {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/beigeheart.png) no-repeat center center/contain;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(1) .featureItem:nth-of-type(2n+1) .txt_area .num {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/blueheart.png) no-repeat center center/contain;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem:nth-of-type(2n) .txt_area .num {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/blueheart.png) no-repeat center center/contain;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem:nth-of-type(2n+1) .txt_area .num {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/beigeheart.png) no-repeat center center/contain;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem.link_featureItem {
  transition: 0.3s;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem.link_featureItem .txt_area .num {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/common/blueheart.png) no-repeat center center/contain;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem.link_featureItem .btn_wrap {
  margin: 10px;
  display: flex;
  justify-content: flex-end;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem.link_featureItem .c-detailBtn {
  font-weight: bold;
  color: #37B9E6;
  padding-right: 35px;
  position: relative;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem.link_featureItem .c-detailBtn::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/feature-arw.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  right: 0;
  transition: 0.3s;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem.link_featureItem:hover {
  background-color: #EBF5FA;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem.link_featureItem:hover .c-detailBtn::before {
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/blue-arw.png) no-repeat center center/contain;
}
.home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) .featureItem .txt_area .num + p {
  font-size: 16px;
}
.home_feature .featureItem_block .featureItem {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: block;
}
.home_feature .featureItem_block .featureItem .txt_area {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.home_feature .featureItem_block .featureItem .txt_area .num {
  width: 50px;
  height: 46px;
  text-align: center;
  align-content: center;
}
.home_feature .featureItem_block .featureItem .txt_area .num p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  color: #fff;
}
.home_feature .featureItem_block .featureItem .txt_area .num + p {
  width: calc(100% - 65px);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .home_feature {
    padding: 80px 0 80px;
    background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/feature-bg.png) no-repeat center center/cover;
  }
  .home_feature .featureItem_block .featureItem_wrap:nth-of-type(1),
  .home_feature .featureItem_block .featureItem_wrap:nth-of-type(2) {
    display: block;
    margin-bottom: 0;
  }
  .home_feature .featureItem_block .featureItem {
    margin-bottom: 16px;
  }
}
.home_menu {
  padding: 90px 0 136px;
  position: relative;
}
.home_menu .random_shabon:nth-child(1) {
  bottom: 0;
  left: 0;
}
.home_menu .random_shabon:nth-child(2) {
  top: 0;
  right: 0;
}
.home_menu .menuItem_block {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.home_menu .menuItem_block .menuItem {
  display: block;
  padding: 30px 34px;
  border-radius: 5px;
  position: relative;
  transition: 0.3s all;
}
.home_menu .menuItem_block .menuItem .ttl_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.home_menu .menuItem_block .menuItem .ttl_area p {
  font-size: 24px;
  font-weight: bold;
}
.home_menu .menuItem_block .menuItem .txt_base {
  margin-bottom: 30px;
}
.home_menu .menuItem_block .menuItem .ttl_area, .home_menu .menuItem_block .menuItem .txt_base {
  position: relative;
  z-index: 2;
}
.home_menu .menuItem_block .menuItem .btn_area {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 34px;
}
.home_menu .menuItem_block .menuItem:nth-child(2n+1) {
  background-image: linear-gradient(to bottom right, #FFF9F5 0%, #FFF0E8 100%);
}
.home_menu .menuItem_block .menuItem:nth-child(2n+1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom right, #FFEFDB 0%, #DCC3A5 100%);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.home_menu .menuItem_block .menuItem:nth-child(2n+1) .ttl_area p {
  color: #C8AA82;
}
.home_menu .menuItem_block .menuItem:nth-child(2n+1):hover {
  background-image: linear-gradient(to bottom right, #FFEFDB 0%, #DCC3A5 100%);
}
.home_menu .menuItem_block .menuItem:nth-child(2n+1):hover::before {
  opacity: 1;
  z-index: 1;
}
.home_menu .menuItem_block .menuItem:nth-child(2n+1):hover .btn_area .c-detailBtn {
  color: #fff !important;
}
.home_menu .menuItem_block .menuItem:nth-child(2n) {
  background-image: linear-gradient(to bottom right, #EBF5FA 0%, #D7F0FF 100%);
}
.home_menu .menuItem_block .menuItem:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom right, #D7F0FF 0%, #A5D2EB 100%);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.home_menu .menuItem_block .menuItem:nth-child(2n) .ttl_area p {
  color: #37B9E6;
}
.home_menu .menuItem_block .menuItem:nth-child(2n):hover {
  background-image: linear-gradient(to bottom right, #D7F0FF 0%, #A5D2EB 100%);
}
.home_menu .menuItem_block .menuItem:nth-child(2n):hover::before {
  opacity: 1;
  z-index: 1;
}
.home_menu .menuItem_block .menuItem:nth-child(2n):hover .btn_area .c-detailBtn {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .home_menu {
    padding: 0 0 80px;
  }
  .home_menu .random_shabon {
    display: none;
  }
  .home_menu .menuItem_block {
    display: block;
  }
  .home_menu .menuItem_block .menuItem {
    padding: 20px 28px;
    margin-bottom: 16px;
  }
  .home_menu .menuItem_block .menuItem .txt_base {
    margin-bottom: 20px;
  }
  .home_menu .menuItem_block .menuItem .btn_area {
    position: static;
  }
}
.home_staff {
  padding-top: 20px;
}
.home_staff .content_wrap {
  max-width: 1132px;
}
.home_staff .content_wrap .staff_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.home_staff .content_wrap .staff_content::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/mini-shabon.png) no-repeat center center/contain;
  width: 113px;
  height: 113px;
  position: absolute;
  top: -40px;
  right: -50px;
}
.home_staff .content_wrap .staff_content .img_area {
  width: 41.79%;
}
.home_staff .content_wrap .staff_content .txt_area {
  width: 52.61%;
}
.home_staff .content_wrap .staff_content .txt_area .ttl {
  color: #C8AA82;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 5px 0 5px 8px;
  border-left: 4px solid #C8AA82;
}
.home_staff .content_wrap .staff_content .txt_area .ttl + p {
  line-height: 2;
}
.home_staff .content_wrap .staff_content .txt_area .fixedimg_area {
  margin-top: 40px;
  display: flex;
  gap: 8px;
}
.home_staff .content_wrap .staff_content .txt_area .fixedimg_area img {
  width: calc(25% - 8px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .home_staff .content_wrap .staff_content .txt_area .fixedimg_area {
    display: none;
  }
}
.home_staff .content_wrap .staff_content .txt_area .slideimg_area {
  margin-top: 40px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area {
    display: flex;
    gap: 8px;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area img {
    width: calc(25% - 8px);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area .slick-dots {
    bottom: -30px;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area .slick-dots li {
    margin: 0 5px;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    font-size: 0;
    padding: 0;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area .slick-dots li button:before {
    display: none;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area .slick-dots li.slick-active button {
    background-color: #C8AA82;
  }
}

@media only screen and (max-width: 1200px) {
  .home_staff .content_wrap .staff_content::before {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home_staff {
    overflow: hidden;
  }
  .home_staff .content_wrap .staff_content {
    flex-direction: column;
  }
  .home_staff .content_wrap .staff_content .img_area {
    width: 100%;
    margin-bottom: 25px;
  }
  .home_staff .content_wrap .staff_content .txt_area {
    width: 100%;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area {
    width: 120%;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area img {
    padding-left: 8px;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area img:last-child {
    padding-left: 0;
  }
  .home_staff .content_wrap .staff_content .txt_area .slideimg_area .slick-dots {
    bottom: -40px;
    text-align: left;
  }
  .home_staff .content_wrap .staff_content::before {
    content: none;
  }
}
.gradBg_wrap {
  padding: 160px 0;
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/feature-bg.png) center center/100% 100%;
}
@media only screen and (max-width: 768px) {
  .gradBg_wrap {
    padding: 80px 0 160px;
    background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/feature-bg.png) center center/100% 120%;
  }
}

.home_information {
  padding-bottom: 80px;
}
.home_information .content_wrap {
  position: relative;
}
.home_information .content_wrap::before {
  content: "";
  background: url(https://shonanlc.com/shonan-mama-room/wp-content/themes/shonanmama_thema/assets/images/home/message-shabon1.png) no-repeat center center/contain;
  width: 287px;
  height: 287px;
  position: absolute;
  top: -287px;
  right: 0;
}
.home_information .info_block {
  display: flex;
  justify-content: space-between;
}
.home_information .info_block .detail_area {
  width: 36.85%;
}
.home_information .info_block .detail_area .site_logo {
  max-width: 300px;
}
.home_information .info_block .detail_area .adress_txt {
  font-size: 14px;
  margin: 20px 0;
}
.home_information .info_block .detail_area .cl_detail {
  margin-top: 10px;
}
.home_information .info_block .map_area {
  width: 59.81%;
}
.home_information .info_block .map_area .g-map_wrap {
  height: 60%;
  margin-bottom: 10px;
}
.home_information .info_block .map_area .g-map_wrap iframe {
  width: 100%;
  height: 100%;
}
.home_information .info_block .map_area p {
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .home_information .content_wrap::before {
    content: none;
  }
  .home_information .info_block {
    flex-direction: column;
    gap: 30px;
  }
  .home_information .info_block .detail_area {
    width: 100%;
  }
  .home_information .info_block .map_area {
    width: 100%;
  }
  .home_information .info_block .map_area .g-map_wrap {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .home_information {
    padding-bottom: 50px;
  }
}
.newsList_wrap {
  max-width: 1052px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 38px 36px;
  display: flex;
  gap: 30px;
}
.newsList_wrap .dynamicBtn {
  max-width: 187px;
  text-align: left;
  align-content: normal;
  padding: 16px 0 16px 2rem;
}
.newsList_wrap .dynamicBtn.sp_only {
  display: none;
}
.newsList_wrap .ttl_area {
  width: 23.68%;
}
.newsList_wrap .ttl_area .sub_ttl {
  margin-bottom: 5px;
}
.newsList_wrap .newsList {
  width: 76.32%;
}
.newsList_wrap .newsList a {
  padding: 24px 32px;
  border-radius: 5px;
  background-color: #EBF5FA;
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}
.newsList_wrap .newsList a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .newsList_wrap {
    flex-direction: column;
    padding: 25px 30px;
  }
  .newsList_wrap h2 {
    margin-bottom: 0;
  }
  .newsList_wrap .dynamicBtn {
    max-width: 100%;
    padding: 16px 0;
    text-align: center;
    align-content: center;
  }
  .newsList_wrap .dynamicBtn.sp_only {
    display: block;
  }
  .newsList_wrap .dynamicBtn.pc_only {
    display: none;
  }
  .newsList_wrap .ttl_area {
    width: 100%;
  }
  .newsList_wrap .newsList {
    width: 100%;
  }
  .newsList_wrap .newsList a {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
.home_recruit {
  padding-bottom: 220px;
  margin-top: -6%;
}
.home_recruit .content_wrap {
  max-width: 1135px;
}
.home_recruit .content_wrap .conatiner {
  display: flex;
  justify-content: space-between;
}
.home_recruit .content_wrap .conatiner .img_area {
  width: 41.67%;
}
.home_recruit .content_wrap .conatiner .txt_area {
  width: 52.55%;
}
.home_recruit .content_wrap .conatiner .ttl_wrap {
  display: flex;
  justify-content: center;
}
.home_recruit .content_wrap .conatiner .ttl_wrap + P {
  margin: 24px 0;
}
.home_recruit .content_wrap .conatiner .ttl_wrap .ttl {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #C8AA82;
  text-align: center;
  position: relative;
}
.home_recruit .content_wrap .conatiner .ttl_wrap .ttl br {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .home_recruit .content_wrap .conatiner .ttl_wrap .ttl br {
    display: block;
  }
}
.home_recruit .content_wrap .conatiner .ttl_wrap .ttl::before {
  content: "";
  background: #C8AA82;
  width: 3px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: -15px;
  border-radius: 5px;
  transform: rotateZ(-20deg);
}
.home_recruit .content_wrap .conatiner .ttl_wrap .ttl::after {
  content: "";
  background: #C8AA82;
  width: 3px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  right: -15px;
  border-radius: 5px;
  transform: rotateZ(20deg);
}
.home_recruit .content_wrap .conatiner .btn_flex .txt_area p {
  text-align: center;
}
.home_recruit .content_wrap .conatiner .btn_flex .txt_area .white_maker {
  font-size: 16px;
}
.home_recruit .content_wrap .conatiner .btn_flex .txt_area span.font_bold {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .home_recruit {
    padding-bottom: 300px;
    margin-top: -15%;
  }
  .home_recruit .content_wrap .conatiner {
    display: block;
  }
  .home_recruit .content_wrap .conatiner .txt_area {
    width: 100%;
  }
  .home_recruit .content_wrap .conatiner .txt_area .btn_flex {
    margin-top: 24px;
  }
  .home_recruit .content_wrap .conatiner .ttl_wrap .ttl::before {
    height: 85%;
    bottom: 0;
  }
  .home_recruit .content_wrap .conatiner .ttl_wrap .ttl::after {
    height: 85%;
    bottom: 0;
  }
}
/*                content
======================================================= *//*# sourceMappingURL=home.css.map */