@charset "utf-8";

.kanko1{
	display:block;
	float:left;
    width:100%;
}

@media screen and (min-width:991px){
.kanko1{
	width:75%;
	float:right;
    margin-top: -289px;
}
}

/*道の駅*/
.eki{
    display:block;
    float:left;
    width:97%;
    height:260px;
    margin:0 5px 5px 5px;
    line-height:1.5;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 0.2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

@media screen and (max-width:323px){
.eki{
    height:auto;
}
}

@media screen and (min-width:650px){
.eki{
    width:48%;
}
}

h1{
    font-size:140%;
    padding-left:5px;
}

.eki dl{
    display:flex;
    align-items: center;
}

.eki dl:nth-child(even){
    background: #e0f0ff;
}

.eki dt{
    padding-left:5px;
    width:90px;
}

.eki dd{
    width:calc(100% - 90px);
}

.eki a{
    color:#000000;
    text-decoration:none;
}
