@charset "utf-8";
/* CSS Document */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background:#252724;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 35%;
  max-width:250px;
}

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
    transform: translateY(100px);
}

to {
  opacity: 1;
  transform: translateY(0);
  }
}

.top-image::before{
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/top_image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media(max-width: 750px){
  .top-image::before{
    background-image: url("../img/top/top_image_small.png");
  }
}
.noren-upper{
  height: 36vh;
  background-color: #252724;
}
.top-image_noren{
  width: 100%;
  position: relative;
}
.noren{
  position: relative;
  width: 100%;
  z-index: -1;
  margin-bottom: 70vh;
}
.noren img{
  object-position: center;
  width: 100%;
  height: auto;
}
.noren-logo{
  position: absolute;
  bottom: 20%;
  width: 20vw;
  min-width: 50px;
  max-width: 120px;
  transform: translateX(-50%);
}
.top-message p{
  top: 70vh;
  margin: 0 auto;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;  
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: 0.15rem;
  color: #972121;
}

@media(min-width: 700px){
  .noren-upper{
    height: 180px;
  }
  .noren img{
    height: 100%;
  }
  .noren-logo{
    max-width: 120px;
  }
  .top-message p{
    font-size: 3.6rem;
    line-height: 6.0rem;
    letter-spacing: 1.0rem;
  }
}
.header{
  position: fixed;
  top: 0px;
  height: 64px; 
}
.about{
  background-color: #f0f0f0;
  margin-top: 50vh;
  padding: 60px 0 20px;
}
.about-logo{
  width: 60px;
  margin:  0 auto;
}
.about-logo img{
  width: 100%;
}
.about-text{
  margin: 0 20px 60px;
}
.about-text-sentence p{
  text-align: left;
  padding: 30px 10px 0;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;  
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.15rem;
}
.about-text-time{
  text-align: center;
}
.about-img{
  width: 100%;
  aspect-ratio: 5 / 3 ;
  background-image: url("../img/others/shop_counter.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  transition: .8s;
}
.about-img:hover{
  background-image: url("../img/others/shop_zasiki.png");
  object-fit: cover;
}
.about-introduction{
  padding: 40px 20px;
}
.about-introduction h2{
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.0rem;
  padding-bottom: 30px;
}

.about-introduction_text{
  margin: 0 20px 40px;
  text-align: left;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.about-introduction a{
  text-decoration: none;
  color: #222222;
  padding-bottom: 3px;
  border-bottom: solid 1px #222222;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3.0rem;
  letter-spacing: 0.1rem;
}
.about-introduction a span{
  color: #7D2E2E;
}
@media(min-width: 800px){
  .about{
    padding: 80px 0 ;
  }
  .about-text{
    margin: 0 0 80px;
  }
  .about-logo{
    margin: 0 auto;
    width: 80px;
  }
  .about-text h2{
    margin: 0 auto;
    width: 370px;
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 40px;
  }
  .about-text-sentence p{
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
  .about-wrapper{
    margin: 0 auto;
  }
  .about-img{
    aspect-ratio: 2 / 1 ;
    max-width: 800px;
    margin: 0 auto;
  }
  .about-img img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
  }
  .about-introduction{
    padding: 60px 40px 0;
  }
  .about-introduction a{
    font-size: 1.8rem;
    line-height: 3.0rem;
    letter-spacing: 0.15rem;
  }
  .about-introduction_text{
    margin: 0;
    padding-bottom: 60px;
    text-align: center;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0.15rem;
  }
}
.about-introduction a{
  transition: .4s;
  position: relative;
}
.about-introduction a:hover{
  color: #7D2E2E;
  border-bottom: solid 1px #7D2E2E;
}

.menu{
  background-color: #EBE3DC;
  padding: 60px 0 20px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.menu h2{
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
}
.menu-img img{
  object-fit: cover;
  width: 100%;
  aspect-ratio: 5 / 3 ;
}
.menu-food, .menu-drink{
  margin-bottom: 60px;
}
.menu-food_text, .menu-drink_text{
  padding: 20px 20px 60px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.menu-food_text h3, .menu-drink_text h3{
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 20px;
}
.menu-food_text p, .menu-drink_text p{
  text-align: left;
  font-size: 1.4rem;
  line-height: 3.0rem;
  padding: 0 10px;
}
.menu-food_osusume h3, .menu-drink_osusume h3{
  font-size: 2.0rem;
  padding-bottom: 20px;
}

.osusume-slide{
  width: 80%;
  aspect-ratio: 1 / 1 ;
  margin: 0 auto;
}
.osusume-slide img {
  position: relative;
  aspect-ratio: 1 / 1 ;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.osusume-slide p{
  font-size: 1.4rem;
  padding: 10px;
  color: #222222;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.slick-prev:before, .slick-next:before{
  color: #252724;
}
.osusume-slide-wide{
  display: none;
}
@media(min-width: 800px){
  .osusume-slide{
    display: none;
  }
  .slide-wide-wrapper{
    margin: 0 40px;
  }
  .osusume-slide-wide{
    display: block;
    margin: 0 auto;
    max-width: 1300px;
  }
  .osusume-slide-wide-item{
    width: calc( ( 100% - 40px ) / 3 );
    aspect-ratio: 1 / 1 ;
    margin: 20px;
    transition: .6s;
    position: relative;
    border-radius: 5px;
  }
  .osusume-slide-wide-item img{
    width: 100%;
    aspect-ratio: 1 / 1 ;
    object-fit: cover;
  }
  /* hover */
  .osusume-slide-wide-item {
    position: relative;
    overflow: hidden;
  }
  .osusume-slide-wide-item::before,
  .osusume-slide-wide-item::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    margin: auto;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
  }
  .osusume-slide-wide-item::before {
    background-color: rgba( 0,0,0,0.2 );
    width: 100%;
    height: 100%;
  }
  .item1::after {
    color: #fff;
    content: '和牛ハラミ 440円';
    white-space: pre;
    font-size: 2.0rem;
    font-weight: 500;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .item2::after {
    color: #fff;
    content: "山いもからあげ 550円";
    font-size: 2.0rem;
    font-weight: 500;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .item3::after {
    color: #fff;
    content: "店長おすすめ5本セット 880円";
    font-size: 2.0rem;
    font-weight: 500;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .item4::after {
    color: #fff;
    content: "背脂チャーハン 770円";
    font-size: 2.0rem;
    font-weight: 500;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .item5::after {
    color: #fff;
    content: "醤油ラーメン 770円";
    font-size: 2.0rem;
    font-weight: 500;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .item6::after {
    color: #fff;
    content: "揚げ豆腐 550円";
    font-size: 2.0rem;
    font-weight: 500;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .osusume-slide-wide-item:hover::before,
  .osusume-slide-wide-item:hover::after {
    opacity: 1;
  }
  .slick-dots li button:before{
    font-size: 0.8rem;
    line-height: 3.0rem;
  }
}

.menu-button a{
  padding: 8px 36px;
  text-decoration: none;
  color: rgb(125,46,46);
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  border: solid 1px #222222;
}
/* hover */
.menu-button a{
  transition: .8s;
}
.menu-button a:hover{
  background-color: rgb(125,46,46);
  color: #FFF;
  border: solid 1px rgb(125,46,46);
}

@media(min-width: 800px){
  .menu{
    padding: 80px 0 20px;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .menu h2{
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 3.0rem;
    letter-spacing: 0.15rem;
    padding-bottom: 40px;
  }
  .menu-food,.menu-drink{
    margin-bottom: 100px;
  }
  .menu-contents{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px 80px;
  }
  .menu-contents-drink{
    display: flex;
    flex-direction: row-reverse;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px 80px;
  }
  .menu-img {
    width: 50%;
  }
  .menu-img img{
    width: 100%;
    border-radius: 3px;
  }
  .menu-food_text,.menu-drink_text{
    width: 50%;
    padding: 40px;
  }
  .menu-food_text h3, .menu-drink_text h3{
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 40px;
  }
  .menu-food_text p, .menu-drink_text p{
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.6rem;
    margin: 0 auto;
  }
  .menu-food_osusume h3, .menu-drink_osusume h3{
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    padding-bottom: 40px;
  }
  .menu-button a{
    padding: 8px 50px 10px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
}
.separator{
  background-color: #FFF;
}
.separator-slide{
  width: 100%;
  margin: 0 auto;
}
.separator-slide img {
  aspect-ratio: 1 / 1 ;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.separator-slide-wide{
  display: none;
}

@media(min-width: 700px){
  .separator-slide{
    display: none;
  }
  .separator-slide-wide{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .separator-slide-wide img{
    aspect-ratio: 1 / 1 ;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.access{
  padding: 60px 0;
  background-color: #f0f0f0;
}
.access h2{
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0rem;
}
.map{
  border-top: solid 2px #555555;
  margin-top: 40px;
  width: 100%;
  height: 400px;
}
.map iframe{
  width: 100%;
  height: 100%;
}
.access-wrapper{
  padding: 20px 20px 0;
}
.access-info{
  padding: 20px 10px;
  text-align: left;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: solid 1px #CCCCCC;
}
.access-info h3{
  font-size: 1.6rem;
  padding-bottom: 8px;
}
.access-info p{
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media(min-width: 700px){
  .access{
    padding: 100px 0;
    background-color: #FFF;
  }
  .access h2{
    font-size: 2.4rem;
  }
  .access-wrapper{
    margin: 0 auto;
    padding: 20px 0 0;
    display: flex;
    max-width: 900px;
  }
  .access-info{
    width: 50%;
    padding: 20px 30px;
    text-align: left;
    border-bottom: none;
  }
  .access-info h3{
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .access-info p{
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
  .adress{
    border-right: solid 1px #CCCCCC;
  }
}
.sns{
  background-color: #EBE3DC;
  padding: 60px 0;
}
.sns-heading{
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sns-heading h2{
  font-size: 2.0rem;
  padding-bottom: 10px;
  font-weight: 600;
}
.sns-heading p{
  font-size: 1.4rem;
  color: #7D2E2E;
  letter-spacing: 0.15rem;
}
.sns-insta{
  padding-top: 60px;
}
.sns-insta h3{
  padding-bottom: 20px;
  font-size: 2.0rem;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sns-insta p{
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.0rem;
  line-height: 3.6rem;
  color: #A7A7A7;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 40px;
}
.sns-line{
  padding-top: 60px;
}
.sns-line h3{
  padding-bottom: 20px;
  font-size: 2.0rem;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sns-line p{
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  padding-bottom: 10px;
  color: #BBBBBB;
}
.sns-line img{
  width: 300px;
}
@media(min-width: 700px){
  .sns{
    padding: 60px 0 100px;
  }
  .sns-heading h2{
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
  .sns-heading p{
    font-size: 1.6rem;
  }
  .sns-line p{
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
}
@media(max-width: 999px){
  .sns-insta_wrapper{
    max-width: 560px;
    list-style: none;
    margin: 0 auto;
    padding: 0 30px;
  }
  .sns-insta_wrapper li:nth-child(2), .sns-insta_wrapper li:nth-child(3){
  display: none;
  }
}
@media(min-width: 1000px){
  .sns-insta_wrapper{
    display: flex;
    list-style: none;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .sns-insta_wrapper li{
    width: calc( ( 100% - 40px ) / 3 );
  }
}


