@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

.w400 {font-weight: 400;} /* Regular */
.w500 {font-weight: 500;} /* Medium */
.w700 {font-weight: 700;} /* Bold */
.w900 {font-weight: 900;} /* Heavy */

html {
	height: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #000000;
	font-size: 100%;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wrap {
	max-width: 1570px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.full_width {
	width: 100%;
}

/* --------------------------------
   HEADER
-------------------------------- */
.header {
	width: 100%;
	background: #ffffff;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0 1px 15px 3px rgba(0, 0, 0, 0.3);
}

#inner-header {
	display: flex;
	flex-wrap: wrap;
	max-width: 1570px;
	justify-content: space-between;
	align-items: flex-end;
	padding: 15px 20px;
	margin: 0 auto;
}


/* --------------------------------
   NAVIGATION
-------------------------------- */
#nav_outer {
	width: 10%;
	background: #ffffff;
	padding: 5px 0;
}

ul.main_nav {
	display: flex;
	max-width: 1040px;
	min-height: 20px;
	padding: 0 20px;
	margin: 0 auto;
}

ul.main_nav li {
	width: 16.67%;
	text-align: center;
}

ul.main_nav li a,
ul.main_nav li a:hover,
ul.main_nav li a:focus {
	display: block;
	color: #ffffff;
	padding: 3px 5px;
	font-size: 10pt;
}


/* --------------------------------
   SLIDER
-------------------------------- */


/* --------------------------------
   FOOTER
-------------------------------- */
.footer {
	background: #961312;
	padding: 90px 20px 50px 20px;
	color: #ffffff;
}

a.footer_logo {
	display: block;
	max-width: 306px;
	width: 100%;
	margin: 0 auto;
}

p.copyright {
	margin: 200px auto 0 auto;
	text-align: center;
	font-size: 10pt;
}

/* --------------------------------
   TOP
-------------------------------- */
h1.section_title {
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	padding: 0 20px;
}

