@charset "utf-8";
/* PC ================================================== */
@media all and (min-width:960px){
	.links {
		position: absolute;
		top: 25px;
		left: 25px;
	}
		.links a {
			display: inline-block;
			width: 40px;
			height: 40px;
			margin-right: 10px;
			border-radius: 50%;
			background-color: #ffffff;
			overflow: hidden;
		}
			.links a img {
				width: 100%;
				height: auto;
			}

	.tel {
		position: absolute;
		top: 30px;
		right: 30px;
	}
		.tel p {
			line-height: 1.4;
		}
			.tel p small {
				margin-left: 10px;
				font-size: 12px;
			}
		.tel_link {
			font-size: 26px;
			font-family: lato, sans-serif;
			font-weight: 700;
			color: #ffffff;
		}
		.tel_icon {
			width: 25px;
			height: auto;
			margin-right: 5px;
			vertical-align: baseline;
		}

#main {
	width: 100%;
	padding: 0px 0px 30px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.logo {
		width: 300px;
		margin: auto auto 50px;
		display: flex;
		/*justify-content: space-between;
		align-items: center;*/
	}
		.logo_left {
			width: 300px;
			height: auto;
		}
			.logo_left img {
				width: 100%;
				height: auto;
			}
		.logo_right {
			width: 210px;
			height: auto;
		}
			.logo_right img {
				width: 100%;
				height: auto;
			}
	.main_inner {
		width: 90%;
		max-width: 1000px;
		padding-bottom: 230px;
		margin: auto;
		position: relative;
	}
		.main_text {
			width: 100%;
			font-size: 22px;
			font-weight: 500;
			line-height: 2.4;
			text-align: center;
			letter-spacing: 0.1em;
		}
		.ranking{color: #EBD20F}
		.michelin_image {
			width: 490px;
			height: auto;
			position: absolute;
			bottom: 0;
			right: 0;
		}
		.nikkei_image {
			width: 600px;
			height: auto;
			position: absolute;
			bottom: 0;
			left: 0;
		}

#about {
	width: 100%;
	padding: 0px 0px 20px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.about_inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.about_contents {
			width: 100%;
			margin-bottom: 70px;
		}
			.about_contents img {
				width: 100%;
				height: auto;
				margin: auto auto 20px;
			}
			.about_contents dl {
				width: 100%;
			}
				.about_contents dt {
					margin: auto auto 10px;
					font-size: 20px;
					font-weight: 500;
					letter-spacing: 0.1em;
				}
				.about_contents dd {
					font-size: 13px;
					font-weight: normal;
					letter-spacing: 0.1em;
				}

	.menu_note {
		width: 90%;
		max-width: 1000px;
		padding: 15px 0px;
		margin: auto auto 100px;
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		font-family: source-han-serif-japanese, serif;
		font-size: 24px;
		font-weight: 500;
		text-align: center;
	}

#sale {
	width: 100%;
	height: auto;
	padding: 80px 0px 30px;
	margin: auto auto;
	background-color: #F4AC19;
	position: relative;
	color: #20140A;
}
	.sale_frame {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		border: solid 8px #000000;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		pointer-events: none;
	}
	#sale h2 {
		width: 100%;
		margin: auto auto 45px;
		font-size: 36px;
		font-weight: 700;
		color: #000000;
		text-align: center;
		letter-spacing: 0.2em;
	}
	.sale_inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto 70px;
		display: flex;
		justify-content: space-between;
	}
		.sale_image {
			width: 44.5%;
		}
			.sale_image img {
				width: 100%;
				height: auto;
			}
		.sale_info {
			width: 55.5%;
			padding-left: 55px;
		}
			.sale_title {
				margin-bottom: 30px;
				font-size: 22px;
				font-weight: 700;
				line-height: 1.0;
				letter-spacing: 0.15em;
			}
			.sale_text {
				margin-bottom: 50px;
				text-align: justify;
				line-height: 2.0;
				font-size: 14px;
			}
			.shopping_links {
				width: 100%;
				display: flex;
				justify-content: space-between;
			}
				.shop_rakuten {
					display: inline-block;
					width: 48%;
					height: 60px;
					background-color: #C00000;
					border-radius: 8px;
					font-size: 14px;
					color: #ffffff;
					text-align: center;
					line-height: 60px;
				}
				.shop_tax {
					display: inline-block;
					width: 48%;
					height: 60px;
					background-color: #20140A;
					border-radius: 8px;
					font-size: 14px;
					color: #ffffff;
					text-align: center;
					line-height: 60px;
				}

