.top {
    width: 100%;
}

.top_img {
    width: 100%;
    height: 15vh;
}

.list {
    background-image: url(../photo/wagasi11.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.spring {
    background-image: url(../photo/wagasi16.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.summer {
    background-image: url(../photo/wagasi4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.yokan {
    background-image: url(../photo/wagasi11.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.kuzumoti {
    background-image: url(../photo/wagasi5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gazui {
    background-image: url(../photo/wagasi8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sakuramoti {
    background-image: url(../photo/wagasi2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.itigodaifuku {
    background-image: url(../photo/wagasi15.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.itigopai {
    background-image: url(../photo/wagasi19.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.kodawari {
    background-image: url(../photo/wagasi10.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.teiban {
    background-image: url(../photo/wagasi11.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.new {
    background-image: url(../photo/wagasi8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fruits {
    background-image: url(../photo/wagasi15.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news_list_img,.new_open {
    background-image: url(../photo/shop2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.aisatu {
    background-image: url(../photo/shop1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top_img h1 {
    /* font-size: 2em; */
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.5em, 1.7vw, 2em);
    margin-left: 20px;
    color: black;
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px #fff;
}

.syohinsyokai_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.syohinsyokai_text h2 {
    /* font-size: 1.5em; */
    font-size: clamp(1.3em, 1.4vw, 1.7em);
    margin-top: 20px;
    padding: 20px;
    font-family: 'Noto Serif JP', serif;
}

.syohinsyokai_text .title {
    width: 100%;

}

.syohinsyokai_text .text {
    width: 100%;
}

.syohinsyokai_text .text p {
    font-size: 1.2em;
    padding: 20px;
}

.syohin_info_list section,
.syohin_info_detaillist section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kisetu_wagasi_list {
    margin: 15px 0;
    width: 90%;
    height: 20vh;
    background-image: url(../photo/wagasi16.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.teiban_wagasi_list {
    margin: 15px 0;
    /* position: relative; */
    width: 90%;
    height: 20vh;
    background-image: url(../photo/wagasi11.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.new_wagasi_list {
    margin: 15px 0;
    /* position: relative; */
    width: 90%;
    height: 20vh;
    background-image: url(../photo/wagasi8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fruits_wagasi_list {
    margin: 15px 0;
    /* position: relative; */
    width: 90%;
    height: 20vh;
    background-image: url(../photo/wagasi15.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.curtain {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.382);
}

.syohin_info_list .curtain a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.syohin_info_list .curtain a h2 {
    transition: 1s;
    color: rgb(0, 0, 0);
    width: 90%;
    padding: 30px 0;
    font-size: clamp(1.2em, 1.4vw, 1.7em);
    font-family: 'Noto Serif JP', serif;
}

.syohin_info_list .curtain a span {
    width: 90%;
    height: 35px;
    /* border: 1px solid #df8919; */
    border: 1px solid #e35113;
    color: rgb(0, 0, 0);
    transition: 1s;
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
}

.syohin_info_list .curtain:hover {

    transition: 1s;
    background-color: rgba(255, 255, 255, 0);
}

.syohin_info_list .curtain:hover span {
    /* font-size: 1.2em; */
    transition: 1s;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px #000000;
}

.syohin_info_list .curtain:hover h2 {
    /* font-size: 1.2em; */
    font-family: 'Noto Serif JP', serif;
    transition: 1s;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px #000000;
}

.season {
    background-image: url(../photo/wagasi16.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shop,
.company_overview,.company_overview {
    background-image: url(../photo/shop1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.attempt{
    background-image: url(../photo/over_view1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.kisetu_wagasi_detail {
    margin: 20px 0;
    background-color: rgb(240, 240, 240);
    max-width: 90%;
}

.detail_img {
    width: 100%;
    height: 60%;
}

.detail_img img {
    width: 100%;
    height: 100%;
}

.detail_text h3 {
    margin: 10px 10px;
    white-space: nowrap;
    color: #55350a;
}

.detail_text {
    display: flex;
    flex-direction: column;
}

.detail_text p {
    margin: 10px 10px;
    min-height: 0;
    color: #55350a;
}

.btn_detail {
    display: flex;
    flex-direction: row;
}

.btn_detail>span {
    margin: 0 10px;
    width: 30%;
    height: 40px;
    background-color: red;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
font-family: 'Noto Serif JP', serif;
}

.btn_detail a {
    text-decoration: none;
    margin: 0 10px;
    width: 70%;
    height: 40px;
    /* border: 1px solid #df8919; */
    border: 1px solid #e35113;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: black;
}

.syohinsyokai_detail_text {
    /* width: 100%; */
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.syohinsyokai_detail_text .text {
    padding-top: 50px;
    width: 70%;

}

.syohinsyokai_detail_text .text p {
    display: block;
    line-height: 1.5;
}

.syohinsyokai_detail_text .syohin_img {
    width: 80%;
    height: 70%;
}

.syohin_img img {
    padding-top: 40px;
    width: 100%;
}

.syohin_info_detail {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.syohin_info_detail dl {
    background-color: #e6e6e6;
    width: 70%;
}

.syohin_info_detail dl dt,
.syohin_info_detail dl dd {
    height: 40px;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
}

.syohin_info_detail dl dt span,
.syohin_info_detail dl dd span {
    padding-left: 20px;
    font-family: 'Noto Serif JP', serif;
}

.wagasi_creation_text {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wagasi_creation_img {
    width: 80%;
}

.wagasi_creation_img img {
    width: 100%;
}

.wagasi_creation_text .text p {

    display: flex;
    flex-direction: column;

}

.wagasi_creation_text .text p span {
    margin: 10px;
    font-family: 'Noto Serif CJK JP', serif;
}

.wagasi_creation_text_subtitle {
    width: 80%;
    margin: 15px;
}
.wagasi_creation_text_subtitle  h2{
     font-size: clamp(1.2em, 1.4vw, 1.7em);
     font-family: 'Noto Serif JP', serif;
}
.news_contener {
    padding: 20px 0;
    padding-top:30px;
    padding-bottom:30px;
    margin-top:50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.news_list {
    width: 90%;
padding-top:30px;
padding-bottom:50px;
}

.wagasi_newopen_cafe_text_subtitle h2 {
    font-size: clamp(1.2em, 1.4vw, 1.7em);
    padding-left: 20px;
    padding-top: 20px;
    font-family: 'Noto Serif JP', serif;
}

.wagasi_newopen_cafe_text {
    display: flex;
    flex-direction: column;
    margin: 15px;

}

.wagasi_newopen_cafe_text section .text p {
    padding: 20px;
}

.wagasi_newopen_cafe_text section .text p span {
    display: flex;
    flex-direction: column;
    font-family: 'Noto Serif JP', serif;
}

.wagasi_newopen_cafe_img {
    padding-top: 20px;
}

.wagasi_shop_annailist,
.wagasi_shop_detail {
    margin: 20px;
}

.shop_honten,
.shop_siten,
.shop_honten_detail,
.shop_siten_detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.shop_honten_syozaiti,
.shop_annailist_subtitle,
.shop_siten_syozaiti,
.shop_honten_detail_subtitle,
.shop_honten_detail_info,
.shop_siten_detail_subtitle,
.shop_siten_detail_info {
    width: 70%;
}

.shop_annailist_subtitle h2,
.shop_honten_detail_subtitle h2,
.shop_siten_detail_subtitle h2 {
    font-size: clamp(1.2em, 1.4vw, 1.7em);
    padding-left: 10px;
    font-family: 'Noto Serif JP', serif;
}

.shop_honten_syozaiti dl,
.shop_siten_syozaiti dl,
.shop_honten_detail_info dl,
.shop_siten_detail_info dl {

    padding: 20px;
}

.shop_honten_syozaiti dl dt,
.shop_siten_syozaiti dl dt,
.shop_honten_detail_info dl dt,
.shop_siten_detail_info dl dt {
    height: 40px;
    background-color: #ffebf7;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shop_honten_syozaiti dl dd,
.shop_siten_syozaiti dl dd,
.shop_honten_detail_info dl dd,
.shop_siten_detail_info dl dd {
    height: 40px;
    background-color: #f0f7ff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.google_map {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.iframe {
    width: 100%;
}

.wagasi_company_overview_list {

    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.wagasi_company_overview_list ul {
    margin: 20px;
    list-style: none;
    width: 80%;

}

.wagasi_company_overview_list ul li {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;

}

.wagasi_company_overview_list ul li a {

    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.wagasi_company_overview_list ul li a .overview_img img{
    transition: 1s;
    
    filter: opacity(100%);
}
.wagasi_company_overview_list ul li a:hover .overview_img img{
    transition: 1s;
    
    filter: opacity(70%);
    
}

.wagasi_company_overview_list ul li a .overview_img {
    width: 70%;
    /* height: 50%; */
}

.wagasi_company_overview_list ul li a span {
    width: 70%;
    font-size: clamp(18px, 1.4vw, 20px);
    text-align: center;
    color: #000000;
    font-family: 'Noto Serif JP', serif;
    transition: 1s;
}
.wagasi_company_overview_list ul li :hover span {
transition: 1s;
/* color: #df8919; */
color: #e35113;
}
.syakun {
    display: flex;
    flex-direction: row;

}

.wagasi_syatyo_aisatu {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wagasi_syatyo_aisatu .syakun,
.syatyo_aisatu_text {
    width: 80%;
}

.syatyo_img {
    width: 100%;
}

.syakun_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.syakun_info p {
    display: flex;
    flex-direction: column;

}

.syakun_info p span {
    font-size: clamp(10px, 1.6vw, 30px);
    margin: 10px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.syatyo_aisatu_text h2 {
    font-size: clamp(1.2em, 1.4vw, 1.7em);
    margin: 20px;
    font-family: 'Noto Serif JP', serif;
}

.syatyo_aisatu_text p span {
    font-size: clamp(10px, 1.6vw, 30px);
    display: flex;
    flex-direction: column;
    font-family: 'Noto Serif JP', serif;
}
.wagasi_company_overview{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wagasi_company_overview h2{
    font-size: clamp(1.2em, 1.4vw, 1.7em);
    margin: 20px;
    width: 80%;
    font-family: 'Noto Serif JP', serif;
}
.wagasi_company_overview .overview{
    width: 70%;
}
.wagasi_company_overview .overview div{
    margin: 20px;
}
.wagasi_company_overview .overview dl dd{
    background-color: #d1d1d1;
}
.wagasi_company_overview .overview dl dt{
    
    background-color: #5c5c5c;
}
.wagasi_company_overview .overview dl dd,
.wagasi_company_overview .overview dl dt{
    padding-left:20px;
    width: 100%;
height: 40px;
display: flex;
flex-direction: row;
align-items: center;
}
.wagasi_attempt{
    margin: 30px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.attempt_info_img,.attempt_info_text{
    width:75%;
}
.attempt_info_text h2{
    padding: 10px 0;
    font-size: clamp(1.2em, 1.4vw, 1.7em);
    
    font-family: 'Noto Serif JP', serif;
}
.attempt_info_text p span{
    display: flex;
    flex-direction: column;
    font-size: clamp(10px, 1.6vw, 30px);
    font-family: 'Noto Serif JP', serif;
}
@media(min-width:768px) {
    
    .top_img {
        height: 25vh;   
    }
    .top_img h1{
        /* font-size: clamp(1.5em, 2em, 2em); */
        font-size: clamp( 4vw, 2vw, 5vw);
        font-family: 'Noto Serif JP', serif;
    }
    .syohin_info_list {
        margin-top: 50px;
    }

    .kisetu_wagasi_list {
        margin: 20px 0;

        width: 90%;
        height: 37vh;

    }

    .teiban_wagasi_list {
        margin: 20px 0;
        width: 90%;
        height: 37vh;

    }

    .new_wagasi_list {
        margin: 20px 0;
        width: 90%;
        height: 37vh;

    }

    .fruits_wagasi_list {
        margin-top: 20px;
        width: 90%;
        height: 37vh;
    }

    .syohin_info_list .curtain a {

        justify-content: baseline;
        align-items: baseline;
    }

    .syohin_info_list .curtain a h2 {
        font-size: clamp(1.2em, 1.4vw, 1.7em);
        padding-left: 20px;
        font-family: 'Noto Serif JP', serif;
    }

    .syohin_info_list .curtain a span {
        margin-left: 20px;
        width: 30%;
        height: 35px;
        font-family: 'Noto Serif JP', serif;
    }

    .syohin_info_detaillist section {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        /* align-items: center; */
    }


    .detail_text p {
        margin: 0 10px;
        min-height: 0;
        height: 80px;
        font-size: clamp(10px, 1vw, 14px);
        /* align-items: stretch; */
    }

    .kisetu_wagasi_detail {
        width: 48%;
        /* max-height:80% ; */
        display: flex;
        flex-direction: row;




    }

    .detail_text {
        width: 100%;
        height: 100%;
    }

    .detail_img {
        width: 100%;
        height: 100%;
    }

    /* .btn_detail{
        width: 100%;
    } */

    .btn_detail>span {

        width: 30%;
        height: 30px;
        font-size: 0.5em;
        background-color: red;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: 'Noto Serif JP', serif;
    }

    .btn_detail a {
        text-decoration: none;
        margin: 0 5px;
        width: 70%;
        height: 30px;
        font-size: 0.5em;
        /* border: 1px solid #df8919; */
        border: 1px solid #e35113;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .wagasi_creation {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .wagasi_creation_text {
        max-width: 80%;
        margin: 20px;
        display: flex;
        flex-direction: row;
    }

    .wagasi_creation_img {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wagasi_creation_text section .text p span {
        font-size: clamp(10px, 1.2vw, 20px);
        font-family: 'Noto Serif JP', serif;
    }

    .wagasi_creation_text section {
        width: 100%;
    }

    .wagasi_newopen_cafe_text {
        display: flex;
        flex-direction: row-reverse;
        margin: 15px;

    }
    .wagasi_company_overview_list{
        height: 70%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .wagasi_company_overview_list ul{
        display: flex;
        flex-direction: row;

    }
    .wagasi_company_overview_list ul li {
        /* margin: 50px;
        flex-grow: 1; */
        width: 100%;
        margin: 15px;
    }

    .wagasi_company_overview_list ul li a .overview_img {
        width: 100%;
    }
    .wagasi_company_overview .overview div{
        margin: 20px;
        display: flex;
        flex-direction: row;
    }
    .wagasi_company_overview .overview div dt{
        width:20%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 0;
    }
    .wagasi_company_overview .overview div dd{
        width:80%; 
        
    }
}