span.marker {
	background: linear-gradient(transparent 70%, #ffe900 0%);
}

section.slider {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
}

section.slider_a {
	background: url("../images/sl_01c.jpg") center center no-repeat;
	background-size: cover;
}

section.slider_b {
	background: url("../images/sl_01d.jpg") center center no-repeat;
	background-size: cover;
}

footer,
section.takeout,
section.history,
section.shop,
section.secret,
section.about {
	position: relative;
	z-index: 10;
	background: #ffffff;
	overflow: hidden;
}

section.takeout {
	min-height: 100vh;
	margin: 100vh 0 0 0;
	background: url("../images/se_01_back.jpg") center center no-repeat #ffffff;
	background-size: contain;
	padding: 80px 0;
	overflow: hidden;
}

p.takeout_text {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center;
	line-height: 2em;
	margin: 0 auto;
	font-size: 18pt;
	padding: 0 20px;
}

p.back_c01 {
	position: absolute;
	right: 0;
	top: 0;
}

p.back_c02 {
	position: absolute;
	left: -60px;
	bottom: 0;
}

section.history {
	background: url("../images/se_02_back.jpg") left center no-repeat #ffffff;
	background-size: cover;
	padding: 150px 0;
}

div.history_outer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1060px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

div.history_left {
	width: 50%;
}

p.se_02_p01 img {
	border-radius: 15px;
}

div.history_right {
	width: 45%;
}

h2.history_title {
	line-height: 1.8em;
	color: #961312;
	font-weight: bold;
	font-size: 30pt;
	text-align: center;
}

p.history_text {
	margin: 50px auto 0 auto;
	line-height: 2em;
	font-size: 18pt;
}

section.shop {
	padding: 100px 0 0 0;
	overflow: hidden;
}

p.shop_back_c01 {
	position: absolute;
	right: -25px;
	top: -3%;
}

p.shop_back_c02 {
	position: absolute;
	left: -60px;
	top: 10%;
}

p.shop_back_c03 {
	position: absolute;
	right: -25px;
	top: 33%;
}

p.shop_back_c04 {
	position: absolute;
	left: -125px;
	top: 49%;
}

p.shop_back_c05 {
	position: absolute;
	right: -25px;
	top: 70%;
}

p.shop_back_c06 {
	position: absolute;
	left: -60px;
	top: 85%;
}

div.shop_wrap {
	position: relative;
	z-index: 10;
	padding: 0 20px;
	overflow: hidden;
}


div.top_caution {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #707070;
	border-radius: 15px;
	overflow: hidden;
}

h1.top_caution_header {
	background: #961312;
	color: #ffffff;
	text-align: center;
	line-height: 1em;
	padding: 15px 20px;
}

div.top_caution_contents {
	padding: 30px 40px;
}

p.top_caution_title {
	text-align: center;
	font-size: 26pt;
	font-weight: bold;
	line-height: 1.5em;
}

p.top_caution_text {
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 18pt;
	line-height: 2em;
}

ol.top_caution_list  {
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 18pt;
}
ol.top_caution_list li  {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	margin: 15px 0;
	line-height: 1.5em;
}

p.icon_gyouza {
	padding: 100px 20px 30px 20px;
	text-align: center;
}

div.takeout_menu_outer {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	width: 100%;
	margin: 140px auto 0 auto;
}

div.takeout_menu_left {
	width: 56.92%;
}

div.takeout_menu_left img {
	border-radius: 15px;
}

div.takeout_menu_right {
	width: 39.23%;
}

p.takeout_menu_title {
	font-size: 28pt;
	font-weight: bold;
}

p.takeout_menu_price {
	margin: 30px auto 0 auto;
	font-size: 20pt;
}

p.takeout_menu_price span {
	font-size: 16pt;
}

p.takeout_menu_caution {
	margin: 30px auto 0 auto;
	font-size: 16pt;
	font-weight: bold;
	color: #ff0000;
}

p.takeout_menu_sub_text {
	font-size: 16pt;
	margin: 20px 0 0 0;
}

table.takeout_menu_list {
	width: 100%;
	margin: 20px auto 0 auto;
	border-top: 1px solid #707070;
}

table.takeout_menu_list td {
	border-bottom: 1px solid #707070;
	padding: 10px 20px;
	font-size: 18pt;
}

table.takeout_menu_list td.takeout_menu_list_title {
	text-align: right;
}

table.takeout_menu_list td.takeout_menu_list_price {
	padding: 10px 0;
	text-align: right;
}

table.takeout_menu_list td.takeout_menu_list_tax {
	padding: 15px 20px 10px 0;
	font-size: 14pt;
}

div.online_shop_outer {
	background: #F7F7F7;
	padding: 0 20px 100px 20px;
}

p.section_caption {
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 16pt;
	line-height: 1.8em;
}

div.sell_items_outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1360px;
	width: 100%;
	margin: 20px auto 40px auto;
}

div.sell_items_inner {
	width: 31.0%;
	margin: 40px 10px 0 10px;
}

div.sell_items_inner img {
	border-radius: 15px;
}

p.sell_menu_title {
	margin: 10px auto 0 auto;
	font-size: 28pt;
	font-weight: bold;
	line-height: 1.5em;
}

p.sell_menu_price {
	margin: 10px auto 0 auto;
	font-size: 20pt;
}

p.sell_menu_misc {
	margin: 10px auto 0 auto;
	font-size: 12pt;
	line-height: 1.5em;
}

section.secret {
	background: url("../images/secret_back.png") center top;
	padding: 35px;
}

div.secret_wrap {

}

div.secret_header,
div.secret_footer {
	display: flex;
	flex-wrap: nowrap;
	height: 63px;
	max-width: 1300px;
	margin: 0 auto;
}

div.secret_header_left,
div.secret_footer_left,
div.secret_contents_left {
	min-width: 63px;
	width: 4.85%;
	height: 63px;
	background: url("../images/secret_back_header_left.png") center top no-repeat;
}

div.secret_header_center,
div.secret_footer_center,
div.secret_contents_center {
	width: 90.3%;
	height: 63px;
	background: url("../images/secret_back_top_border.png") center top repeat-x;
}

div.secret_header_right,
div.secret_footer_right,
div.secret_contents_right {
	min-width: 63px;
	width: 4.85%;
	height: 63px;
	background: url("../images/secret_back_header_right.png") center top no-repeat;
}

div.secret_contents_left {
	height: auto;
	background: url("../images/secret_back_left_border.png") center top repeat-y;
}
div.secret_contents_center {
	height: auto;
	background: none;
	padding: 0 40px 100px 40px;
}
div.secret_contents_right {
	height: auto;
	background: url("../images/secret_back_right_border.png") center top repeat-y;
}

