@charset "utf-8";
/*
Theme Name: 炭火焼き あき山
*/

/*-------------------------------------------*/
/*	Common Setting
/*-------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	background: #fff;
}
body {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
body::after {
	display: block;
	content: "";
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(./images/bg_beiju.webp);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: -1;
}
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
	margin: 0;
	padding: 0;
}
a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}
img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
input[type=submit], input[type=button], label, button, select {
	cursor: pointer;
}
input[type=submit] {
	color: inherit;
}
.site {
	overflow-x: hidden;
}
.site-main {
	position: relative;
}
.flex {
	display: flex;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.under_line {
  background: linear-gradient(transparent 95%, #333 0%);
  display: inline;
}
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	Display Control
/*-------------------------------------------*/
.display-lg {
	display: block;
}
.display-md, .display-sm, .display-xs {
	display: none;
}
.hidden-lg {
	display: none;
}
.hidden-md, .hidden-sm, .hidden-xs {
	display: block;
}
@media screen and (max-width: 1536px) {
	.display-md {
		display: block;
	}
	.hidden-md {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.display-sm {
		display: block;
	}
	.hidden-sm {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.display-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
	.pc {
		display: none;
	}
}

/*-------------------------------------------*/
/*	Content Width
/*-------------------------------------------*/
.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.inner {
	width: 100%;
	max-width: 78.125%; /* 1920幅で1500px*/
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.inner.w1600 {
	max-width: 83.33%; /* 1920幅で1600px*/
}
.inner.full {
	max-width: 100%;
}
section > .wrap {
	margin-bottom: 9.375rem;
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1366px) {
	.inner {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.inner.full {
		padding-left: 0;
		padding-right: 0;
	}
	section > .wrap {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	Base Font Setting
/*-------------------------------------------*/
html {
	font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
	font-size: 16px;
	letter-spacing: 0.075em;
	line-height: 2.13em;
	color: #333;
}
h1 {
}
h2 {
	font-size: 1.9375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	background-image: url(./images/line_h2.svg);
	background-size: auto 0.498125rem;
	background-position: bottom left;
	background-repeat: no-repeat;
}
h3 {
	font-weight: 700;
}
body.home h2 {
	margin-bottom: 0.5em;
}
.fw_bold {
	font-weight: 700;
}
.fw_exbold {
	font-weight: 800;
}
.fs_medium {
	font-size: 1.25rem; /* 20px */
}
.fs_large {
	font-size: 1.5625rem; /* 25px */
}
.fs_exlarge {
	font-size: 1.9375rem; /* 31px = h2*/
}
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.3125rem; /* 21px*/
	}
	body.home h2 {
		text-align: center;
	}
	.fs_medium {
		font-size: 1rem; /* 16px */
	}
	.fs_large {
		font-size: 1.125rem; /* 18px */
	}
	.fs_exlarge {
		font-size: 1.3125rem; /* 21px = h2*/
	}
}

/*-------------------------------------------*/
/*	Header
/*-------------------------------------------*/
.header_logo.sp,
.float_menu {
	display: none;
}
.site-header {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 6.25rem;
	margin: 0 auto;
	padding: 0 8.335% 0.75rem;
	position: relative;
}
.nav_menu_pc {
	width: 16.66%;
	padding: 1.875rem 1.785rem 9.75rem;
	position: absolute;
	top: 0;
  left: 8.335%;
	background: #212845;
}
.nav_menu_pc::before {
	display: block;
	content: "";
	width: 100%;
	height: 1.625rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #9E2D30;
}
.nav_menu_pc::after {
	display: block;
	content: "";
	width: 100%;
	height: 3.75rem;
	position: absolute;
	bottom: 1.625rem;
	left: 0;
	background-image: url(./images/bg_moyou.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: repeat-x;
}
.nav_menu_pc h1.header_logo {
	position: relative;
	z-index: 3;
}
.header_menu {
	display: flex;
	align-items: center;
}
.header_info {
	display: flex;
	padding-right: 44px;
}
.header_info .tel {
	margin-right: 1.25em;
}
.header_info .tel .fs_exlarge {
	display: inline-block;
	margin-left: 0.25em;
}
.header_info .time {
	display: flex;
}
.header_info .time li {
	display: flex;
	align-items: center;
	margin-right: 1.25em;
}
.header_info .time li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	margin-right: 0.5em;
	font-size: 0.875rem;
	color: #fff;
	background: #212845;
	border-radius: 2em;
}

/* Menu list*/
.menu_list li {
	color: #fff;
	line-height: 2.5;
	padding-bottom: 0.2em;
	position: relative;
}
.menu_list li::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(./images/line_list.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(271deg) brightness(106%) contrast(100%);
}
.menu_list li:last-child::before {
	display: none;
	content: none;
}
.menu_list li a {
	position: relative;
}
.nav_menu_pc .menu_list {
	width: 80%;
	margin-top: 3.125rem;
	position: relative;
	z-index: 3;
}
.toggle_menu {
	display: none;
	position: fixed;
	top: calc(2.75rem + 22px);
	right: calc(8.335% - 10px);
	z-index: 990;
}
.toggle_menu .menu_list {
	padding: 2.25rem 2.5rem 1rem;
	background: #fff;
	border: 1px solid #9E2D30;
	border-radius: 5px;
}
.toggle_menu .menu_list li {
	font-size: 1.25rem;
	font-weight: bold;
	color: #9E2D30;
}
.toggle_menu .menu_list li::before {
	filter: invert(21%) sepia(34%) saturate(4898%) hue-rotate(339deg) brightness(83%) contrast(85%);
}
@media screen and (max-width: 1536px){
	.nav_menu_pc {
		padding-bottom: 5rem;
	}
	.nav_menu_pc::before {
		height: 1.3rem;
	}
	.nav_menu_pc::after {
		height: 3rem;
		bottom: 1.3rem;
	}
}
@media screen and (max-width: 1366px) {
	.site-header {
		padding-left: 5%;
		padding-right: 5%;
	}
	.nav_menu_pc {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
		left: 20px;
    z-index: 3;
	}
	.header_info {
		padding-right: 0;
	}
}
@media screen and (max-width: 1023px) {
	.nav_menu_pc {
		display: none;
	}
	.header_info {
		padding-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.header_info {
		display: none;
	}
	.site-header {
		justify-content: center;
		height: auto;
		padding-top: 1rem;
	}
	.header_logo.sp,
	.float_menu {
		display: block;
	}
	.header_logo.sp h1 {
		width: 120px;
		height: 120px;
		margin: 1rem auto;
	}
	.float_menu {
		display: flex;
		width: calc(100% - 60px);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	.float_menu .time {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 60px);
		height: 60px;
		padding: 0.5rem 0.75rem;
		background: #0D1329;
	}
	.float_menu .phone {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		padding: 0.5rem;
		background: #fff;
	}
	.toggle_menu {
		top: 0 !important;
		right: 0 !important;
	}
	.toggle_menu .menu_list {
		display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
		width: 250px;
    height: calc(100vh - 58px);
    padding: 0 1rem 3.4rem;
    border: none;
    border-radius: 0;
    background: #9E2D30;
	}
	.toggle_menu .menu_list li {
		width: 8em;
    color: #fff;
	}
	.toggle_menu .menu_list li::before {
		filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(271deg) brightness(106%) contrast(100%);
	}
}

/*-------------------------------------------*/
/*	Header Toggle Button
/*-------------------------------------------*/
.toggle_btn {
	display: block;
	width: 44px;
	height: 44px;
	background: #9E2D30;
	border-radius: 5px;
	position: fixed;
	top: 2.75rem;
	right: 8.335%;
	z-index: 999;
}
.toggle_btn::before,
.toggle_btn::after {
	display: block;
	content: '';
	width: 63.63%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	transition: transform .3s ease, top .3s linear;
	transform: scaleY(0.5) translateY(1px);
}
.toggle_btn::before {
	top: calc(50% - 11px);
	box-shadow: 0 20px 0 0 #fff;
}
.toggle_btn::after {
	top: calc(50% + 9px);
}
.toggle_btn:hover,
.toggle_btn:focus {
	border: none;
	outline: none;
}
.toggle_btn.toggled-on::before,
.toggle_btn.toggled-on::after {
	height: 1px;
	top: 50%;
	transition: transform .2s ease, top .2s linear .1s, box-shadow .2s linear;
	background: #fff !important;
}
.toggle_btn.toggled-on::before {
	transform: rotate(45deg);
	box-shadow: 0 0 0 0 #fff !important;
}
.toggle_btn.toggled-on::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1366px) {
	.toggle_btn {
		right: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.site-header {
	}
	.toggle_menu {
		right: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.toggle_btn {
		width: 60px;
		height: 60px;
		top: auto;
		bottom: 0;
		right: 0;
		border-radius: 0;
	}
	
	/*.toggle_btn {
		display: block;
		width: 2rem;
		height: 2rem;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		position: relative;
		z-index: 999;
	}
	.toggle_btn::before,
	.toggle_btn::after {
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		background: #707070;
		transition: transform .3s ease, top .3s linear;
		transform: scaleY(0.5) translateY(1px);
	}
	.toggle_btn::before {
		top: calc(50% - 10px);
		box-shadow: 0 20px 0 0 #707070;
	}
	.toggle_btn::after {
		top: calc(50% + 10px);
	}
	.toggle_btn:hover,
	.toggle_btn:focus {
		border: none;
		color: #707070 !important;
		outline: none;
	}
	.toggle_btn.toggled-on,
	.toggle_btn.toggled-on:hover,
	.toggle_btn.toggled-on:focus {
		background: none;
	}
	.toggle_btn.toggled-on::before,
	.toggle_btn.toggled-on::after {
		height: 1px;
		top: 50%;
		transition: transform .2s ease, top .2s linear .1s, box-shadow .2s linear;
		background: #707070 !important;
	}
	.toggle_btn.toggled-on::before {
		transform: rotate(45deg);
		box-shadow: 0 0 0 0 #707070 !important;
	}
	.toggle_btn.toggled-on::after {
		transform: rotate(-45deg);
	}*/
}

/*-------------------------------------------*/
/*	Footer
/*-------------------------------------------*/
.site-footer .wrap {
	background: #fff;
}
.site-footer .inner > .flex {
	align-items: flex-start;
}
.site-footer p {
	line-height: 1.75;
}
.site-footer .inner > .flex > div {
	width: 50%;
	padding: 6.25rem 7.291%;
}
.site-footer .footer_logo {
	display: flex;
	justify-content: center;
}
.site-footer .footer_logo img {
	width: 30%;
}
.site-footer .footer_info {
	color: #fff !important;
	background: #212845;
}
.site-footer .footer_info p.name {
	margin-bottom: 0.9em;
	line-height: 1.5;
}
.site-footer .footer_info p.address {
	margin-bottom: 1em;
}
.site-footer .footer_info p.address a {
	margin-left: 1em;
}
.site-footer .footer_info p.title {
	margin-bottom: 0.3em;
	position: relative;
}
.site-footer .footer_info p.title::after {
	display: block;
	content: "";
	width: calc(100% - 5.5em);
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 1px solid #fff;
}
.site-footer .footer_info p.comment {
	margin-top: 0.5em;
	font-size: 0.9rem;
}
.site-footer .footer_info .time,
.site-footer .footer_info .closed {
	margin-bottom: 1.5em;
}
.site-footer .footer_info .time .flex {
	justify-content: space-between;
}
.site-footer .footer_info .recruit {
	padding-top: 1.9rem;
	border-top: 1px solid #fff;
}
.site-footer .footer_info .recruit p:first-child {
	line-height: 1.5;
	margin-bottom: 0.3em;
}
.site-footer .footer_info .recruit p:first-child span {
	display: block;
	font-size: 1.125rem;
}
.site-footer .footer_info .recruit p.contact {
	margin-top: 0.3em;
}
.site-footer .footer_info .recruit p.contact span {
	display: block;
}
.copyright {
	font-size: 0.75rem;
	margin-top: 2rem;
	text-align: right;
}
.btn_pagetop {
	width: 44px;
	height: 44px;
	position: fixed;
	right: 8.335%;
	bottom: 10px;
	z-index: 10;
}
.btn_pagetop a {
	width: 44px;
	height: 44px;
	background-image: url(./images/btn_top.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1536px){
	.site-footer .footer_logo {
		width: 40% !important;
	}
	.site-footer .footer_logo img {
		width: 48%;
	}
	.site-footer .footer_info {
		width: 60% !important;
	}
}
@media screen and (max-width: 1366px) {
	.site-footer .inner > .flex > div {
		padding: 4rem 3rem;
	}
	.site-footer .footer_info .time .flex {
		flex-direction: column;
	}
	.site-footer .footer_info .time .flex .f_item {
		margin-bottom: 1em;
	}
	.btn_pagetop {
		right: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.site-footer .inner > .flex {
		flex-direction: column;
	}
	.site-footer .inner > .flex > div {
		width: 100% !important;
		padding: 60px 20px;
	}
	.site-footer .footer_logo img {
		width: 114px;
	}
	.site-footer .footer_info p.name,
	.site-footer .footer_info p.address {
		text-align: center;
	}
	.site-footer .footer_info p.address a {
		display: block;
		height: 1.5rem;
		margin: 1rem 0 0;
	}
}
@media screen and (max-width: 767px) {
	.site-footer .footer_info {
		padding-bottom: 80px !important;
	}
	.site-footer .footer_info .recruit p:first-child span {
		font-size: 1rem;
	}
	.btn_pagetop {
		display: none;
	}
}

/*-------------------------------------------*/
/*	Front Page
/*-------------------------------------------*/
body.home #fv .wrap {
	margin-bottom: 0;
}
body.home #fv .main {
	max-width: 85%;
	position: relative;
	margin: 0 0 0 auto;
}
body.home #fv .main_copy {
	height: 56%;
	position: absolute;
	bottom: 10.93%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
body.home #fv .icon_lunch {
	width: 126px;
	height: 126px;
	position: absolute;
	bottom: 56px;
	left: -63px;
}
body.home #fv .icon_illust {
	width: 150px;
	height: 156px;
	position: absolute;
	bottom: -60px;
	left: -210px;
}
body.home #news .wrap {
	margin-bottom: 0;
}
body.home #news .flex {
	justify-content: flex-end;
}
body.home #news .posts {
	width: 432px;
	margin-top: 1.75em;
}
body.home #news .posts li {
	display: flex;
	flex-wrap: wrap;
}
body.home #news .posts li p {
	line-height: 1.75;
}
body.home #news .posts li p.cat span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 1em;
	padding: 0.15em 0.45em;
	background: #212845;
	border-radius: 5px;
}
body.home #news .posts li p.title {
	margin-top: 0.5em;
}
body.home #concept .wrap {
	padding-top: 6.25rem;
	padding-bottom: 15.625rem;
	margin-bottom: 0;
}
body.home #concept .wrap::after {
	display: block;
	content: "";
	width: 67%;
	height: 100%;
	position: absolute;
	top: -6.25rem; /* .wrapのpadding-topと同じ値 */
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url(./images/top_concept_bg.svg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
body.home #concept .inner {
	z-index: 3;
}
body.home #concept .flex {
	justify-content: space-between;
	padding: 0 2.5rem;
}
body.home #concept .flex:not(:last-child) {
	margin-bottom: 5rem;
}
body.home #concept .flex:nth-child(even) {
	flex-direction: row-reverse;
}
body.home #concept .f_item.txt {
	width: 50%;
}
body.home #concept .f_item.txt p {
	font-size: 1.125rem;
	line-height: 2.75em;
}
body.home #concept .f_item.img {
	width: 41.66%;
}
/*body.home #menu .wrap {
	margin: -6.25rem auto 0;
	padding: 6.25rem 0;
	background-image: url(./images/top_menu_bg.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 3;
}*/
body.home #menu .wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: linear-gradient(0deg, #0d1329, #212845);
}
body.home #menu .wrap::before,
body.home #menu .wrap::after {
	display: block;
	content: "";
	width: 100%;
	height: 122px;
	position: absolute;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