#infomation {
	width: 100%;
	padding: 100px 0px 150px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.infomation_inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto;
	}
		.movie {
			width: 100%;
			padding-top: 56.25%;
			margin: auto auto;
			position: relative;
		}
			.movie iframe {
				position:absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

		.infomation_inner img {
			width: 100%;
			height: auto;
			margin: auto auto 40px;
		}
		.infomation_inner p {
			width: 100%;
			font-size: 18px;
			font-weight: 400;
			line-height: 2.5;
		}
		.infomation_inner dl {
			width: 100%;
			display: flex;
			font-size: 18px;
			font-weight: 400;
			line-height: 2.1;
		}
			.infomation_inner dt {
				margin-right: 5px;
			}
			.infomation_inner dd {
								
			}

	.footer_links {
		width: 800px;
		margin: auto auto;
		display: flex;
		justify-content: space-between;
	}
		.footer_links a {
			display: inline-block;
			width: 240px;
			height: auto
		}
			.footer_links a img {
				width: 100%;
				height: auto;
			}
	.movie_iframe{width: 100%; max-width: 1000px; margin: 0 auto 30px;}
		.movie_iframe iframe{width: 100%; height: 550px;}
#corona{background-color: #000}
#corona p{width: 800px; margin: 0 auto; padding: 0 0 100px;} 
	#corona img{width: 100%;}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
	.links {
		position: absolute;
		top: 25px;
		left: 25px;
	}
		.links a {
			display: inline-block;
			width: 40px;
			height: 40px;
			margin-right: 10px;
			border-radius: 50%;
			background-color: #ffffff;
			overflow: hidden;
		}
			.links a img {
				width: 100%;
				height: auto;
			}

	.tel {
		width: ;
		position: absolute;
		top: 30px;
		right: 30px;
	}
		.tel p {
			line-height: 1.4;
		}
			.tel p small {
				margin-left: 10px;
				font-size: 12px;
			}
		.tel_link {
			font-size: 26px;
			font-family: lato, sans-serif;
			font-weight: 700;
			color: #ffffff;
		}
		.tel_icon {
			width: 25px;
			height: auto;
			margin-right: 5px;
			vertical-align: baseline;
		}

#main {
	width: 100%;
	padding: 30px 0px 170px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.logo {
		width: 60%;
		margin: auto auto 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.logo_left {
			width: 220px;
			height: auto;
		}
			.logo_left img {
				width: 100%;
				height: auto;
			}
		.logo_right {
			width: 160px;
			height: auto;
		}
			.logo_right img {
				width: 100%;
				height: auto;
			}
	.main_inner {
		width: 90%;
		padding-bottom: 150px;
		margin: auto;
		position: relative;
	}
		.main_text {
			width: 100%;
			font-size: 20px;
			font-weight: 500;
			line-height: 2.4;
			text-align: center;
			letter-spacing: 0.1em;
		}
		.michelin_image {
			width: 350px;
			height: auto;
			position: absolute;
			bottom: 0;
			right: 0;
		}
		.nikkei_image {
			width: 450px;
			height: auto;
			position: absolute;
			bottom: -95px;
			left: 0;
		}

#about {
	width: 100%;
	padding: 0px 0px 20px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.about_inner {
		width: 90%;
		margin: auto auto 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.about_contents {
			width: 46%;
			margin-bottom: 70px;
		}
			.about_contents img {
				width: 100%;
				height: auto;
				margin: auto auto 20px;
			}
			.about_contents dl {
				width: 100%;
			}
				.about_contents dt {
					margin: auto auto 10px;
					font-size: 20px;
					font-weight: 500;
					letter-spacing: 0.15em;
				}
				.about_contents dd {
					font-size: 15px;
					font-weight: 400;
				}

	.menu_note {
		width: 90%;
		max-width: 1000px;
		padding: 15px 0px;
		margin: auto auto 100px;
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		font-family: source-han-serif-japanese, serif;
		font-size: 20px;
		font-weight: 500;
		text-align: center;
	}

#sale {
	width: 100%;
	height: auto;
	padding: 60px 0px 30px;
	margin: auto auto;
	background-color: #F4AC19;
	position: relative;
	color: #20140A;
}
	.sale_frame {
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		border: solid 4px #000000;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		pointer-events: none;
	}
	#sale h2 {
		width: 100%;
		margin: auto auto 45px;
		font-size: 36px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.2em;
	}
	.sale_inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto 70px;
		display: flex;
		justify-content: space-between;
	}
		.sale_image {
			width: 47%;
		}
			.sale_image img {
				width: 100%;
				height: auto;
			}
		.sale_info {
			width: 53%;
			padding-left: 35px;
		}
			.sale_title {
				margin-bottom: 30px;
				font-size: 24px;
				font-weight: 700;
				line-height: 1.0;
				letter-spacing: 0.15em;
			}
			.sale_text {
				margin-bottom: 30px;
				text-align: justify;
				line-height: 2.0;
			}
			.shopping_links {
				width: 100%;
			}
				.shop_rakuten {
					display: inline-block;
					width: 100%;
					height: 60px;
					margin: auto auto 20px;
					background-color: #C00000;
					border-radius: 8px;
					font-size: 14px;
					color: #ffffff;
					text-align: center;
					line-height: 60px;
				}
				.shop_tax {
					display: inline-block;
					width: 100%;
					height: 60px;
					background-color: #20140A;
					border-radius: 8px;
					font-size: 14px;
					color: #ffffff;
					text-align: center;
					line-height: 60px;
				}