div.secret_footer_left {
	background: url("../images/secret_back_footer_left.png") center top no-repeat;
}
div.secret_footer_center {
	background: url("../images/secret_back_bottom_border.png") center top repeat-x;
}
div.secret_footer_right {
	background: url("../images/secret_back_footer_right.png") center top no-repeat;
}

div.secret_contents {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1300px;
	margin: 0 auto;
	color: #ffffff;
}

p.secret_title_01 {
	max-width: 44.39%;
	text-align: center;
	margin: 0 auto;
}

p.section_07_p01 {
	text-align: center;
	margin: 60px auto 0 auto;
}

div.secret_list_outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}

div.secret_list_inner {
	width: 47.62%;
	margin: 50px 0 0 0;
}

div.secret_first {
	max-width: 400px;
	width: 100%;
	margin: 40px auto 0 auto;
}

p.secret_image img {
	border-radius: 15px;
}

p.secret_icon {
	text-align: center;
	margin: 20px auto 0 auto;
}

p.secret_title {
	text-align: center;
	margin: 10px auto 0 auto;
	font-size: 28pt;
	font-weight: bold;
}

p.secret_text {
	max-width: 330px;
	margin: 20px auto 0 auto;
	line-height: 1.8em;
	font-size: 16pt;
}

p.secret_p05 {
	width: 100%;
	margin: 100px auto 0 auto;
	text-align: center;
}

div.address_list_outer {
	display: flex;
	justify-content: space-between;
	max-width: 1340px;
	width: 100%;
	margin: 80px auto 0 auto;
	padding: 0 20px;
}

div.address_list_left {
	position: relative;
	z-index: 10;
	width: 56.92%;
}

div.address_list_left img {
	border-radius: 15px;
}

div.address_list_right {
	width: 39.23%;
}

table.address_list {
	width: 100%;
	border-top: 1px solid #707070;
}

table.address_list td {
	border-bottom: 1px solid #707070;
	padding: 10px 20px;
	font-size: 14pt;
}

table.address_list td.address_list_title {
	width: 117px;
}

div.map_outer {
	position: relative;
	z-index: 20;
	width: 100%;
	margin: 80px auto 100px auto;
}

p.about_c01 {
	position: absolute;
	right: 0;
	top: 38%;
}

p.about_c02 {
	position: absolute;
	left: -55px;
	top: -7%;
}

p.about_c03 {
	position: absolute;
	left: -60px;
	bottom: -4%;
}



/* --------------------------------
   PAGE
-------------------------------- */



/* --------------------------------
   MEDIA QUERY
-------------------------------- */

