@charset "utf-8";

*,
*:before,
*:after {
   /* box-sizing: border-box;*/
    margin: 0;
    padding: 0;
   /* outline: 1px solid #ff0099;*/
}

html,
body {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans JP",
        sans-serif;
    color: #666666;
    background: #ffffff;
    box-sizing: border-box;
    /* デフォルトで余白を無し*/
    /* スマホ横向き時のフォントサイズ */
    /* 横向きにするとフォントサイズが拡大されてしまうことがあるため、text-size-adjust:100%で防ぐ*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 62.5%;
}

/* iosフォーム要素の初期化*/
/* ios用の装飾が優先されデザインが反映されない恐れがあるため、デフォルトスタイルを無効にするappearance:none;を設定することで*/
/* ios用の装飾をリセットすることができ、独自のCSSを反映させることが可能になる*/
input,
button,
textarea,
select {
    -webkit-appearance: none;
    appearance: none;
}

.mgr-16 {
    margin-right: 16px;
}

.spacer {
    display: block;
    height: 5%;
}

/* PC向けスタイル */
@media screen and (min-width: 1240px) {

    .viewpoint_mobile,
    .viewpoint_tablet {
        display: none;
    }

    .viewpoint_pc {
        display: block;
    }

header {
    width: 100%;
    height: 60px;
    padding: 0 1%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    left: 0;
    right: 0;
    align-items: center;
}

.logo img {
    width: 200px;

        }

nav {
    width: 70%;
}

nav ul {
    display: flex;
    list-style-type: none;
    /* justify-content: space-around; */
    justify-content: flex-end;
}

nav ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 1.6rem;
    padding-left: 50px;
}

nav ul li a:hover{
    color: #0070C0;
}

.Instagram_icon {
    margin-left: 1%;
}


.Instagram_icon img {
    width: 31px;
}

.info_button1 {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 8%;
    background-color: #92D050;
    border-radius: 10px;
    margin-left: 1%;
    margin-bottom: 2px;
}

.info_button2 {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 8%;
    border-radius: 10px;
    background-color: #ffc000;
    margin-left: 1%;
    margin-bottom: 2px;
}

.info_button1 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
}

.info_button2 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
}

.menu {
    margin: 10px 10px;
}

.menu p {
    font-size: 1.6rem;
}

.menu a{
    text-decoration: none;
}

.menu a:hover{
    color: #0070C0;
}

.title {
    position: relative;
    width: 80%;
    /*900*/
    height: auto;
    /*50*/
    margin: 2% auto;
    /*30*/
}

.title img {
    width: 100%;
    height: 50px;
}

h1,
h2,
h3,
h4,
h5 {
    position: absolute;
    top: 15%;
    /*10*/
    left: 2%;
    font-size: 2.5rem;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: "HGP明朝B";
}

.h1_text{
width: 60%;
margin: 0 auto;
    }

.h1_text p{
    font-size: 1.6rem;
    text-wrap: balance;
}

.h1_text a{
   text-decoration: none;
}
    

.h2_text{
width: 60%;
margin: 0 auto;
    }

.h2_text p{
    font-size: 1.6rem;
}

.table1 {
    width: 60%;
    margin: 0 auto;
}

.table1 img{
    width: 15%;
}

.table1 tbody td {
    text-align: left;
    color: #666666;
    background: #fff;
    padding: 0.5em;
        font-size: 1.6rem;
        display: block;
}

.table2 {
    width: 60%;
    margin: 0 auto;
}

.table2 tr:nth-of-type(1) td,
.table2 tr:nth-of-type(3) td,
.table2 tr:nth-of-type(5) td{
    background-color: #e3faca;
}

.table2 tbody td {
    text-align: left;
    color: #666666;
    background: #fff;
    padding: 0.5em;
        font-size: 1.6rem;
        display: block;
}

.table2 tr:nth-of-type(8) td{
    display: flex;
    justify-content:space-around;
}

.table2 img{
    width: 40%;
}

.h5_text1 {
width: 60%;
   margin: 0 auto;
}

.h5_text1 p {
    font-size: 1.6rem;
}

