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

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

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

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

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

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

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

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

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

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

.text-kyoto {
    width: 62px;
    position: relative;
    top: 115px;
    left: 220px;
}

.text-hyogo {
    width: 62px;
    position: relative;
    top: 140px;
    left: 90px;
}

.text-shiga {
    width: 62px;
    position: relative;
    top: 125px;
    left: 320px;
}

.text-osaka {
    width: 62px;
    position: relative;
    top: 180px;
    left: 215px;
}

.text-mie {
    width: 62px;
    position: relative;
    top: 200px;
    left: 380px;
}

.text-nara {
    width: 62px;
    position: relative;
    top: 210px;
    left: 275px;
}

.text-wakayama {
    width: 70px;
    position: relative;
    top: 275px;
    left: 175px;
}

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