@media (max-width: 767px) {
	#responsive-menu-container {
		width: 70% !important;
	}

	div.logo_outer {
		max-width: 220px;
	}

	section.slider {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 3%;
	}

	section.slider_a {
		background: url("../images/mobile_sl00c.jpg") center center no-repeat;
		background-size: cover;
	}

	section.slider_b {
		background: url("../images/mobile_sl00d.jpg") center center no-repeat;
		background-size: cover;
	}


	p.back_c01 {
		width: 50%;
		right: -40px;
	}

	p.back_c02 {
		width: 50%;
		left: -40px;
	}

	h1.section_title {
		font-size: 6vw;
	}

	section.takeout {
		min-height: 0;
		background: url(../images/se_01_back.jpg) center 40px no-repeat #ffffff;
		background-size: 160%;
		padding: 60px 0;
	}

	p.takeout_text {
		position: relative;
		bottom: 0;
		text-align: left;
		margin: 80% auto 0 auto;
		font-size: 15pt;
	}

	section.history {
		background: url(../images/se_02_back.jpg) center center no-repeat #ffffff;
		background-size: cover;
		padding: 40px 0 60px 0;
	}

	div.history_outer {
		flex-wrap: wrap-reverse;
		justify-content: flex-start;
	}

	div.history_left {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	div.history_right {
		width: 100%;
	}

	h2.history_title {
		line-height: 1.5em;
		font-size: 8vw;
	}

	section.shop {
		padding: 40px 0 0 0;
	}

	p.shop_back_c02,
	p.shop_back_c03,
	p.shop_back_c04,
	p.shop_back_c05,
	p.shop_back_c06 {
		width: 50%;
	}

	p.top_caution_title {
		text-align: left;
		font-size: 18pt;
	}

	div.top_caution_contents {
		padding: 30px 20px;
	}

	p.icon_gyouza {
		padding: 80px 20px 30px 20px;
		text-align: center;
	}
	p.icon_gyouza img {
		width: 30%;
	}

	div.takeout_menu_outer {
		display: block;
		margin: 60px auto 0 auto;
	}

	div.takeout_menu_left {
		width: 100%;
	}

	div.takeout_menu_right {
		width: 100%;
	}

	p.takeout_menu_title {
		margin: 40px auto 0 auto;
		text-align: center;
	}

	p.takeout_menu_price {
		text-align: center;
	}

	p.takeout_menu_price span {
		display: block;
		margin: 10px 0 0 0;
	}

	p.section_caption {
		font-size: 14pt;
	}

	div.sell_items_outer {
		display: block;
		margin: 40px auto;
	}

	div.sell_items_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 40px auto;
	}

	p.sell_menu_image {
		width: 48%;
	}

	div.sell_menu_description {
		width: 48%;
	}

	p.sell_menu_title {
		margin: 0 auto;
		font-size: 5vw;
	}

	p.sell_menu_price {
		font-size: 4vw;
	}

	p.sell_menu_misc {
		font-size: 3.5vw;
	}

	section.secret {
		background: url(../images/secret_back.png) center top;
		padding: 10px;
	}

	div.secret_header,
	div.secret_footer {
		height: 30px;
	}

	div.secret_header_center,
	div.secret_footer_center {
		height: 30px;
		background-size: contain;
	}

	div.secret_header_left,
	div.secret_footer_left {
		min-width: 0;
		width: 30px;
		height: 30px;
		background-size: cover;
	}

	div.secret_header_right,
	div.secret_footer_right {
		min-width: 0;
		width: 30px;
		height: 30px;
		background-size: cover;
	}

	div.secret_contents_left,
	div.secret_contents_right{
		position: relative;
		z-index: 5;
		min-width: 0;
		width: 30px;
		background-size: contain;
	}

	div.secret_contents_center {
		padding: 0 0 60px 0;
	}

	p.secret_title_01 {
		max-width: 80%;
	}

	p.section_07_p01 {
		position: relative;
		z-index: 0;
		text-align: center;
		margin: 40px auto 0 auto;
	}

	p.section_07_p01 img {
		max-width: none;
		width: 170%;
		margin: 0 0 0 -35%;
	}

	p.secret_title {
		margin: 20px auto 0 auto;
		font-size: 6vw;
	}

	div.secret_list_outer {
		display: block;
		margin: 0 auto;
	}

	div.secret_list_inner {
		width: 100%;
		margin: 60px 0 0 0;
	}

	p.about_c01,
	p.about_c02,
	p.about_c03 {
		width: 50%;
	}

	div.address_list_outer {
		display: block;
		margin: 60px auto 0 auto;
		padding: 0 20px;
	}

	div.address_list_left {
		width: 100%;
	}

	div.address_list_right {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	table.address_list td {
		padding: 10px 0;
		font-size: 3.5vw;
	}

	table.address_list td.address_list_title {
		width: 5em;
	}

	div.map_outer {
		margin: 80px auto 40px auto;
	}

	.footer {
		background: #961312;
		padding: 40px 0 50px 0;
		color: #ffffff;
	}

	a.footer_logo {
		width: 60%;
	}

	p.copyright {
		margin: 40px auto 0 auto;
		font-size: 8pt;
	}
	
	table.address_list td.address_list_text span {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1029px) {
	section.takeout {
		min-height: 0;
		padding: 60px 0;
	}

	p.takeout_text {
		position: relative;
		bottom: 0;
		margin: 50% auto 0 auto;
		font-size: 14pt;
	}

	section.history {
		padding: 100px 0;
	}

	h2.history_title {
		font-size: 24pt;
	}

	p.history_text {
		font-size: 14pt;
	}

	p.takeout_menu_price span {
		display: block;
		margin: 10px 0 0 0;
	}

	div.sell_items_outer {
		justify-content: space-between;
	}

	div.sell_items_inner {
		width: 46%;
		margin: 40px 0 0 0;
	}

	div.secret_contents_center {
		padding: 0 0 100px 0;
	}

	p.secret_title {
		font-size: 20pt;
	}

	div.address_list_left {
		width: 40%;
	}

	div.address_list_right {
		width: 55%;
	}

	table.address_list td.address_list_text span {
		display: block;
	}
}

@media (min-width: 1030px) {

}
