@charset "UTF-8";
/*Font
------------------------------------------*/
/*Color
------------------------------------------*/
/* z-index
------------------------------------------*/
/* Media queries PCファースト
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.lowerpage_mv {
  background: none;
  height: auto;
}
.lowerpage_mv h2 {
  color: #8c7350;
}
.lowerpage_mv .copyImg {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 991px) {
  .lowerpage_mv .copyImg {
    width: 80vw;
  }
}

.area_name {
  font-size: 18px;
  padding-top: 10px;
}

.area_name small {
  font-size: 12px;
}

.seikeischool {
  background: url("../img/design/bg_01.jpg") no-repeat center center;
  background-size: cover;
}
.seikeischool .inner {
  padding: 0 15px;
}
.seikeischool .seikeischool_head h4 {
  margin-bottom: 20px;
}
.seikeischool .seikeischool_con01 {
  padding-top: 80px;
  justify-content: space-between;
}
.seikeischool .seikeischool_con01 .left {
  width: 59.1%;
}
.seikeischool .seikeischool_con01 .right {
  width: 38%;
}
.seikeischool .seikeischool_con02 {
  align-items: center;
}
.seikeischool .seikeischool_con02 .left {
  width: 53%;
  padding-right: 3%;
}
.seikeischool .seikeischool_con02 .right {
  width: 47%;
}
.seikeischool .seikeischool_con02 .seikeischool_box01 {
  justify-content: space-between;
}
.seikeischool .seikeischool_con02 .seikeischool_box01__item {
  width: 48%;
}
.seikeischool .seikeischool_con02 .seikeischool_box01__item p {
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  .seikeischool .seikeischool_con01 {
    padding-top: 30px;
  }
  .seikeischool .seikeischool_con01 .left {
    width: 100%;
  }
  .seikeischool .seikeischool_con01 .right {
    width: 100%;
    margin-top: 20px;
  }
  .seikeischool .seikeischool_con02 {
    margin-top: 30px;
  }
  .seikeischool .seikeischool_con02 .left {
    width: 100%;
    padding-right: 0%;
  }
  .seikeischool .seikeischool_con02 .right {
    width: 100%;
    margin-top: 20px;
  }
}

.nature {
  background: url("../img/design/bg_01.jpg") no-repeat center center;
  background-size: cover;
}
.nature .inner {
  padding: 0 15px;
}
.nature .nature_contents {
  padding-top: 80px;
  justify-content: space-between;
}
.nature .nature_contents .titleBox h4 {
  font-size: 20px;
}
.nature .nature_box01 {
  margin-top: 30px;
}
.nature .nature_box02 {
  margin-top: 30px;
  justify-content: space-between;
}
.nature .nature_box02 .nature_box02__left {
  width: 49%;
}
.nature .nature_box02 .nature_box02__right {
  width: 49%;
}
.nature .nature_box03.grid_contents {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .nature .nature_box03.grid_contents {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.future {
  background: linear-gradient(180deg, rgba(184, 173, 163, 0.6) 0%, rgba(184, 173, 163, 0.6) 50%, transparent 50%, transparent 100%);
}
.future .inner {
  padding: 0 15px;
}
.future .future_con01 {
  justify-content: space-between;
}
.future .future_con01__left {
  width: 47%;
  padding-right: 3%;
}
.future .future_con01__right {
  width: 53%;
}
.future .environment {
  background: #fff;
  box-shadow: 0 0 10px #b8ada3;
  padding: 70px 100px;
  margin-top: 110px;
}
.future .environment .titleBox h3 {
  font-size: clamp(24px, 2vw, 30px);
  text-align: center;
  margin-bottom: 50px;
}
.future .environment_box01 {
  align-items: end;
  justify-content: space-between;
  margin-top: 50px;
}
.future .environment_box01__left {
  width: 25%;
}
.future .environment_box01__right {
  width: 72%;
}
@media screen and (max-width: 991px) {
  .future .environment {
    padding: 30px 20px;
    margin-top: 60px;
  }
  .future .future_con01__left {
    width: 100%;
    padding-right: 3%;
  }
  .future .future_con01__right {
    width: 100%;
    margin-top: 20px;
  }
}

.kitamachiLife {
  padding-top: 30px;
}
.kitamachiLife .kitamachiLife_head {
  text-align: center;
  padding: 0 15px;
}
.kitamachiLife .kitamachiLife_head h3 {
  font-size: 20px;
}
.kitamachiLife .kitamachiLife_head h4 {
  font-size: clamp(22px, 2vw, 30px);
}
.kitamachiLife .kitamachiLife_item:nth-of-type(odd) {
  background: rgba(184, 173, 163, 0.6);
}
.kitamachiLife .photoframe {
  background: #fff;
  box-shadow: 0 0 10px #b8ada3;
  padding: 10px;
}
.kitamachiLife .kitamachiLife_con01 {
  padding: 90px 0;
  justify-content: space-between;
}
.kitamachiLife .kitamachiLife_con01 .left {
  width: 62%;
}
.kitamachiLife .kitamachiLife_con01 .left .photoframe {
  margin-top: 80px;
}
.kitamachiLife .kitamachiLife_con01 .right {
  width: 38%;
  padding-left: 8%;
}
.kitamachiLife .kitamachiLife_con01 .right .photoframe {
  max-width: 340px;
  margin-top: 100px;
}
.kitamachiLife .kitamachiLife_con02 {
  padding: 90px 0;
  justify-content: space-between;
  align-items: end;
  flex-direction: row-reverse;
}
.kitamachiLife .kitamachiLife_con02 .left {
  width: 51%;
}
.kitamachiLife .kitamachiLife_con02 .left .photoframe {
  margin-top: 80px;
}
.kitamachiLife .kitamachiLife_con02 .right {
  width: 41%;
}
.kitamachiLife .kitamachiLife_con03 {
  padding: 90px 0;
}
.kitamachiLife .kitamachiLife_con03 .flex {
  margin-top: 80px;
  justify-content: space-between;
}
.kitamachiLife .kitamachiLife_con03 .left {
  width: 60%;
}
.kitamachiLife .kitamachiLife_con03 .right {
  width: 36%;
}
.kitamachiLife .kitamachiLife_con04 {
  padding: 90px 0 0;
}
.kitamachiLife .kitamachiLife_con04__box01 {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.kitamachiLife .kitamachiLife_con04__box01 .left {
  width: 54%;
}
.kitamachiLife .kitamachiLife_con04__box01 .left .photoframe {
  margin-top: 80px;
}
.kitamachiLife .kitamachiLife_con04__box01 .right {
  width: 38%;
}
.kitamachiLife .kitamachiLife_con04__box01 .right .photoframe {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .kitamachiLife .photoframe {
    padding: 3px;
  }
  .kitamachiLife .kitamachiLife_con01 {
    padding: 60px 0;
  }
  .kitamachiLife .kitamachiLife_con01 .left {
    width: 100%;
  }
  .kitamachiLife .kitamachiLife_con01 .left .photoframe {
    margin-top: 30px;
  }
  .kitamachiLife .kitamachiLife_con01 .right {
    width: 55vw;
    padding-left: 0;
    margin-top: 20px;
  }
  .kitamachiLife .kitamachiLife_con01 .right .photoframe {
    margin-top: 0;
  }
  .kitamachiLife .kitamachiLife_con02 {
    padding: 60px 0;
  }
  .kitamachiLife .kitamachiLife_con02 .left {
    width: 100%;
  }
  .kitamachiLife .kitamachiLife_con02 .left .photoframe {
    margin-top: 30px;
  }
  .kitamachiLife .kitamachiLife_con02 .right {
    width: 50vw;
    margin-top: 20px;
  }
  .kitamachiLife .kitamachiLife_con03 {
    padding: 60px 0;
  }
  .kitamachiLife .kitamachiLife_con03 .flex {
    margin-top: 30px;
  }
  .kitamachiLife .kitamachiLife_con03 .left {
    width: 100%;
  }
  .kitamachiLife .kitamachiLife_con03 .right {
    width: 78vw;
    margin-top: 20px;
  }
  .kitamachiLife .kitamachiLife_con04 {
    padding: 60px 0 0;
  }
  .kitamachiLife .kitamachiLife_con04__box01 .left {
    width: 100%;
  }
  .kitamachiLife .kitamachiLife_con04__box01 .left .photoframe {
    margin-top: 30px;
  }
  .kitamachiLife .kitamachiLife_con04__box01 .right {
    width: 70vw;
  }
  .kitamachiLife .kitamachiLife_con04__box01 .right .photoframe {
    margin-top: 20px;
  }
}

.pickup_shop {
  padding-top: 50px;
}
.pickup_shop .titleBox {
  justify-content: space-between;
  margin-bottom: 15px;
}
.pickup_shop .titleBox span {
  width: 15%;
  font-size: clamp(22px, 2vw, 30px);
  color: #8c7350;
}
.pickup_shop .titleBox span:nth-child(2) {
  width: 85%;
  position: relative;
}
.pickup_shop .titleBox span:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b8ada3;
}
.pickup_shop .titleBox span:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 5px;
  background: #b8ada3;
}
@media screen and (max-width: 991px) {
  .pickup_shop .c-slider {
    margin-bottom: 100px;
  }
}
.pickup_shop .c-slider .splide__track {
  padding-right: 0 !important;
}
.pickup_shop p.min {
  font-size: max(16px, var(--vw-size18));
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .pickup_shop .titleBox span {
    width: 35%;
  }
  .pickup_shop .titleBox span:nth-child(2) {
    width: 65%;
  }
}