#infomation {
	width: 100%;
	padding: 100px 0px 150px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.infomation_inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto;
	}
		.movie {
			width: 100%;
			padding-top: 56.25%;
			margin: auto auto;
			position: relative;
		}
			.movie iframe {
				position:absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

		.infomation_inner img {
			width: 100%;
			height: auto;
			margin: auto auto 40px;
		}
		.infomation_inner p {
			width: 100%;
			font-size: 16px;
			font-weight: 400;
			line-height: 2.5;
		}
		.infomation_inner dl {
			width: 100%;
			display: flex;
			font-size: 16px;
			font-weight: 400;
			line-height: 2.5;
		}
			.infomation_inner dt {
				margin-right: 5px;
			}
			.infomation_inner dd {
								
			}

	.footer_links {
		width: 600px;
		margin: auto auto;
		display: flex;
		justify-content: space-between;
	}
		.footer_links a {
			display: inline-block;
			width: 240px;
			height: auto
		}
			.footer_links a img {
				width: 100%;
				height: auto;
			}
	.movie_iframe{width: 90%; margin: 0 auto 30px;}
		.movie_iframe iframe{width: 100%; height: 550px;}
#corona{background-color: #000}
#corona p{width: 100%; margin: 0 auto; padding: 0 0 100px;} 
	#corona img{width: 100%;}
			.ranking{color: #EBD20F}

}

/* SP ================================================== */
@media all and (max-width:559px){
	.links {
		position: absolute;
		top: 25px;
		left: 25px;
	}
		.links a {
			display: inline-block;
			width: 40px;
			height: 40px;
			margin-right: 10px;
			border-radius: 50%;
			background-color: #ffffff;
			overflow: hidden;
		}
			.links a img {
				width: 100%;
				height: auto;
			}

	.tel {
		width: ;
		position: absolute;
		top: 25px;
		right: 25px;
	}
		.tel p {
			line-height: 1.4;
		}
			.tel p small {
				margin-left: 10px;
				font-size: 10px;
			}
		.tel_link {
			font-size: 22px;
			font-family: lato, sans-serif;
			font-weight: 700;
			color: #ffffff;
		}
		.tel_icon {
			width: 20px;
			height: auto;
			margin-right: 5px;
			vertical-align: baseline;
		}

#main {
	width: 100%;
	padding: 50px 0px 120px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.logo {
		width: 90%;
		margin: auto auto 60px;
		/*display: flex;
		justify-content: space-between;
		align-items: center;*/
	}
		.logo_left {
			width: 70%;
			        margin: 0 auto;
			height: auto;
		}
			.logo_left img {
				width: 100%;
				height: auto;
			}
		.logo_right {
			width: 40%;
			height: auto;
		}
			.logo_right img {
				width: 100%;
				height: auto;
			}
	.main_inner {
		width: 90%;
		padding-bottom: 170px;
		margin: auto;
		position: relative;
	}
		.main_text {
			width: 100%;
			font-size: 16px;
			font-weight: 500;
			line-height: 2;
			text-align: center;
			letter-spacing: 0.075em;
		}
		.michelin_image {
			width: 230px;
			height: auto;
			position: absolute;
			bottom: 0;
			right: 0;
		}
		.nikkei_image {
			width: 300px;
			height: auto;
			position: absolute;
			bottom: -95px;
			left: 0;
		}

#about {
	width: 100%;
	padding: 0px 0px 20px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.about_inner {
		width: 90%;
		margin: auto auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.about_contents {
			width: 100%;
			margin-bottom: 50px;
		}
			.about_contents img {
				width: 100%;
				height: auto;
				margin: auto auto 20px;
			}
			.about_contents dl {
				width: 100%;
			}
				.about_contents dt {
					margin: auto auto 10px;
					font-size: 20px;
					font-weight: 500;
					letter-spacing: 0.15em;
				}
				.about_contents dd {
					font-size: 12px;
					font-weight: 400;
				}

	.menu_note {
		width: 90%;
		padding: 15px 0px;
		margin: auto auto 50px;
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		font-family: source-han-serif-japanese, serif;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
	}

#sale {
	width: 100%;
	height: auto;
	padding: 55px 0px 20px;
	margin: auto auto;
	background-color: #F4AC19;
	position: relative;
	color: #20140A;
}
	.sale_frame {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: solid 3px #000000;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		pointer-events: none;
	}
	#sale h2 {
		width: 100%;
		margin: auto auto 45px;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.1em;
	}
	.sale_inner {
		width: 85%;
		margin: auto auto 70px;
	}
		.sale_image {
			width: 100%;
			margin: auto auto 30px;
		}
			.sale_image img {
				width: 100%;
				height: auto;
			}
		.sale_info {
			width: 100%;
		}
			.sale_title {
				margin-bottom: 20px;
				font-size: 18px;
				font-weight: 700;
				line-height: 1.0;
				letter-spacing: 0.075em;
			}
			.sale_text {
				margin-bottom: 30px;
				text-align: justify;
				line-height: 1.9;
				font-size: 12px;
			}
			.shopping_links {
				width: 100%;
			}
				.shop_rakuten {
					display: inline-block;
					width: 100%;
					height: 60px;
					margin: auto auto 20px;
					background-color: #C00000;
					border-radius: 8px;
					font-size: 14px;
					color: #ffffff;
					text-align: center;
					line-height: 60px;
				}
				.shop_tax {
					display: inline-block;
					width: 100%;
					height: 60px;
					background-color: #20140A;
					border-radius: 8px;
					font-size: 14px;
					color: #ffffff;
					text-align: center;
					line-height: 60px;
				}


#infomation {
	width: 100%;
	padding: 70px 0px 100px;
	margin: auto auto;
	background-color: #000000;
	color: #ffffff;
}
	.infomation_inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto;
	}
		.movie {
			width: 100%;
			padding-top: 56.25%;
			margin: auto auto;
			position: relative;
		}
			.movie iframe {
				position:absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

		.infomation_inner img {
			width: 100%;
			height: auto;
			margin: auto auto 20px;
		}
		.infomation_inner p {
			width: 100%;
			font-size: 15px;
			font-weight: 400;
			line-height: 2.5;
		}
		.infomation_inner dl {
			width: 100%;
			font-size: 14px;
			font-weight: 400;
			line-height: 1.8;
			margin-bottom: 8px;
		}
			.infomation_inner dt {
				
			}
			.infomation_inner dd {
				margin-left: 20px;				
			}
.infomation_inner .caution{font-size: 12px; line-height: 1.4em; margin-top: 12px;}
	.footer_links {
		width: 90%;
		margin: auto auto;
		text-align: center;
	}
		.footer_links a {
			display: inline-block;
			width: 150px;
			height: auto;
			margin: auto auto 20px;
		}
			.footer_links a img {
				width: 100%;
				height: auto;
			}
	.movie_iframe{width: 85%; margin: 0 auto 30px;}
		.movie_iframe iframe{width: 100%; height: 300px;}
#corona{background-color: #000}
#corona p{width: 100%; margin: 0 auto; padding: 0 0 100px;} 
	#corona img{width: 100%;}
		.ranking{color: #EBD20F}

}