@charset "utf-8";
/*/////////////////////////////////////////////
// Seri-nabe-Fair Common
// Basic Frame
// Smart Phone Like
/////////////////////////////////////////////*/
/*-----------------------------------------
    Base
-----------------------------------------*/
#body-seri {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    line-height: 180%;
    word-break: break-all;
    background: url('../images/seri-fair-background.png') #f3f1e0;
}
    .wrap-seri {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
        .content-seri {
            width: 90%;
            height: auto;
            margin: 0 5%;
            padding: 0 0;
        }
@media screen and (min-width: 436px) and (max-width: 960px) {
    .content-seri {
        width: 95%;
        margin: 0 2.5%;
    }
}
@media screen and (min-width: 961px) {
    .content-seri {
        width: 960px;
        margin: 0 auto;
        padding: 0 0;
    }
}
/*-----------------------------------------
    Page Top
-----------------------------------------*/
#seri_top {
    position: fixed;
    bottom: 50px;
    right: 0;
}
  #seri_top i {
    font-size: 300%;
	background-color: #fff;
	border-radius: 50%;
}
    #seri_top a {
        color: #9c6e4d;
        text-align: center;
        text-decoration: none;
        padding: 20px 20px;
    }
        #seri_top a:hover {
            color: #94c860;
            text-decoration: none;
        }
/*-----------------------------------------
    Image
-----------------------------------------*/
.seri-main-visual {
  width: 100%;
  margin: 0;
  padding: 0;
}
    .seri-main-visual img {
        width: 100%;
        height: auto;
    }
/*-----------------------------------------
    Navigation
-----------------------------------------*/
.content-seri nav {
  width: 100%;
}
.content-seri nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
    .content-seri nav ul li {
        display: inline-block;
        text-align: center;
        margin: 0 0 0.5em 0;
        padding: 0.5em 1em;
        background-color: #fff;
    }
        .content-seri nav ul li a:before {
                font-family:'Font Awesome 5 Free';
                content: "\f0da";
                font-weight: 900;
                margin-right: 0.3em;
        }
        .content-seri nav ul li a,
        .content-seri nav ul li a:visited,
        .content-seri nav ul li a:link,
        .content-seri nav ul li a:active {
                color: #000000;
                text-decoration: none;
            }
            .content-seri nav ul li a:hover {
                color: #000000;
                text-decoration: underline;
            }
@media screen and (min-width: 436px) {
    .content-seri nav ul {
        flex-direction: row;
        justify-content: space-around;
    }
}
/*-----------------------------------------
    Flex
-----------------------------------------*/
.flex-harf {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
@media screen and (min-width: 436px) {
    .flex-harf {
        flex-direction: row;
    }
}
/*-----------------------------------------
    Content
-----------------------------------------*/
#intro {
    position: relative;
    margin: -20px 0 0 0;
    padding: 1.5em 0;
    text-align: center;
}
@media screen and (min-width: 961px) {
    #intro {
        margin: -100px 0 0 0;
    }
}
#intro h1 {
    display: inline-block;
    padding: 0.5em 2em;
    margin: 0 0 0.5em 0;
    text-align: center;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    border-top: #005041 1px solid;
    border-bottom: #005041 1px solid;
}
h2.intro-period {
    width: 100%;
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    line-height: 190%;
    color: #005041;
}
    h2.intro-period span {
        display: inline;
        font-size: 90%;
        margin: 0 0.5em 0 0;
        padding: 0 0.2em;
        line-height: 150%;
        border: 1px solid #005041;
        background-color: #fff;
    }
@media screen and (min-width: 961px) {
    h2.intro-period {
        font-size: 200%;
    }
}
    #intro p {
        width: 90%;
        margin: 0 5%;
    }
    #intro img {
        width: 100%;
        height: auto;
    }
@media screen and (min-width: 436px) {
        h2.intro-period br {
            display: none;
        }
}
#area-map {
  max-height: 610px;
  margin: 0;
}

