@charset "UTF-8";
/* CSS Document */
body {
  background-color: #f6f8f9;
}
.main {
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.section-top__image {
  height: 200px;
  background-image: url("../images/jumokuso/jumokuso_top.webp");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-top__image-filter {
  height: 100%;
  width: 100%;
  padding-top: 80px;
}
.section-top h2 {
  color: #333;
  font-size: 2.0rem;
}
@media (min-width: 960px) {
  .section-top__image {
    height: 600px;
  }
  .section-top__image-filter {
    padding-top: 210px;
  }
  .section-top h2 {
    font-size: 4.0rem;
  }
}
.bg_jumokuso {
  text-align: center; /*  文字中央寄せ */
  padding: 150px;
}
.bg_jumokuso {
  background-image: url("../images/jumokuso/jumokuso01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* 特徴 */
.feature {
  padding: 20px 24px 20px 24px;
}
.feature_title h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.feature_title h2 span {
  position: relative;
  padding: 0 1em;
  background: #f6f8f9;
  font-size: 2.8rem;
}
/*特徴 リストCSS*/
.feature ul {
  display: inline-block;
  margin: auto;
  padding: 0rem;
  list-style-type: none;
  border-radius: 5px;
}
.feature ul li {
  line-height: 1.6;
  padding: 6px 0;
  margin: 5px 0px;
  text-align: left;
}
.feature ul li:before {
  content: '◆';
  padding: 10px;
  font-weight: 900;
  color: #333;
}
.section-price {
  padding: 0 24px;
  margin-bottom: 10px;
}
/* タイトル */
.title h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: #eee solid 2px;
  width: 90%;
  margin: 0 auto 40px;
  letter-spacing: 0.07em;
  text-align: center;
}
.main_text {
  padding: 20px 0 20px 0;
  line-height: 3.8rem;
}
.sakuramori_image img {
  max-width: 100%; /*画像サイズ指定*/
  height: auto;
}
@media (min-width: 1160px) {
  .feature_jumokuso {
    display: flex; /* 横並び */
    flex-wrap: wrap; /* 折り返し */
    justify-content: center; /* 左右中央寄せ */
    align-items: center; /* 上下中央寄せ */
  }
}
.feature_list {
  padding: 0;
  margin: 0 0 0 20px;
}
.section-price__body {
  text-align: left;
}
.section-price h4 {
  margin-bottom: 20px;
}
.section-price__photo {
  margin: 12px 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 1160px) {
  .section-price {
    margin-bottom: 20px;
  }
  .section-price h2 {
    text-align: center;
  }
  .section-price__body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-price__photo {
    margin: 12px 0;
    object-fit: contain;
    width: 500px;
    height: 500px;
  }
  .section-price__body-text {
    margin-top: 20px;
    margin-left: 60px;
    text-align: left;
  }
  .section-price__position {
    font-size: 2.0rem;
  }
  .section-price__body-text h4 {
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
}
.section-representatives {
  padding: 0 24px;
  margin-bottom: 40px;
}
.section-representatives h2 {
  padding-bottom: 10px;
  border-bottom: #333 solid 2px;
  width: 90%;
  margin: 20px auto 20px;
  margin-bottom: 30px;
}
.section-representatives ul {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.section-representatives ul li {
  max-width: 327px;
  margin: 0 auto 10px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
}
.section-representatives ul img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: 0% 0%;
}
.section-representatives__position {
  margin-bottom: 17px;
  color: #777;
}
@media(min-width: 1160px) {
  .section-representatives {
    margin-bottom: 80px;
  }
  .section-representatives h2 {
    text-align: left;
    margin-bottom: 40px;
  }
}
.section-information {
  margin-bottom: 60px;
}
.section-information h2 {
  margin-bottom: 30px;
}
/* 申し込みまでの流れ */
.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 350px;
  display: flex;
}
.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #333;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}
.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #333;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow04 > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #666;
  position: relative;
}
.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #666;
  border-right: 4px solid #666;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}
.flow04 > li dl dd {
  margin-left: 0;
}
@media(max-width: 767px) {
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
columns: 3;/*段組みの数*/
padding:0 15px 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery{
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery{
	columns: 2;
	}	
}