@charset "utf-8";
@media screen and (max-width: 1000px){
	.sp_header{
		width: 100vw;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	.sp_header_left{
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		gap: 9px;
		margin-left: 10px;
	}
	.sp_header_logo img{
		width: 79px;
		height: 18px;
	}
	.sp_header_left_reserve{
		width: 88%;
		justify-content: space-between;
		display: flex;
	}
	.sp_header_reserve{
		display: inline-block;
		padding: 6px 12px;
		background-color: #D0973C;
		text-shadow: 0 1px 1px #00000018;
		border-radius: 0 0 4px 4px;
	}
	.pc_header,.pc_fv{
		display: none;
	}
	.sp_fv{
		width: 100vw;
	}    
	/* burger */
	.burger{
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 40px;
		height: 40px;
		background: no-repeat center center / contain;
		background-image: url(../img/burger_open.png);
		cursor: pointer;
		z-index: 3;
	}
	.burger_nav{
		display: inline-block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background: linear-gradient(0deg, #F1F6BC, #F9EDD8);
		z-index: 2;
		text-align: center;
		display: none;
	}
	.burger_close_logo{
		position: absolute;
		top: 100px;
		right: 10%;
		width: 40px;
		height: 40px;
		background: no-repeat center center / contain;
		background-image: url(../img/burger_close.png);
		z-index: 4;
		display: none;
	}
	.burger_nav_li{
		position: absolute;
		top: 75px;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
	}
	.burger_nav_li_a{
		display: block;
	}
	.burger_nav_li a:nth-child(n+2){
		padding-top: 40px;
	}
	.burger.is_active{
		background-image: url(../img/burger_close.png);
	}
	.burger_nav.is_active{
		display: flex;
	}    
}
/* about___________________________________ */
.about{
	position: relative;
	padding: 50px 0;
	background-color: #F7F8EF;
}
.about_parts_img{
	height: 56px;
	margin: 60px 0 10px;
}
.about_cat_img{
	position: absolute;
	top: 23px;
	right: 5%;
	display: inline-block;
	width: 110px;
	height: 63px;
	background: no-repeat center center / contain;
	background-image: url(../img/neko_2.png);
}
.about_cat_img_2{
	position: absolute;
	bottom: 28px;
	left: 5%;
	display: inline-block;
	width: 68px;
	height: 54px;
	background: no-repeat center center / contain;
	background-image: url(../img/neko_1.png);
}
.about_subtitle{
	display: inline-block;
	margin: auto 0 45px auto;
	border-bottom: 1px dashed #9EC972;
}
.about_text{
	margin: 20px 0;
}
.about_img_1{
	width: 257px;
	height: 203px;
	margin: 20px 0 10px;
	background: no-repeat center center / contain;
	background-image: url(../img/about_1.png);
}
.about_img_2{
	width: 262px;
	height: 166px;
	margin: auto 0 auto auto;
	background: no-repeat center center / contain;
	background-image: url(../img/about_2.png);
}
/* menu */
.menu{
	position: relative;
	padding: 50px 0;
	background-color: #FDFCF7;
}
.menu_engtitle{
	display: block;
	opacity: .6;
}
.menu_title{
	position: absolute;
	top: 91px;
	right: 50%;
	transform: translateX(50%);
}
.menu_item_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.menu_item{
	display: inline-block;
}
.menu_item img{
	width: 175px;
}
/* line button */
.line_section{
	margin-top: 50px;
	padding: 30px 0;
	background-color: #E8EDC2;
	border: 1px dashed #91D03C;
	border-radius: 15px;
}
.line_icon{
	width: 60px;
	height: 60px;
	margin: 0 auto 12px;
	background: no-repeat center center / contain;
	background-image: url(../img/LINE_Brand_icon.png);
}
.line_button_a{
	display: inline-block;
	margin-top: 15px;
	padding: 17px 27px 17px 66px;
	background-color: #F7F8EF;
	border: #DEE5AA 1px solid;
	border-radius: 40px;
	box-shadow: 0 3px 0 #C2C796;
}
.button_triangle{
	display: inline-block;
	height: calc(6px / 2 * tan(60deg));
	width: 6px;
	margin: 0 0 3px 36px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);    background-color: #91D03C;
}
/* staff_________________________________ */
.staff{
	padding: 50px 0 3px;
	background-color: #FDFCF7;
}
.staff_title{
	margin-bottom: 60px;
}
.staff_item{
	display: flex;
	flex-direction: column;
	gap: 27px;
}
.staff_img{
	width: 100%;
}
.staff_name{
	display: inline-block;
	padding: 0 15px;
	background-color: #DEE5AA;
	border-radius: 6px;
}
.staff_position{
	display: inline-block;
	margin-left: 9px;
}
.staff_name_qualification{
	margin: 8px 0 18px;
	border-bottom: #DEE5AA 1px dashed;
}
.staff_comment{
	margin-bottom: 18px;
}
.staff_cat_img{
	width: 65px;
	height: 69px;
	margin: 0 0 0 auto;
	background: no-repeat center center / contain;
	background-image: url(../img/neko_3.png);
}
/* reservation_contact_______________________ */
.reservation_contact_button_1_a,.reservation_contact_button_2_a,.reservation_contact_button_3_a{
	display: inline-block;
	margin-top: 15px;
	background-color: #F7F8EF;
	border: #DEE5AA 1px solid;
	border-radius: 40px;
	box-shadow: 0 3px 0 #C2C796;
}
.reservation_contact_button_1_a{
	padding: 16px 24px 16px 87px;
}
.reservation_contact_button_2_a{
	padding: 15px 24px 15px 72px;
}
.reservation_contact_button_3_a{
	padding: 16px 24px 16px 60px;
}
.button_triangle_2,.button_triangle_3,.button_triangle_4{
	display: inline-block;
	height: calc(6px / 2 * tan(60deg));
	width: 6px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);    
	background-color: #91D03C;
}
.button_triangle_2{
	margin: 0 0 3px 58px;
}
.button_triangle_3{
	margin: 0 0 3px 43px;
}
.button_triangle_4{
	margin: 0 0 3px 31px;
}
.reservation_contact{
	padding: 20px 0;
	background-color: #E8EDC2
}
.reservation_contact_item_wrap{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.reservation_contact_item{
	padding: 30px 0;
	background-color: #FDFDFD;
	border: #DEE5AA 3px solid;
	border-radius: 30px;
}
.reservation_contact_cat_img{
	width: 69px;
	height: 40px;
	margin: 10px auto 0;
	background: no-repeat center center / contain;
	background-image: url(../img/neko_2_2.png);
}
.reservation_contact_phone_img{
	display: inline-block;
	width: 22px;
	height: 25px;
	margin: 0 11px -6px 0;
	background: no-repeat center center / contain;
	background-image: url(../img/phone_illust.png);
}
.reservation_contact_deco{
	width: 100vw;
	height: 35px;
	margin-bottom: -3px;
	background: no-repeat center center / cover;
	background-image: url(../img/deco.png);
}
.reservation_contact_deco_2{
	width: 100vw;
	height: 35px;
	margin-top: -3px;
	background: no-repeat center center / cover;
	background-image: url(../img/deco.png);
}
/*  news___________________________________*/
.news{
	padding: 50px 0;
	background-color: #FDFCF7;
}
.news_cat_img{
	width: 48px;
	height: 38px;
	margin: 15px auto 30px;
	background: no-repeat center center / contain;
	background-image: url(../img/neko_1.png);
}
.news_item_wrap{
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.news_item{
	padding-bottom: 15px;
	border-bottom: dashed #696259 1px;
}
/* access */
.access{
	padding: 50px 0;
	background: no-repeat center center / cover;
	background-image: url(../img/access_back.jpg);
}
.access_item_wrap{
	margin-top: 60px;
	padding: 10px 0 30px;
	background-color: #f7f8efe7;
	border-radius: 6px;
}
.access_item{
	padding: 20px 0;
	text-align: center;
	border-bottom: #D1C6B8 1px solid;
}
.access_item_title{
	display: inline-block;
	margin-bottom: 9px;
	padding: 0 16px;
	background-color: #DEE5AA;
	border-radius: 6px;
}
.access_item_address{
	display: inline-block;
	margin: -5px 0 10px;
	border-bottom: #34342F 1px dashed;
}
.access_item_hours{
	width: 250px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.access_sp_map{
	margin-top: 35px;
}
/* footer_________________________________ */
.footer{
	padding: 50px 0 30px;
	background-color: #F7F8EF;
}
.footer_logo{
	width: 120px;
	height: 28px;
	margin: 0 auto;
	background: no-repeat center center / cover;
	background-image: url(../img/logo.png);
}
.footer_text{
	margin: 15px 0 40px;
	text-align: center;
}
.footer_insta{
	display: inline-block;
	width: 44px;
}
.footer_insta img{
	width: 44px;
}
.footer_insta_line{
	display: flex;
	justify-content: center;
	gap: 50px;
}
.footer_line{
	display: inline-block;
	width: 44px;
}
.footer_line img{
	width: 44px;
}
@media screen and (min-width: 1000px){
	/* header */
	.pc_header_logo img{
		width: 120px;
		height: 28px;    
	}
	.pc_header_reserve{
		padding: 11px 25px;
		background-color: #D0973C;
		border-radius: 6px;
		text-shadow: 0 2px 1px rgba(0, 0, 0, 0.103);
	}
	.pc_header{
		position: fixed;
		top: 12px;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		z-index: 100;
	}
	.pc_header_top{
		width: 93vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pc_header_top_item{
		display: flex;
		align-items: flex-end;
		gap: 12px;
	}
	.pc_header_ul{
		width: 1000px;
		display: flex;
		justify-content: center;
		gap: 60px;
		background-color: #f7f8ef9d;
		margin: 23px auto 0;
		padding: 6px 0 8px;
		border-radius: 40px;
	}
	.pc_header_li_a{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
	}
	/* fv */
	.pc_fv{
		width: 100vw;
	}    
	.sp_header,.sp_fv{
		display: none;
	}
}
@media screen and (min-width: 768px){
	/* about */
	.about{
		padding: 60px 0 80px;
	}
	.pc_about_item{
		width: 546px;
	}
	.about_parts_img{
		width: 382px;
		height: 74px;
		margin: 60px 0 20px;
	}
	.about_subtitle{
		margin: auto 0 45px 130px;
	}
	.about_cat_img{
		width: 140px;
		height: 74px;
		top: 144px;
		right: 40%;
	}
	.about_img_1{
		position: absolute;
		top: 50px;
		right: 2%;
		width: 452px;
		height: 356px;
		margin: 0;
	}
	.about_img_2{
		position: absolute;
		bottom: 50px;
		right: 6%;
		width: 475px;
		height: 302px;
		margin: 0;
	}
	.about_cat_img_2{
		width: 91px;
		height: 70px;
		left: unset;
		right: 2%;
		bottom: 143px;
	}
	/* menu */
	.menu{
		padding: 30px 0 100px;
	}
	.menu_item_wrap{
		gap: 20px;
	}
	.menu_item img{
		width: 480px;
	}
	.line_section{
		margin-top: 70px;
		padding: 30px 0 35px;
	}
	.line_button_a{
		box-shadow: 0 5px 0 #C2C796;
	}
	.line_icon{
		width: 80px;
		height: 80px;
		padding: 17px 30px 17px 82px;
	}
	.button_triangle{
		height: calc(8px / 2 * tan(60deg));
		width: 8px;
		margin: 0 0 4px 46px;
	}
	/* staff */
	.staff{
		padding: 0 0 20px;
		margin-bottom: -12px;
	}
	.staff_item{
		flex-direction: row;
		align-items: center;
		gap: 39px;
	}
	.staff_img{
		width: 257px;
	}
	.staff_name{
		line-height: 1.7;
	}
	.staff_name_qualification{
		margin: 10px 0 20px;
	}
	.staff_cat_img{
		width: 89px;
		height: 95px;
		margin: -21px 0 0 auto;
	}
	/* reservation_contact */
	.reservation_contact_deco{
		height: 130px;
		margin-bottom: -35px;
	}
	.reservation_contact_deco_2{
		height: 130px;
		margin-top: -35px;
	}
	.reservation_contact{
		padding: 0;
	}
	.reservation_contact_item_wrap{
		flex-direction: row;
		gap: 20px;
	}
	.reservation_contact_item{
		width: 490px;
	}
	.pc_reservation_contact_button_wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 28px;
	}
	.reservation_contact_button_3_a{
		margin-top: 0;
	}
	.reservation_contact_cat_img{
		margin: 20px auto 10px;
	}
	.reservation_contact_button_1_a,.reservation_contact_button_2_a,.reservation_contact_button_3_a{
		box-shadow: 0 5px 0 #C2C796;
	}
	.reservation_contact_button_1_a{
		padding: 14px 30px 14px 103px;
	}
	.reservation_contact_button_2_a{
		padding: 12px 31px 12px 66px;
	}
	.reservation_contact_button_3_a{
		padding: 12px 30px 12px 49px
	}
	.button_triangle_2,.button_triangle_3,.button_triangle_4{
		width: 8px;
		height: calc(8px / 2 * tan(60deg));
	}
	.button_triangle_2{
		margin: 0 0 3px 67px;
	}
	.reservation_contact_phone_img{
		width: 28px;
		height: 31px;
		margin: 0 13px -8px 0
	}
	/* news */
	.news{
		padding: 60px 0 80px;
		margin-top: -9px;
	}
	.news_cat_img{
		width: 56px;
		height: 44px;
	}
	.news_item_wrap{
		gap: 27px;
	}
	.news_cat_img{
		margin: 20px auto 30px;
	}
	.news_item{
		padding-bottom: 27px;
	}
	/* access */
	.access{
		padding: 80px 0;
	}
	.pc_access_item_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	.access_item{
		display: flex;
		align-items: center;
		gap: 45px;
	}
	.access_item_title{
		margin-bottom: 0;
	}
	.pc_access_item_content{
		text-align: left;
	}
	.access_item_address{
		margin-bottom: 10px;
	}
	/* footer */
	.footer{
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
	}
	.footer_logo{
		width: 128px;
		height: 30px;
		margin: 0;
	}
	.footer_text{
		margin: 9px 0 24px;
	}
	.pc_footer_ul{
		display: flex;
		justify-content: center;
		gap: 29px;
	}
	.pc_footer_li_a{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	.footer_insta_line{
		justify-content: flex-start;
		gap: 30px;
	}
}