@import url(./common_import.css);
/*************************************************************************/
/****************************  keyvisual  ********************************/
/*************************************************************************/

.lower_layer_keyvisual{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/express_assets/asia/img/properties/header_secondary.jpg);
    padding: 50px 0 70px 0;
    margin-bottom: 135px;
}

/* .lower_layer_keyvisual.thailand{
    background-image: url(/express_assets/asia/img/properties/header_secondary.jpg);
}

.lower_layer_keyvisual.phillipines{
    background-image: url(/express_assets/asia/img/properties/header_secondary.jpg);
}

.lower_layer_keyvisual.singapore{
    background-image: url(/express_assets/asia/img/properties/header_secondary.jpg);
}

.lower_layer_keyvisual.malaysia{
    background-image: url(/express_assets/asia/img/properties/header_secondary.jpg);
}

.lower_layer_keyvisual.dubai{
    background-image: url(/express_assets/asia/img/properties/header_secondary.jpg);
} */

.lower_layer_keyvisual .breadcrumbs{
    font-size: 16px;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 215%;
    gap: 25px;
    margin-bottom: 80px;
}

.lower_layer_keyvisual .breadcrumbs *{
    color: #000;
}

.lower_layer_keyvisual .breadcrumbs > span{
    position: relative;
}

.lower_layer_keyvisual .breadcrumbs > span:not(:last-child):before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.lower_layer_keyvisual h1{
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 400;
    color: var(--main-color);
}

.lower_layer_keyvisual h1 span{
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 2px;
    color: #AD7B00;
    display: block;
    margin-bottom: 27px;
}   

.country_list{
    display: flex;
    gap: 14.4px;
}

.country_box{
    width: calc(100% / 6 - 7.7px);
}

.country_box a{
    display: flex;
}

.country_box .country_box_image{
    width: 26.315%;
}

