@charset "utf-8";

body {
    margin: 0;
    padding: 0;
}



.feature {
//    width: 2400px;
    max-width: 90%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.feature-text {
    max-width: 100%;
    margin-right: 10px;
}

.feature-text h3 {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}

//.feature-text h3::after {
//    content: '';
//    display: block;
//    width: 36px;
//    height: 3px;
//    background-color: #000000;
//    margin-top: 20px;
//}

.feature-text p {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.back {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#map {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    //	position: relative;
}

ul {
    margin: -10px 0;
    padding-left: 30px;
}
li {
    //        list-style: none;
    margin: 0;
    list-style: circle;
}

.map-tab {
    width: auto;
    margin: 0 auto;
}
.map-tab_item {
    display: inline-block;
    //        padding: 8px 15px;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.map-tab_item:hover {
    font-size: 115%;
    background-color: #eeeeee;
}

.gm-style-iw,
.gm-style-iw-c {
    width: 232px;
}

.gm-style-iw-d {
    width: 219px;
}

.map-window {
    width: 200px;
    height: 200px;
}

.map-window_name {
    width: calc(100% - 10px);
}

@media (max-width: 800px) {
    .map-tab {
        width: auto;
        margin: 0 auto;
	display: flex;
    }

}