#campaign-area dl {
    display: flex;
    flex-direction: row;
    margin: 4em 0 1em 0;
}
    #campaign-area dl dt {
        width: 50%;
        position: relative;
        margin-bottom: 0;
    }
    #campaign-area dl dd {
        width: 50%;
        margin: 0;
        padding: 0;
    }
@media screen and (min-width: 961px) {
    #seri-movie-area {
        width: 100%;
        margin: 0;
        min-height: 680px;
        padding: 0.5em 0;
        background-color: #fff;
    }
            .movie iframe {
                width: 90%;
                height: 540px;
                margin: 0 5%;
            }
        #seri-movie-area p.txt {
            width: 90%;
            font-size: 0.9em;
            text-align: center;
            line-height: 2.0;
            margin: 0 5% 1em 5%;
        }
}
    /*-----------------------------------------
        Text
    -----------------------------------------*/
    body#seri strong.red {
        font-weight: bold;
        color: #E76226;
    }
    body#seri .small {
        font-size: 0.8em;
    }
    body#seri p {
        display: block;
        margin: 1.250em 0;
    }
    /*-----------------------------------------d
        Heading
    -----------------------------------------*/
    body#seri h1 {
        font-size: 200%;
        padding: 0.5em 0;
        margin: 0;
    }
    body#seri h2 {
        font-size: 170%;
        padding: 0.5em 0;
    }
    body#seri h3 {
        font-size: 140%;
        padding: 0.5em 0;
        margin: 0;
    }
    body#seri h4 {
        font-size: 110%;
        padding: 0.5em 0;
        margin: 0;
    }
    body#seri h5,
    body#seri h6 {
        font-size: 100%;
        margin: 0;
    }
    /*-----------------------------------------
        Title
    -----------------------------------------*/
    .ttl1{
        margin: 0;
        line-height: 42px;
        background: #005041;
        color: #fff;
        text-align: center;
        position: relative;
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
    }
    .title-term {
        letter-spacing: 0.1em;
        margin-bottom: 1em;
        color: #fff;
        padding: 1em 40px;
        text-align: center;
        font-weight: 700;
        font-family: 'Noto Serif JP', serif;
        background: url('../images/seri-fair/title-line.png') repeat;
    }
@media screen and (min-width: 961px) {
    .title-term {
        padding: 1em 0;
    }
}
    #area-map {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    #area-map iframe {
        width: 95%;
        height: 500px;
        margin: 0 2.5%;
    }

    #seri-menu-area {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 0 2em 0;
    }
        .menu-name {
            text-align: center;
            font-weight: 700;
            margin: 0 0 1em 0;
            padding: 0.3em;
            color: #fff;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 500;
            background: #005041;
            border-radius: 26px;
            border: #005041 1px solid;
        }
        .seri-menu-list {
            width: 100%;
            height: auto;
            margin: 0 0 1em 0;
            padding: 0;
        }
