/* Scss Document */
/* Scss Document */
.content_pos {
  content: "";
  position: absolute;
}

#key li.slide1 {
  background: url(../img/index/key_bg1.jpg) no-repeat center/cover;
}
#key li.slide2 {
  background: url(../img/index/key_bg2.jpg) no-repeat center/cover;
}
#key li.slide3 {
  background: url(../img/index/key_bg3.jpg) no-repeat center/cover;
}
#key li.slide4 {
  background: url(../img/index/key_bg4.jpg) no-repeat center/cover;
}
#key li.slide5 {
  background: url(../img/index/key_bg5.jpg) no-repeat center/cover;
}
#key li.slide6 {
  background: url(../img/index/key_bg6.jpg) no-repeat center/cover;
}
#skewers {
  padding: 74px 0 120px 0;
}
#skewers .h2_ttl {
  margin-bottom: 43px;
  text-align: left;
  font-size: 86px;
}
#skewers .h2_ttl span.fz43:before {
  background: none;
}
#skewers .skewers_img {
  float: right;
  width: 713px;
  margin-right: -250px;
}
#skewers .skewers_txt {
  float: left;
  width: 555px;
  margin-left: 40px;
}
#skewers .skewers_txt p {
  margin-bottom: 10px;
}
#skewers .skewers_txt p:nth-child(1) {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 33px;
}
#aboutus .slide img {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  box-shadow: 1px 8px 7px 0px rgba(3, 3, 3, 0.27);
  -moz-box-shadow: 1px 8px 7px 0px rgba(3, 3, 3, 0.27);
  -webkit-box-shadow: 1px 8px 7px 0px rgba(3, 3, 3, 0.27);
}
#aboutus .slide:hover {
  z-index: 1;
}
#aboutus .slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#aboutus .bx-viewport {
  padding: 20px 0;
}
#restaurants {
  padding: 150px 0 31px 0;
}
#restaurants .restaurantsItem {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 43px;
  margin-bottom: 46px;
  font-size: 18px;
  line-height: 25px;
}
#restaurants .restaurantsItem .restaurants_info {
  float: right;
  width: 610px;
}
#restaurants .restaurantsItem .restaurants_img {
  float: left;
  width: 438px;
  border: 1px solid #d1d1d1;
  padding: 5px;
}
#restaurants .restaurantsItem .restaurants_img img {
  width: 100%;
}
#restaurants .restaurantsItem h3 {
  font-size: 33px;
  line-height: 50px;
}
#restaurants .restaurantsItem .restaurants_address {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 20px 0;
}
#restaurants .restaurantsItem .btn_global {
  border-bottom: 1px solid #000;
  display: block;
  float: left;
}
#restaurants .restaurantsItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#reservation {
  background: #f4f4f4;
  padding-top: 44px;
}
#reservation .reservation_txt {
  font-size: 20px;
  line-height: 33px;
}
#reservation .h2_ttl {
  margin-bottom: 30px;
}
#reservation ul {
  font-family: 'HelveticaThin';
  font-size: 25px;
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}
#reservation ul li {
  display: inline-block;
  background: #fff;
  margin: 0 28px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
#reservation ul li a {
  line-height: 41px;
  padding: 0 29px;
  display: block;
  text-align: center;
  position: relative;
}
#gmap {
  width: 100%;
  height: 517px;
}
@media (max-width: 1594px) {
  #skewers .skewers_img {
    width: 600px;
    margin-right: -100px;
  }
  #skewers .skewers_img img {
    width: 100%;
  }
  #skewers .h2_ttl {
    margin-left: 40px;
  }
}
@media (max-width: 1099px) {
  #skewers {
    margin: 0 2%;
  }
  #skewers .h2_ttl {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #skewers .skewers_img {
    width: 50%;
    margin-right: 0;
  }
  #skewers .skewers_txt {
    margin-left: 0;
    width: 48%;
  }
  #restaurants .restaurantsItem {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  #restaurants .restaurantsItem .restaurants_info {
    width: 50%;
  }
  #restaurants .restaurantsItem .restaurants_img {
    width: 45%;
  }
}
@media (max-width: 977px) {
  #reservation ul {
    max-width: 380px;
		width: 70%;
    margin: 0 auto;
  }
  #reservation ul li {
    display: block;
    margin: 33px 0 0 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
	#reservation .wrap{
		padding: 0 20px;
		box-sizing: border-box;
	}
  #skewers .h2_ttl {
    text-align: center;
    font-size: 63px;
    line-height: 63px;
  }
  #skewers .h2_ttl span.fz43 {
    font-size: 32px;
  }
  #skewers {
    padding-bottom: 40px;
		padding-left: 5%;
		padding-right: 5%;
    margin: 0;
  }
  #skewers .skewers_img {
    width: 100%;
  }
  #skewers .skewers_txt {
    margin: 2% 2% 0 2%;
    width: 96%;
  }
  #restaurants {
    padding-top: 50px;
		padding-bottom: 51px;
  }
  #restaurants .restaurantsItem {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  #restaurants .restaurantsItem .restaurants_info {
    width: 100%;
    float: none;
  }
  #restaurants .restaurantsItem .restaurants_img {
    float: none;
    text-align: center;
    margin: auto;
    width: 438px;
  }
  #restaurants .restaurantsItem .btn_global {
    border: 1px solid #fff;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    right: 50%;
		transform: translateX(50%);
    z-index: 2;
    padding: 0 13px 0 20px;
    font-family: 'HelveticaThin';
    font-weight: bold;
  }
  #restaurants .restaurantsItem .btn_global a {
    line-height: 26px;
    display: block;
		color: #fff;
  }
  #reservation .h2_ttl {
    margin-bottom: 5px;
  }
}
@media (max-width: 568px) {
  #restaurants .restaurantsItem h3 {
    font-size: 28px;
  }
  #reservation ul {
    padding-top: 13px;
  }
  #reservation ul li {
    margin-top: 19px;
  }
}
@media (max-width: 480px) {
  #restaurants .restaurantsItem .restaurants_img {
    width: 96%;
  }
  #restaurants .restaurantsItem h3 {
    font-size: 25px;
  }
  #skewers {
    padding-top: 30px;
  }
  #skewers .h2_ttl {
    font-size: 45px;
    line-height: 46px;
  }
  #skewers .h2_ttl span.fz43 {
    font-size: 21px;
  }
  #skewers .h2_ttl span:before {
    top: 48px;
    left: -17px;
  }
}
@media (max-width: 375px) {
  #reservation ul {
    width: 70%;
    margin: 0 auto;
    font-size: 22px;
  }
  #reservation ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
body.vn #skewers .skewers_txt, body.vn #restaurants .restaurants_info, body.vn #reservation .reservation_txt, body.vn #reservation h2 {
  font-family: 'HelveticaThin';
  font-weight: bold;
}
.pc{
	display: block;
}
.sp{
	display: none !important;
}
@media (min-width: 961px) {
	.opening_img img{
		height: auto;
		width: 100%;
	}
	.opening_img div{
		display: inline;
		margin: 0 10px;
		width: 32%;
	}
	.opening_img div:nth-child(2){
		position: relative;
	}
	.opening_img{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
}
@media (max-width: 960px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	.opening_img2{
		width: 100%;
		height: auto;
		display: flex !important;
		justify-content: center;
	}
	
	.openingInfo{
		position: relative;
	}
	.openingInfo span{
		transform: translate(50%,-50%);
		right: 12%;
		top: 50px;
	}
	.opening_img img{
		
		height: auto;
	}
	.opening_img{
		height: 100%;
		width: 100%;
	}
}
