img {
    width: 100%;
}

.menu_PC {
    display: none;
}
.menu_contents{
    width: 100%;
    height: 50px;
}
.menu_sp {
    box-shadow: 0 1px 2px 2px #bdbdbd;
    background-image: url(../img/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%;
    height: 50px; */
    width: inherit;
    height: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

.menu_sp .logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.menu_sp .logo a {
    width: 100%;
}

.menu_sp .logo img {
    width: 150px;
    height: 50px;
}

.menu_sp .nav {
    background-color: rgb(228, 228, 228);
    width: 100%;
    transition: 1s;
    position: absolute;
    top: -500px;

}

.menu_sp .nav ul {
    width: 100%;
    height: 100%;
    list-style: none;
}

.menu_sp .nav ul li {
    margin: 20px 10px;
    height: 50px;
    padding: 10px;
}

.menu_sp .nav a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* opacity: 0.3; */
    height: 100%;
    width: 100%;
    border: 1px solid #b0b0b0b5;
    color: #000;
    font-size: 1.2em;
    /* padding:0 20px ; */
}

/* .menu_sp .nav a  {
    color: #000;
    font-size: 1.2em;
    margin-left: 20px;
} */

.menu_sp .nav.active {
    height: 100vh;
    position: absolute;
    visibility: visible;
    /* display: block; */
    transition: 1s;
    top: 50px;
}

/*カルーセルの画像をcssの背景画像で表示する設定*/
.carousel .top{
    width: 100%;
    height: 100vh; 
   
    background-size: cover;
    background-repeat: no-repeat;


}
.img_1{
    background-image: url(../photo/topimg_sp4.webp);
    background-position:50% ;
}
.img_2{
    background-image: url(../photo/topimg_sp1.webp);
    background-position:bottom ;
}
.img_3{
    background-image: url(../photo/topimg_sp2.webp);
    background-position:50% ;
}
.img_4{
    background-image: url(../photo/topimg_sp3.webp);
    background-position:70% 20% ;
}




.carousel_dots{
  
    height: 100px;
}
.carousel_list{
    display: flex;
    flex-direction: row;
    list-style: none;
    
}
/*メイン画像の下の小さい画像リスト*/
.carousel_list li{
    background-size: cover;
    background-repeat: no-repeat;
  flex-grow: 1;
  height: 120px;  
 background-position:center !important;
  cursor: pointer;
  transition: opacity 0.3s;
}

.carousel_list li:nth-of-type(1){

    background-image: url(../photo/topimg4.webp);
}
.carousel_list li:nth-of-type(2){
    background-image: url(../photo/topimg1.webp);
}
.carousel_list li:nth-of-type(3){
    background-image: url(../photo/topimg2.webp);
}
.carousel_list li:nth-of-type(4){
    background-image: url(../photo/topimg3.webp);
}



.slick-img img{
    max-height: 100%;
  max-width: 100%;
  object-position: center;
  width: 100%;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
/* .thumbs_list li.slick-active {
    opacity: 1;
  } */
.sub_menu {
    padding: 20px;
    margin-bottom:50px;
}

.sub_menu h1 {
    margin-top: 50px;
    padding-bottom:30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #b0b0b0b5;
    font-family: 'Noto Serif JP', serif;
}

.sub_menu_contents ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sub_menu_contents ul li {
    width: 45%;
    height: 50px;
    margin: 15px 0;
    border: 1px solid #b0b0b0b5;
    background-color: rgb(153, 117, 35);
}

.sub_menu_contents ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    /* background-color: rgb(177, 136, 41); */
}

.sub_menu_contents ul li a span {
    font-family: 'Noto Serif JP', serif;
    color: #ffffff;
}

.sub_menu_contents ul li a:hover {
    transition: 1s;
    background-color: rgb(201, 161, 67);
}

.news {
    background-color: rgb(240, 240, 240);
    margin-bottom:50px;
}

.news h1 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    padding-top:30px;
    padding-bottom:30px;
}

.news dl {
    padding: 10px;
}

.news dl dt {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
}

.news dl dt,
.news dl dd {
    margin: 10px;
}

.news dl dd a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: #000;
}

