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

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

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

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

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

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

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

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

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

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

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

.text-shimane {
    width: 62px;
    position: relative;
    top: 230px;
    left: 205px;
}

.text-okayama {
    width: 62px;
    position: relative;
    top: 250px;
    left: 375px;
}

.text-hiroshima {
    width: 62px;
    position: relative;
    top: 270px;
    left: 230px;
}

.text-yamaguchi {
    width: 62px;
    position: relative;
    top: 305px;
    left: 50px;
}

.cgk-select-area {
    width: 190px;
    position: relative;
    top: -90px;
    left: 0px;
}


