@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto','Noto Sans JP',sans-serif;
    font-size: 18px;
    color: #333;
}
a:not(.area_tab_content a) {
    transition: 100ms linear;
}
a:hover:not(.area_tab_content a ,.whats_new_list li a) {
    opacity: .75;
}
header {
    position: fixed;
    justify-content: space-around;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 24px;
    background: #fff;
    box-shadow: 0 0 8px rgba(192, 192, 192, 16);
    z-index: 100;
}
header h1 img {
    height: 64px;
    width: auto;
}
header nav {
    position: absolute;
    right: 0;
    bottom: 12px;
}
header nav ul {
    display: flex;
    margin: 0 auto;
}
header nav ul li {
    padding: 0 24px;
    font-size: 18px;
    color: #004484;
    transition: 100ms linear;
}
#nav_menu_button {
    display: none;
}
.main_visual {
    width: 100%;
    height: 80vh;
    position: relative;
    background-image: url(../img/jpg/amaharashi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 70%;
}
.main_visual p {
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 4px #ccc;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
}
.main_visual p span {
    font-size: 120px;
}
h2 {
    margin: 40px 0 20px;
}
.h2_flex {
    display: flex;
    position: relative;
    justify-content: space-between;
}
h2 p {
    color: #222;
    font-size: 28px;
}
h2 span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #004484;
    font-family: 'futura-pt','Roboto',sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding: 0 0 2px;
}
h2 .border_left {
    content: "";
    width: 136px;
    height: 2px;
    margin: 0 2px 0 0;
    display: inline-block;
    background: #3ebbcb;
}
h2 .border_right {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #004484;
}
.inner_wrap {
    width: 1000px;
    margin: 0 auto;
}
.search_wrap {
    display: flex;
    justify-content: space-between;
}
.search h3 {
    display: block;
    font-size: 24px;
    text-align: center;
}
.search h3 p {
    display: inline-block;
    padding: 0 0 12px 0;
    vertical-align: middle;
}
.h3_area {
    content: url(../img/svg/search_area.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
}
.h3_theme {
    content: url(../img/svg/search_theme.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
}
.search_content {
    width: 480px;
}
.area_wrap {
    display: flex;
    flex-wrap: wrap;
}
.area_tab_label {
    background: #fff;
    white-space: nowrap;
    text-align: center;
    height: 40px;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 10;
    cursor: pointer;
    flex: 1;
}
#label_toyama {
    color: #5faf2f;
}
#label_ishikawa {
    color: #29a1df;
}
#label_fukui {
    color: #de4348;
}
.area_tab_label:not(:last-of-type) {
    border-right: 2px #ccc solid
}
.area_tab_content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.area_tab_switch:checked + #label_toyama {
    background: #5faf2f;
    color: #fff;
}
.area_tab_switch:checked + #label_ishikawa {
    background: #29a1df;
    color: #fff;
}
.area_tab_switch:checked + #label_fukui {
    background: #de4348;
    color: #fff;
}
.area_tab_switch {
    display: none;
}
.area_tab_switch:checked + .area_tab_label + .area_tab_content {
    height: 480px;
    padding: 15px;
    opacity: 1;
    transition: 200ms opacity;
}
.area_tab_switch:checked + .area_tab_label + #content_toyama {
    display: block;
    position: relative;
    background: url(../img/svg/map_toyama.svg) no-repeat;
}
.area_tab_switch:checked + .area_tab_label + #content_toyama a:not(#link_all) {
    color: #fff;
    background-color: #5faf2f;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    transition: color 100ms linear;
}
.area_tab_switch:checked + .area_tab_label + #content_toyama a:hover:not(#link_all) {
    color: #dfefd5;
}
.area_tab_switch:checked + .area_tab_label + #content_toyama #link_all {
    color: #5faf2f;
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 180px;
    border-bottom: 2px #5faf2f solid;
    transition: opacity 100ms linear;
}
.area_tab_switch:checked + .area_tab_label + #content_toyama #link_all:hover {
    opacity: .75;
}
#link_toyama {
    left: 44%;
    top: 44%;
}
#link_takaoka {
    left: 20%;
    top: 30%;
}
#link_tonami {
    left: 15%;
    top: 60%;
}
#link_tateyama {
    left:62%;
    top: 48%;
}
#link_kurobe {
    left: 80%;
    top: 25%;
}
.area_tab_switch:checked + .area_tab_label + #content_ishikawa {
    display: block;
    position: relative;
    background: url(../img/svg/map_ishikawa.svg) no-repeat;
}
.area_tab_switch:checked + .area_tab_label + #content_ishikawa a:not(#link_all) {
    color: #fff;
    background-color: #29a1df;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    transition: color 100ms linear;
}
.area_tab_switch:checked + .area_tab_label + #content_ishikawa a:hover:not(#link_all) {
    color: #d4ecf9;
}
.area_tab_switch:checked + .area_tab_label + #content_ishikawa #link_all {
    color: #29a1df;
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 180px;
    border-bottom: 2px #29a1df solid;
    transition: opacity 100ms linear;
}
.area_tab_switch:checked + .area_tab_label + #content_ishikawa #link_all:hover {
    opacity: .75;
}
#link_kanazawa {
    left: 45%;
    top: 60%;
}
#link_noto {
    left: 60%;
    top: 15%;
}
#link_hakusan {
    left: 45%;
    top: 86%;
}
#link_kaga {
    left: 30%;
    top: 80%;
}
.area_tab_switch:checked + .area_tab_label + #content_fukui {
    display: block;
    position: relative;
    background: url(../img/svg/map_fukui.svg) no-repeat;
}
.area_tab_switch:checked + .area_tab_label + #content_fukui a:not(#link_all) {
    color: #fff;
    background-color: #de4348;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    transition: color 100ms linear;
}
.area_tab_switch:checked + .area_tab_label + #content_fukui a:hover:not(#link_all) {
    color: #f8d9da;
}
.area_tab_switch:checked + .area_tab_label + #content_fukui #link_all {
    color: #de4348;
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 180px;
    border-bottom: 2px #de4348 solid;
    transition: opacity 100ms linear;
}
.area_tab_switch:checked + .area_tab_label + #content_fukui #link_all:hover {
    opacity: .75;
}
#link_fukui {
    left: 52%;
    top: 20%;
}
#link_katsuyama {
    left: 85%;
    top: 40%;
}
#link_tan-nan {
    left: 52%;
    top: 45%;
}
#link_wakasa {
    left: 40%;
    top: 72%;
}
.area_tab_switch:checked + .area_tab_label + #content_toyama ~ .area_border {
    width: 100%;
    height: 2px;
    background: #5faf2f;
    order: -1;
}
.area_tab_switch:checked + .area_tab_label + #content_ishikawa ~ .area_border {
    width: 100%;
    height: 2px;
    background: #29a1df;
    order: -1;
}
.area_tab_switch:checked + .area_tab_label + #content_fukui ~ .area_border {
    width: 100%;
    height: 2px;
    background: #de4348;
    order: -1;
}
.theme_wrap {
    height: 520px;
}
.theme_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#theme_list {
    border-bottom: 2px #ccc solid;
}
.theme_list li {
    height: 260px;
    display: flex;
    text-align: center;
    align-items: center;
    background: #fff;
    transition: 100ms linear;
    flex: 1;
}
.theme_list li:hover {
    background: #f5f9fd;
}
.theme_list li:not(:last-of-type) {
    border-right: 2px #ccc solid
}
.theme_list li a {
    display: block;
    color: #004484;
    padding: 38.5% 7%;
    line-height: 2em;
}
.theme_list li a img {
    width: 75%;
    height: auto;
}
.list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_wrap::after {
    content:"";
    display: inline-block;
    width:320px;
}
.list_content {
    display: inline-block;
    width: 320px;
    margin: 20px 0 20px;
}
.list_content a img {
    width: 100%;
    height: 240px;
    object-fit: cover
}
.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;
}
.list_content a p {
    display: inline-flex;
    width: 100%;
    padding: 8px 0;
}
.list_content a p::before {
    content: "▶";
    margin: 0 .75em 0 0;
    color: #de4348;
    transition: 200ms ease-in-out;
}
.list_content a:hover p::before {
    margin: 0 .45em 0 .3em;
}
.detail_button {
    display: block;
    width: 300px;
    height: 40px;
    color: #fff;
    background: #004484;
    text-align: center;
    padding: 10px 0 ;
    border-radius: 20px;
    margin: 20px auto 40px;
}
.whats_new_list li {
    padding: 16px 0;
    border-bottom: 2px #ccc dotted;
}
.whats_new_list li a {
display: flex;
align-items: center;
}
.new_date {
    display: inline-block;
    width: 80px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
    transition: 100ms linear;
}
.new_category {
    display: inline-block;
    width: 100px;
    margin: 0 20px;
    font-size: 12px;
}
.new_category span {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    background: #e8f0f9;
    color: #004484;
    text-align: center;
}
.new_text {
    display: inline-block;
    width: 100%;
    transition: 100ms linear;
}
.whats_new_list li a:hover .new_date,
.whats_new_list li a:hover .new_text {
    color: #de4348;
}
footer {
    margin: 40px 0 0;
    position: relative;
    background: #004484;
    color: #fff;
    padding: 14px 0 20px;
    z-index: 100;
}
footer .nav_button {
    display: none;
}
footer nav {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
footer nav .nav_box {
    width: 18%;
    padding: 20px 0;
}
footer nav ul li,
footer nav .nav_title {
    display: block;
}
footer nav .nav_title {
    padding: 0 0 12px;
}
footer nav .nav_title::after {
    content: "";
    display: block;
    width: auto;
    height: 2px;
    background: #3ebbcb;
    margin: 2px 0 0;
}
footer nav ul li {
    font-size: 14px;
    margin: 8px 0;
}
footer nav .list_space {
    margin: 16px 0 0;
}
footer p {
    text-align: center;
}
footer p img {
    height: 64px;
    width: auto;
    margin: 0 0 8px;
}
@media screen and (max-width:1020px) {
    header {
        padding: 12px;
    }
    header h1 {
        text-align: center;
    }
    header .nav_content {
        width: 100%;
        height: 48px;
        position: fixed;
        top: 88px;
        left: 0;
        z-index: -1;
        background:rgba(0, 68, 132 ,.8) ;
    }
    header .nav_content ul {
        padding: 12px 10px;
        display: flex;
        justify-content: space-between;
    }
    header .nav_content ul li {
        padding: 0 12px;
    }
    header .nav_content ul li a {
        display: inline-block;
        font-size: 15px;
        box-sizing: border-box;
        color:#fff;
        text-decoration: none;
        position: relative;
    }
    .main_visual p {
        font-size: 48px;
    }
    .main_visual p span {
        font-size: 96px;
    }
    h2 {
        margin: 20px 0 8px;
    }
    .inner_wrap {
        width: 100%;
        padding: 0 60px;
    }
    .search_wrap {
        display: block;
        width: 480px;
        margin: 0 auto;
    }
    .h3_area,
    .h3_theme {
        width: 24px;
        height: 24px;
        margin: 40px 8px 0 0;
    }
    .theme_list li a {
        padding: 32% 7%;
    }
    .list_content {
        width: 48%;
    }
    .whats_new_list li a {
        display: block;
        align-items: center;
    }
    .new_date {
        width: 72px;
        height: 20px;
        vertical-align: bottom;
        color: #888;
    }
    .new_category {
        width: 80px;
        margin: 0;
        font-size: 8px;
    }
    .new_text {
        display: block;
        width: 100%;
        padding: 8px 0 0 4px;
    }
    footer nav {
        flex-wrap: wrap;
        }
    footer nav::after {
        content:"";
        display: inline-block;
        width: 30%;
    }
    footer nav .nav_box {
        display: inline-block;
        width: 30%;
        padding: 20px 0;
    }
}
@media screen and (max-width:640px) {
    body {
        font-size: 14px;
    }
    header h1 {
        text-align: left;
    }
    header h1 img {
        height: 36px;
        width: auto;
    }
    header .nav_menu_label {
        position: fixed;
        top: 12px;
        right: 12px;
        display: flex;
        height: 36px;
        width: 36px;
        justify-content: center;
        align-items: center;
        z-index: 30;
        background-color: #004484;
    }
    header .nav_menu_label span,
    header .nav_menu_label span:before,
    header .nav_menu_label span:after {
        content: '';
        display: block;
        height: 2px;
        width: 24px;
        background-color: #fff;
        position: absolute;
        transition: transform 100ms linear;
    }
    header .nav_menu_label span:before {
        bottom: 8px;
    }
    header .nav_menu_label span:after {
        top: 8px;
    }
    #nav_menu_button:checked ~ .nav_menu_label span {
        background-color: rgba(255, 255, 255, 0);
    }
    #nav_menu_button:checked ~ .nav_menu_label span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #nav_menu_button:checked ~ .nav_menu_label span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    header .nav_content {
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        left: 100%;
        transition: all 250ms ease-out;
    }
    header .nav_content ul {
        display: block;
    }
    header .nav_content ul li {
        border-bottom: solid 1px #fff;
        list-style: none;
    }
    header .nav_content ul li a {
        display: block;
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
        color:#fff;
        text-decoration: none;
        padding: 24px 0 8px;
        position: relative;
    }
    #nav_menu_button:checked ~ .nav_content {
        left: 0;
    }
    .main_visual p {
        font-size: 24px;
    }
    .main_visual p span {
        font-size: 48px;
    }
    h2 p {
        font-size: 22px;
    }
    h2 span {
        font-size: 12px;
        padding: 0;
    }
    .inner_wrap {
        width: 100%;
        padding: 0 16px;
    }
    .search_wrap {
        width: 100%;
    }
    .search h3 {
        font-size: 16px;
    }
    .h3_area,
    .h3_theme {
        width: 24px;
        height: 24px;
        margin: 20px 8px 0 0;
    }
    .area_tab_label {
        height: 24px;
        padding: 6px .5em;
    }
    .search_content {
        width: 100%;
    }
    .area_tab_switch:checked + .area_tab_label + .area_tab_content,
    .theme_wrap {
        height: calc(100vw - 16px);
    }
    .area_tab_switch:checked + .area_tab_label + #content_toyama #link_all,
    .area_tab_switch:checked + .area_tab_label + #content_ishikawa #link_all,
    .area_tab_switch:checked + .area_tab_label + #content_fukui #link_all {
        width: 140px;
    }
    .theme_list li {
        height: calc(50vw - 9px);
    }
    .theme_list li a {
        padding: 32% 7%;
    }
    .list_content {
        width: 100%;
        margin: 12px 0 12px;
    }
    .whats_new_list li a {
        display: block;
        align-items: center;
    }
    .detail_button {
        display: block;
        width: 50%;
        height: 28px;
        padding: 8px 0 ;
        border-radius: 14px;
    }
    footer nav {
        display: block;
    }
    footer nav .nav_title {
        display: none;
    }
    footer .nav_button {
        display: block;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: 200ms;
        padding: 0 0 8px;
        font-size: 18px;
    }
    footer .nav_button::after {
        content: "";
        display: block;
        width: auto;
        height: 2px;
        background: #3ebbcb;
        margin: 2px 0 0;
    }
    footer .nav_button::before {
        content:"";
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        position: absolute;
        top:calc( 50% - 3px );
        right: 4px;
        transform: rotate(135deg);
    }
    footer #fb1.is_open::before,
    footer #fb2.is_open::before,
    footer #fb3.is_open::before,
    footer #fb4.is_open::before,
    footer #fb5.is_open::before {
        content:"";
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        position: absolute;
        top:calc( 50% - 3px );
        right: 4px;
        transform: rotate(-45deg);
    }
    footer nav .nav_box {
        display: block;
        width: 80%;
        padding: 8px 0;
        margin: 0 auto;
    }
    .footer_nav_list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_nav_list > .list_space {
        margin: 0;
        transition: 200ms ease-out;
    }
    .footer_nav_list > ul > li {
        display: inline-block;
        margin: 0 20px 0 0;
        line-height: 0;
        opacity: 0;
        visibility: hidden;
        transition:
        all 200ms ease-out,
        opacity 100ms linear,
        visibility 100ms linear;
    }
    #fl1.is_open > .list_space,
    #fl2.is_open > .list_space,
    #fl3.is_open > .list_space,
    #fl4.is_open > .list_space,
    #fl5.is_open > .list_space {
        margin: 16px 0 0;
    }
    #fl1.is_open > ul > li,
    #fl2.is_open > ul > li,
    #fl3.is_open > ul > li,
    #fl4.is_open > ul > li,
    #fl5.is_open > ul > li {
        display: inline-block;
        margin: 8px 20px 8px 0;
        line-height: 1em;
        opacity: 1;
        visibility: visible;
    }
    footer p img {
        height: 60px;
        width: auto;
        margin: 0 0 8px;
    }
}