.news dl dd a:hover span {
    color: #e35113;
    /* color: #df8919; */
    
}

.news dl .cafe_icon_bg {
    width: 60px;
    height: 25px;
    background-color: rgb(143, 98, 27);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.news dl .new_icon_bg {
    width: 60px;
    height: 25px;
    background-color: rgb(20, 109, 28);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.syouhin_info {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.syouhin_info h1 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    padding-bottom:30px;
}

.curtain {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.573);
}

.kisetu_wagasi {
    margin: 15px 0;
    position: relative;
    width: 100%;
    height: 12vh;

    background-image: url(../photo/wagasi16.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.teiban_wagasi {
    margin: 15px 0;
    position: relative;
    width: 100%;
    height: 12vh;

    background-image: url(../photo/wagasi11.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.new_wagasi {
    margin: 15px 0;
    position: relative;
    width: 100%;
    height: 12vh;

    background-image: url(../photo/wagasi8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.fruits_wagasi {
    margin: 15px 0;
    position: relative;
    width: 100%;
    height: 12vh;

    background-image: url(../photo/wagasi15.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.curtain a {
    text-underline-offset: 1ex;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.curtain a span {
    font-family: 'Noto Serif JP', serif;
    color: rgb(255, 255, 255);
    transition: 1s;
    font-size: 1.2em;
}

.curtain:hover {
    transition: 1s;
    background-color: rgba(0, 0, 0, 0);
}

.curtain:hover span {
    /* font-size: 1.2em; */
    transition: 1s;
    color: #000000;
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px #fff;
}

.wagsi_creation {
    width: 100%;
    margin-top:40px;
    margin-bottom:50px;
}

.wagsi_creation h1 {
    margin: 20px 0;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

.wagsi_creation_text {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wagsi_creation_text a {
    transition: 1s;
    border: 1px solid #e35113;
    /* border: 1px solid #df8919; */
    color: #000;
    text-decoration: none;
    margin: 30px 0;
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wagsi_creation_text a:hover {
    transition: 1s;
    /* color: #df8919; */
    color: #e35113;
}

.access_contens h1 {
    margin: 20px 0;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.access_contens {
    padding: 20px;
    /* padding-top: 20px; */
    padding-bottom:50px;
    /* width: 100%; */
    background-color: rgb(240, 240, 240);
}

.access_contens .access_img_honten {
    margin: 20px 0;
    width: 100%;
    height: 12vh;
    background-image: url(../photo/shop1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 50% top 55%;
    pointer-events: none;
    transition: 1s;
    /* background-blend-mode:lighten; */
}

.access_contens .access_img_siten {
    margin: 20px 0;
    width: 100%;
    height: 12vh;
    background-image: url(../photo/shop3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 70% top 55%;
    pointer-events: none;
}

.access_img_honten a,
.access_img_siten a {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px #fff;
    color: #000;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    pointer-events: auto;

}

.access_img_honten :hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 1s;
}

.access_img_siten :hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 1s;
}

.kaisya_syoukai {
    padding: 30px 0;
    padding-top:50px;
    margin-bottom:50px ;
    width: 100%;
    background-color: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kaisya_syoukai h1 {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.kaisya_syoukai_text {
    padding: 20px;
}

.kaisyasyoukai_contents {
    width: 100%;
}

.kaisyasyoukai_contents ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kaisyasyoukai_contents ul li {
    width: 90%;
    height: 40px;
    background-color: rgb(249, 252, 255);
    margin: 20px 0;
    border: 1px solid rgb(209, 209, 209);

}

.kaisyasyoukai_contents ul li a {
    color: #000;
    transition: 1s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
}

.kaisyasyoukai_contents ul li a:hover span {
    transition: 1s;
    /* color: #df8919; */
    color: #e35113;
}

/*アコーディオン全体*/
.footer_menu_sp {
    width: 100%;
    background-color: #2d2d2d;
}

/*アコーディオンの中のそれぞれのコンテンツ*/
.footer_menu_sp_contents {
    border-bottom: 0.1px solid #bdbdbd4f;
    cursor: pointer;
}

.footer_menu_sp_contents:last-child {
    border-bottom: none;
}

/*アコーディオンの中のそれぞれのコンテンツの中のタイトル*/
.footer_menu_title {
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    /* border-bottom:1px solid rgb(233, 233, 233); */
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_menu_title span {
    padding-left: 20px;
}

/*トグルの設定*/
.footer_menu_title::before,
.footer_menu_title::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #fefefe;
    width: 15px;
    height: 3px;
    transition: all 0.3s;
}

.footer_menu_title::after {
    transform: rotate(90deg);
}


/*タイトルを押したときに出てくるメニュー、最初は非表示にしておく*/
.footer_nav {
    display: none;
    cursor: pointer;
    width: 100%;
    background-color: rgb(104, 104, 104);
}

/*タイトルを押したときに出てくるメニュー、クリックされると表示される*/
.footer_nav.active {
    display: block;
}

/*タイトルをクリックしたときにトグルが＋から－になる*/
.footer_menu_sp_contents.active .footer_menu_title::before {
    transform: rotate(180deg);
}

.footer_menu_sp_contents.active .footer_menu_title::after {
    transform: rotate(180deg);
    opacity: 0;
}

/*クリックしたときに出てくるメニューの細かい設定*/
.footer_nav ul {
    list-style: none;
}

.footer_nav ul li {

    width: 100%;
    height: 40px;
    border-bottom: 1px dashed rgb(255, 255, 255);
}

.footer_nav ul li:last-child {
    border-bottom: none;
}

.footer_nav ul li a {
    text-decoration: none;
    padding-left:30px;
    color: #fff;
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_logo {
    width: 100%;
    height: 10vh;
}

.footer_logo .logo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_logo .logo img {
    width: 150px;
    height: 50px;
}
.footer_menu_cp{
    display: none;
}



@media(min-width:768px) {

    /*mainのセル内の要素がはみ出したのでmain内のすべての要素をsectionで囲いmin-height: 0;で要素をはみ出さないようにした*/
    .main_contents {
        height: 100%;
        min-height: 0;
    }

    .contener {
        display: grid;
        grid-template-columns: 20% 80%;
        grid-template-rows: 1fr 10%;
        /* grid-template-rows: minmax(0, 1fr) 80%  20%; */
        grid-template-areas:
            "head main"
            "head foot"
        ;
    }

    header {
        grid-area: head;
    }

    main {
        grid-area: main;
    }

    footer {
        grid-area: foot;
    }

    .menu_sp {
        display: none;
    }

    .menu_contents {
        /* width: inherit; */
        position: relative;
        width: 20%;
    }

    .menu_PC {
        position: fixed;
        display: block;
        width: inherit;
        height: 100vh;
        background-image: url(../img/bg1.png);
        background-repeat: no-repeat;
        background-size: cover;

    }

    .menu_PC .logo {

        padding: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .menu_PC .logo a {
        /* width: 50px;
        height: 200px; */
        width: 25%;
        height: 100%;
    }

    .menu_PC .logo img {
        width: 100%;
        height: 100%;
    }

    .menu_PC ul {
        list-style: none;
        width: 100%;
    }

    .menu_PC ul li {
        width: 100%;
        height: 40px;
    }

    .menu_PC ul li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 20px;
        text-decoration: none;
        height: 100%;
        transition: 1s;
        color: #000;
        font-size: 1.2em;
    }

    .menu_PC ul li a:hover {
        transition: 1s;
        color: #e35113;
        /* color: #df8919; */
    }

    .carousel-contener {
        /* padding-top: 15px; */
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        margin-bottom:15px;
    }
    .carousel {
       
        /* max-width: 100%; */
       width: 100%;
        height: 80%;
    }
    .carousel .top{
     /* height: 100%; */
        /* padding-bottom: 16.5%; */
        background-size: cover;
        background-repeat: no-repeat;
    
    }

    .img_1{
        background-image: url(../photo/topimg4.webp);
    }
    .img_2{
        background-image: url(../photo/topimg1.webp);
    }
    .img_3{
        background-image: url(../photo/topimg2.webp);
    }
    .img_4{
        background-image: url(../photo/topimg3.webp);
    }
    


    
    .carousel_dots{

        /* margin-top: 10px; */
        width: 100%;
        height: 100px;
    }
    .carousel_list{
        display: flex;
        flex-direction: row;
        list-style: none;
    }
    .carousel_list li{
        
      flex-grow: 1;
      height: 120px;  
      /* opacity: 0.4; */
      cursor: pointer;
      transition: opacity 0.3s;
    }
    .sub_menu_contents ul {
        list-style: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */

        /* justify-content: space-around; */
    }

    .sub_menu_contents ul li {
        flex-grow: 1;
        width: 20%;
        height: 50px;
        margin: 15px 10px;
        border: 1px solid #b0b0b0b5;
        background-color: rgb(153, 117, 35);
    }

    .news h1 {
        padding: 20px;
        font-family: 'Noto Serif JP', serif;

    }

    .news dl {
        display: flex;
        flex-direction: column;
    }

    .news dl div dt {
        padding-left: 20px;
    }

    .news dl div {

        display: flex;
        flex-direction: row;
    }

    .news dl div dd {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .news dl div dt {
        width: 30%;
    }

    .syouhin_info section {
        display: flex;
        flex-direction: row;
        
    }

    .kisetu_wagasi {
        margin: 15px 0;
        position: relative;
        width: 100%;
        height: 25vh;

        /* height: 12vh; */

        background-image: url(../photo/wagasi16.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }

    .teiban_wagasi {
        margin: 15px 0;
        position: relative;
        width: 100%;
        height: 25vh;
        /* height: 12vh; */

        background-image: url(../photo/wagasi11.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }

    .new_wagasi {
        margin: 15px 0;
        position: relative;
        width: 100%;
        height: 25vh;
        /* height: 12vh; */

        background-image: url(../photo/wagasi8.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }

    .fruits_wagasi {
        margin: 15px 0;
        position: relative;
        width: 100%;
        height: 25vh;
        /* height: 12vh; */

        background-image: url(../photo/wagasi15.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }
    .wagsi_creation{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wagsi_creation_text {
        margin: 20px;
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wagsi_creation_text a{
        width: 30%;
    }
    .access_contens section{
        display: flex;
    flex-direction: row;
    }
    .access_contens .access_img_honten {
       
        margin: 20px 10px;
        width: 100%;
        height: 25vh;
        background-image: url(../photo/shop1.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left 50% top 55%;
        pointer-events: none;
        transition: 1s;
        /* background-blend-mode:lighten; */
    }
    
    .access_contens .access_img_siten {
       
        margin: 20px 10px;
        width: 100%;
        height: 25vh;
        background-image: url(../photo/shop3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left 70% top 55%;
        pointer-events: none;
    }
    .kaisyasyoukai_contents{
        display: flex;
        flex-direction: row;
    }
    .kaisyasyoukai_contents .kaisyasyoukai_img{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .kaisyasyoukai_contents .kaisyasyoukai_photo{
        padding: 10px;
        width: 80%;
        height: 40vh;
        background-image: url(../photo/shop1.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    
    .kaisyasyoukai_contents ul li {
        width: 40%;
        height: 40px;
        background-color: rgb(240, 240, 240);
        margin: 20px 0;
        border: 1px solid rgb(209, 209, 209);
    
    }
    
    .kaisya_syoukai_text {
        width: 60%;
    }
    .footer_menu_sp{
        display: none;
    }
    .footer_menu_cp{
        background-color: #282828;
        width:100%;
        display: flex;
    }
    .footer_menu_cp_contents{
        /* flex-grow: 1; */
        width: 100%;
    }
    .footer_menu_title_cp{
        /* width: 100%; */
        height: 40px;
        color:#ffffff;
        display: flex;
        flex-direction: row;
        margin-left: 15px;
        /* justify-content: center; */
        align-items: center;
    }
    .footer_menu_title_cp span{
        font-weight:bold;
    }
   .footer_nav_cp ul li{
list-style: none;
padding:10px;
/* width: 100%; */
height: 40px;

   }
   .footer_nav_cp ul li a{
    color: #ffffff;
    text-decoration: none;
    /* width: 100%; */
height: 100%;
display: flex;
flex-direction: row;
/* justify-content: center; */
align-items: center;
margin-left: 25px;
   }
}