@charset "UTF-8";
/**---------------------------------------------
 * 画像処理
  <figure class="image-1by1">
    <img src="<?php echo get_template_directory_uri(); ?>/assets/image/600x600.webp">
  </figure>

**-----------------------------------------------*/
.image-1by1,
.image-1by2,
.image-2by3,
.image-3by4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-1by1 img,
.image-1by2 img,
.image-2by3 img,
.image-3by4 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.image-1by1::before {
  padding-top: 100%;
  /* 1:1 aspect ratio (height / width * 100%) ...1/1*100=100  */
  content: "";
  display: block;
}

.image-1by2::before {
  padding-top: 50%;
  /* 1:2 aspect ratio (height / width * 100%) ...1/2*100=0.5  */
  content: "";
  display: block;
}

.image-2by3::before {
  padding-top: 66.66%;
  /* 2:3 aspect ratio (height / width * 100%) ...66.666/100*100=66.66666  */
  content: "";
  display: block;
}

.image-3by4::before {
  padding-top: 75%;
  /* 2:3 aspect ratio (height / width * 100%) ...75/100*100=75  */
  content: "";
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2列のグリッドを作成 */
}

:root {
  color-scheme: light;
}

.has-border {
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

html {
  background-color: #d0d0d0;
}

/**---------------------------------------------
 * プランコンセプト
**-----------------------------------------------*/
.container-concept {
  position: relative;
}
.container-concept img {
  position: absolute;
  width: 100%;
  height: auto;
}
.container-concept .concept_inner h3 {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
}
.container-concept .concept_inner h3,
.container-concept .concept_inner p {
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px;
}
.container-concept.flower .element_container, .container-concept.message .element_container, .container-concept.oneday .element_container {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}
@media screen and (max-width: calc(769px - 1px)) {
  .container-concept.flower .element_container, .container-concept.message .element_container, .container-concept.oneday .element_container {
    bottom: 1rem;
    left: 2rem;
  }
}
.container-concept.family .element_container {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}
@media screen and (max-width: calc(769px - 1px)) {
  .container-concept.family .element_container {
    top: 1rem;
    left: 2rem;
  }
}

.container-plan {
  margin-bottom: 3rem;
}

.modal-content main {
  width: initial;
}

.btnPhone01 {
  margin: 0 auto;
  width: 280px;
}
.btnPhone01 .tag {
  background-color: #fff;
  border: 1px solid #1e3274;
  color: #1e3274;
  font-size: 1rem;
  width: 136px;
}
.btnPhone01 .tag p {
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: calc(769px - 1px)) {
  .btnPhone01 .phone-number {
    white-space: nowrap;
  }
}

.image-1by1 .inner,
.image-1by2 .inner,
.image-2by3 .inner,
.image-3by4 .inner {
  position: absolute;
  background: linear-gradient(to right, #fff 0%, #fff 70%, rgba(255, 255, 255, 0) 100%);
  top: 2rem;
  left: 0;
  width: 28%;
  padding: 0.4rem 5rem 0.4rem 1rem;
  text-align: center;
}
.image-1by1 .inner h4,
.image-1by2 .inner h4,
.image-2by3 .inner h4,
.image-3by4 .inner h4 {
  white-space: nowrap;
  border: none;
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", "MS Mincho", "Hiragino Mincho ProN", serif !important;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: calc(769px - 1px)) {
  .image-1by1 .inner h2,
  .image-1by2 .inner h2,
  .image-2by3 .inner h2,
  .image-3by4 .inner h2 {
    white-space: nowrap;
    border: none;
    font-family: "游明朝", "Yu Mincho", "MS Mincho", "Hiragino Mincho ProN", serif !important;
  }
}
.image-1by1 .inner p,
.image-1by2 .inner p,
.image-2by3 .inner p,
.image-3by4 .inner p {
  white-space: nowrap;
}
@media screen and (max-width: calc(769px - 1px)) {
  .image-1by1 .inner p,
  .image-1by2 .inner p,
  .image-2by3 .inner p,
  .image-3by4 .inner p {
    line-height: 1.4;
    text-align: center;
  }
}

div#navWrap * {
  box-sizing: initial;
}

.flower-feature {
  background-color: #fff;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
.flower-feature div.feature-comment {
  white-space: nowrap;
  font-size: 0.75rem !important;
  text-align: center;
}
.flower-feature div:last-child {
  width: 6rem;
}

.under-flower {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #d6d1c5 65%);
}

.under-message {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #d6d1c5 65%);
}

.under-oneday {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #d9f7cd 65%);
}

.under-family {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #f7eacd 65%);
}

#areamenu2 {
  display: flex;
  flex-wrap: wrap;
}
#areamenu2 > div {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  font-weight: bold;
  background: linear-gradient(#ffffff, #e2e2e2);
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #fcfcfc;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
#areamenu2 > div a:hover {
  text-decoration: none;
  color: #496add;
}

#screen_pc {
  position: relative;
  font-family: "Source Han Sans", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#screen_pc .sc_content {
  position: absolute;
  left: 1.5rem;
  top: 3.5rem;
}
#screen_pc .sc_content p {
  font-weight: 900;
  color: #1c3077;
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 0.8em;
}
#screen_pc .sc_content p.small {
  font-size: 21px;
}
#screen_pc .sc_content .area {
  font-size: 2.4em;
  color: #eb9855;
}
#screen_pc .sc_content .underline {
  border-bottom: 1px solid #1c3077;
  display: inline-block;
}

