@charset "UTF-8";
/* CSS Document */
body {
  background-color: #111;
}
.hero_image_food {
  background-image: url("../images/03_food/kitchen_pc.jpg");
  width: 100%;
  height: calc(100vh - 50px);
  background-size: cover;
  background-position: bottom;
}
.hero_image_food_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.30);
  height: calc(100vh - 50px);
  width: 100%;
}
.hero_image_food h2 {
  font-family: "Futura PT Book";
  font-size: 6.0rem;
  letter-spacing: 1.3em;
  font-weight: 100;
  padding-left: 1.3em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section_concept h3 {
  font-size: 2.6rem;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.5rem;
  margin: 60px 0 40px;
}

@media(max-width:599px){
	.hero_image_food h2{
		font-size: 3.5rem;
	}
	.hero_image_food {
	background-image:url("../images/03_food/kitchen_sp.jpg");
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	
}
@media(min-width:600px) and (max-width:1024px){
	.hero_image_food h2{
		font-size: 5rem;
	}
	.hero_image_food {
	background-image:url("../images/03_food/kitchen_ta.jpg");
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	
}



/*トップコンセプト--------------------------------------------------------------------------------------------*/
.section__top_concept__morning {
  display: flex;
  margin: 100px 0 0 0;
  align-items: center;
}
.section__top_concept__night {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.section__top_concept__morning p, .section__top_concept__night p {
  text-align: left;
  font-size: 1.8rem;
  width: 555px;
  line-height: 5rem;
  font-weight: 100;
  padding: 0 20px 0px 20px;
  letter-spacing: 2rem;
}
.section__top_concept__morning span, .section__top_concept__night span {
  font-size: 3.5rem;
}
.section__top_concept__morning img, .section__top_concept__night img {
  width: 50%;
  height: 50%;
}


.section_concept h3 {
  font-size: 2.6rem;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.5rem;
  margin: 60px 0 40px;
}
.section_concept p {
  text-align: left;
  font-size: 1.6rem;
  max-width: 555px;
  line-height: 4rem;
  font-weight: 100;
}
.btnarrow__wrapp__food {
  text-align: right;
  max-width: 555px;
  margin-top: 20px;
}
@media(max-width:599px){
	.section__top_concept{
		display: none;
	}
	.section_concept h3 {
    font-size: 1.8rem;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.2rem;
    margin: 50px 0 30px;
}

	.section_concept p {
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  line-height: 2.2rem;
  font-weight: 100;
		max-width: 100%;
}
	.br_sp_none{
		display: none;
	}
	.section_concept{
		margin-bottom: 100px;
	}
}
@media(min-width:600px) and (max-width:1024px){
	
	.section__top_concept__morning p, .section__top_concept__night p {
  text-align: left;
  font-size: 1.6rem;
  width: 100%;
  line-height: 4rem;
  font-weight: 100;
 padding: 0 10px 0px 10px;
  letter-spacing: 0.8rem;
}
	.section__top_concept__morning span, .section__top_concept__night span {
  font-size: 3rem;
}
		
	.section_concept h3 {
  font-size: 2.3rem;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.7rem;
  margin: 60px 0 40px;

}
		.section_concept p {
  text-align: left;
  font-size: 1.6rem;
  width: 100%;
  line-height: 3rem;
  font-weight: 100;
		margin-bottom: 80px;
			max-width: 100%;
}
	.br_ta_none,.br_sp_none{
		display: none;
	}
	
	.btnarrow__wrapp__food {
  text-align: right;
  max-width: 100%;
  margin-top: 20px;
}
}

/*タイムバンド------------------------------------------------------------------------------------------------------------------------------------------*/
.time_band ul{
  display: flex;
  justify-content: space-around;
  margin: 100px 80px 0 80px;
}
.time_band ul li{
	list-style: none;
}
.time_band ul li img {
  width: 75%;
}
.time_band__morning img,.time_band__dinner img{
	padding-top: 60px;
}
@media(max-width:599px){
	.time_band ul{
  display: flex;
  justify-content: space-around;
  margin: 0;
}
	.time_band ul li img {
  width: 85%!important;
}
}
@media(min-width:600px) and (max-width:1024px){
	
		.time_band ul{
  display: flex;
  justify-content: space-around;
  margin: 100px 50px 0 50px;
}
	
	
	
}

/*タイムディスクリプション------------------------------------------------------------------------------*/
.time_description__01morning,.time_description__04dessert {
  max-width: 555px;
  margin: 0 0 0 auto;
}

.time_description__02lunch,.time_description__03dinner{
	 max-width: 555px;
}
.time_description__01morning img,.time_description__02lunch img ,.time_description__03dinner img,.time_description__04dessert img{
  width: 100%;
}
.time_description__morning ,.time_description__lunch,.time_description__dinner,.time_description__dessert{
  margin-top: 100px;
}
.time_description__morning__top,.time_description__lunch__top,.time_description__dinner__top,.time_description__dessert__top {
  display: flex;
}
.time_description__01morning h6 ,.time_description__02lunch h6 ,.time_description__03dinner h6,.time_description__04dessert h6{
  text-align: left;
  font-size: 20px;
  letter-spacing: 1.8rem;
  font-weight: 100;
  margin-top: 40px;
}
.time_description__01morning h4,.time_description__02lunch h4,.time_description__03dinner h4 ,.time_description__04dessert h4{
  text-align: left;
  font-size: 24px;
  letter-spacing: 2rem;
  font-weight: 600;font-family: futura-pt,sans-serif;
font-style: normal;
  margin-top: 40px;
}
.time_description__01morning h5,.time_description__02lunch h5 ,.time_description__03dinner h5,.time_description__04dessert h5{
  text-align: left;
  margin-top: 40px;
  padding-left: 40px;
  letter-spacing: 0.5rem;
}
.time_description__morning__detail p ,.time_description__lunch__detail p,.time_description__dinner__detail p,.time_description__dessert__detail p{
  text-align: left;
  margin-top: 40px;
  line-height: 3.5rem;
}
@media(max-width:599px){
	.time_description__01morning,.time_description__03dinner {
  max-width: 100%;
  margin: 0 0 0 auto;
}
	.time_description__morning__top,.time_description__lunch__top,.time_description__dinner__top,.time_description__dessert__top {
  display: flex;
}
	.time_description__01morning h4,.time_description__02lunch h4,.time_description__03dinner h4 ,.time_description__04dessert h4{
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  font-weight: 600;font-family: futura-pt,sans-serif;
font-style: normal;
  margin-top: 40px;
}
	.time_description__01morning h5,.time_description__02lunch h5 ,.time_description__03dinner h5,.time_description__04dessert h5{
  text-align: left;
  margin-top: 40px;
  padding-left: 30px;
  letter-spacing: 0.2rem;
}
	.time_description__01morning h6 ,.time_description__02lunch h6 ,.time_description__03dinner h6,.time_description__04dessert h6{
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
  margin-top: 30px;
}
	.time_description__morning__detail p ,.time_description__lunch__detail p,.time_description__dinner__detail p,.time_description__dessert__detail p{
  text-align: left;
  margin-top: 30px;
  line-height: 2.2rem;
		font-size: 1.4rem;
		font-weight: 100;
}
	
	
}

@media(min-width:600px) and (max-width:1024px){
	.time_description__01morning,.time_description__03dinner,
.time_description__02lunch,.time_description__04dessert {
  max-width: 100%;
  margin: 0 0 0 auto;
}	
		.time_description__01morning h4,.time_description__02lunch h4,.time_description__03dinner h4 ,.time_description__04dessert h4{
  text-align: left;
  font-size: 2.2rem;
  letter-spacing: 0.7rem;
  font-weight: 600;font-family: futura-pt,sans-serif;
font-style: normal;
  margin-top: 40px;
}
	.time_description__01morning h5,.time_description__02lunch h5 ,.time_description__03dinner h5,.time_description__04dessert h5{
  text-align: left;
  margin-top: 40px;
  padding-left: 40px;
  letter-spacing: 0.2rem;
		font-size: 1.8rem;
		font-weight: 300;
}
		.time_description__01morning h6 ,.time_description__02lunch h6 ,.time_description__03dinner h6,.time_description__04dessert h6{
  text-align: left;
  font-size: 2rem;
  letter-spacing: 0.8rem;
  font-weight: 300;
  margin-top: 40px;
}
		.time_description__morning__detail p ,.time_description__lunch__detail p,.time_description__dinner__detail p,.time_description__dessert__detail p{
  text-align: left;
  margin-top: 40px;
  line-height: 3rem;
}
	.section_store h3{font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    margin: 80px 0 20px 0!important;
		padding-left: 1.5rem;
}
	.section_store img {
    display: block;
    width: 100%!important;
    margin: 0 auto;
    text-align: center;
}
	.section_concept_bottom h3 {
    font-size: 2.2rem!important;
    text-align: left;
    font-weight: 300!important;
    letter-spacing: 0.7rem;
    margin: 60px 0 40px;
}
	.section_staff h3 {font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.2rem;
    padding-left: 1.2rem!important;
    margin: 80px 0 40px 0!important;
}
}




/*店内------------------------------------------------------------------------------------------------------------------------------------------------*/
.section_store h3{font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    margin: 100px 0 80px 0;
	padding-left: 1.5rem;
}
@media(max-width:599px){
.section_store h3{font-family: futura-pt,sans-serif;
font-style: normal;
	 font-size: 2rem;
 text-align: center;
font-weight: 600;
letter-spacing: 1.5rem;
margin: 60px 0 40px 0;
padding-left: 1.5rem;
}
	.section_store img{
	display: block;
	width: 100%!important;
	margin: 0 auto;
	text-align: center;
}
}




.section_store img{
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}



.section_store_gallery{
	display: flex;
	flex-wrap: wrap;
}
.section_store__gallery__left,.section_store__gallery__right{
	max-width:555px; 
}
.section_store__gallery__right img,.section_store__gallery__left img{
	width:80%; 
	margin: 50px auto 0 auto;

}
.section_store__gallery__right dd,.section_store__gallery__left dd{
	text-align: center;
		margin-top: 20px;
}
.section_store__gallery__right dt,.section_store__gallery__left dt{
	text-align: right;

}
@media(max-width:599px){
	
	.section_store__gallery__right dd,.section_store__gallery__left dd{
	text-align: right;
		margin-top: 10px;
		font-size: 1.4rem;
}
.section_store__gallery__right dt,.section_store__gallery__left dt{
	text-align: center;

}
	.section_store__gallery__right img,.section_store__gallery__left img{
	width:100%; 
	margin: 30px auto 0 auto;

}
	
	
	
	
}

@media(min-width:600px) and (max-width:1024px){
	
	.section_store__gallery__left,.section_store__gallery__right{
	max-width:100%; 
}
	
	.section_store__gallery__right img,.section_store__gallery__left img{
	width:100%; 
	margin: 50px auto 0 auto;

}
	.section_store__gallery__right dd,.section_store__gallery__left dd{
	text-align: right;
		margin-top: 20px;
		font-size: 1.8rem;
}
	
}





/*週替りパスタ------------------------------------------------------------------------------------------------------------------------------------------------*/
.section_week_pasta{
	margin-top: 100px;
}
.section_week_pasta img{
	width: 50%;
}
.section_week_pasta__block01,.section_week_pasta__block02{
	display: flex;
}
.section_week_pasta_img_block h3{
  font-size: 2.6rem;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.5rem;
  margin: 60px 0 40px;
}
.section_week_pasta_img_block p{
	text-align: left;
  font-size: 1.6rem;
  max-width: 555px;
  line-height: 4rem;
  font-weight: 100;
}
.section_week_pasta h4{
	font-size: 2.2rem;
	text-align: left;
	 max-width: 555px;
	margin: 0 0 40px 0;
	letter-spacing: 1rem;
	
}
.section_week_pasta__block02{
	margin-top: 80px;
}
.section_week_pasta__block02 p{
	text-align: left;
  font-size: 1.6rem;
  max-width: 555px;
  line-height: 4rem;
  font-weight: 100;
}
.section_week_pasta__block02 iframe{
	margin: 0 0 0 auto;
}

@media(max-width:599px){
	.section_week_pasta__block01,.section_week_pasta__block02{
	display: block;
}
	.section_week_pasta img{
	width: 100%;
}
		.section_week_pasta_img_block h3 {
  font-size: 2.1rem;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin: 60px 0 40px;
}
		.section_week_pasta_img_block p {
  text-align: left;
  font-size: 1.6rem;
  width: 100%;
  line-height: 3rem;
  font-weight: 100;
		max-width: 100%;
}
}
/*コンセプトボトム----------------------------------------------------------------------------------------------------------------------*/
.section_concept_bottom{
	margin-top: 100px;
}
.section_concept_bottom h3 {
  font-size: 2.6rem;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1rem;
  margin: 60px 0 40px;
}
.section_concept_bottom p {
  text-align: left;
  font-size: 1.6rem;
  max-width: 555px;
  line-height: 4rem;
  font-weight: 100;
}
@media(max-width:599px){
			.section_concept_bottom h3 {
  text-align: left;
				font-size: 1.8rem;
font-weight: 300;
letter-spacing: 0.2rem;
margin: 50px 0 30px;
}
		.section_concept_bottom p {
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  line-height: 2.2rem;
  font-weight: 100;
		max-width: 100%;
}
	
	
}
@media(min-width:600px) and (max-width:1024px){
	
	.section_concept_bottom h3 {
  font-size: 2.3rem;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.7rem;
  margin: 60px 0 40px;
}
		.section_concept_bottom p {
  text-align: left;
  font-size: 1.6rem;
  width: 100%;
  line-height: 3rem;
  font-weight: 100;
		margin-bottom: 80px;
			max-width: 100%;
}
	
	
	
}
/*スタッフ紹介------------------------------------------------------------------------------------------------------------------------------------------------*/
.section_staff h3{font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0;
	padding-left: 1.5rem;
}
.staff_introduction{
	display: flex;
}
.staff_introduction__left{
	width: 555px;
}
.staff_img__pc{
	width: 70%;
}
.staff_img__ta,.staff_img__sp{
	display: none;
}
.staff_introduction__left p{
	font-size: 2.2rem;
	letter-spacing: 1.5rem;
	margin-top: 15px;
	
}
.staff_introduction__right{
	width: 555px;
}
.biography,.coment{
	text-align: left;
}
.biography h5,.coment h5{
	font-size: 1.6rem;
	font-family: "Futura PT Book";
	letter-spacing: 1.5rem;
	margin-bottom: 15px;
}
.coment{
	margin-top: 50px;
}
.coment p,.biography p{
	line-height: 4rem;
}
@media(max-width:599px){
	.staff_introduction{
	display: block;
}
	.staff_img__pc{
		display: none;
	}
	.staff_img__sp{
		display: block;
		width: 100%;
	}
	.staff_introduction__left,.staff_introduction__right{
	width: 100%;
}
	.staff_introduction__left p{
	font-size: 1.8rem;
	letter-spacing: 1.5rem;
	margin:15px 0 40px 0;
		text-align: right;
	
}
	.section_staff h3{font-family: futura-pt,sans-serif;
font-style: normal;


	letter-spacing: 0.5rem;

		
		 font-size: 2rem;
 text-align: center;
font-weight: 600;

margin: 40px 0 40px 0;
padding-left: 1.5rem;
		
}
	.coment p,.biography p{
	line-height:2.2rem !important;
Font-size:1.4rem;
 font-weight: 100;

}
	.biography h5,.coment h5{
	font-size: 1.6rem;
	font-family: "Futura PT Book";
	letter-spacing: 1rem;
	margin-bottom: 15px;
}
	.section_staff{
		padding: 0;
	}
}
	@media(min-width:600px) and (max-width:1024px){
		.section_staff{
		padding: 0;
			max-width: 100%
	}
		.staff_introduction{
	display: block;
}
		.staff_img__pc,.staff_img__sp{
			display: none;
		}
		.staff_img__ta{
			display: block;
			width: 100%;
		}
		.staff_introduction__left{
	width: 100%;
}
		.section_staff h3{font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.2rem;
	margin: 100px 0 80px 0;
}
		.staff_introduction__left p{
	font-size: 1.8rem;
	letter-spacing: 1.5rem;
	margin: 15px 0 40px 0;
			text-align: right;
	
}
		.staff_introduction__right{
	width: 100%;
}
		.coment p,.biography p{
	line-height: 3rem;
}
	}

/*== 無限に波紋が広がる */

.btnripple2{
    /*波紋の基点とするためrelativeを指定*/
	position: relative;
    /*波紋の形状*/
	display:inline-block;
	background:#333;
	width:70px;
	height:70px;
	border-radius: 50%;
	color:#ccc;
    outline: none;
    /*アニメーションの設定*/
    transition: all .3s;
}

/*hoverした際の背景色の設定*/
.btnripple2:hover{
	background:#666;	
}

/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -25%;
    top: -25%;
    /*波形の形状*/
    border: 1px solid #333;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*ループするアニメーションの設定*/
    animation:1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
    animation-delay:.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
	0%{
	  transform: scale(0.68);
	}
	100%{
		transform: scale(1.2);
		opacity: 0;
	}
}

/*中央矢印*/
.btnripple2 span::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 38%;
    left: 45%;
    /*矢印の形状*/
    border: 14px solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-color: #fff;
}