.country_box .country_box_text{
    width: 73.6%;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.country_box_text h5{
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: var(--main-color);
}

.country_box_text h5 span{
    color: #BB9C50;
    font-size: 13px;
    line-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display:block;
}

.country_box.select .country_box_text{
    background-color: var(--main-color);
}

.country_box.select .country_box_text h5{
    color: #fff;
}

@media screen and (max-width:1010px){
    .country_list{
        gap: 20px 22px;
        flex-wrap: wrap;
    }
    .country_box{
        width: calc(100% / 3 - 15px);
    }
    .lower_layer_keyvisual{
        margin-bottom: 80px;
    }
}

/*スマホ*/
@media screen and (max-width:767px){
    .country_box .country_box_image{
        width: 34px;
    }
    .country_list{
        gap: 10px;
    }
    .country_box{
        width: calc(100% / 2 - 5px);
    }
    .country_box .country_box_text{
        padding: 5px;
        padding-left: 5px;
        width: calc(100% - 34px);
    }
    .country_box_text h5 span{
        margin-bottom: 5px;
    }
    .country_box_text h5{
        font-size: 15px;
    }
    .country_box_text h5 span{
        font-size: 11px;
    }
    .lower_layer_keyvisual{
        margin-top: 60px;
        padding-bottom: 50px;
        margin-bottom: 60px;
        background-image: url(/express_assets/asia/img/properties/sp_header_secondary.jpg);
    }
    .lower_layer_keyvisual h1{
        font-size: 34px;
    }
    .lower_layer_keyvisual h1 span{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .lower_layer_keyvisual .breadcrumbs{
        margin-bottom: 50px;
        font-size: 13px;
    }
    .lower_layer_keyvisual .breadcrumbs > span:not(:last-child):before {
        width: 5px;
        height: 5px;
    }
}

@media screen and (max-width:365px){
    .country_box_text h5{
        font-size: 3.8vw;
    }
    .country_box_text h5 span{
        font-size: 2.933333333333333vw;
    }
}


/*************************************************************************/
/**************************  keyvisualここまで  **************************/
/*************************************************************************/



/*************************************************************************/
/******************************  タイトル  ********************************/
/*************************************************************************/

.title_box h2{
    padding-bottom: 25px;
    border-bottom: solid 1px #B8B8B8;
    margin-bottom: 25px;
}

.title_box .country_name{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.title_box .main_title{
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.title_box .main_title_ja{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.title_box .direction p{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 50px;
}

@media screen and (max-width:767px){
    .title_box .country_name{
        font-size: 16px;
    }
    .title_box .main_title{
        font-size: 28px;
    }
    .title_box .main_title_ja{
        font-size: 18px;
    }
    .title_box .direction p{
        font-size: 18px;
        line-height: 200%;
        margin-bottom: 60px;
    }
}

/*************************************************************************/
/***************************  タイトルここまで  ***************************/
/*************************************************************************/


/*************************************************************************/
/***************************  メインコンテンツ  ***************************/
/*************************************************************************/

.main_content{
    overflow: hidden;
}

.main_content_inner{
    display: flex;
    gap: 30px;
    margin-bottom: 120px;
}

.main_content_inner img{
    width: 100%;
}

.main_content_inner .main_image_content{
    width: calc(50% - 15px);
}

.main_content_inner .main_text_content{
    width: calc(50% - 15px);
}

.main_content_inner .main_text_content table{
    width: 100%;
}

.main_content_inner .image_box{
    margin-bottom: 20px;
    height: 27.916666666666668vw;
    max-height: 402px;
}
.main_content_inner .image_box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main_content_inner .image_thumbnail_box{
    height: 8.75vw;
    max-height: 126px;
}

.main_content_inner .image_thumbnail_box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.main_content_inner .main_text_content *{
    font-family: "Noto Sans JP", sans-serif;
    line-height: 170%;
    font-size: 18px;
}

.main_content_inner .main_text_content table{
    border-collapse: collapse;
}

.main_content_inner .main_text_content tr{
    border-bottom: 1px solid #CFCFCF;
}

.main_content_inner .main_text_content tr:first-child{
    border-top: 1px solid #CFCFCF;
}

.main_content_inner .main_text_content th{
    font-weight: 500;
    padding: 20px 18px 20px 30px;
    text-align: left;
    white-space: nowrap;   
}

.main_content_inner .main_text_content td{
    padding: 20px 30px 20px 60px;
    text-align: left;
}

.main_content_inner .main_text_content .exchange_comment,.main_content_inner .main_text_content .exchange_comment *{
    color: #565656;
    font-size: 14px;
}

@media screen and (max-width:1010px){
    .main_content_inner{
        flex-direction: column;
        gap: 77px;
    }

    .main_content_inner .main_image_content{
        width: 100%;
    }

    .main_content_inner .main_text_content{
        width: 100%;
    }
    .main_content_inner .image_box{
        max-height: 415px;
        height: 56.92729766803841vw;
    }
    .main_content_inner .image_thumbnail_box{
        height: 17.832647462277095vw;
        max-height: 130px;
    }
    .main_content_inner .main_text_content th{
        padding: 25px 18px 25px 30px;
    }
    .main_content_inner .main_text_content td{
        padding: 25px 30px 25px 60px;
    }
}

@media screen and (max-width:767px){
    .main_content_inner .image_box {
        max-height: 196px;
        height: 56.48414985590778vw;
        margin-bottom: 8.5px;
    }

    .main_content_inner .main_text_content th{
        padding: 25px 28px 25px 20px;
    }

    .main_content_inner .main_text_content td{
        padding: 25px 20px;
    }
    .main_content_inner .main_text_content .exchange_comment{
        display: block;
    }
    .main_content_inner .main_text_content .exchange_comment + br{
        display: none;
    }
}

/*************************************************************************/
/************************  メインコンテンツここまで  ***********************/
/*************************************************************************/
