@charset "UTF-8";

html,body,h1,h2,h3,ul,li,p{
    margin: 0;
    padding: 0;
    line-height: 1;
}

body{
    font-family: "YuMincho",  Meiryo, sans-serif;
    color: #444;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
    color:inherit;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
/* reset and initial */

header{
    background-color: #412102;
}

header .logo{
    color:#fff;
}

header .logo h1{
    padding-top: 20px;
    font-size: 35px;
    font-family: 'Inspiration', cursive;
    text-align: center;
}

header .logo .port{
    font-family: 'Palette Mosaic', cursive;
    font-size: 25px;
    text-align: center;
}




.main_image{
    width: auto;
    height: auto;
    margin-bottom: 10px;
    /* background-image: url(../img/phonto.JPG); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

/* 動画も反映できる */
    /* .video-inner{
        width: 80%;
        height: auto;
        margin: 0 auto 100px;
        } */
        
        /* .video-inner>video{
        object-fit: cover;
        object-position: center center;
        
        /* ↓設定は常時変えない */
        /* width: 100%; */
        /* height: 100%; */
        /* } */ 
       
/* 
_::-webkit-full-page-media,_:future,:root .main_image{
    width: 100%;
    height: 34vh;
    /* background-color: #888; */
    /* margin-bottom: 10px; */
    /* background-image: url(../img/prof02.jpg); */
    /* background-image: url(../gazousozai/2.18sagyoudata2-assets/sizuku.jpeg); */
    /* background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    margin-top: 10px; */
/* } */

.sns{
    display: flex;
    justify-content:flex-end;
    margin-right: 10px;
    }

    .sns>p{
    width: 20px;
    margin: 3px 4px 6px;
    }
    


nav.sp{
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #220022; */
    background-color: #ffe5cc;
    margin-bottom: 20px;
    /* display: none; */
    transform: translateX(100%);
    transition: 0.3s;
    z-index: 1;
}

nav li{
    line-height: 60px;
    text-align: center;
}

nav a{
    display: block;
    color: #000000;
    letter-spacing: 0.1em;
}

nav.drawer{
    transform: translateX(0);
}

nav.pc{
    display: none;
    color: #fff;
    z-index: 1;
}
/*------------------------
    burger menu setting
------------------------*/

#burger {
    width: 31px;
    height: 28px;
    position: fixed;
    /* position: absolute; */
    top: 15px;
    right: 9px;
    cursor: pointer;
    z-index: 1;
  }
  
#burger span {
    display: block;
    position: absolute;
    width: 100%;
    transition: .4s;
    top: 0;
    left: 0;
    border-top: 3px solid #9e9e9e;
    color: #000000;
}

#burger span:nth-child(2) {
    top: 25%;
}

#burger span:nth-child(3) {
    top: 50%;
}

#burger span:nth-child(4) {
    text-align: center;
    top: 75%;
    font-size: 10px;
    border: none;
  }
  
  #burger.active > span:nth-child(1) {
    top: 25%;
    transform: rotate(-45deg);
  }
  
  #burger.active > span:nth-child(2) {
    opacity: 0;
  }
  
  #burger.active > span:nth-child(3) {
      top: 25%;
    transform: rotate(45deg);
  }


.container{
    max-width: 960px;
    margin: 0 auto;
}

.main{
    padding: 0 10px;
}

.box{
    margin-bottom: 30px;
}

.box>h2{
    font-family: 'Righteous', cursive;
    font-size: 17px;
    padding: 10px 0 10px 13px;
    /* background-color:#4d5f30; */
    border-left: 10px solid #eaee01;
    background-color: #412102;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}


.box>p{
    padding: 0 50px 60px;
    line-height: 1.8;
}


.box .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.box .item h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.box .item .photo{
    width: 48%;
}

.box .item .txt{
    width: 50%;
}

/* footer>p{
color: rgb(0, 0, 0);
    text-align: center;
    line-height: 50px;
} */

#toTop{
    display: none;
}

.main-visual{
    width: 100%;
    height: 100vh;
    margin-bottom: 100px;
    /* border: 1px solid #222;
    background-color: rgb(236, 177, 177); */
    }
    
    .main-visual li{
    width: 100%;
    height: 100vh;
    
    }
    .main-visual img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    }

.shop-wrapper{
    max-width: 960px;
    margin: 0;
    /* background-color: #ddd; */
    display: flex;
    justify-content: space-between;
    }
    
    .s-info{
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #000000;
    }
    
    .s-info>dd{
    width: 70%;
    /* padding: 10px; */
    }
    
    .tw{
    width: 46%;
    text-align: center;
    }
    
    /* google map埋め込み部分 */
      
      /* Google Mapを囲う要素 */
      .b-map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%; /* 比率を16:9に固定 */
      }
      
      /* Google Mapのiframe */
      .b-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height:100%;
      }

@media screen and (min-width:768px) {
    header .logo{
        /* padding-top: 20px; */
        padding:0 0 2px 0px;
    }

    header .logo h1{
        padding-top: 31px;
        padding-bottom: 6px;
        font-size: 80px;
        font-family: 'Inspiration', cursive;
        text-align: center;
    }

    header .logo .port{
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 25px;
        text-align-last: center;
    }

    .sns>p{
        width: 30px;
        /* margin: 2px 5px 0px; */
        }
/* 
    .main_visual{
        width: 100%;
        height:auto;
        /* margin-top: 0;
        height: 100vh; */
        /* margin-bottom: 2px; */
    /* } */ 
    .main_visual{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    }

.main_visual>img
{
        width: 200px;
    position: absolute;
    left: 170px;
    top: 0px;
    margin-top: 0;
    text-align: center;
    }

    nav.sp{
        display: none;
    }

    nav.pc{
        position: sticky;
        top:0;
        left:0;
        height: auto;
        display: block;
        background-color: #f1f1f1;
        /* display: block !important; */
        /* margin-bottom: 20px; */
    }

    nav ul{
        display: flex ;
        justify-content:end;
    }

    nav li{
        width: 20%;
        line-height: 25px;
        background-color: transparent;
        font-size: 17px;
        font-weight: 800;
    }
    
    nav a{
        color: rgb(0, 0, 0);
        transition: 0.4s;
    }

    nav a:hover{
        background-color: #b80000d3;
        color: #ffffff;
    }

    #burger{
        display: none;
    }

    .main{
        padding: 0 5px;
    }

    .box .item .photo{
        width: 37%;
    }
    
    .box .item .txt{
        width: 60%;
    }
    
    .box{
        height: 10%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(70px);
        transition: opacity 1.5s, visibility 1s, transform 1s;}
    
      /* フェードイン時に入るクラス */
      .is-fadein {
          padding-top: 10px;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
      }     
    
      .box>h2{
        font-family: 'Righteous', cursive;
        font-size: 22px;
        padding: 10px 0 10px 13px;
        border-left: 10px solid #d8db08;
        /* background-color:#4d5f30; */
        background-color: #412102;
        margin-bottom: 20px;
        color: rgb(255, 255, 255);
    }


      #toTop{
        position: fixed;
        right: 8%;
        bottom: 28px;
        width: 50px;
        height: 50px;
        background-color: #5c5c5c;
        text-align: center;
        line-height: 50px;
        padding: 1px;
        color: #fff;
        display: none;
        cursor: pointer; 
        font-size: 45px;
        font-weight:bolder;
        z-index: 1;
    }
}