@media screen and (min-width: 436px) {
            .seri-menu-list {
                width: 48.5%;
            }
}
dl.menu-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (min-width: 436px) {
    dl.menu-box {
        justify-content: flex-start;
    }
}
    dl.menu-box dt {
        width: 27%;
        font-weight: 600;
        font-size: 0.9em;
        line-height: 1.5;
        margin: 0;
        padding: 0.8em 0.5em 0.5em 0;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        color: #005041;
    }
    dl.menu-box dd {
        width: 73%;
        margin: 0;
        padding: 0.5em 0;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }
        dl.menu-box dd a.add,
        dl.menu-box dd a.add:visited,
        dl.menu-box dd a.add:link,
        dl.menu-box dd a.add:active {
            display: inline-block;
            background: #005041;
            border: #005041 1px solid;
            color: #fff;
            padding: 0.1em 0.5em;
            margin-left: 1em;
            border-radius: 4px;
            text-decoration: none;
        }
            dl.menu-box dd a.add:before  {
                font-family: "Font Awesome 5 Free";
                content: "\f3c5";
                font-weight: 900;
                margin-right: 3px;
            }
            dl.menu-box dd a.add:hover {
                background-color: #fff;
                color: #005041;
                border: #005041 1px solid;
            }
            dl.menu-box dd a,
            dl.menu-box dd a:visited,
            dl.menu-box dd a:link,
            dl.menu-box dd a:active {
                color: #000000;
                text-decoration: none;
            }
                dl.menu-box dd a:hover {
                    color: #000000;
                    text-decoration: underline;
                }
                dl.menu-box dd a[href*="tel:"] {
                    pointer-events: none;
                    cursor: default;
                    text-decoration: none;
                }

            .seri-menu-list img {
                width: 100%;
                height: auto;
                border-radius: 50%;
                margin: 0 0 10px 0;
            }
            .seri-menu-list div {
                width: 100%;
                padding: 3px;
                font-weight: 400;
                background-color: #fff;
                color: #005041;
            }
                .seri-menu-list div p {
                    margin: 0;
                }
                .coupon {
                    border:solid 1px #005041;
                    padding: 15px 10px 7px;
                    margin-top: 16px;
                    background: #fff;
                }
                    .coupon h4 {
                        background: #005041;
                        color: #fff;
                        font-weight: bold;
                        padding: 4px 12px;
                        margin: -15px -10px 10px;
                    }
                        .coupon h4 i {
                            margin-right: 5px;
                        }
                    .coupon p {
                        margin: 8px 0;
                        line-height: 1.2;
                    }
                    .coupon p i {
                        width: 16px;
                        text-align: center;
                        color: #005041;
                        margin-right: 5px;
                    }
                    .coupon b {
                        font-weight: bold;
                    }

    #recipe-area {
        width: 100%;
        height: auto;
        margin: 0 0 2em 0;
        padding: 1.5em 0;
        border-bottom: #fff 1px solid;
    }

    #sns {
        padding: 1em 0;
        text-align: center;
    }
        #sns h2 {
            width: 65%;
            margin: 1em auto;
            padding: 0;
        }
            #sns h2 img {
                margin: 0 auto;
            }
            #sns .catch {
                font-weight: bold;
                color: #361509;
            }

            #sns .sns-icon {
                display: flex;
                justify-content: center;
                margin: 0;
                padding: 0;
            }
                #sns .sns-icon li {
                    margin: 0 20px;
                }
                    #sns .sns-icon li a {
                        display: inline-block;
                        width: 80px;
                        height: 80px;
                        line-height: 75px;
                        font-size: 4rem;
                        border-radius: 40px;
                        background: #005041;
                        color: #fff;
                    }
                    #sns .sns-icon li a i {
                        margin-top: 10px;
                    }
.txt {
    width: 90%;
    margin: 0 5% 1em 5%;
}
@media screen and (min-width: 961px) {
    .txt {
        width: 100%;
        margin: 0 0 1em 0;
    }
}
#seri-movie-area {
    width: 100%;
    padding: 0.5em 0;
}
@media screen and (min-width: 961px) {
    #seri-movie-area {
        min-height: 810px;
    }
}
    .movie {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 50px 0;
    }
        .movie iframe {
            width: 100%;
            height: 217px;
            margin: 0;
        }
@media screen and (min-width: 436px) and (max-width: 960px) {
    .movie iframe {
        height: 388px;
    }

}
@media screen and (min-width: 961px) {
    .movie {
        width: 960px;
    }
    .movie iframe {
        width: 100%;
        height: 510px;
    }
}
footer.seri-foot,
footer span#copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0;
    padding: 0.5em 0;
    border-top: 1px solid #fff;
    background: url('../images/seri-fair-background.png') #f3f1e0;
}