@charset "UTF-8";

.top-image.maps {
    background-image: url("../img/maps/top-image-pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .top-image.maps {
        background-image: url("../img/maps/top-image-pc.jpg");
    }
}


.page-top {
    margin: 60px;
}

.section-maps-text {
    padding: 60px 10px;
}

/*
.page-top-title {
    font-size: 38px;
    line-height: 0;
    margin-top: 27px;
}

.page-top-title-subtitle {
    font-size: 15px;
}

@media (min-width: 768px) {
    .page-top-title {
        font-size: 28px;
        line-height: 37px;
    }
}

@media (min-width: 1024px) {
    .page-top-title {
        font-size: 48px;
        line-height: 37px;
    }
}

@media (min-width: 768px) {
    .page-top-title-subtitle {
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .page-top-title {
        font-size: 48px;
        text-align: center;
        letter-spacing: 0.15em;
        line-height: 37px;
        margin-top: 10px;
    }
}
*/


#mapSample {
    width: auto;
    height: 555px;
    margin-bottom: 120px;
}

.section-region {
    margin: 60px 0 120px;
}


.section-category-position {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.control-group {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.control-title {
    width: 150px;
    padding: 13px;
    letter-spacing: 0.05em;
}


h1 {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
    margin-top: 0;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #707070;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #707070;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #707070 transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #707070;
}

.select select:disabled~.select__arrow {
    border-top-color: #707070;
}

.size_select_center {
    position: relative;
    border: 1px solid #707070;
    width: 320px;
}

.size_select_center select {
    width: 300px;
    font-size: 16px;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.size_select_center select:focus {
    opacity: 1;
    z-index: -1;
}

.size_select_center select:focus+.size_select_label {
    opacity: 0;
}

.size_select_label {
    box-sizing: border-box;
    width: 300px;
    font-size: 16px;
    padding: 10px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section-about-concept-text:last-of-type {
    margin-top: 25px;
}

.map-ichiran {
    max-width: 1080px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .map-ichiran {
        width: 80%
    }
}

@media (min-width: 1024px) {
    
    .cell,figure {
        width: 260px;
    }
}