@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- base
	- main visual
	- topic & sec_intro
	- sec_tile
	- sec_entrance
	- sec_land-plan
-----------------------------------------*/
/*-----------------------------------------
	base
-----------------------------------------*/
p,
span,
figcaption,
dd,
li {
  font-weight: 500;
}

h3,
h4,
dt {
  font-weight: 600;
}

.sec_hallway .hallway_inner .right_img .hallway_caption, .sec_entrance .entrance_img figcaption, .sec_tile .tile_inner .right_img figure figcaption, .intro .exterior_img figcaption {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .right_img .hallway_caption, .sec_entrance .entrance_img figcaption, .sec_tile .tile_inner .right_img figure figcaption, .intro .exterior_img figcaption {
    font-size: 11px;
    right: 6px;
    bottom: 6px;
  }
}

/*-----------------------------------------
	main visual
-----------------------------------------*/
.und_mv {
  background: url(../img/design/main.jpg) center/cover no-repeat;
}
.und_mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 0, 16, 0.5019607843);
}

/*-----------------------------------------
	topic & sec_intro
-----------------------------------------*/
h3 {
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  h3 {
    letter-spacing: 0;
    margin-bottom: 54px;
  }
}

.intro {
  background: url(../img/design/bg.jpg) center/cover no-repeat;
  padding-top: 112px;
  margin-bottom: 216px;
}
@media screen and (max-width: 768px) {
  .intro {
    background: url(../img/design/bg_sp.jpg) left/cover no-repeat;
    padding-top: 56px;
    margin-bottom: 60px;
  }
}
.intro h4 {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .intro h4 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 28px;
  }
}
.intro .intro_txt {
  max-width: 715px;
  font-size: 18px;
  line-height: 2.5;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro .intro_txt {
    width: 95%;
    font-size: 13px;
  }
}
.intro .exterior_img {
  position: relative;
}
/*-----------------------------------------
	sec_tile
-----------------------------------------*/
.sec_tile {
  margin-bottom: 216px;
}
@media screen and (max-width: 768px) {
  .sec_tile {
    margin-bottom: 60px;
  }
}
.sec_tile .tile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner {
    display: block;
  }
}
.sec_tile .tile_inner .left_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_tile .tile_inner .left_txt h4 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner .left_txt h4 {
    font-size: 20px;
    letter-spacing: -0.06em;
    text-align: center;
    margin-bottom: 24px;
  }
}
.sec_tile .tile_inner .left_txt p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner .left_txt p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.sec_tile .tile_inner .right_img {
  width: 47.26%;
}
@media screen and (max-width: 768px) {
  .sec_tile .tile_inner .right_img {
    width: 100%;
  }
}
.sec_tile .tile_inner .right_img figure {
  position: relative;
}
/*-----------------------------------------
	sec_entrance
-----------------------------------------*/
.container {
  background: url(../img/design/bg-transparent.png) bottom/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .container {
    background: url(../img/design/bg-transparent_sp.png) center/100% auto no-repeat;
  }
}

.sec_entrance {
  margin: 0 auto 112px;
}
@media screen and (max-width: 768px) {
  .sec_entrance {
    margin-bottom: 42px;
  }
}
.sec_entrance h4 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec_entrance h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.sec_entrance .entrance_img {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.sec_entrance .entrance_img img {
  width: 100%;
}
.sec_entrance .entrance_list {
  padding-top: 88px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 5.24%;
}
@media screen and (max-width: 768px) {
  .sec_entrance .entrance_list {
    padding-top: 44px;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
}
.sec_entrance .entrance_list .entrance_item dt {
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec_entrance .entrance_list .entrance_item dt {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.sec_entrance .entrance_list .entrance_item dd:first-of-type {
  margin-bottom: 5px;
}
.sec_entrance .entrance_list .entrance_item dd:nth-of-type(2) {
  font-size: clamp(12px, 1.1428571429vw, 16px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_entrance .entrance_list .entrance_item dd:nth-of-type(2) {
    font-size: 12px;
    text-align: center;
  }
}

/*-----------------------------------------
	sec_land-plan
-----------------------------------------*/
.sec_land-plan {
  background: url(../img/design/bg-transparent.png) bottom/100% auto no-repeat, #e5e5e9;
  padding: 96px 0 72px;
}
@media screen and (max-width: 768px) {
  .sec_land-plan {
    background: #e5e5e9;
    padding: 48px 0 36px;
  }
}
.sec_land-plan h4 {
  font-size: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_land-plan h4 {
    font-size: 20px;
  }
}
.sec_land-plan .land-plan_img {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_img {
    width: 100vw;
    margin-left: -5vw;
  }
}
.sec_land-plan .land-plan_list {
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 200px;
  gap: 20px 2.06%;
}
@media screen and (max-width: 1040px) {
  .sec_land-plan .land-plan_list {
    max-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list {
    max-height: 180px;
    gap: 20px 4.72%;
  }
}
@media screen and (max-width: 612px) {
  .sec_land-plan .land-plan_list {
    max-height: 220px;
  }
}
.sec_land-plan .land-plan_list .land-plan_item {
  font-size: 20px;
  width: 23.455%;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .sec_land-plan .land-plan_list .land-plan_item {
    width: 31.96%;
  }
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list .land-plan_item {
    font-size: 12px;
    width: 45.28%;
    padding-left: 28px;
  }
}
.sec_land-plan .land-plan_list .land-plan_item span:first-of-type {
  font-size: 20px;
  color: #FFF;
  background: #503805;
  width: 28px;
  aspect-ratio: 1/1;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list .land-plan_item span:first-of-type {
    font-size: 14px;
    width: 20px;
  }
}
.sec_land-plan .land-plan_list .land-plan_item span:nth-of-type(2) {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec_land-plan .land-plan_list .land-plan_item span:nth-of-type(2) {
    font-size: 10px;
  }
}

/*-----------------------------------------
	sec_hallway
-----------------------------------------*/
.sec_hallway {
  background: #000;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_hallway {
    margin-bottom: 10px;
  }
}
.sec_hallway .hallway_inner {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 6.25%;
  max-width: 1600px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner {
    display: block;
    padding: 48px 0 60px;
  }
}
.sec_hallway .hallway_inner .left_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-items: center;
}
.sec_hallway .hallway_inner .left_txt .left_inner {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .left_txt .left_inner {
    width: 90%;
    margin-bottom: 24px;
  }
}
.sec_hallway .hallway_inner .left_txt .left_inner h4 {
  font-size: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .left_txt .left_inner h4 {
    font-size: 24px;
    text-align: center;
  }
}
.sec_hallway .hallway_inner .left_txt .left_inner p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .left_txt .left_inner p {
    font-size: 14px;
    text-align: center;
  }
}
.sec_hallway .hallway_inner .right_img {
  width: 41.875%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_hallway .hallway_inner .right_img {
    width: 70.4%;
    margin-inline: auto;
  }
}/*# sourceMappingURL=design.css.map */