@charset "UTF-8";

html{
  font-size: 62.5%;
}
body{
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: #0f0f0f;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
small{
  font-size: 80%;
}
.br-sp{
  display: none;
}
.br-pc{
  display: block;
}
@media (max-width: 757px) {
  .br-sp{
    display: block;
  }
  .br-pc{
    display: none;
  }
}
/*HEADER
----------------------------------*/
.mainVisual{
  position: relative;
  overflow: hidden;
  width: auto;
  height: 500px;
  margin: auto;
}
.mainVisual .bgImg{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 15s infinite;
}
.mainVisual .src1{
  background-image: url(../images/mainVisual_01.png);
  animation-delay: 0s;
}
.mainVisual .src2{
  background-image: url(../images/mainVisual_02.png);
  animation-delay: 5s;
}
.mainVisual .src3{
  background-image: url(../images/mainVisual_03.png);
  animation-delay: 10s;
}
@keyframes bgAnime{
  0%{opacity: 0;}
  2%{opacity: 1;}
  31%{opacity: 1;}
  33%{opacity: 0;}
  100%{opacity: 0;}
}
.main-inner{
  position: absolute;
  display: inline-block;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(max-width: 600px){
  .main-inner{
    width: 300px;
    height: 300px;
  }
}

/*--
人気メニューが自宅で楽しめる‼------------*/
.ranking{
  background-image: url(../images/backimg.png);
  background-repeat: repeat;
  height: 90rem;
}
.rank-title{
  width: 43%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}
.rank-box{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 20vw;
  width: 100%;
  padding-top: 50px;
}
.rank-content{
  display: inline-block;
  background-color: #fff;
  width: 250px;
  height: 430px;
  padding: 10px;
  margin: 10px;
  vertical-align: top;
}
h2{
  font-size: 1.6rem;
  font-weight: bold;
  height: 50px;
  text-align: left;
}
.text{
  height: 10rem;
  text-align: left;
}
.price{
  height:2rem;
  text-align: left;
}
.rank01{
  position: relative;
  z-index: 10;
}
.rank01::before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 40%;
  height: 8rem;
  background: url(../images/rank-01.png) no-repeat;
  background-size: contain;
  top: -40px;
  left: -15px;
  z-index: 20;
}
.rank02{
  position: relative;
  z-index: 10;
}
.rank02::before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 40%;
  height: 8rem;
  background: url(../images/rank-02.png) no-repeat;
  background-size: contain;
  top: -40px;
  left: -15px;
  z-index: 20;
}
.rank03{
  position: relative;
  z-index: 10;
}
.rank03::before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 40%;
  height: 8rem;
  background: url(../images/rank-03.png) no-repeat;
  background-size: contain;
  top: -40px;
  left: -15px;
  z-index: 20;
}
.menu-link{
  text-align: center;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media (max-width: 599px){
  .rank-title{
    width: 320px;
  }
  .ranking{
    height: 1750px;
  }
  .rank-content{
    width: 280px;
    height: 430px;
    margin: 15px;
  }
  .text{
    height: 8rem;
  }
  .menu-link{
    width: 15rem;
    margin-top: 1rem;
  }
}
@media(min-width: 600px) and (max-width: 1024px){
  .rank-title{
    width: 55%;
  }
  .rank-content{
    width: 240px;
    height: 430px;
    padding: 7px;
    margin: 5px;
  }
}
.scene{
  background-image: url(../images/backimg.png);
  background-repeat: repeat;
  padding-bottom: 80px;
}
.scene-title{
  width: 39%;
  margin-left: auto;
  margin-right: auto;
}
.scene-content{
  display: flex;
  flex-direction: row;
  width:100%;
  padding-top: 5rem;
}
.scene-img-01{
  width: 55%;
  position: relative;
  padding-right: 0px;
}
.scene-img-01::before{
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/scene-1-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  top: 15rem;
  left: 0;
}
.scene-img-02{
  width: 55%;
  position: relative;
  padding-right: 15px;
}
.scene-img-02::before{
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/scene-2-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  top: 15rem;
  right: : 0;
}
.scene-img-03{
  width: 55%;
  position: relative;
  padding-right: 15px;
}
.scene-img-03::before{
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/scene-3-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  top: 15rem;
  right: 0;
}
.scene-text{
  background-color: #fff;
  width: 50%;
  text-align: left;
  padding: 3rem 3rem 4rem 3rem;
  margin-left: 5rem;
  position: relative;
}
.text-right{
  margin-left: 45%;
}
.scene-text::before{
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 3px solid #fff;
}
.scene-text img{
  margin-bottom: 1rem;
}
.example{
  width:45%;
  padding-left: 30px;
  padding-right: 15px;
}
.exam-bike{
  width: 65%;
}
.exam-menu p{
  font-size: 1.6rem;
}
.exam-menu{
  display: block;
  height: 20rem;
}
.exam-menu-text{
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}
.text-r{
  text-align: right;
}
.text-l{
  text-align: left;
}
.exam-menu-img{
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}
.exam-menu-link{
  width: 20%;
  margin-left: 10%;
}
.border{
  border-bottom: solid 5px #e6b419;
}
@media (max-width: 599px){
  .scene-title{
    width: 320px;
  }
  .scene-content{
    flex-direction: column;
    width:100%;
    padding-top: 5rem;
  }
  .content-sp{
    flex-direction: column-reverse;
  }
  .scene-img-01{
    width: 100%;
    padding-right: 0;
    height: 550px;
  }
  .scene-img-01::before{
    background-image: url(../images/scene-1-img-sp.png);
    width: 100%;
    height: 380px;
    top: 225px;
    left: 0;
  }
  .scene-img-02{
    width: 100%;
    padding-right: 0;
    height: 550px;
  }
  .scene-img-02::before{
    background-image: url(../images/scene-2-img-sp.png);
    width: 100%;
    height: 380px;
    top: 225px;
    left: 0;
  }
  .scene-img-03{
    width: 100%;
    padding-right: 0;
    height: 550px;
  }
  .scene-img-03::before{
    background-image: url(../images/scene-3-img-sp.png);
    width: 100%;
    height: 380px;
    top: 225px;
    left: 0;
  }
  .scene-text{
    width: 310px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-right{
    margin-left: auto;
  }
  .scene-text::before{
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    display: block;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 3px solid #fff;
  }
  .scene-text img{
    margin-bottom: 1rem;
  }
  .example{
    width:100%;
    text-align: center;
  }
  .exam-bike{
    width: 90%;
    margin-bottom: 2rem;
  }
  .exam-menu{
    height: 18rem;
  }
  .exam-menu-text{
    width: 45%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .exam-menu-img{
    width: 45%;
  }
  .exam-menu-link{
    width: 30%;
  }
  .border{
    border-bottom: solid 3px #e6b419;
  }
}
@media(min-width: 600px) and (max-width: 1024px){
  .scene-title{
    width: 55%;
  }
  .scene-text{
    width: 70%;
  }
  .scene-img-01::before{
    top: 25rem;
  }
  .scene-img-02::before{
    top: 25rem;
  }
  .scene-img-03::before{
    top: 25rem;
    background-image: url(../images/scene-3-img-sp.png);
  }
  .text-right{
    margin-left: 20%;
  }
  .exam-menu{
    height: 15rem;
  }
  .exam-bike{
    width: 90%;
  }
  .exam-menu-link{
    width: 30%;
  }
}
/*--
下北沢で人気のメニューを楽しめます！-------*/
.derivery{
  width: 100%;
  height: 40rem;
  margin: 0;
  padding: 0;
  display: flex;
}
.derivery-site{
  display: inline-block;
  width: 65%;
  height: 40rem;
  background-image: url(../images/dining-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.site-btn{
  position: absolute;
  display: block;
  top: 55%;
  right: 15%;
}
.site-btn img{
  width: 80px;
  margin: 5px;
}
.dl-btn{
  display: block;
  width: 35%;
  height: 40rem;
  background-image: url(../images/dl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.dl-btn p{
  width: 210px;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #0f0f0f;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: left;
  position: relative;
}
.dl-btn p::before{
  position: absolute;
  display: block;
  content: "";
  bottom: -30px;
  left: 90px;
  border: 15px solid transparent;
  border-top: 15px solid #0f0f0f;
}
.dl-btn p::after{
  position: absolute;
  display: block;
  content: "";
  bottom: -28px;
  left: 91px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
}
.dl-btn img{
  width: 200px;
  margin: 5px;
}
@media (max-width: 599px){
  .derivery{
    height: 690px;
    display: block;
  }
  .derivery-site{
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
  }
  .site-btn{
    top: 55%;
    right: 15%;
  }
  .site-btn img{
    width: 80px;
    margin: 5px;
  }
  .dl-btn{
    display: block;
    width: 100%;
    height: 465px;
    background-size: contain;
    padding-top: 10px;
  }
  .dl-btn p{
    width: 210px;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #0f0f0f;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: left;
    position: relative;
  }
  .dl-btn p::before{
    position: absolute;
    display: block;
    content: "";
    bottom: -30px;
    left: 90px;
    border: 15px solid transparent;
    border-top: 15px solid #0f0f0f;
  }
  .dl-btn p::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -28px;
    left: 91px;
    border: 14px solid transparent;
    border-top: 14px solid #fff;
  }
  .dl-btn img{
    width: 200px;
    margin: 5px;
  }
}

/*--メニュー一覧----
----------------------*/
.menuList{
  background-image: url(../images/menuList-bg.png);
  background-size: contain;
  background-repeat: repeat;
  height: auto;
  padding: 50px 20px 50px 20px;
  text-align: center;
}
.menuList-title{
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.menu-title{
  width: 50%;
  margin-bottom: 30px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.menu-title img{
  width: auto;
  height: 10rem;
}
.high img{
  height: 12rem;
}
.menu-text{
  text-align: left;
  height: 10rem;
}
.menu-price{
  text-align: left;
  vertical-align: bottom;
}
.menu-box{
  display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 580px) {
	.menu-box{
 display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
		max-width: 520px;
	}
  }
@media only screen and (min-width: 837px) {
	.menu-box{
 display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
		max-width: 780px;
	}
  }
@media only screen and (min-width: 1097px) {
	.menu-box{
 display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
	max-width: 1040px;
	}
}
@media only screen and (min-width: 1357px) {
	.menu-box{
 display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
	}
}
.menu-content{
  width: 250px;
  height: 430px;
  padding: 7px;
  background-color: #fff;
  margin: 5px;
  border: solid 1px #0f0f0f;
}
.osusume{
  position: relative;
}
.osusume::before{
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/recommended.svg);
  background-size: contain;
  width: 60px;
  height: 100px;
  top: -5px;
  left: 5px;
}
.derivery_btn{
  display: inline-flex;
  width: 234px;
  margin-top: -7px;
}
.derivery_btn img{
  border: solid 1px #0f0f0f;
}
@media (max-width: 599px){
  .menuList{
    padding: 50px 0;
  }
  .menuList-title{
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .menu-title{
    width: 70%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .menu-title img{
    height: 6rem;
  }
  .high img{
    height: 7rem;
  }
  .menu-box{
    max-width: 375px;
  }
  .menu-content{
    width: 175px;
    height: 350px;
    padding: 5px;
    margin: 5px;
  }
  .derivery_btn{
    width: 163px;
    margin-top: -10px;
  }
  .font-small{
    font-size: 1.4rem;
  }
}
@media(min-width: 600px) and (max-width: 1024px){
  .menuList-title{
    width: 80%;
  }
}
/*--テイクアウトはこちら
----------------------------*/
.takeOut{/* ここから */
  width: 100%;
  margin: 80px auto;
  padding: 120px 0;
  background-image: url(../images/backimg.png);
  background-size: cover;
  text-align: center;
}
.takeout-box{
  margin: 0 auto;
  background-image: url(../images/takeout-box-pc.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 65%;
  max-width: 600px;
  height: 450px;
  position: relative;
  font-size: 2rem;
  vertical-align: middle;
  text-align: center;
}
.takeout-box .inner::before{
  content: "";
  width: 400px;
  height: 120px;
  background-image: url(../images/takeout-title-pc.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: -109px;
  left: -65px;
}
.takeout-box .inner{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.base img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.base-btn{
  width: 200px;
  border: solid 1px #0f0f0f;
}
.tel{
  display: flex;
  align-items: center;
  justify-content: center;
}
.takeout-text{
  padding-top: 15px;
  padding-left: 15px;
}
@media(max-width: 757px){
  .takeOut{
    width: 100%;
    margin: 50px auto;
    padding: 50px 0;
  }
  .takeout-box{
    background-image: url(../images/takeout-box-sp.png);
    width: 80%;
    max-width: 375px;
    height: 450px;
    font-size: 1.8rem;
  }
  .takeout-box .inner::before{
    width: 300px;
    height: 100px;
    background-image: url(../images/takeout-title-sp.png);
    top: -75px;
    left: -10px;
  }
  .base-btn{
    width: 150px;
  }
  .tel{
    display: block;
  }
  .takeout-bag img{
    width: 80px;
  }
  .base{
    padding-top: 30px;
  }
}
.footer{
  background-color: #091055;
  height: 150px;
  color: #fff;
  text-align: center;
  padding-top: 100px
}
