@charset "utf-8";
main{
	width: 100%;
	margin: auto;
    background: #0d0015;
    color: #fff;
}
.ft10 {
    font-size: 10px;
    letter-spacing: .1em;
    margin: 20px auto 0;
}
#mv_location {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
#mv_location figure {
}
#mv_location img {
    width: 100%;
}
.linkWrap {
    width: 94%;
    max-width: 1200px;
    position: relative;
    margin: auto;
}
.linkWrap .page_ttl {
    margin: 0 auto;
    width: 50%;
	text-align: center;
    max-width: 480px;
}
.linkWrap .page_ttl img {
	height: 155px;
	max-width: 290px;
}
.linkWrap ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
}
.linkWrap li {
    width: 50%;
    max-width: 200px;
}
.linkWrap a {
    display: block;
    width: 100%;
    height: 100%;
}
.linkWrap a img {
    width: 100%;
}
.location_concept {
    width: 94%;
    max-width: 1200px;
    margin: 120px auto 0;
}
.location_concept img{
    display: block;
    width: 100%;
}
.location_concept h3 {
    width: 67%;
    max-width: 960px;
    margin: auto;
}

.location_concept h4 {
    width: 43.75%;
    max-width: 630px;
    margin: 120px auto 0;
}

.location_concept p {
    width: 54%;
    max-width: 780px;
    margin: 40px auto 0;
}
.location_smartcity {
    width: 100%;
    margin: 185px auto 0;
    background: #14143c;
    position: relative;
    z-index: 0;
}
.location_smartcity::after{
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background: #0d0015;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.location_smartcity .bg_txt {
    width: 94%;
    height: 150px;
    max-width: 1200px;
    margin: auto;
    background: url(../../img/location/bg_smartcity.png) no-repeat top center / 85% auto;
    position: relative;
    top: -100px;
    padding-top:60px;
}
.location_smartcity .bg_txt img {
    display: block;
    width: 39.5%;
    max-width: 565px;
    margin: auto;
}
.location_smartcity ul,
.location_smartlife ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 94%;
    max-width: 1000px;
    margin: 80px auto 0;
}
.location_smartcity ul:first-of-type,
.location_smartlife ul:first-of-type {
    margin: -60px auto 0;
}
.location_smartcity ul li,
.location_smartlife ul li,
.location_lifeinfo ul li {
    width: 460px;
}
.location_smartcity ul li .txtBox_ttl,
.location_smartlife ul li .txtBox_ttl,
.location_lifeinfo ul li .txtBox_ttl{
    font-size:24px;    
}
.location_smartcity ul li .txtBox_ttl::after,
.location_smartlife ul li .txtBox_ttl::after,
.location_lifeinfo ul li .txtBox_ttl::after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 30px 0 0;
}
.location_smartcity ul li .txtBox_txt,
.location_smartlife ul li .txtBox_txt,
.location_lifeinfo ul li .txtBox_txt{
    font-size: 16px;
    line-height: 1.9em;
    letter-spacing: .05em;
    margin: 30px auto 0;
}
.location_smartcity ul li.imgBox img,
.location_smartlife ul li.imgBox img,
.location_lifeinfo ul li.imgBox img{
    width: 100%;
}
.location_smartcity ul li.txtBox.order02,
.location_smartlife ul li.txtBox.order02,
.location_lifeinfo ul li.txtBox.order02{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.location_smartlife {
    width: 100%;
    margin: 220px auto 0;
    background: #142414;
    position: relative;
    z-index: 0;
}
.location_smartlife::after{
    content: "";
    display: block;
    width: 100%;
    height: 360px;
    background: #0d0015;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.location_smartlife .bg_txt {
    width: 94%;
    height: 150px;
    max-width: 1200px;
    margin: auto;
    background: url(../../img/location/bg_smartlife.png) no-repeat top center / 83% auto;
    position: relative;
    top: -100px;
    padding-top:60px;
}
.location_smartlife .bg_txt img {
    display: block;
    width: 30.5%;
    max-width: 441px;
    margin: auto;
}
.location_smartlife .thumWrap { max-width: 960px; margin:40px auto 0;}
.location_smartlife .thumWrap li {
    width: calc( 25% - 30px);
    margin-left: 30px;
}
.location_smartlife .thumWrap li:first-child{
    margin-left: 0;
}
.location_smartlife .thumWrap li img {
    width: 100%;
}
.location_smartlife .location_pointWrap {
    width: 94%;
    max-width: 1200px;
}
.location_smartlife .location_pointWrap li {
    width: calc(50% - 20px);
    margin-left: 40px;
    padding: 40px;
    background: #fff;
    color: #000;
}
.location_smartlife .location_pointWrap li:first-child{
    margin-left: 0;
}
.location_smartlife .location_pointWrap .point_ttl {
    color: #145014;
    font-size: 24px;
    letter-spacing: .1em;
    text-align: center;
}
.location_smartlife .location_pointWrap .point_ttl::after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #145014;
    margin: 20px auto 35px;
}
.location_smartlife .location_pointWrap figure img {
    width: 100%;
}
.location_smartlife .location_pointWrap .point_ttl figcaption {
    font-size: 14px;
}
.location_lifeinfo {
    width: 94%;
    max-width: 1200px;
    margin: 185px auto 0;
}
.location_lifeinfo .page_ttl02 {
    width: 94%;
    max-width: 384px;
    margin: auto;
}
.location_lifeinfo .page_ttl02 img {
    width: 100%;
}
.location_lifeinfo figure{
    width: 94%;
    max-width: 1200px;
    margin: 60px auto 0;
}
.location_lifeinfo figure img{
    width: 100%;
}
.location_lifeinfo .lifeinfoWrap {
    width: 100%;
    max-width: 1200px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto 0;
}
.lifeinfoWrap .lifeinfo_item {
    width: calc(50% - 20px);
    margin-top: 30px;
}
.lifeinfoWrap dl {
    width: 100%;
}
.lifeinfoWrap dt {
    
}
.lifeinfoWrap .lifeinfo_ttl {
    background: #141870;
    padding: 8px 15px;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
}
.lifeinfoWrap dt img {
    width: 100%;
    margin: 20px auto 0;
}
.lifeinfoWrap dd {
    font-size: 15px;
    border-bottom: solid 1px #fff;
    line-height: 2.4em;
    position: relative;
}
.lifeinfoWrap dd .time {
    position: absolute;
    right: 0;
}
.location_caution {
    width: 94%;
    max-width: 1200px;
    margin: 120px auto 0;
}


