@charset "utf-8";

.head_info h1{
	position: relative;
}
.head_info h1::before{
	content:"アクセス/ロケーション｜杉並区松庵の新築分譲マンション「パレステージ杉並松庵」公式HP。京王井の頭線三鷹台駅徒歩11分。";
	display: inline-block;
    font-size: 10px;
}
.sub_head {
	background-image: url(../img/access_location/subhead.jpg);
	background-position: center;
	background-size: cover;
}

/* カレントメニュー */
.h_links ul li.access_location::before {
    width: 100%;
    transition: 0.3s;
}
.footer_sitemap ul li.access_location a {
    background: #dedede;
    color: #333;
}
.hummenu ul li.access_location {
    border-bottom: 1px solid #fff;
}



/* 
.line_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.line_item .cap{
    text-align: right;
}
.line_item:not(:last-child){
    margin-bottom: 40px;
}
.line_item.img_box{
    margin-bottom: 10px;
}
.line_ttl{
    font-size: 20px;
    margin-bottom: 0.8em;
    line-height: 1.3;
}
.line_img{
    width: 100%;
}
.line_img_txt{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.line_img_txt .sec_ttl{
    margin: 5px 0 10px;
}
.line_img_txt .sec_lead{
    color: #fff;
    margin-top: 0;
    line-height: 1.5;
}




.access_sta_flex{
    display: flex;
    justify-content: center;
}
.access_sta_item{
    width: 33%;
}

.access_sec{
    padding-bottom: 80px;
}


@media screen and (max-width:1000px){
    .access_sec {
        padding-bottom: 80px;
    }
    .line_ttl {
        font-size: 18px;
    }
}

@media screen and (max-width:768px){
    
}

@media screen and (max-width:650px){
    .line_ttl {
        font-size: 16px;
    }
    .ac_tain_map_img{
        overflow-x: scroll;
    }
    .ac_tain_map_img img{
        width: 200vw;
        max-width: 800px;
        padding-bottom: 10px;
    }
    .access_sec{
        padding-bottom: 60px;
    }
    .access_sta_flex{
        flex-wrap: wrap;
    }
    .access_sta_item{
        width: 50%;
    }
    .line_item .cap{
        text-align: center;
    }
}

@media screen and (max-width:550px){
    .line_ttl {
        font-size: 14px;
    }
}


@media screen and (max-width: 450px) {
}







/* position */

.position_map{
    margin-bottom: 60px;
}

.position_map .cap{
    text-align: right;
}

.history_box{
    margin-bottom: 100px;
}
.history_box .sec_ttl{
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}
.history_box .sec_lead{
    line-height: 2.5;
    text-align: left;
    margin-top: 0;
}

.history_flex{
    display: flex;
    justify-content: space-between;
}
.history_text{
    width: 40%;
}
.history_img{
    width: 55%;
}

.teitaku_img{
    margin-bottom: 60px;
}

