@charset "UTF-8";

/* クリアフィックス（回り込み解除） */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* フォントサイズは10pxが基準になる */
html {
    font-size: 62.5%;
    font-family: "Zen Maru Gothic", serif;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
}

.zen-maru-gothic-light {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 300;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-medium {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}

.zen-maru-gothic-bold {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.zen-maru-gothic-black {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-style: normal;
}

.noto-sans-jp-uniquifier {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


/*
GENERAL STYLING
================================================ */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 170%;
    word-break: break-all;
}

body {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: .065em;
}

a,
p,
li {
    color: #6e5a5a;
    text-decoration: none;
    list-style: none;
}

a img {
    transition: .3s ease;
}

a img:hover {
    opacity: 0.7;
}

h1 {
    color: #212a8c;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 4rem;
}

h2 {
    color: #212a8c;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 3rem;
}

h3 {
    color: #212a8c;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 3rem;
}

h4 {
    color: #212a8c;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-size: 20px;
}

h5 {}

/*
header
================================================ */

.header_photo {
    margin: auto;
    min-width: 320px;
}

.header_photo img {
    width: 100%;
}


.header_text {
    text-align: center;
}

.header_text h1 {
    margin: -10px 0;

}




/*

================================================ */


/*
header-button
================================================ */
/*
.header-button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: #212a8c;
    
    border: 1px sold #212a8c;
    border-radius: 10px 10px 10px 10px;
    
}

/*
.header-button span {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 24px;
    height: 3px;
    background-color: #212a8c;
    transition: .3s ease;
}

.header-button span::before,
.header-button span::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all .3s;
    background-color: inherit;
}

.header-button span::before {
    top: -9px;
}

.header-button span::after {
    top: 9px;
}

body.open .header-button {
    z-index: 30;
}

body.open .header-button span {
    width: 30px;
    background-color: transparent;
}

body.open .header-button span::before,
body.open .header-button span::after {
    top: 0;
    background-color: #6e5a5a;
}

body.open .header-button span::before {
    transform: rotate(45deg);
}

body.open .header-button span::after {
    transform: rotate(-45deg);
}

/* header-nav */
/*
.header-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    padding-top: 50px;
    width: 50%;
    height: 100%;
    background-color: rgba(229, 229, 229, .9);
    font-family: "Yu Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 20px;
    font-weight: 700;
    transform: translateX(100%);
    transition: .3s ease;
}

.header-nav-item:nth-child(n+2) {
    margin-top: 2em;
}

body.open .header-nav {
    transform: translateX(0);
}

.header-nav a {
    text-decoration: none;
}

/*
main
================================================ */
main {
    margin-top: calc(100vw * 1 / 3);

}

.wrap {
    margin: 30px 10px;
}

.wrap h2 {
    border-bottom: 3px solid #212a8c;
    border-left: 20px solid #212a8c;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.about {
    text-align: center;
    border: solid 2px #212a8c;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.history {
    border: solid 2px #212a8c;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.history ul {
    padding: 0 10px;
}
.history h1 {
    font-size: 3rem;
}
.pref {
    margin-left: 20px;
    margin-bottom: 20px;
}

.pref_text {
    display: flex;
    margin-left: 20px;
}

.pref_text p {
    margin-left: 20px;
    padding-top: 18px;

}





/*
各県別
================================================ */
h3 {
    margin-bottom: 10px;
    padding-left: 40px;
}
.city_list {
    border-top: 3px solid #212a8c;
    border-bottom: 3px solid #212a8c;
    margin: 20px 0;
    padding: 0;
}
.city_list_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.city_list_item h3 {
    font-size: 2.5rem;
    margin: 5px 15px 5px 15px;
    padding: 0;
}
.new_img {
    margin: auto 0 auto -15px;
}

.card h3 {
    font-size: 2.5rem;
    border-bottom: 3px solid #212a8c;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
}


.card_photo {
    width: 130px;
}

.card_photo img {
    width: 100%;
}

.card_content {
    display: flex;
    flex-wrap: wrap;
}

.card_area {
    display: block;
    text-align: center;
    margin: 10px;
}

.card_text h4 {
    font-size: 12px;
}

.city h3 {
    font-size: 2.5rem;
    border-bottom: 3px solid #212a8c;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.city_content {
    display: flex;
    flex-wrap: wrap;
}

.city_area {
    display: block;
    text-align: center;
    margin: 10px;
}

.city_photo {
    width: 130px;
}

.city_photo img {
    width: 100%;
}

.city_text h4 {
    font-size: 12px;
}







/*

================================================ */




/*

================================================ */








/*

================================================ */




/*
footer
================================================ */
.footer {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    border-top: 5px solid #212a8c;
    padding-left: 30px;
}

.footer_box {
    margin-right: 30px;

}
.footer_box h2 {
    font-size: 2.5rem;
}


.footer_nav {
    margin-top: 3px;
    padding-left: 10px;
}

.copyright {
    text-align: center;
}

/*

================================================ */
.totop {
    /* display: flex;
  justify-content: space-between; */
    position: fixed;
    /*追従記述*/
    z-index: 99999;
    /*他の要素の下に隠れないように全面配置*/
    bottom: 0;
    right: 0;
    width: 200px;
    /*デフォルト非表示*/
    opacity: 0;
    transition: opacity 1.0s;
    /*透明*/
}

.totop.show {
    opacity: 1;
}

.totop {
    text-align: right;
    padding: 0 10px 0 0;
}

.totop img {
    width: 30%;
}



/*
================================================ */
@media screen and (min-width: 768px) {

    body {
        font-size: 18px;
    }

    .sp {
        display: none;
    }











    /*
    
================================================ */

    .header-button {
        display: none;
    }

    .header-nav {
        position: static;
        flex-direction: row;
        width: auto;
        height: auto;
        background-color: transparent;
        transform: none;
        margin-top: 20px;
        padding-top: 0;
    }

    .header-nav a {
        font-size: 20px;
        font-weight: bold;
        color: #212a8c;
    }

    .header-nav-item:nth-child(n+2) {
        margin-top: 0;
        margin-left: 1.5em;
    }


    /*

================================================ */

    /*
    main
================================================ */
    main {
        max-width: 1300px;
        margin: 0 auto;
        margin-top: 120px;
        /* background-color: #eaeae2;*/
    }

    .area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    h1 {
        font-size: 6rem;
    }

    /*

================================================ */


    /*
    各県別
================================================ */
    .card_photo {
        width: 300px;
    }

    .card_photo img {
        width: 100%;
    }

    .card_text h4 {
        font-size: 20px;
    }

    .city_photo {
        width: 300px;
    }

    .city_photo img {
        width: 100%;
    }

    .city_text h4 {
        font-size: 20px;
    }




    /*

================================================ */


    /*
footer
================================================ */
    footer {
        max-width: 1280px;
        margin: 0 auto;

    }

    .footer_box h2 {
        font-size: 3rem;
    }




}