@media screen and (max-width:480px) { 
    #mv_location{
        width: 100%;
        height: 30vh;
    }
    #mv_location figure{
        width: 100%;
        height: 100%;
    }
    #mv_location img{
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .linkWrap .page_ttl{
        width: 65%;
    }
    .linkWrap .page_ttl img{
        width: 100%;
        height: auto;
    }
    .location_concept{
        margin: 40px auto 0;
    }
    .location_concept h3{
        width: 100%;
    }
    .location_concept h4{
        width: 100%;
        margin: 60px auto 0;
    }
    .location_concept p{
        width: 100%;
        margin: 40px auto 0;
    }
    .location_smartcity,.location_smartlife{
        margin: 85px auto 0;
    }
    .location_smartcity ul:first-of-type, .location_smartlife ul:first-of-type{
        margin: -25px auto 0;
    }
    .location_smartcity .bg_txt{
        background-size: 100% auto;
        top: -40px;
        padding-top: 25px;
    }
    .location_smartcity .bg_txt img{
        width: 94%;
    }
    .location_smartcity ul li .txtBox_ttl, .location_smartlife ul li .txtBox_ttl, .location_lifeinfo ul li .txtBox_ttl{
        font-size: 21px;
    }
    .location_smartcity ul li .txtBox_txt, .location_smartlife ul li .txtBox_txt, .location_lifeinfo ul li .txtBox_txt{
        font-size: 14px;
    }
    .location_smartlife .bg_txt{
        background-size: 100%;
        top: -40px;
        padding-top: 25px;
    }
    .location_smartlife .bg_txt img{
        width: 100%;
    }
    .location_smartlife .thumWrap li{
        width: 48%;
        margin: 4% 0 0;
    }
    .location_smartlife .thumWrap li:nth-child(even){
        margin-left: 4%;
    }
    .location_smartlife .location_pointWrap .point_ttl{
        font-size: 21px;
    }
    .location_lifeinfo{
        margin: 40px auto 0;
    }
    .lifeinfoWrap dd{
        font-size: 14px;
    }
    .lifeinfoWrap dd:after{
        content: "";display: block;clear: both;
    }
    .lifeinfoWrap dd .time{
        position: static;
        display: block;
        float:right; 
    }
    .location_caution{
        margin: 40px auto 0;
    }
    
    .linkWrap ul{
        position: static;
        margin: auto;
        padding: 1rem;
    }
    .linkWrap ul li{
        width: 48%;
    }
    .location_smartcity ul li, .location_smartlife ul li, .location_lifeinfo ul li{
        width: 100%;
    }
    .location_smartcity ul li.txtBox.order02, .location_smartlife ul li.txtBox.order02, .location_lifeinfo ul li.txtBox.order02{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .location_smartcity ul li.txtBox.order02 + li.imgBox, .location_smartlife ul li.txtBox.order02 + li.imgBox{
       -webkit-box-ordinal-group: 3;
       -ms-flex-order: 2;
       order: 2;
    }
    .location_smartlife .location_pointWrap li{
        width: 100%;
        margin: 20px auto 0;
        padding: 3%;
    }
    .lifeinfoWrap .lifeinfo_item{
        width: 100%;
        margin: 20px auto 0;
    }

}