@charset "utf-8";
/* CSS Document */
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*スクロールバーを非承認する*/
body::-webkit-scrollbar {
display:none;
}
body {
	-ms-overflow-style: none;
}
.container {
	padding: 0px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
/*--------- header --------*/
header {
}
.header-inner {
	background: url(images/supaisu.jpg) no-repeat 80% -30%;
	height: 100vh;
	width: 100vw;
	position: relative;
	text-align: center;
	background-size: cover;
	display: flex;
	flex-direction: column;/*子要素をflexboxにより縦方向に揃える*/
	justify-content: center;/*子要素を中央に配置する*/
	align-items: center;/*子要素を中央に配置する*/
}
.header-inner h1 {
	width: 100vw;
	position: absolute;
	top: 300px;
}
.header-inner h1 img {
	width: 100%;
}
.mark {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 40%;
}
/*-------
-nav--------------*/
nav {
/*	position: -webkit-sticky;
	position: sticky;
	top:5px;
	z-index: 2;
		
*/}
.nav-inner ul {
	width: 100vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	background-color: #F8A2A4;
}
.nav-inner li {
	width: 43%;
	background-color: #3F0A0B;
	border-radius: 8px;
	padding: 6px;
	margin-bottom: 7px;
	margin-right: 19px;
	margin-left: 5px;
	list-style: none;
}
.nav-inner li a {
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.nav-inner img {
	width: 97%;
	margin-left: 6px;
}
button {
	position: sticky;
	top: 80vh;
	margin-left: 85vw;
	background-color: #FFFFFF;
	padding: 4px 10px;
	border-radius: 10px;
}
/*-----------main------------------*/
main {
	background-color: #F3EC36;/*--------map-----------*/
}
.map {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 20px;
	padding-top: 1em;
	color: #0B0182;
	font-weight: bold;
}
.main-inner {
	display: flex;
	flex-wrap: wrap;
}
/*-------------setumei---------*/
/*.dive setumei{
	border: 3px dashed #620708;
}*/
.setumei {
	width: 500px;
}
.main-inner .setumei img {
	margin-left: auto;
	margin-right : auto;
	display: block;
	width: 60%;
}
.setumei p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: .5em;
	font-size: 15px;
}
.setumei h1 {
	margin-top: 30px;
	color: #FC0303;
	width: 100%;
	font-size: 25px;
	text-align: center;
}
.setumei span {
	color: #2C05CD;
}
/*----------article----------------*/
.menu h2 {
	padding: 15px;
	color: #FFFFFF;
}
.menu {
	text-align: center;
}
.menu p {
	font-size: 15px;
	padding-bottom: 0.5em;
}
.menu ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.menu li {
	width: 45%;
	margin: 5px;
	border: double 5px #FFFFFF;
}
.menu li img {
	width: 98%;
}
.curry {
	background-color: #F7090D;
}
.curry p {
	color: #FFFFFF;
}
.sweet {
	background-color: #FF23B2;
}
.sweet p {
	color: white;
}
/*-----------------drink-----------------------------*/
.drink {
	background-color: #4E44D3;
}
.drink p {
	color: white;
}
.drink span {
	/*	font-weight: bold;
*/	font-size: 1.3em;
}
/*--------------------------------------------------------*/	
.spice-inner {
	width: 100%;
}
.spice {
	background-color: #EBEBEB;
	text-align: center;
	padding-top: 20px;
}
.spice ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.spice li {
	width: 90%;
	margin: 15px auto;
	border: dotted;
	border-bottom-width: medium;
	padding: 15px;
	background-color: #FFFFFF;
}
.spice p {
	width: 85%;
	padding: 10px;
}
.spice img {
	width: 90%;
}
/*--------ougonnhi --------*/
.ougonnhi img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*------------------------------*/
div .aside-street {
/*	display: flex;
*/}
.nann {
}
/*--------------お知らせ--------------------*/
.osirase {
	background-color: #4578DF;
	padding-bottom: 15px;
}
.osirase h1 {
	text-align: center;
	padding-top: 14px;
	margin: 10 auto 10;
}
.osirase img {
	width: 100%;
}
/*---------------サイドバー---------------------------*/
.sidbaer {
	width: 93%;
	border: solid 2px #730405;
	background-color: #85EDFF;
	margin: 20px;
	padding: 0 20px;
}
.tabeho {
	margin-left: auto;
	margin-right: auto;
}
.tezukuri {
	margin-left: auto;
	margin-right: auto;
}
.music {
	margin-left: auto;
	margin-right: auto;
}
.sidbaer h2 {
	font-size: 28px;
	margin-top: 5px;
	color: #F82CE4;
	text-align: center;
}
.sidbaer img {
	width: 100%;
}
/*----------footer--------------*/
footer {
	background-color: #E9F521;
	height: 40px;
}
.footer-inner ul {
	display: flex;
	list-style: none;
	font-size: .8em;
}

/*-------madiaクエリ-----------------------------------------------------------------*/
/*---------------------------------------------------------------------------ー-----*/
@media screen and (min-width:640px) {
.nav-inner li {
	width: 21%;
}
.header-inner {
	background: url(images/supaisu.jpg) no-repeat 0px 0px;
	height: 100vh;
	width: 100vw;
	position: relative;
	text-align: center;
	background-size: cover;
}
.header-inner h1 {
	width: 50vw;
	position: absolute;
	top: 300px;
}
.header-inner h1 img {
	width: 100%;
}
.mark {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 30%;
}
/*-------------------------------------------------*/	
.wrap {
	display: flex;
	width: 100vw;
}
.maincontents {
	flex-grow: 1;
    flex-basis: 800px;
	order: 2;
	}
div.main-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.setumei {
	width: 48%;
}
/*------カレ--------*/
.curry ul {
	width: 100%;
}
.curry li {
	width: 32%;
}
/*------スイート-----*/
section .sweet {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.sweet ul {
	width: 100%;
}
/*--------ドリンク--------*/
section .drink {
}
.drink ul {
	width: 100%;
	/*		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
*/		justify-content: center;
}
.drink li {
	width: 19%;
	margin: 10px 3px;
}
.drink p {
	font-size: 0.5em;
}
/*------*スパイス--------*/
.spice ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.spice ul li {
	width: 40%;
	margin: 10px 10px;
}
.ougonnhi ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	background-color: #FC292D;
}
.ougonnhi ul li {
	width: 15%;
	margin: 0px px 40px 0px;
	background-color: #FCFCFC;
	font-size: 14px;
	padding: 10px 0;
}
/*------------------aside--------------*/
.aside-street {
	margin-top: 50px;
	width: 400px;
	order: 1;
}
.nann {
	width: 100%;
	text-align: center;
}
.nann h3 {
}
.nann p {
	margin-top: -30px;
	padding: 5px;
	width: 98%;
	text-align: left;
	margin-left: 8px;
}
.nann li img {
	width: 100%;
}
.osirase {
	width: 100%;
	}

.eigyou {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------------------------------------------------------------*/
}