.h5_box{
width: 80%;
display: flex;
justify-content:space-around;
margin: 3% auto;
text-align: center;
margin-left: 15%;
}

.aomori{
    width: 50%;
    margin-bottom: 3.5%;
}

figcaption{
    font-size: 1.4rem;
}

.akita{
    width: 50%;
}

/*.h5_box img{
    width: 30%;
}*/


a:hover {
    color: #000;
}

.grid {
    display: grid;
    width: 70%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

footer {
    margin-top: 10%;
}

.footer {
    padding: 2rem;
    font-size: 1.6rem;
    color: #666666;
    background: #fff;
}

.footer__navi-heading {
    font-weight: 600;
    font-size: 2rem;
    padding-left: 1%;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.footer__navi {
    padding-left: 0;
}

.footer__navi li {
    margin-bottom: 0.75rem;
    list-style: none;
    padding-left: 5%;
}

.footer__navi li a {
    text-decoration: none;
    color: #666666;
}

.footer__navi li a:hover {
    color: #0070C0;
}

.footer_under {
    width: 100%;
    height: 50px;
    background-color: #0070C0;
    display: table;
}

.footer_under p {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer_under a{
    text-decoration: none;
    color: #fff;
}

.footer_under a:hover{
    color: #000;
}

.copyright {
    text-align: center;
    color: #666666;
    font-size: 1.6rem;
    margin-top: 1%;
}


}

/* タブレット向けスタイル */
@media screen and (min-width: 768px) and (max-width: 1239px) {

    .viewpoint_mobile,
    .viewpoint_pc {
        display: none;
    }

    .viewpoint_tablet {
        display: block;
    }

    html,
    body {
        width: 768px;
    }

    header {
        width: 100%;
        height: 90px;
        padding: 1% 1%;
        box-sizing: border-box;
        /*display: flex;*/
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 2;
        left: 0;
        right: 0;
    }

    .header_top {
        display: flex;
    }

    .test {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .logo {
        width: 50%;
    }

    .logo img {
        width: 200px;

    }

    .Instagram_icon {
        margin-top: 1%;
    }


    .Instagram_icon img {
        width: 31px;
    }

    .info_button1 {
        display: inline-block;
        padding: 5px 5px;
        text-align: center;
        width: 90px;
        height: 40px;
        background-color: #92D050;
        border-radius: 10px;
        margin-right: 5%;
        margin-bottom: 2px;
    }

    .info_button2 {
        display: inline-block;
        padding: 5px 5px;
        text-align: center;
        width: 90px;
        height: 40px;
        border-radius: 10px;
        background-color: #ffc000;
        margin-right: 5%;
        margin-bottom: 2px;
    }

    .info_button1 a {
        text-decoration: none;
        color: #fff;
        font-size: 1.6rem;
    }

    .info_button2 a {
        text-decoration: none;
        color: #fff;
        font-size: 1.6rem;
    }

    nav {
        width: 100%;
    }

    nav ul {
        display: flex;
        list-style-type: none;
        justify-content: space-around;
    }

    nav ul li a {
        text-decoration: none;
        color: #666666;
        font-size: 1.6rem;
    }

    nav ul li a:hover {
        color: #0070C0;
    }

    .blink {
        -webkit-animation: blink 1.5s ease infinite alternate;
        animation: blink 1.5s ease infinite alternate;
    }

    @-webkit-keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .menu p {
        font-size: 1.6rem;
    }

    .menu a:hover {
        color: #0070C0;
    }

    .title {
        position: relative;
        width: 750px;
        /*900*/
        height: auto;
        /*50*/
        margin: 2% auto;
        /*30*/
    }

    .title img {
        width: 100%;
        height: 50px;
    }

    h1,
h2,
h3,
h4,
h5 {
    position: absolute;
    top: 15%;
    /*10*/
    left: 2%;
    font-size: 2.5rem;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: "HGP明朝B";
}

.h1_text{
width: 60%;
margin: 0 auto;
    }

.h1_text p{
    font-size: 1.6rem;
    text-wrap: balance;
}

.h1_text a{
   text-decoration: none;
}
    

.h2_text{
width: 60%;
margin: 0 auto;
    }

.h2_text p{
    font-size: 1.6rem;
}

.table1 {
    width: 60%;
    margin: 0 auto;
}

.table1 img{
    width: 15%;
}

.table1 tbody td {
    text-align: left;
    color: #666666;
    background: #fff;
    padding: 0.5em;
        font-size: 1.6rem;
        display: block;
}

.table2 {
    width: 60%;
    margin: 0 auto;
}

.table2 tr:nth-of-type(1) td,
.table2 tr:nth-of-type(3) td,
.table2 tr:nth-of-type(5) td{
    background-color: #e3faca;
}

.table2 tbody td {
    text-align: left;
    color: #666666;
    background: #fff;
    padding: 0.5em;
        font-size: 1.6rem;
        display: block;
}

.table2 tr:nth-of-type(8) td{
    display: flex;
    justify-content:space-around;
}

.table2 img{
    width: 40%;
}

.h5_text1 {
width: 60%;
   margin: 0 auto;
}

.h5_text1 p {
    font-size: 1.6rem;
}

.h5_box{
width: 80%;
display: flex;
justify-content:space-around;
margin: 3% auto;
text-align: center;
margin-left: 15%;
}

.aomori{
    width: 50%;
    margin-bottom: 3.5%;
}

figcaption{
    font-size: 1.4rem;
}

.akita{
    width: 50%;
}

/*.h5_box img{
    width: 30%;
}*/


a:hover {
    color: #000;
}

.grid {
    display: grid;
    width: 70%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

footer {
    margin-top: 10%;
}

.footer {
    padding: 2rem;
    font-size: 1.6rem;
    color: #666666;
    background: #fff;
}

.footer__navi-heading {
    font-weight: 600;
    font-size: 2rem;
    padding-left: 1%;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.footer__navi {
    padding-left: 0;
}

.footer__navi li {
    margin-bottom: 0.75rem;
    list-style: none;
    padding-left: 5%;
}

.footer__navi li a {
    text-decoration: none;
    color: #666666;
}

.footer__navi li a:hover {
    color: #0070C0;
}

.footer_under {
    width: 100%;
    height: 50px;
    background-color: #0070C0;
    display: table;
}

.footer_under p {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer_under a{
    text-decoration: none;
    color: #fff;
}

.footer_under a:hover{
    color: #000;
}

.copyright {
    text-align: center;
    color: #666666;
    font-size: 1.6rem;
    margin-top: 1%;
}
}

/* スマートフォン向けスタイル */
@media (max-width: 767px) {

    html,
    body {
        width: 100vw;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .viewpoint_tablet,
    .viewpoint_pc {
        display: none;
    }

    .viewpoint_mobile {
        display: block;
    }



    /* CSS */
    .hamburger {
        position: fixed;
        right: 10px;
        top: 5px;
        width: 30px;
        height: 20px;
        cursor: pointer;
        z-index: 9999;
    }

    .hamburger__line {
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #333333;
        border-radius: 2px;
        transition: all 300ms ease;
        transform: rotate(0deg);
    }

    /* 線の位置（通常） */
    .hamburger__line:nth-child(1) {
        top: 0px;
    }

    .hamburger__line:nth-child(2) {
        top: 11px;
    }

    .hamburger__line:nth-child(3) {
        top: 22px;
    }

    /* ×変形（2本） */


    /* ×変形（3本） */

    .hamburger.open .hamburger__line:nth-child(1) {
        top: 11px;
        transform: rotate(45deg);
    }

    .hamburger.open .hamburger__line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open .hamburger__line:nth-child(3) {
        top: 11px;
        transform: rotate(-45deg);
    }

    /* メニュー本体 */
    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background-color: #fafad2;
        color: #333;
        transition: right 0.3s ease;
        padding: 50px;
        box-sizing: border-box;
        z-index: 10;
    }

    .menu.open {
        right: 0;
        width: 100%;
            overflow-y: scroll;
    }

    .menu__item {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-size: 1.6rem;
        color: #666666;
        padding: 20px 20px;
        border-bottom: 1px solid #cccccc;
    }

    .menu__item:last-child {
        border-bottom: none;
    }

    .icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    /* アニメーション */

    /* 上から下 */
    .slide-top-enter-active,
    .slide-top-leave-active {

        transition: right 0.3s ease;
        /* スライドインのアニメーション */


    }

    .slide-top-enter-from,
    .slide-top-leave-to {
        opacity: 0;
        transform: translateX(20px);
    }

    .slide-top-enter-to,
    .slide-top-leave-from {
        opacity: 1;
        transform: translateX(0);
    }

    header {
        max-width: 767px;
        width: 100vw;
        height: 12vw;
        padding: 1% 1%;
        box-sizing: border-box;
        /*display: flex;*/
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 2;
        left: 0;
        right: 0;
    }

    .logo img {
         width: 40vw;
    }

    .title {
        position: relative;
        width: 100%;
        /*900*/
        height: auto;
        /*50*/
        margin: 2% auto;
        /*30*/
        text-align: center;
    }

    .title img {
        width: 95vw;
        height: 7vw;
    }


     h1,
h2,
h3,
h4,
h5 {
   position: absolute;
        top: 3vw;
        transform: translateY(-50%);
        /*10*/
        left: 3vw;
        font-size: clamp(1.6rem, 4vw, 2.4rem);
        color: #fff;
        padding: 0;
        margin: 0;
        font-family: "HGP明朝B";
}

.h1_text{
width: 80%;
margin: 0 auto;
    }

.h1_text p{
    font-size: clamp(1.2rem, 4vw, 1.4rem);
}

.h1_text a{
   text-decoration: none;
}
    

.h2_text{
width: 80%;
margin: 0 auto;
    }

.h2_text p{
    font-size: clamp(1.2rem, 4vw, 1.4rem);
}

.table1 {
    width: 80%;
    margin: 0 auto;
}

.table1 img{
    width: 15vw;
}

.table1 tbody td {
    text-align: left;
    color: #666666;
    background: #fff;
    padding: 0.5em;
        font-size: clamp(1.2rem, 4vw, 1.4rem);
        display: block;
}

.table2 {
    width: 80%;
    margin: 0 auto;
}

.table2 tr:nth-of-type(1) td,
.table2 tr:nth-of-type(3) td,
.table2 tr:nth-of-type(5) td{
    background-color: #e3faca;
}

.table2 tbody td {
    text-align: left;
    color: #666666;
    background: #fff;
    padding: 0.5em;
        font-size: clamp(1.2rem, 4vw, 1.4rem);
        display: block;
}

.table2 tr:nth-of-type(8) td{
    display: flex;
    justify-content:space-around;
}

.table2 img{
    width: 30vw;
}

.h5_text1 {
width: 80%;
   margin: 0 auto;
}

.h5_text1 p {
    font-size: clamp(1.2rem, 4vw, 1.4rem);
}

.h5_box{
width: 80%;
display: flex;
justify-content:space-around;
margin: 3% auto;
text-align: center;
}

.aomori{
    width: 20vw;
    margin-bottom: 4%;
}

figcaption{
    font-size: clamp(1.2rem, 4vw, 1.4rem);
}

.akita{
    width: 30vw;
}

.grid {
        display: grid;
        width: 70%;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    footer {
        margin-top: 10%;
    }

    .footer {
        padding: 2rem;
        color: #666666;
        background: #fff;
    }

    .footer__navi-heading {
        font-weight: 600;
        font-size: clamp(1.2rem, 0.629rem + 2.86vw, 2rem);
        padding-left: 1%;
    }

    .footer__logo {
        display: inline-block;
        margin-bottom: 2rem;
    }

.footer__logo img{
    width: 40vw;
    max-width: 200px;
}

    .footer__navi {
        padding-left: 0;
    }

    .footer__navi li {
        margin-bottom: 0.75rem;
        list-style: none;
        padding-left: 5%;
    }

    .footer__navi li a {
        text-decoration: none;
        color: #666666;
        font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
    }

    .footer_under {
        max-width: 767px;
        width: 100%;
        height: 50px;
        background-color: #0070C0;
        display: table;
    }

    .footer_under p {
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
    }

    .footer_under a {
        text-decoration: none;
        color: #fff;
    }


    .copyright {
        text-align: center;
        color: #666666;
        font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
        margin-top: 1%;
    }

}