.teitaku_text{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 20px;
    padding: 20px;
}
.teitaku_ttl{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.teitaku_lead{
    font-size: 14px;
    line-height: 2;
}

.risou_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.risou_item{
    width: 48%;
}
.risou_item:nth-child(n + 3){
    margin-top: 4%;
}
.risou_ttl{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.risou_item .cap{
    text-align: right;
    margin: 0.5em 0;
}
.risou_cap_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.risou_cap_list li{
    height: 10px;
}
.risou_cap_list li img{
    height: 100%;
    width: auto;
    display: block;
}

@media screen and (max-width:1000px){
    .risou_ttl {
        font-size: 16px;
    }
    .teitaku_ttl {
        font-size: 18px;
    }
    .teitaku_lead {
        font-size: 12px;
    }
}
@media screen and (max-width:768px){
}
@media screen and (max-width:750px){
    .history_box .sec_ttl{
        text-align: center;
    }
    .history_flex{
        flex-wrap: wrap;
    }
    .history_text{
        width: 100%;
    }
    .history_box .sec_lead{
        text-align: center;
    }
    .history_img{
        width: 100%;
        max-width: 500px;
        margin: 40px auto 0;
    }
    .risou_ttl {
        font-size: 14px;
    }
}
@media screen and (max-width:650px){
    .history_box .sec_ttl {
        font-size: 18px;
    }
    .risou_flex{
        flex-wrap: wrap;
        gap: 40px;
        max-width: 500px;
        margin: 0 auto 60px;
    }
    .risou_item{
        width: 100%;
    }
    .teitaku_ttl {
        font-size: 16px;
    }
    
}
@media screen and (max-width:550px){
    .teitaku_text{
        position: unset;
        background: rgba(0, 0, 0, 1);
    }
}




/* location */
.loc_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 80px;
}
.loc_item.col3{
    width: 32%;
}
.loc_flex.col4::after{
    content: "";
    width: 24%;
}
.loc_flex.col4 .loc_item:nth-child(n + 5){
    margin-top: 30px;
}
.loc_item.col4{
    width: 24%;
}
.loc_item.col5{
    width: 19%;
}
.loc_item_min{
    font-size: 12px;
    margin-top: 0.5em;
    font-weight: 600;
}
.loc_item_lead{
    font-size: 12px;
    margin-top: 0.5em;
}

.loc_map_l{
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loc_item.col2{
    width: 48%;
    max-width: 230px;
}
.loc_item.col2:nth-child(n + 3){
    margin-top: 30px;
}
.loc_map{
    width: 48%;
}
.loc_map_cap{
    position: absolute;
    font-size: 10px;
    right: 0;
    bottom: 0;
}

.gourmet_shop_box{
    width: 48%;
}
.gourmet_shop_heading{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 1.3em;
}
.gourmet_shop_heading p{
    display: inline-block;
    position: relative;
}
.gourmet_shop_en{
    position: absolute;
    height: 40px;
    width: auto;
    left: -50px;
    top: -19px;
}
.gourmet_shop_en img{
    height: 100%;
    width: auto;
}

.gourmet_shop_ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px #000;
    padding-bottom: 0.5em;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.8em;
}
.gourmet_shop_category{
    font-size: 0.8em;
}
.gourmet_shop_item:not(:last-child){
    margin-bottom: 30px;
}

.loc_column_box{
    border: solid 4px #a48b78;
    margin: 70px auto 40px;
    background-color: white;
}
.column_heading{
    font-size: 24px;
    text-align: center;
    background: #efefef;
    padding: 0.7em 0;
}

.column_flex{
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
}
.column_item{
    width: 31%;
}
.column_ttl{
    font-size: 18px;
    font-weight: 600;
}
.column_lead{
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 0.7em;
}
.loc_column_box .imgcap{
    color: #000;
    background: unset;
}
.column_img{
    position: absolute;
    max-width: 130px;
    right: -40px;
    top: -40px;
}

@media screen and (max-width:1000px){
    .column_ttl {
        font-size: 16px;
    }
    .column_heading {
        font-size: 20px;
    }
    .column_lead {
        font-size: 13px;
    }
    .gourmet_shop_ttl {
        font-size: 16px;
    }
    .gourmet_shop_heading {
        font-size: 18px;
    }
}
@media screen and (max-width:768px){
}
@media screen and (max-width:750px){
    .loc_flex.gourmet_shop{
        flex-wrap: wrap;
        max-width: 500px;
        gap: 60px;
    }
    .gourmet_shop_box{
        width: 100%;
    }
}
@media screen and (max-width:650px){
    .column_heading {
        font-size: 16px;
    }
    .column_flex{
        flex-wrap: wrap;
        gap: 30px;
    }
    .column_item{
        width: 100%;
    }
    .column_ttl {
        font-size: 14px;
    }
    .column_img {
        max-width: 100px;
    }
    .gourmet_shop_heading {
        font-size: 16px;
    }
    .gourmet_shop_ttl {
        font-size: 14px;
    }
    .loc_flex {
        margin: 0 auto 60px;
    }
    .loc_item.col3 {
        width: 48%;
    }
    .col4 .loc_item.col4{
        width: 32%;
    }
    .loc_flex.col4 .loc_item:nth-child(n + 4){
        margin-top: 30px;
    }
    .loc_flex.col4::after {
        content: "";
        width: 32%;
    }
    .loc_map_l{
        width: 100%;
    }
    .loc_map{
        width:  100%;
    }
    .loc_flex.col3 .loc_item:nth-child(n + 3){
        margin: 30px auto 0;
    }
    .loc_item.col2{
        max-width: unset;
    }
    .loc_map{
        margin-top: 30px;
    }
    .kichijoji_list02 .loc_item.col2:nth-child(n + 3){
        margin-top: 0px;
    }
    .kichijoji_list02 .loc_item.col2:nth-child(n + 4){
        margin-top: 30px;
    }
    .loc_item.col5 {
        width: 48%;
    }
    .park_list .loc_item.col5:nth-child(n + 3) {
        margin-top: 30px;
    }
    
}
@media screen and (max-width:550px){
    .col4 .loc_item.col4 {
        width: 48%;
    }
    .loc_flex.col4 .loc_item:nth-child(n + 3){
        margin-top: 30px;
    }
    .column_img{
        display: none;
    }
    .column_flex{
        padding: 20px 20px 30px;
    }
    .column_lead {
        font-size: 12px;
    }
}






/* felicity */
.kichijoji_main{
    margin-bottom: 40px;
}
.inokashira_bg{
    background: url(../img/access_location/inokashira_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 40px;
    margin-bottom: 80px;
}
.inokashira_ttl{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.inokashira_ttl span{
    font-size: 12px;
    display: inline-block;
    padding-left: 1em;
}
.inokashira_lead{
    line-height: 1.5;
    font-size: 16px;
}
.inokashira_map{
    margin: 60px auto;
}
.inokashira_flex{
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}
.inokashira_item{
    width: 48%;
}
.ogikubo_syoan .loc_item:nth-child(n + 4){
    margin-top: 30px;
}
.kichijoji_list .loc_item:nth-child(n + 4){
    margin-top: 30px;
}
.loc_flex.kichijoji_list{
    margin-bottom: 30px;
}
.loc_flex.ogikubo_syoan{
    margin-bottom: 0;
}


@media screen and (max-width:1000px){
    .inokashira_lead {
        font-size: 14px;
    }
    .inokashira_ttl {
        font-size: 20px;
    }
}
@media screen and (max-width:768px){
}
@media screen and (max-width:750px){
}
@media screen and (max-width:650px){
    .inokashira_ttl {
        font-size: 16px;
    }
    .inokashira_lead {
        font-size: 12px;
    }
    .ogikubo_syoan .loc_item.col4{
        width: 48%;
    }
    .ogikubo_syoan .loc_item:nth-child(n + 3){
        margin-top: 30px;
    }
    .kichijoji_list .loc_item.col4{
        width: 48%;
    }
    .kichijoji_list .loc_item:nth-child(n + 3){
        margin-top: 30px;
    }
    .inokashira_bg {
        padding: 20px;
    }
    .inokashira_map {
        margin: 40px auto;
    }
    .inokashira_ttl span{
        display: block;
        padding-left: 0;
        margin-top: 0.5em;
    }
    .inokashira_map_img {
        overflow-x: scroll;
    }
    .inokashira_map_img img {
        width: 150vw;
        max-width: 800px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:550px){
}





/* lifeinfo */
.lifeinfo_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lifeinfo_flex_item{
    width: 48%;
}
dt{
    font-weight: unset;
}
.lifeinfo_ttl{
    color: #333333;
    background: #fff;
    /* text-align: center; */
    margin-bottom: 0.5em;
    padding: 0 0 0.5em;
    border-bottom: solid 2px #757575;
    font-size: 14px;
}
.lifeinfo_list dt {
    float: left;
    font-size: 13px;
    clear: both;
}
.lifeinfo_list dt  i{
    font-size: 0.7em;
    font-style: normal;
}
.lifeinfo_list dd {
    text-align: right;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    /* margin: 0 0 10px; */
}
.lifeinfo_list dd::before {
    content: "";
    flex-grow: 1;
    border-top: 1px dashed #000;
    display: block;
    margin-right: .4em;
}
.lifeinfo_flex_item .lifeinfo_item:not(:last-child){
    margin-bottom: 20px;
}

.lifeinfo_map{
    margin-bottom: 30px;
}

.lifeinfo_list dt,
.lifeinfo_list dd {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 2.4em;
}



@media screen and (max-width:1000px){
    .lifeinfo_list dd {
        font-size: 12px;
    }
    .lifeinfo_list dt {
        font-size: 12px;
    }
}
@media screen and (max-width:768px){
}
@media screen and (max-width:750px){
}
@media screen and (max-width:650px){
    .lifeinfo_flex_item{
        width: 100%;
    }
    .lifeinfo_flex_item:not(:last-child){
        margin-bottom: 20px;
    }
}
@media screen and (max-width:550px){
}