body.home #menu .wrap::before {
	top: -120px;
	background-image: url(./images/top_menu_bg01.webp);
	background-position: top center;
}
body.home #menu .wrap::after {
	bottom: -120px;
	background-image: url(./images/top_menu_bg02.webp);
	background-position: bottom center;
}
body.home #menu .inner {
	z-index: 1;
}
body.home #menu h2 {
	width: 23.625rem;
	margin: 0 auto;
	padding: 1.5em 0 1.75em;
	color: #fff;
	text-align: center;
	background-image: url(./images/border_menu.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
body.home #menu .flex {
	justify-content: space-between;
}
body.home #menu .f_item {
	width: 24%;
	text-align: center;
}
body.home #menu .f_item span {
	display: block;
}
body.home #menu .menu_item p.menu_name {
	color: #fff;
	line-height: 3;
	background-image: url(./images/line_menu.svg);
	background-size: auto 0.498125rem;
	background-position: bottom left;
	background-repeat: no-repeat;
}
body.home #menu .menu_item p.comment {
	color: #fff;
	text-align: left;
}
body.home #menu .menu_item li {
	color: #fff;
	line-height: 2.5;
	text-align: center;
	padding-top: 0.25em;
	border-bottom: 1px solid #fff;
}
body.home #menu .f_item:not(:nth-child(2)) {
	margin-top: -286px;
}
body.home #menu .f_item:last-child .menu_list li {
	padding: 1em 0;
	line-height: 1.5;
}
body.home #menu .btn {
	display: none !important;
}
.btn.type01 {
	display: block;
	margin-top: 2rem;
}
.btn.type01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.625rem;
	color: #212845;
	font-weight: bold;
	margin: 0 0 0 auto;
	padding: 0.3em 2em 0.3em 1em;
	position: relative;
	background: #fff;
	border-radius: 2em;
}
.btn.type01 a::after {
	display: block;
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 1em;
	background-image: url(./images/icon_arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
body.home #menu .menu_item p.comment + .btn {
	margin-top: 0;
}
body.home #takeout .wrap {
	margin-bottom: 0;
	padding: 13.875rem 0 6.25rem;
	background-image: url(./images/top_takeout_bg.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
body.home #takeout .bg_white {
	width: 83%;
	margin: 0 auto;
	padding: 3.125rem 0;
	text-align: center;
	position: relative;
	background-color: rgba(255,255,255,0.7);
}
body.home #takeout .bg_white::before {
	display: block;
	content: "";
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
  border: 2px solid #fff;
}
body.home #takeout h2 {
	color: #9E2D30;
	background: none;
}
body.home #takeout .btn.nonactive {
	margin-top: 3.375rem;
}
body.home #takeout .btn.nonactive p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22.5rem;
	height: 4.375rem;
	color: #fff;
	margin: 0 auto;
	background: #333333;
	border-radius: 3em;
}
@media screen and (max-width: 1536px){
	body.home #fv .icon_lunch {
		width: 100px;
		height: 100px;
		bottom: 45px;
		left: -48px;
	}
	body.home #fv .icon_illust {
		width: 90px;
		height: 90px;
		bottom: -35px;
		left: -135px;
	}
	body.home #concept .f_item.txt p {
		font-size: 1rem;
	}
	body.home #menu .f_item {
		width: 26%;
	}
}
@media screen and (max-width: 1366px) {
	body.home #fv .inner {
		max-width: 100%;
	}
	body.home #fv .icon_lunch {
		left: auto;
		right: 20px;
		bottom: 25px;
		z-index: 6;
	}
	body.home #fv .icon_illust {
		left: -90px;
		bottom: -60px;
	}
	body.home #concept .f_item.txt {
		width: 55%;
	}
	body.home #concept .f_item.txt p {
		line-height: 2.5em;
	}
	body.home #menu .f_item {
		width: 28%;
	}
	body.home #menu .f_item:not(:nth-child(2)) {
		margin-top: 0;
	}
}
@media screen and (max-width: 1023px) {
	body.home #fv .main {
		max-width: 100%;
	}
	body.home #fv .main_copy {
		width: 100%;
    height: 100%;
    bottom: 0;
	}
	body.home #fv .main_copy img {
		object-position: bottom center;
	}
	body.home #fv .icon_lunch {
		top: 60px;
		right: -10px;
		bottom: auto;
	}
	body.home #news .posts {
		width: 100%;
	}
	body.home #concept .wrap {
		padding-top: 60px;
	}
	body.home #concept .wrap::after {
		top: 0;
	}
	body.home #concept .flex {
		flex-direction: column !important;
	}
	body.home #concept .f_item {
		width: 100% !important;
	}
	body.home #concept .f_item.txt {
		margin-bottom: 1rem;
	}
	body.home #menu .wrap::before,
	body.home #menu .wrap::after {
		height: 82px;
	}
	body.home #menu .wrap::before {
		top: -80px;
		background-image: url(./images/top_menu_bg01_sp.webp);
	}
	body.home #menu .wrap::after {
		bottom: -80px;
		background-image: url(./images/top_menu_bg02_sp.webp);
	}
	body.home #menu .menu_item p.menu_name {
		background-position: bottom center;
	}
	body.home #takeout .wrap {
		background-image: url(./images/top_takeout_bg_sp.webp);
	}
	body.home #menu .flex {
		flex-direction: column;
	}
	body.home #menu .f_item {
		width: 50%;
		margin: 0 auto 60px;
	}
}
@media screen and (max-width: 767px) {
	body.home #fv .icon_lunch {
		top: -30px;
	}
	body.home #concept .wrap {
		padding-bottom: 100px;
	}
	body.home #concept .flex {
		padding: 0;
	}
	body.home #concept .f_item.txt p {
		line-height: 1.875em;
	}
	body.home #menu .wrap::before,
	body.home #menu .wrap::after {
		height: 42px;
	}
	body.home #menu .wrap::before {
		top: -40px;
	}
	body.home #menu .wrap::after {
		bottom: -40px;
	}
	body.home #menu .flex {
		margin-top: 30px;
	}
	body.home #menu .f_item {
		width: 90%;
	}
	body.home #takeout .wrap {
		padding-top: 100px;
	}
	body.home #takeout .bg_white {
		width: 100%;
		padding: 50px 30px 90px;
	}
	body.home #takeout .btn.nonactive {
		margin-top: 160px;
	}
	body.home #takeout .btn.nonactive p {
		width: 240px;
		height: 56px;
	}
}

