@charset "utf-8";

/**
 *
 *  ページ用CSS
 *concept
 */

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* page_mv */

.page_mv{
    background-image: url(../img/landplan/mv_pc.webp);
}
.page_content_ttl{
    top: 2%;
    right: 12%;
}

/* page_intro */

.page_intro{
    background: url(../img/common/bg_b.png), var(--gra_gold);
    padding: 8% 0;
}


/* ページ共通テキスト */

.page_sec_content_txt .en{
    font-size: 140%;
    font-weight: 400;
}
.page_sec_content_txt dt{
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 3.2rem;
}
.page_sec_content_txt dd{
    font-size: 1.8rem;
    line-height: 2;
}
.page_sec_content_txt dd:nth-of-type(2){
    padding-top: 3.2rem;
}
.page_sec_content_txt dd .line{position: relative;}
.page_sec_content_txt dd .line::before{
    content: '';
    display: inline-flex;
    align-items: center;
    width: 40px; height: 1px;
    vertical-align: 22%;
    margin: 0 4px;
}
.lgold .page_sec_content_txt dd .line::before{
    background: var(--dark);
}
.brown .page_sec_content_txt dd .line::before{
    background: var(--light);
}


/* page_sec */

.page_sec_content{padding: 8% 0;}
.lgold{
    background: url(../img/common/bg_b.png), var(--gra_gold);
}
.brown{
    background: url(../img/common/bg.png), var(--gra_brown);
    color: var(--light);
}
.beige{
    background:var(--beige);
}

.area_txt{
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 8px;
    background: var(--gra_brown);
    color: var(--light);
    width: fit-content;
    margin: auto;
    padding: 24px 40px;
    line-height: 1;
}
.area_txt p:nth-of-type(1){
    font-size: 3.2rem;
}
.area_txt p:nth-of-type(1) span{
    font-size: 160%;
    font-weight: 400;
}
.area_txt p:nth-of-type(2){
    font-size: 2.6rem;
}
.area_txt p:nth-of-type(2) span{
    font-size: 200%;
    font-weight: 400;
    padding: 0 3px;
}
.area_txt p:nth-of-type(2) span small{
    font-size: 60%;
}
.area_txt p:nth-of-type(3){
    line-height: 1.5;
    font-size: 1.6rem;
}
.area_txt p:nth-of-type(3) span{
    font-size: 130%;
}
.landplan_map_wrap{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 6%;
}
.landplan_map_wrap .img{
    flex-basis: 58%;
}
.landplan_map_wrap ul{
    flex-basis: 36%;
}
.landplan_map_wrap li:not(:first-child){
    padding-top: 24px;
}
.page_sec_content_box{
    display: flex;
    justify-content: space-between;
    gap: 0 5%;
}
.page_sec_content_box .page_sec_content_txt{
    flex-basis: 50%;
}
.page_sec_content_box .page_sec_content_img{
    flex-basis: 45%;
}




@media screen and (max-width: 768px) {


/* page_mv */    

.page_mv{
    background-image: url(../img/landplan/mv_sp.webp);
}
.page_content_ttl{
    top: 2%;
    right: 20px;
}
/* page_intro */

.page_intro{
    padding: 16% 0;
}


/* ページ共通テキスト */

.page_sec_content_txt dt{
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 3.2rem;
}
.page_sec_content_txt dd{
    font-size: 1.6rem;
    line-height: 2;
}
.page_intro .page_sec_content_txt dd{
    font-size: 1.8rem;
    line-height: 2;
}

/* page_sec */


.page_sec_content{padding: 16% 0;}

.area_txt{
    width: 100%;
    padding: 24px 24px 16px;
    flex-wrap: wrap;
}
.area_txt p:nth-of-type(1){
    font-size: 2.0rem;
}
.area_txt p:nth-of-type(2){
    font-size: 1.6rem;
}
.area_txt p:nth-of-type(3){
    font-size: 1.2rem;
    flex-basis: 100%;
    text-align: right;
}
.landplan_map_wrap{
    flex-direction: column;
}
.landplan_map_wrap .img{
    padding-bottom: 32px;
}
.landplan_map_wrap li:not(:first-child){
    padding-top: 16px;
}
.page_sec_content_box{
    display: block;
}
.page_sec_content_box .page_sec_content_txt{
    flex-basis: 50%;
}
.page_sec_content_box .page_sec_content_img{
    padding-bottom: 32px;
}

.landplan_slider img{
    /* width: 300px;
    height: 280px; */
}
.prev_icon{
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0,-50%);
  width: 24px !important;
  height: auto !important;
  z-index: 1;
}
.next_icon{
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0,-50%);
  width: 24px !important;
  height: auto !important;
  object-fit: none;
  z-index: 1;
}

}