@charset "utf-8";

figure {
    position: relative;
}

.notes {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

.inner_800 {
    max-width: 800px;
    width: 90%;
    margin: 20px auto 0;
}

.pos {
    position: relative;
}


/* concept */
/*---------------------------
pc
---------------------------*/
.main-ttl {
    background-image: url(../img/city/city01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 27% 0;
    position: relative;
}

.main-ttl h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    width: 140px;
    height: 140px;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.main-ttl p {
    width: 28%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.en-ttl {
    text-align: center;
    padding: 20px 0;
}

.txt {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 2;
}

.item-ttl {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.con-ttl {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.sub-ttl {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}

.arial {
    font-family: "Arial", "メイリオ";
}

.border-ttl {
    display: inline-block;
    width: 280px;
    font-size: 22px;
    letter-spacing: 6px;
    padding: 10px 20px;
    border: 1px solid #000;
    margin-bottom: 50px;
}


/* flex */
.column02 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column02 li {
    width: calc((100% - 10px) / 2);
}

.column03 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column03 li {
    width: calc((100% - 10px) / 3);
}

.column04 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column04 li {
    width: calc((100% - 90px) / 4);
}

.column04 li:nth-of-type(n+5) {
    margin-top: 20px;
}


.copy {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
}

.copy .txt {
    text-align: center;
}

.city_area {
    margin-bottom: 100px;
}

.city_box02 {
    text-align: center;
    background: #e7e7e7;
    padding: 50px 0 100px 0;
}

.city_box02 .good_design01 {
    width: 20%;
    margin: 0 auto;
}

.city_box02 .border-ttl {
    width: initial;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.design_flex {
    flex-wrap: wrap;
}

.design_flex li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 10px;
}

.design_flex li:nth-of-type(2) {
    width: 37.1428%;
}

.design_flex li:nth-of-type(2) .mini_image {
    display: flex;
    flex-wrap: wrap;
}

.design_flex li:nth-of-type(2) .mini_image figure {
    width: 50%;
}

.design_flex li:nth-of-type(3) {
    width: 62.8572%;
}

.city_box03 {
    padding: 100px 0;
    margin: 0 auto;
}

.city_box03 .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.city_box03 .column04 {
    margin-bottom: 20px;
}

.city_box03 .notes {
    text-align: right;
}

.city_box03 .column04 li figure {
    margin-bottom: 20px;
}

.city_box04 {
    background: #e7e7e7;
    padding: 100px 0 100px 0;
}

.city_box04 .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.city_box04 .achieve {
    flex-wrap: wrap;
    justify-content: space-between;
}

.city_box04 .achieve li {
    display: flex;
    width: 48%;
}

.city_box04 .achieve li:nth-of-type(n+3) {
    margin-top: 40px;
}

.city_box04 .achieve li .image {
    width: 54%;
}

.city_box04 .achieve li .text {
    width: 46%;
    padding-left: 20px;
}

.city_box04 .achieve li .text .flex p.good_design02 {
    width: 44%;
}

.city_box04 .achieve li .text .flex div {
    width: 56%;
}


.city_box04 .achieve li .text .txt {
    line-height: 1.4;
}

.jgorest {
    font-size: 14px;
    margin-bottom: 5px;
}

.build-name {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.address {
    font-size: 12px;
    line-height: 1.3;
    padding: 6px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.pc_image {
    display: block;
}

.sp_image {
    display: none;
}

.tab_only {
    display: none;
}

.tab_sp {
    display: none;
}

.pc_tab {
    display: block;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
    .tab_only {
        display: block;
    }

    .tab_sp {
        display: block;
    }

    .sub-ttl {
        font-size: 18px;
    }

    .city_box02 .border-ttl {
        width: 90%;
        margin: 0 auto 30px;
    }


}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {
    .pc_tab {
        display: none;
    }

    .tab_only {
        display: none;
    }

    .pc_image {
        display: none;
    }

    .sp_image {
        display: block;
    }

    .main-ttl {
        background-image: url(../img/city/city01_sp.png);
    }

    .main-ttl h2 {
        width: 140px;
        height: 100px;
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: initial;
    }

    .en-ttl {
        font-size: 14px;
    }

    .sub-ttl {
        margin-bottom: 20px;
    }

    .con-ttl {
        font-size: 22px;
    }

    .border-ttl {
        width: 200px;
        font-size: 16px;
    }

    .column02 li {
        width: 100%;
    }

    .column02 li:nth-of-type(2) {
        margin-top: 10px;
    }

    .column03 li {
        width: 100%;
    }

    .column03 li:nth-of-type(n+2) {
        margin-top: 10px;
    }

    .column04 li {
        width: 100%;
    }

    .column04 li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    .copy .txt {
        text-align: left;
    }

    .city_box02 {
        padding: 50px 0 60px 0;
    }

    .city_box02 .good_design01 {
        width: 50%;
    }

    .city_box02 .border-ttl {
        width: 90%;
        margin: 0 auto 30px;
    }

    .design_flex li:nth-of-type(2) {
        width: 100%;
        margin-bottom: 10px;
    }

    .design_flex li:nth-of-type(3) {
        width: 100%;
    }

    .city_box03 {
        padding: 60px 0 60px 0;
    }

    .city_box04 {
        padding: 50px 0 50px 0;
    }

    .city_box04 .achieve li {
        flex-wrap: wrap;
        width: 100%;
    }

    .city_box04 .achieve li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    .city_box04 .achieve li .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .city_box04 .achieve li .text {
        width: 100%;
        padding-left: 0;
    }

    .city_box04 .achieve li .text .flex {
        justify-content: space-between;
    }

    .city_box04 .achieve li .text .flex p.good_design02 {
        width: 32%;
    }

}