@charset "UTF-8";
/* CSS Document */
.rantan1{
	font-size:clamp(11px,1.3vw,13px);
}
.add-text1{
    width: calc(100% / 1.5);
    text-align: center;
    position: absolute;
    right: calc(50% / 100);
    font-size: clamp(11px,1.3vw,13px);
    line-height: 1.5;
    z-index: 1;
}
.firsttext p:nth-child(2){
	margin-left:1em;
}
.kv_map {
    background: url(/wp-content/themes/twentytwenty/common/img/kv_bg.png) no-repeat center bottom;
    height: 656px;
    padding: 30px 0;
    margin: 30px 50px 50px;
    background-size: cover;
}
.areamap {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 10px;
    max-width: 700px;
}
.areamap svg a rect {
    transition: fill 0.3s linear;
}
.areamap svg a:hover rect {
    fill: #d8ff00;
}
.ws_head {
    position: relative;
}
@media (max-width: 768px) {
    .kv_map {
        background: url(/common/img/kv_bg.png) no-repeat center bottom;
        height: auto;
        padding: 30px 0;
        margin: 30px 15px 50px;
        background-size: cover;
    }
   .add-text1 {
    width: 100%;
    text-align: center;
    position: relative;
    right: 0;
} 
	.firsttext p:nth-child(2){
		margin-left:0;
		margin-bottom:1em;
	}
    #hanashi ul{
        margin-bottom: 50px;
    }
    #hanashi ul li{
        width: 48%;
    }
    #hanashi ul li:first-child{
        margin-right: auto;
    }
    #hanashi ul li p{
        line-height: 1;
    }
    .shopflex{
        padding:4vw 0;
    }
    
    .rantan1{
        display: block;
        line-height: 1.4;
    }
}