/* ----- 初期設定 -------------------------------------------- */
@charset "UTF-8";
/* ---------------------------------------------------------- */

/* ----- Homeのメインコンテンツ表示の設定内容 ---------------- */
main {
    padding: 70px 0 30px;      /* 要素内側の上部と下部の余白 */
}
/* ---------------------------------------------------------- */

/* ----- 九州地方mapメイン表示の設定内容 ------------------------ */
.kyushu-title-img {
    height: 100px;
    width: 100%;
    background-image: url(../japan-map-img/japan-kyushu-map.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.kyushu-title-img h2 {
    padding-top: 35px;
}

.kyushu-subtitle-img {
    height: 100px;
    width: 100%;
    background-image: url(../japan-map-img/japan-kyushu-map.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.kyushu-subtitle-img h2 {
    padding-top: 15px;
    margin-bottom: 10px;
}

.kyushu-map {
    height: 500px;
    width: 500px;
    background-color: white;
    padding: 10px 7px;
    border: 1px solid #c0c0c0;
    box-shadow: 3px 3px 5px #b7b7b7;
    margin-right: 8px;
}

/* 「マップ表示と中のテキスト構成内容」 */
.kyushu-map-img {
    height: 100%;
    width: 100%;
    background-image: url(../japan-map-img/map-kyushu.png);
    background-size: cover;
    font-size: 16px;
}

.kyushu-map-img a {
    padding: 1px 10px;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    text-decoration: none;
}
 
.kyushu-map-img a:hover {
    background-color: #fff799;
}

.kyushu-map-img span {
    padding: 1px 10px;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    background-color: lightgreen;
    color: blue;
}

.text-fukuoka {
    width: 62px;
    position: relative;
    top: 75px;
    left: 180px;
}

.text-saga {
    width: 62px;
    position: relative;
    top: 90px;
    left: 105px;
}

.text-oita {
    width: 62px;
    position: relative;
    top: 120px;
    left: 280px;
}

.text-nagasaki {
    width: 62px;
    position: relative;
    top: 130px;
    left: 0px;
}

.text-kumamoto {
    width: 62px;
    position: relative;
    top: 130px;
    left: 195px;
}

.text-miyazaki {
    width: 62px;
    position: relative;
    top: 170px;
    left: 255px;
}

.text-kagoshima {
    width: 70px;
    position: relative;
    top: 230px;
    left: 135px;
}

.text-okinawa {
    width: 62px;
    position: relative;
    top: 195px;
    left: 390px;
}

.kys-select-area {
    width: 190px;
    position: relative;
    top: -140px;
    left: 310px;
}


