@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	font-size: 16px;
	background: #fff;
	color: #000;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
}
a {
	color: #000;
	outline: none;
}
a:focus,
*:focus {
	outline: none;
}
body.window-lock {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#border_display {
	width: 100%;
	min-width: 1040px;
	height: auto;
	overflow: hidden;
}
/* inner */
.c_inner{
	width:1040px;
    height: 100%;
	margin:0 auto;
	position:relative;
}
.c_inner:after{
	content:"";
	display:block;
	clear:both;
}
/* btn */
.c_btn01{
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 230px;
	height: 50px;
	opacity: 1;
}
.c_btn01_txt{
	font-size: 14px;
	letter-spacing: 2px;
}
.c_btn01_arr{
	position: absolute;
	right: -18px;
	top: 50%;
	z-index: 10;
	width: 36px;
	margin-top: -3px;
	transition: 0.3s;
}
.c_btn01_arr img{
	display: block;
	opacity: 1!important;
}
.c_btn01._w{
	border-color: #fff;
	color: #fff;
}
/* hl */
.c_hl01{
	padding: 65px 20px 0 50px;
	border-right: 2px solid #634d34;
	display: inline-block;
}
.c_hl01 span{
	font-size: 50px;
}
.c_hl01 small{
	font-size: 14px;
	display: block;
	margin-right: 15px;
	letter-spacing: 2.3px;
}
.header h1 p {
	display: none;
}
/* menu */
.c_menu_hl{
	width: 70%;
	min-width: 1000px;
	height: 200px;
	background-size: cover!important;
	font-size: 36px;
	padding: 0 95px;
	letter-spacing: 5px;
	display: flex;
	align-items: center;
}
.menu_sushi .c_menu_hl{
	background: url(../img/menu_hl_bg_pc.jpg) no-repeat center center;
	margin-left: auto;
	margin-top: -145px;
}
.menu_side .c_menu_hl{
	background: url(../img/side_hl_bg_pc.jpg) no-repeat center center;
	justify-content: flex-end;
}
/* flex */
.c_flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.c_flex .c_item{
	width: 15%;
}
.c_flex .c_item + .c_item{
	width: 85%;
}
/* list */
.c_list01 li{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 4.5px;
	padding-left: 14px;
	position: relative;
}
.c_list01 li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #634d34;
	position: absolute;
	left: 2px;
	top: 7px;
}
.c_list01 li.kome{
	font-size: 12px;
	padding-left: 0;
	margin-top: 11px;
}
.c_list01 li.kome:before{
	display: none;
}
/* =================== header =================== */
.header{
	position: relative;
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index:9999;
	width:100%;
	height: 190px;
	min-width: 960px;
	left: 0;
	top: 0;
}
.header .logo{
	position: relative;
	z-index: 10;
	left: 0;
	top: 40px;
	width: 180px;
	height: 270px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header.fix_header{
	position: fixed;
	height: 90px;
}
.header.fix_header .logo{
	top: 28px;
	width: 90px;
	height: 135px;
}
.header.fix_header .logo img{
	width: 44px;
}

/* add011 */
.header .fix_box{
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
	/* add011
	width: 120px;
	*/
}
.header .fix_tel,
.header .fix_order{
	margin-right: 15px;
}
.header .fix_tel img{
	display: block;
	width: 32px;
	margin: 0 auto 4px;
}
.header .fix_tel a,
.header .fix_order a{
	height: 49px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 11px;
	text-align: center;
}
.header .fix_order a{
	width: 49px;
	padding-bottom: 7px;
	border: 1px solid #000;
}
.header .fix_order a .c_btn01_arr{
	right: auto;
	left: auto;
	top: auto;
	width: 26px;
	bottom: 6px;
	margin: 0 auto;
}
/* button */
.menu_btn{
	display: block;
	width:49px;
	height: 49px;
	position:relative;
	z-index: 100;
	text-align:center;
	cursor: pointer;
	border: 1px solid #000;
}
.menu_btn .menu_txt{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 10px;
	transition: 0.4s;
	padding-bottom: 2px;
}
.menu_trigger {
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	margin: auto;
	width: 30px;
	height: 21px;
	display: inline-block;
	box-sizing: border-box;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	display: inline-block;
	box-sizing: border-box;
}
.menu_trigger span:nth-of-type(1) {top: 0;}
.menu_trigger span:nth-of-type(2) {
	top: 44%;
	width: 66%;
}
.menu_trigger span:nth-of-type(3) {bottom: 0;}
.active .menu_btn .menu_trigger span:nth-of-type(1) {transform: translateY(11px) rotate(-35deg);}
.active .menu_btn .menu_trigger span:nth-of-type(2) {opacity: 0;}
.active .menu_btn .menu_trigger span:nth-of-type(3) {transform: translateY(-9px) rotate(35deg);}

.global_navi .panel{
	position: fixed;
	top: 90px;
	left: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	overflow: hidden;
	background:#fff;
	display: none;
}
.fix_header .global_navi:after{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255,255,255,0.8);
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
}
.fix_header.active .global_navi:after{
	opacity: 1;
}
/* =================== footer =================== */
#footer{
	color: #fff;
	background: #000;
	position: relative;
	width: 100%;
	height: 200px;
}
#footer .box{
	padding: 40px 0 0 53px;
}
#footer .logo{
	margin-bottom: 25px;
}
#footer .logo span{
	font-size: 16px;
	display: block;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