/*-------------------------------------------*/
/*	Pages
/*-------------------------------------------*/
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	Archive, Single
/*-------------------------------------------*/
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	Mail form
/*-------------------------------------------*/
input::placeholder {
  color: #aaa;
}
::placeholder{
  color: #aaa;
}
/* IE */
input:-ms-input-placeholder {
    color: #aaa;
}
:-ms-input-placeholder{
    color: #aaa;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	background: #F7F5F4;
	border: none;
	padding: 0.5em 1.5em;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
}
input[type="checkbox"] {
	background: #F7F5F4;
	border: none;
	padding: 0;
	margin: 0 0.5em 0 0;
	width: 1.5em;
	height: 1.5em;
}
.wpcf7-list-item.first.last {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_wrap {
	max-width: 900px;
  margin: 0 auto;
}
.form_wrap .table {
	margin-bottom: 3rem;
}
.form_wrap .table p {
	margin: 0 !important;
}
.form_wrap .tr {
	margin-bottom: 2em;
}
.form_wrap .th span {
	display: inline-block;
	padding-left: 2em;
}
.form_wrap .td p span {
	display: block;
}
.check_privacy p.center {
	text-align: center;
}
.check_privacy p.checkbox {
	text-align: center;
	margin: 3rem 0 !important;
}
.check_privacy a {
	margin-top: 3rem 0 2rem;
}
.btn.submit p {
	display: flex;
	justify-content: center;
}
.btn.submit a:hover input {
	color: #fff;
}
.wpcf7-spinner {
	display: none;
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	404
/*-------------------------------------------*/
body.error404 {
}