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

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

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

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

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

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

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

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

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

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

.text-aomori {
    width: 62px;
    position: relative;
    top: 85px;
    left: 230px;
}

.text-akita {
    width: 62px;
    position: relative;
    top: 160px;
    left: 200px;
}

.text-iwate {
    width: 62px;
    position: relative;
    top: 160px;
    left: 280px;
}

.text-yamagata {
    width: 62px;
    position: relative;
    top: 250px;
    left: 180px;
}

.text-miyagi {
    width: 62px;
    position: relative;
    top: 230px;
    left: 260px;
}

.text-fukushima {
    width: 62px;
    position: relative;
    top: 335px;
    left: 200px;
}

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