#container #clearfix main h2.stit {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-bottom: 2px solid #132b83;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 10px;
}
#container #clearfix main h3.stit {
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #132b83;
  line-height: 24px;
  box-sizing: border-box;
  padding-left: 5px;
  margin-bottom: 20px;
}
#container #clearfix main h2.tsuki_tit {
  background-image: url("/image/sjo_tit_bg2.jpg");
  background-repeat: no-repeat;
  line-height: 56px;
  padding-left: 20px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
#container #clearfix main .clearfix h3,
#container #clearfix main .clearfix h4 {
  font-size: 16px;
  font-weight: normal;
}

#tsuki_img {
  padding-left: 10px !important;
  padding-right: 10px !important;
  justify-content: space-between;
  display: flex;
  list-style-type: none;
}

table.infotable th,
table.infotable td {
  vertical-align: middle;
}

/**---------------------------------------------
mobile
**-----------------------------------------------*/
section.region div#region_box .kousai {
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px;
}

#screen {
  background-color: #f7eacd;
}

.swiper-swipe .swiper-slide img {
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

.banner-phone-sp {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
  background-image: url("../imagem/footer_banner_bg.gif");
  background-size: cover;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.banner-phone-sp img {
  display: block;
}

/**---------------------------------------------
 * saijo
**-----------------------------------------------*/
.screen-tsuki {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.screen-tsuki figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  display: block;
  z-index: 10;
}
.screen-tsuki figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.screen-tsuki div.screen-content {
  position: absolute;
  z-index: 11;
  top: 20%;
  left: 2rem;
}
.screen-tsuki div.screen-content p {
  font-size: 20px;
  line-height: 2;
  font-family: "游明朝", "Yu Mincho", "MS Mincho", "Hiragino Mincho ProN", serif;
  color: #1458a6;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px;
}
.screen-tsuki div.screen-content a.button.is-tsuki {
  display: block;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", "MS Mincho", "Hiragino Mincho ProN", serif;
  background-color: #fff;
  color: #1458a6;
  font-weight: 300;
}
.screen-tsuki div.screen-content a.button.is-tsuki:hover {
  background-color: #1458a6;
  color: #fff;
  text-decoration: none;
}

section.section-tsuki {
  background-image: url("/image/tsuki_bg.png");
}
section.section-tsuki h3 {
  font-size: 20px;
  line-height: 2;
  font-family: "游明朝", "Yu Mincho", "MS Mincho", "Hiragino Mincho ProN", serif;
  color: #1458a6;
  font-weight: 400;
}

.modal-button {
  cursor: pointer;
}

.modal {
  --bulma-modal-content-width: 50rem;
}

.banner_240 li {
  position: relative;
}
.banner_240 li p.title {
  position: absolute;
  top: 0;
  z-index: 5;
  font-size: 12px;
  background-color: rgba(22, 45, 120, 0.5);
  color: white;
  width: 100%;
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.banner_240 li p.area {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  z-index: 5;
  font-size: 12px;
  background-color: rgb(52, 129, 153);
  color: white;
  text-align: center;
  padding: 0.1rem 0.3rem;
  border-radius: 0.3rem;
}
.banner_240.counselling li p.title {
  background-color: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=style-2025.css.map */