#footer .pagetop.c_btn01{
	z-index: 20;
	position: absolute;
	right: -20px;
	top: -122px;
	transform: rotate(90deg);
	width: 140px;
	height: 40px;
	padding-right: 12px;
	justify-content:flex-end;
}
#footer .pagetop.c_btn01 .c_btn01_arr{
	right: auto;
	left: 10px;
	transform: rotate(-180deg);
	margin-top: 0;
}
#footer .copy{
	letter-spacing: 1.5px;
	font-size: 12px;
}
/* ============================================
mv
============================================ */
.top_mv{
	background: url(../img/mv_bg.jpg) no-repeat center center;
	background-size: cover!important;
	width: 100%;
	height: 630px;
	position: relative;
}
.top_mv .box{
	padding: 205px 0 0 40px;
}
.top_mv .txt{
	color: #fff;
	font-size: 12px;
	line-height: 2.5;
	border-left: 1px solid #fff;
	padding: 9px 0 0 15px;
	margin: 10px 0 0 4px;
	letter-spacing: 1px;
}
/* ============================================
top_greeting
============================================ */
.top_greeting .c_pd{
	padding-top: 100px;
	padding-bottom: 116px;
	background: url(../img/bg_repeat01.jpg) center center;
	position: relative;
	text-align: center;
}
.top_greeting .hl{
	font-size: 30px;
	background: url(../img/greeting_ico.png) no-repeat center top;
	background-size: 51px;
	padding-top: 75px;
	letter-spacing: 3px;
	margin-bottom: 35px;
}
.top_greeting .txt{
	line-height: 2.25;
	font-size: 14px;
	letter-spacing: 0.5px;
}
/* ============================================
top_menu
============================================ */
.top_menu .c_pd{
	background: url(../img/bg_repeat02.jpg) center center;
	position: relative;
	color: #fff;
}
.top_menu .c_hl01{;
	padding-left: 20px;
}
/* sushi */
.c_sushi_list{
	padding-top: 185px;
	padding-bottom: 80px;
}
.c_sushi_item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-bottom: 139px;
}
.c_sushi_item:last-child{
	margin-bottom: 0;
}
.c_sushi_item .c_sushi_bg{
	position: absolute;
	z-index: -1;
}
.c_sushi_item .c_sushi_main{
	width: 48%;
	position: relative;
}
.c_sushi_item .c_sushi_main .cth{
	position: absolute;
	left: 18px;
	top: -80px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.c_sushi_item .c_sushi_main .cth01{
	width: 22.5%;
	text-align: center;
}
.c_sushi_item .c_sushi_main .cth02{
	width: 72.2%;
}
.c_sushi_item .c_sushi_main .cth02 span{
	display: inline-block;
	padding: 5px;
	margin-top: 4px;
	font-size: 20px;
	background: #000;
	color: #fff;
	letter-spacing: 2px;
}
.c_sushi_item .c_sushi_main .cth._cl_r .cth02 span{
	background: #740505;
}
.c_sushi_item .c_sushi_main .cth._cl_g .cth02 span{
	background: #634d34;
}
.c_sushi_item .c_sushi_main .cap{
	position: relative;
	z-index: 1;
	border-left: 1px solid #634d34;
	margin: -20px 0 0 20px;
	padding: 35px 35px 0 20px;
	line-height: 2.1;
	letter-spacing: 2.5px;
}
.c_sushi_item .c_sushi_main .cap strong{
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
}
.c_sushi_item .c_sushi_main .cap small{
	font-size: 14px;
}
.c_sushi_item .c_sushi_main .cap span{
	font-size: 12px;
	display: block;
}
.c_sushi_item .c_sushi_sub{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c_sushi_item .c_sushi_sub li{
	width: 46%;
	margin-bottom: 34px;
}
.c_sushi_item .c_sushi_sub .cap{
	position: relative;
	z-index: 1;
	border-left: 1px solid #634d34;
	margin: -12px 0 0 10px;
	padding: 18px 0 0 15px;
	line-height: 1.8;
	letter-spacing: 2px;
}
.c_sushi_item .c_sushi_sub .cap strong{
	margin-bottom: 5px;
	display: block;
}
.c_sushi_item .c_sushi_sub .cap small{
	font-size: 12px;
}
/* menu_side */
.menu_side .flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 93px 0 115px 12px;
}
.menu_side .flex .item{
	width: 47.5%;
}
.menu_side .flex li{
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 85px;
	flex-direction: column;
	align-items: flex-start;
	border-left: 1px solid #634d34;
	padding: 0 15px 10px;
	display: flex;
	margin-top: -5px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 1.5;
}
.menu_side .flex li:after{
	content: "";
	width: calc(100% + 10px);
	height: 1px;
	background: #634d34;
	position: absolute;
	left: -10px;
	bottom: 10px;
}
.menu_side .flex li strong{
	font-size: 24px;
}
.menu_side .flex li span{
	font-size: 16px;
}
.menu_side .flex li span+ span{
	margin-top: 5px;
}
.menu_side .flex li small{
	font-size: 12px;
}
.menu_side .flex li .bg{
	position: absolute;
	z-index: -1;
	right: 9px;
	top: 4px;
}
/* ============================================
top_area
============================================ */
.top_area .c_pd{
	background: url(../img/bg_repeat01.jpg) center center;
	position: relative;
}
.top_area .txt{
	font-size: 14px;
	line-height: 1.8;
	padding: 88px 0 0 15px;
	margin-bottom: 25px;
	letter-spacing: 0.5px;
}
.top_area .txt strong{
	font-size: 20px;
	display: block;
}
.top_area .flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 121px 15px;
}
.top_area .flex .map{
	width: 59%;
}
.top_area .flex .area{
	width: 38%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.top_area .flex .area ul{
	width: 33%;
}
.top_area .flex .bnr{
	position: absolute;
	left: 0;
	bottom: 0;
}
/* ============================================
top_order
============================================ */
.top_order .c_pd{
	background: url(../img/bg_repeat02.jpg) center center;
	position: relative;
	color: #fff;
}
.top_order .order_box{
	border: 1px solid #634d34;
	padding: 25px 20px;
	margin-bottom: 35px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.top_order .order_box .item{
	width: 50%;
	height: 138px;
	text-align: center;
	
	/* add011 */
	width: 100%;
	*/
}
.top_order .order_box .item + .item{
	border-left: 1px solid #634d34;
}
.top_order .order_box .item .sub_hl{
	text-align: center;
	letter-spacing: 2px;
	padding-top: 15px;
}
.top_order .order_box .item .tel{
	font-size: 36px;
	color: #fff;
	pointer-events: none;
	background: url(../img/ico_tel_w.png) no-repeat left center;
	background-size: 42px;
	letter-spacing: 6px;
	padding: 5px 0 5px 50px;
	margin: 33px 0 0 -15px;
	display: inline-block;
}
.top_order .order_box .item .c_btn01{
	margin: 25px auto 0;
	width: 300px;
	height: 64px;
}
.top_order .c_item + .c_item{
	padding:120px 0 115px 15px;
}
/* ============================================
breakpoint
============================================ */
@media only screen and (min-width:751px){
	.u_sp {
		display: none !important;
	}
	a:hover img,
	a:active img {
		opacity: 0.6;
	}
	.c_anchor{
		margin-top: -190px;
		padding-top: 190px;
	}
	.c_btn01:hover .c_btn01_arr{
		right: -24px;
	}
	.header.fix_header{
		top: -200px;
		transition: 0.5s;
	}
	.header.fix_header.fixed,
	.header.fix_header.active{
		top: 0;
	}
	.header .header_bar{
		width: 100%;
		max-width: 1500px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.global_navi .panel{
		height: 200px;
	}
	.global_navi .panel .panel_sc{
		height: 100%;
		padding: 20px 0;
	}
	.global_navi .panel .panel_sc .gnav{
		margin: 0 auto;
	}
	.gnav_flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 660px;
		margin-left: auto;
		padding-right: 40px;
	}
	.gnav{
		display: flex;
		justify-content: space-between;
		margin-right: 40px;
		width: 330px;
	}
	.gnav li span{
		padding: 0 7px 4px 0;
		letter-spacing: 1px;
		border-right: 1px solid #cebb9e;
		display: inline-block;
		font-size: 14px;
	}
	.gnav li a{
		transition: 0.5s;
	}
	.gnav li a:hover{
		color: #cebb9e;
	}
	.gnav + div{
		width: 100%;
		max-width: 247px;
		margin-left: auto;
	}
	.header .tel_pc{
		font-size: 13px;
		background: url(../img/ico_tel.png) no-repeat left center;
		background-size: 42px;
		padding: 5px 0 5px 47px;
		letter-spacing: 1.8px;
		margin-bottom: 15px;
	}
	.header .tel_pc strong{
		display: block;
		font-size: 24px;
		letter-spacing: 4.2px;
		margin-top: 2px;
	}
	#footer .pagetop.c_btn01:hover .c_btn01_arr{
		left: -15px;
	}
	/* hl */
	.gnav li span,
	.c_hl01{
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.c_sushi_item:nth-child(even) .c_sushi_main{
		order: 2;
	}
	.c_sushi_item:nth-child(even) .c_sushi_sub{
		order: 1;
	}
	.c_sushi_item:nth-child(1) .c_sushi_bg{
		right: -295px;
		top: -100px;
	}
	.c_sushi_item:nth-child(2) .c_sushi_bg{
		left: -380px;
		top: -95px;
	}
	.c_sushi_item:nth-child(2) .c_sushi_main .cth01{
		margin-left: -15px;
		width: 25%;
	}
	.c_sushi_item:nth-child(2) .c_sushi_main .cth02{
		margin-top: 18px;
	}
	.c_sushi_item:nth-child(3) .c_sushi_bg{
		right: -262px;
		top: -92px;
	}
	.c_sushi_item:nth-child(3) .c_sushi_main .cth01{
		margin-left:5px;
		width: 21%;
	}
	.c_sushi_item:nth-child(4) .c_sushi_bg{
		left: -337px;
		top: -4px;
	}
	.c_sushi_item:nth-child(5) .c_sushi_bg{
		right: -302px;
		top: -97px;
	}
	.c_sushi_item:nth-child(6) .c_sushi_bg{
		left: -360px;
		top: -34px;
	}
	.c_sushi_item:nth-child(7) .c_sushi_bg{
		right: -285px;
		top: -25px;
	}
	.c_sushi_item:nth-child(8) .c_sushi_bg{
		left: -310px;
		top: -70px;
	}
	.c_sushi_item:nth-child(4) .c_sushi_main .cth,
	.c_sushi_item:nth-child(6) .c_sushi_main .cth,
	.c_sushi_item:nth-child(7) .c_sushi_main .cth{
		align-items: flex-end;
	}
	.c_sushi_item:nth-child(8) .c_sushi_main .cth01{
		margin-left:-8px;
		width: 24%;
	}
	.c_sushi_item:nth-child(8) .c_sushi_main .cth02{
		margin-top: -22px;
	}
	.menu_side .flex .item:nth-child(2) li:nth-child(1),
	.menu_side .flex .item:nth-child(2) li:nth-child(2){
		min-height: 135px;
	}
}
@media only screen and (max-width:750px){
	.u_pc {
		display: none !important;
	}
	.u_sp {
		display: block;
	}
	#border_display {
		min-width: 0;
	}

	/* btn */
	.c_btn01{
		width: 230px;
		height: 50px;
	}
	.c_btn01_txt{
		font-size: 14px;
		letter-spacing: 2px;
	}
	.c_btn01_arr{
		right: -18px;
		top: 50%;
		width: 36px;
		margin-top: -3px;
	}
	/* hl */
	.c_hl01{
		padding: 0;
		margin-left: -20px;
		border-right: none;
	}
	.c_hl01 span{
		display: inline-block;
		font-size: 40px;
		padding: 0 34px 24px 26px;
		border-bottom: 2px solid #634d34;
	}
	.c_hl01 small{
		margin-top: 20px;
		margin-right:0;
		padding-left: 22px;
	}
	/* menu */
	.c_menu_hl{
		width: 100%;
		min-width: 0;
		height: 131px;
		font-size: 30px;
		padding: 0 20px;
		letter-spacing: 5px;
	}
	.menu_sushi .c_menu_hl{
		background: url(../img/menu_hl_bg_sp.jpg) no-repeat center center;
		margin-top: 0;
	}
	.menu_side .c_menu_hl{
		background: url(../img/side_hl_bg_sp.jpg) no-repeat center center;
	}
	/* flex */
	.c_flex{
		flex-direction: column;
	}
	.c_flex .c_item,
	.c_flex .c_item + .c_item{
		width: 100%;
	}
	
	/* list */
	.c_list01 li{
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 4.5px;
		padding-left: 14px;
	}
	.c_list01 li:before{
		width: 8px;
		height: 8px;
		left: 2px;
		top: 7px;
	}
	.c_list01 li.kome{
		font-size: 12px;
		padding-left: 0;
		margin-top: 11px;
	}
	
	/* inner */
    .c_inner{
        width: 100%;
        height: auto;
        padding:0 15px;
    }
	.c_anchor{
		margin-top: -80px;
		padding-top: 80px;
	}
    /* =================== header =================== */
	.header{
		position: fixed;
		min-width: 0;
		height: auto;
	}
	.header,
	.header .c_inner{
		padding: 0;
	}
	.header.fix_header .logo{
		position: absolute;
		left: 0;
		top: 0;
	}

	.header .global_navi .fix_box{
		top: 20px;
	}
	.header .header_bar{
		background: #fff;
		z-index: 500;
		position: relative;
		width: 100%;
		height: 80px;
	}
	.header .fix_box{
		position: absolute;
		right: 12px;
		top: 15px;
		margin-right: 0;
	}
	.global_navi .panel{
		top: 0;
		overflow-y:scroll;
		-webkit-overflow-scrolling: touch;
		padding: 100px 0 80px;
	}
    /* =================== global_navi =================== */
    .gnav li{
		width: 100%;
		margin-bottom: 23px;
    }
	.gnav li a span{
		font-size: 18px;
		display: inline-block;
		padding:10px 0 8px 32px;
		letter-spacing: 2px;
		border-bottom: 1px solid #cebb9e;
	}
	/* =================== footer =================== */
	#footer .box{
		padding-left: 0;
	}
	#footer .pagetop.c_btn01{
		right: -30px;
		top: 75px;
	}
	#footer .logo span{
		font-size: 14px;
		line-height: 1.5;
	}
	#main_contents{
		padding-top: 80px;
	}
	/* ============================================
	mv
	============================================ */
	.top_mv{
		background: url(../img/mv_bg_sp.jpg) no-repeat center center;
		height: 495px;
	}
	.top_mv .c_inner{
		height: 100%;
	}
	.top_mv .box{
		padding: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		margin: auto;
		width: 95%;
	}
	.top_mv .hl{
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
	.top_mv .txt{
		line-height: 2.2;
	}
	/* ============================================
	top_greeting
	============================================ */
	.top_greeting .c_pd{
		padding-top: 80px;
		padding-bottom: 76px;
	}
	.top_greeting .hl{
		background-size: 45px;
		padding-top: 65px;
		margin-bottom: 25px;
	}
	.top_greeting .txt{
		margin-right: -10px;
		margin-left: -10px;
		line-height: 2.3;
		letter-spacing: 0;
	}
	/* ============================================
	top_menu
	============================================ */
	.top_menu .c_hl01{
		padding-left: 0;
		margin-bottom: 52px;
	}
	.top_menu .c_pd{
		padding-top: 75px;
	}
	/* sushi */
	.c_sushi_list{
		margin-top: 40px;
		padding-top: 0;
		padding-bottom: 60px;
	}
	.c_sushi_item{
		flex-direction: column;
		margin-bottom: 25px;
	}
	.c_sushi_item .c_sushi_main{
		width: 100%;
		margin-bottom: 28px;
	}
	.c_sushi_item .c_sushi_main .cth{
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: -22px;
		justify-content: flex-start;
	}
	.c_sushi_item .c_sushi_main .cth01,
	.c_sushi_item .c_sushi_main .cth02{
		width: auto;
	}
	.c_sushi_item .c_sushi_main .cth01{
		max-width: 105px;
		margin: 10px 10px 0 0;
	}
	.c_sushi_item .c_sushi_main .cth02{
		margin-right: -20px;
	}
	.c_sushi_item .c_sushi_main .cth02 span{
		padding: 5px;
		margin-top: 4px;
		font-size: 20px;
		letter-spacing: -1.5px;
	}
	.c_sushi_item:nth-child(1) .c_sushi_main .cth01{
		margin-right: 38px;
	}
	.c_sushi_item:nth-child(2) .c_sushi_main .cth01{
		max-width: 125px;
		margin-left: -15px;
		margin-right: 30px;
	}
	.c_sushi_item .c_sushi_main .cap{
		margin: -12px 0 0 10px;
		padding: 15px 0 0 15px;
		letter-spacing: 0;
	}
	.c_sushi_item .c_sushi_sub{
		width: 100%;
	}
	.c_sushi_item .c_sushi_sub li{
		width: 47%;
		margin-bottom: 34px;
	}
	.c_sushi_item .c_sushi_sub .cap{
		padding-left: 10px;
		line-height: 1.4;
		letter-spacing: 1px;
	}
	/* menu_side */
	.menu_side .flex{
		padding: 45px 0 60px;
	}
	.menu_side .flex .item{
		width: 100%;
	}
	.menu_side .flex li{
		letter-spacing: 0;
		padding-bottom: 30px;
	}
	.menu_side .flex li strong{
		font-size: 20px;
	}
	/* ============================================
	top_area
	============================================ */
	.top_area .c_flex{
		padding: 80px 0;
	}
	.top_area .c_hl01{
		margin-bottom: 25px;
	}
	.top_area .txt{
		padding: 0;
	}
	.top_area .flex{
		flex-direction: column;
		padding: 0;
	}
	.top_area .flex .map{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.top_area .flex .area{
		width: 100%;
		flex-wrap: wrap;
	}
	.top_area .flex .area ul{
		order: 2;
	}
	.c_sushi_item .c_sushi_bg{
		width: 158px;
	}
	.c_sushi_item:nth-child(odd) .c_sushi_bg{
		right: -40px;
		top: 37%;
	}
	.c_sushi_item:nth-child(even) .c_sushi_bg{
		left: -40px;
		top: 37%;
	}
	.top_area .flex .bnr{
		position: relative;
		order: 1;
		width: 100%;
		margin-bottom: 30px;
	}
	.top_area .flex .c_btn01{
		margin: 0 auto;
	}
	/* ============================================
	top_order
	============================================ */
	.top_order .c_flex{
		padding: 80px 0;
	}
	.top_order .c_hl01{
		margin-bottom: 35px;
	}
	.top_order .order_box{
		padding: 20px 20px 25px;
		flex-direction: column;
	}
	.top_order .order_box .item{
		width: 100%;
		height: auto;
	}
	.top_order .order_box .item + .item{
		margin-top: 20px;
		padding-top: 20px;
		border-left: none;
		border-top: 1px solid #634d34;
	}
	.top_order .order_box .item .sub_hl{
		padding-top: 0;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.top_order .order_box .item .tel{
		pointer-events: all;
		font-size: 28px;
		background-size: 32px;
		letter-spacing: 2px;
		padding-left: 40px;
		margin: 0;
	}
	.top_order .order_box .item .c_btn01{
		margin-top: 0;
		width: 90%;
	}
	.top_order .c_item + .c_item{
		padding:0;
	}
	#close{
		text-align: center;
	}

/* end */
}
@media print {
	body {
		background: none !important;
		zoom: 0.7;
		-webkit-print-color-adjust: exact;
	}
	.u_sp {
		display: none !important;
	}
}