@charset "UTF-8";
.main_top {
    display: block;
    position: relative;
    width: 100%;
    height: 206px;
    margin: 88px 0 0;
    background: #004484;
}
.main_top::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 150px;
    background: #3ebbcb;
}
.main_top::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 156px;
    background: #fff;
}
.main_top span {
    display: block;
    color: #fff;
    font-size: 36px;
    padding: 87px 0 0;
}
.about_wrap {
    display: flex;
    justify-content: space-between;
}
.about_left {
    width: 560px;
}
.about_left p {
    margin: 20px 0 40px;
    text-align: justify;
    line-height: 1.5em;
}
.about_left img {
    width: 100%;
    height: 420px;
    object-fit: cover
}
.about_right {
    width: 400px;
}
.about h3 {
    display: block;
    font-size: 24px;
    text-align: center;
}
.about h3 p {
    display: inline-block;
    padding: 0 0 12px 0;
    vertical-align: middle;
}
.h3_area {
    content: url(../img/svg/search_area.svg);
    display: inline;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
}
.h3_p {
    padding: 0 0 2px;
}
.about_right img {
    margin: 0 0 8px;
}
.tag_toyama,
.tag_ishikawa,
.tag_fukui {
    display: inline-block;
    font-size: 12px;
    padding: 6px 8px 4px;
    color: #fff;
    margin: 6px 2px 0 0;
}
.tag_toyama {
    background: #5faf2f;
}
.tag_ishikawa {
    background: #29a1df;
}
.tag_fukui {
    background: #de4348;
}
.about_list {
    margin: 12px 0 0;
}
.about_list li {
    padding: 8px 0;
    border-bottom: 2px #ccc dotted;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.list_h {
    display: inline-block;
    width: 100px;
    padding: 6px 2px;
    font-weight: bold;
}
.list_d {
    width: 300px;
}
.list_d span {
    display: inline-block;
    margin: 0 6px 0;
}
.spots_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 2em;
    margin: 0 0 40px;
}
.spots_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: 2px;
    height: 100%;
    background: #004484;
}
.spots_start {
    align-self: flex-start;
    position: relative;
    padding: 1em 3em;
    background: #fff;
    border: 2px solid #004484;
    border-radius: 8px;
    color: #004484;
    font-weight: bold;
    font-size: 1.25em;
}
.spots_day {
    width: 100px;
    text-align: center;
    padding: 0 40px 0 0;
}
.spots_content {
    position: relative;
    display: flex;
    counter-increment: count;
}
.spots_title {
    font-size: 32px;
    margin: 0 0 8px;
}
.spots_copy {
    font-size: 20px;
    color: #3ebbcb;
    margin: 0 0 20px;
}
.spots_time {
    width: 100px;
    text-align: center;
    padding: 0 40px 0 0;
}
.spots_time::after {
    content: counter(count);
    position: absolute;
    top: 0;
    left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #004484;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    transform: translate(-50%, 0);
}
.spots_details {
    width: 840px;
    margin: 0 0 0 auto;
}
.spots_details_wrap {
    display: flex;
    justify-content: space-between;
}
.spots_details img {
    width: 420px;
    height: 260px;
    object-fit: cover
}
.spots_details p {
    width: 380px;
    text-align: justify;
    line-height: 1.5em;
    font-size: 16px;
}
@media screen and (max-width:1020px) {
    .about_wrap {
        display: block;
    }
    .about_left {
        width: 100%;
    }
    .about_right {
        width: 400px;
        margin: 0 auto;
    }
    .spots_wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-gap: 2em;
        margin: 0 0 40px;
    }
    .spots_wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 85px;
        width: 2px;
        height: 100%;
        background: #004484;
    }
    .spots_start {
        align-self: flex-start;
        position: relative;
        padding: 1em 3em;
        background: #fff;
        border: 2px solid #004484;
        border-radius: 8px;
        color: #004484;
        font-weight: bold;
        font-size: 1.25em;
    }
    .spots_day {
        width: 85px;
        text-align: center;
        padding: 0 35px 0 0;
    }
    .spots_title {
        font-size: 32px;
        margin: 0 0 8px;
    }
    .spots_copy {
        font-size: 20px;
        color: #3ebbcb;
        margin: 0 0 20px;
    }
    .spots_time {
        width: 85px;
        text-align: center;
        padding: 0 35px 0 0;
    }
    .spots_time::after {
        content: counter(count);
        position: absolute;
        top: 0;
        left: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #004484;
        border-radius: 8px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        transform: translate(-50%, 0);
    }
    .spots_details {
        width: calc(100% - 85px);
        padding: 0 0 0 40px;
    }
    .spots_details_wrap {
        display: block;
    }
    .spots_details img {
        width: 100%;
        height: 260px;
        object-fit: cover
    }
    .spots_details p {
        width: 100%;
        text-align: justify;
        line-height: 1.5em;
        font-size: 14px;
    }
}
@media screen and (max-width:640px) {
    .main_top {
        height: 132px;
        margin: 60px 0 0;
    }
    .main_top::before {
        top: 100px;
    }
    .main_top::after {
        top: 106px;
    }
    .main_top span {
        font-size: 24px;
        padding: 48px 0 0;
    }
    .about_right {
        width: 100%;
        margin: 0 auto;
    }
    .about h3 {
        display: block;
        font-size: 16px;
        text-align: center;
    }
    .spots_wrap {
        margin: 20px 0 40px;
    }
    .spots_title {
        font-size: 22px;
        padding: 0 0 0 40px;
        margin: 4px 0;
    }
    .spots_copy {
        font-size: 14px;
        margin: 8px 0 8px;
    }
    .spots_day {
        width: 100%;
        padding: 0;
        font-size: 16px;
    }
    .spots_time::after {
        content: counter(count);
        position: absolute;
        top: 0;
        left: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #004484;
        border-radius: 8px;
        color: #fff;
        font-size: 18px;
    }
    .spots_wrap::before {
        top: 0;
        left: 0;
        width: 0;
    }
    .spots_time {
        width: 50px;
        text-align: center;
        padding: 0;
    }
    .spots_details {
        width: calc(100% - 50px);
        padding: 0;
    }
    .spots_start {
        align-self: auto;
        position: relative;
        padding: 4px;
        text-align: center;
    }
}