div#a1004_mainbox{
    padding-top: 140px;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

div#a1004_leftbox{
    padding: 0;
}

div#containts_body {
    padding: 0;
}

.spl_outishoukai_contents{
    padding-bottom: 100px;

    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.title_block{
    position: relative;
    padding: 0 20px;
    margin-top: 100px;
}
.title_block::after{
    position: absolute;
    bottom: -6px;
    content: "";
    display: block;
    width: 770px;
    height: 2px;
    background: #2E2A28;
}

.title_block h1 img{
    width: 100%;
}

.title_lead_wrap{
    position: relative;
    padding: 25px 0;
    background: #E6E5E4;
}
.title_lead_wrap::before{
    position: absolute;
    top: -25px;
    left: 10px;
    content: "";
    display: block;
    width: 56px;
    height: 59px;
    background: url(../img/ico_house1.png) no-repeat;
    background-size: contain;
}
.title_lead_wrap::after{
    position: absolute;
    bottom: -15px;
    right: -10px;
    content: "";
    display: block;
    width: 54px;
    height: 78px;
    background: url(../img/ico_house2.png) no-repeat;
    background-size: contain;
    z-index: 10;
}

.title_lead{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    color: #201E1E;
    line-height: 1.6;
}

.genre_nav_block{
    margin-top: 40px;
}

.list_genre_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 645px;
    margin: 0 auto;
}

.item_genre_nav{
    width: 310px;
    margin-top: 20px;
}
.item_genre_nav:hover{
    opacity: 0.7;
}

.main_images_wrap{
    margin-top: 60px;
}

.main_images_lead{
    width: 100%;
    display: block;
    padding: 12px 0;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #231815;
    font-size: 16px;
    background: #ECE9E5;
}

.main_images_lead img{
    margin-left: 10px;
}

.main_images_block{
    position: relative;
    padding-top: 45px;
    padding-bottom: 100px;
}

.title_genre{
    position: absolute;
    top: -20px;
    left: 20px;
}

.genre_living,
.genre_bathroom{
    background: url(../img/bg_tile1.png);
}
.genre_kitchen,
.genre_particular{
    background: url(../img/bg_tile2.png);
}

.genre_particular{
    padding-bottom: 60px;
}

.list_main_iamge{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.item_main_iamge{
    position: relative;
    width: 240px;
    height: 240px;
    margin-top: 20px;
    overflow: hidden;
}
/* .item_main_iamge:hover{
    opacity: 0.7;
} */

.item_main_iamge:hover{
    cursor: pointer;
}
.item_main_iamge a:hover::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.item_main_iamge a:hover::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../img/ico_roupe.svg)no-repeat;
    background-size: contain;
}

.item_main_iamge img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item_main_iamge_empty{
    width: 240px;
    height: 0;
}

.insta_introduction_block{
    position: relative;
    padding: 0 20px;
    padding-bottom: 60px;
    margin-top: 60px;
}
.insta_introduction_block::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4%;
    background: url(../img/line_dot.png) repeat-x;
}

.bnr_insta_introduction:hover{
    opacity: 0.7;
}

.insta_introduction_block > p{
    padding: 20px 80px 0 80px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    color: #707070;
}

.insta_introduction_block > p a{
    color: #309DD5;
    text-decoration: underline;
}

.foot_bnr_block{
    position: relative;
    margin-top: 60px;
    padding: 0 20px;
    padding-bottom: 60px;
}
.foot_bnr_block::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4%;
    background: url(../img/line_dot.png) repeat-x;
}

.foot_bnr_gallery img{
    width: 100%;
}
.foot_bnr_gallery:hover{
    opacity: 0.7;
}

.btn_park_search_area{
    width: 746px;
    height: 108px;
    display: flex;
    margin-top: 60px;
    padding: 45px 90px 0 90px;
    justify-content: space-between;
    background: url(../img/footer_nav_bg.png) no-repeat;
    box-sizing: border-box;
}

.btn_park_search_area a{
    display: block;
    width: 270px;
}
.btn_park_search_area a:hover{
    opacity: 0.7;
}

.btn_park_search_area a img{
    width: 100%;
}

.column_bnr_block{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 20px;
}

.column_bnr_block a{
    display: block;
    width: 240px;
}
.column_bnr_block a:hover{
    opacity: 0.7;
}

.column_bnr_block a img{
    width: 100%;
}

/* 
modal content
*/

.modaal-wrapper {
    z-index: 210002;
}

.modaal-overlay{
    z-index: 210001;
}

.modal_image_comtemts{
    display: none;
}

.modaal-content-container{
    padding: 0;
    display: flex;
    height: 100%;
    line-height: 0;
    background: #F1EEEC;
}

.modal_image_comtemts{
}

.modal_image_left{
    width: calc(100% - 300px);
}

.modal_image_left img{
    width: 100%;
}

.modal_image_right{
    flex-shrink: 0;
    width: 300px;
    height: 100%;
    color: #737373;
    line-height: 1;
}

.modal_content_title{
    padding: 20px;
    background: #FFF;
}

.modal_content_title h2{
    font-size: 16px;
    color: #343434;
    font-weight: bold!important;
}

.modal_content_maker{
    padding-top: 10px;
    font-size: 12px;
    color: #737373;
}

.modal_content_text{
}

.modal_content_text p{
    padding: 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #363636;
}

/*20250401追記*/
.content-notice{
    margin-top:18px;
    margin-right: 10px;
    text-align: right;

}