@charset "utf-8";
/* CSS Document */
/* design_overwrite.css */





/* =========================
breakpoint
========================= */
@media screen and ( max-width: 768px ){
    /* SP <> PC ブレークポイント */
}
@media screen and ( max-width: 1388px ){
    /* XDデザインサイズ　1388 */
}





img {
    max-width: none;
    width: 100%;
}
@media screen and ( max-width: 768px ){

}
@media screen and ( max-width: 1388px ){
}


.content-inner{
    width: 92%;
    max-width: 980px;
    margin: 30px auto;
}
.content-inner h2{
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: dotted 2px #666;
    margin-bottom: 10px;
}
.content-inner h2 span{
    font-size: 16px;
}
.content-inner .catch{
    font-size: 18px;
    color: #358e23;
    border-left: solid 3px #358e23;
    padding-left: 10px;
    margin-bottom: 20px;
}
.content-inner .catch span{
    font-size: 14px;
}

.content-inner .mv{
    margin-bottom: 30px;
}

.content-inner .point{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 50px;

}
.content-inner .point li{
    width: calc(100% / 3);
}
.content-inner .point li a{
    display: flex;
    align-items: center;
}
.content-inner .point li a span:first-child{
    width: 15%;
    font-size: 22px;
}
.content-inner .point li a span:last-child{
    width: 75%;
    font-size: 16px;
}

@media screen and ( max-width: 768px ){
.content-inner .catch{
    font-size: 17px;
}
.content-inner .catch span{
    font-size: 13px;
}
.content-inner .point{
    border: solid thin #ccc;
    padding: 15px;
}
.content-inner .point li{
    width: 100%;
    margin-bottom: 10px;
}
.content-inner .point li a span:first-child{
    width: 8%;
    font-size: 22px;
}
.content-inner .point li a span:last-child{
    width: 92%;
    font-size: 14px;
}
}


/* =========================
.point-facility
========================= */
.point-facility{
    width: 100%;
    margin-bottom: 80px;
}
.point-facility h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.point-facility .facility{
    width: 100%;
    margin-bottom: 80px;
}
.point-facility .facility h4{
    font-size: 18px;
    margin-bottom: 10px;
    color: #103f00;
}

.point-facility .gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.point-facility .gallery .gallery-left{
    width: 65%;
}
.point-facility .gallery .gallery-right{
    width: 30%;
}
.point-facility .gallery .gallery-right p{
    margin-bottom: 10px;
    font-size: 12px;
}

.point-facility .explain{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.point-facility .explain .explain-left{
    width: 30%;
}
.point-facility .explain .explain-left.facility-name{
    font-size: 16px;
}
.point-facility .explain .explain-left.facility-name span{
    font-size: 12px;
    margin-bottom: 25px;
}
.point-facility .explain .explain-left.facility-name .copy{
    font-size: 12px;
}

.point-facility .explain .explain-right{
    width: 65%;
}
.point-facility .explain .explain-right p{
    font-size: 14px;
    margin-bottom: 20px;
}

@media screen and ( max-width: 769px ){
.point-facility{
    margin-bottom: 40px;
}
.point-facility .facility{
    margin-bottom: 30px;
    border-bottom: dotted 1px #666;
}
.point-facility h3{
    font-size: 18px;
    margin-bottom: 30px;
}
.point-facility .facility h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.point-facility .gallery .gallery-left{
    width: 100%;
}
.point-facility .gallery .gallery-right{
    width: 100%;
}
.point-facility .explain .explain-left{
    width: 94%;
    margin: 10px auto;
    padding: 10px;
    background-color: rgb(209, 211, 210);
}
.point-facility .explain .explain-left .copy{
    
    font-size: 12px;
}
.point-facility .explain .explain-right{
    width: 100%;
}

}




/* =========================
.culture
========================= */
.culture {
    width: 100%;
    margin-bottom: 80px;
}
.culture h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.culture  h4{
    font-size: 18px;
    margin-bottom: 10px;
    color: #103f00;
}

.street {
    margin-bottom: 50px;
}
.street .street-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.street .street-text p{
    width: 48.5%;
    margin-top: 0;
    font-size: 14px;
}
.street figure{
    margin-bottom: 20px;
}

.nature{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nature .nature-spot{
    margin-bottom: 20px;
}

.nature .nature-spot:nth-child(1),
.nature .nature-spot:nth-child(2){
    width: 49%;
}
.nature .nature-spot:nth-child(3),
.nature .nature-spot:nth-child(4),
.nature .nature-spot:nth-child(5){
    width: 32%;
}
.nature .nature-spot:nth-child(2) p{
    font-size: 14px;
}

@media screen and ( max-width: 769px ){
.culture {
    margin-bottom: 40px;
    border-bottom: dotted 1px #666;
}
.culture h3{
    font-size: 18px;
}
.culture  h4{
    font-size: 16px;
}
.street .street-text p{
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.nature .nature-spot:nth-child(1),
.nature .nature-spot:nth-child(2),
.nature .nature-spot:nth-child(3),
.nature .nature-spot:nth-child(4),
.nature .nature-spot:nth-child(5){
    width: 100%;
}
}