


/* フッター */
footer{
	background-color: black;
	text-align: center;
	color: white;
}
.footer-banner{
	margin-top:10px;

}
.footer-logo{
	padding-top: 25px;
	width: 200px;
	height: auto;
}
.footer-address{
	font-size: 15px;
}
.footer-tel{
	padding-top: 15px;
	font-size: 22px;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.footer-navigation{
	width: 50%;
	height: 40px;
	margin: 15px auto;
	border: solid 1px white;
}
.footer-navigation ul li{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-right:40px;
	line-height: 40px;

}
.footer-navigation ul li:last-child{
	margin-right: 0;
}
.footer-navigation ul li a{
	color: white;
	text-decoration: none;
	font-size: 15px;
}
.footer-navigation ul li a:visited{
	color: white;
}



/* おしながきのヘッダー */

.menu-header{
	width: 100%;
	height: 400px;
	background-image: url(../images/hero_menu_07.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
	padding-top: 100px;
}
.menu-header-english{
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.5em;
}
.menu-header-title{
	font-size: 42px;
	text-align: center;
	letter-spacing: 0.5em;
}
.menu-header-bar{
	width: 480px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.menu-header-description{
	text-align: center;
	font-size: 15px;
	padding-bottom: 50px;
}

/* おしながきのナビゲーション */

.menu-navigation{
	width: 100%;
	text-align: center;
}
.menu-navigation ul{
	display: inline-block;
	margin: 10px auto;
}
.menu-navigation ul li{
	display: inline-block;
	padding: 0 25px;
	list-style: none;
	border-right: solid 1px gray;
}
.menu-navigation ul li:last-child{
	border-right: none;
}
.menu-navigation ul li a{
	text-decoration: none;
	color: black;
}
.menu-navigation ul li a:visited{
	color: black;
}

/* おしながき */
main{
	width: 80%;
	margin: 0 auto 50px;
}
.discount-big{
	margin-top: 50px;
	font-size: 18px;
	font-family: sans-serif;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	color: red;
	text-align: center;
	letter-spacing: 0.1em;
}
.discount-big span{
	font-weight: bold;
}
main h2{
	margin-left: 100px;
	margin-top: 10px;
	font-size: 24px;
	letter-spacing: 0.2em;
}
.menu-article:nth-child(odd){
	display: flex;
  	flex-direction: row;
	align-items: flex-end;
	margin-top: 25px;
}
.menu-article:nth-child(even){
	display: flex;
  	flex-direction: row-reverse;
	align-items: flex-end;
	margin-top: 25px;
}
.menu-image{
	width: 60%;
	height: auto;
}
.menu-text{
	width: 275px;
}
.discount{
	color: red;
	font-size: 14px;
	font-family: sans-serif;
}
.menu-title{
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.price{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 50px;
}
#don>.menu-article:last-of-type .price{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 50px;
	padding-right:20px;
}
.topping-article{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
}

.topping-image, .topping-text{
	width: 25%;
	height: auto;
	margin-bottom: 0px;
}
.topping-text{
	padding-left: 10px;
}

.soft-article{
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}

/* トップに戻るボタン */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	border: 1px solid #000;
	text-align: center;
	color: #222;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
filter:alpha(opacity=60);
	-moz-opacity: 0.7;
	opacity: 0.7;
}







@media screen and (max-width: 765px) {


/* おしながきのヘッダー */

.menu-header{
	height: 250px;
	padding-top: 40px;
}
.menu-header-english{
	font-size: 12px;
}
.menu-header-title{
	font-size: 36px;
}
.menu-header-bar{
	width: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu-header-description{
	font-size: 12px;
}

/* おしながきのナビゲーション */


.menu-navigation ul {
	display: block;
}

.menu-navigation ul li{
	display: block;
	margin: 0 80px;
	padding: 4px 12px;
	list-style: none;
	border-right: solid 1px gray;
}
.menu-navigation ul li{
	border-right: none;
	border-bottom: solid 1px gray;
}


.menu-navigation ul li:last-child(){
	border-bottom: none;
}


/* おしながき */

main h2{
	margin-left: 0;
	text-align: center;
}

.menu-article:nth-child(odd){
	display: block;
}
.menu-article:nth-child(even){
	display: block;
}
.menu-image{
	width: 100%;
}

.topping-article{
	display: block;
}

.topping-image, .topping-text{
	width: 100%;
}

.soft-article{
	display: block;
}

.soft-article img{
	width: 80%;
}

/* フッター */


.footer-logo{
	width: 150px;
}
.footer-address{
	font-size: 12px;
}
.footer-tel{
	font-size: 18px;
}
.footer-navigation{
	width: 90%;
}
.footer-navigation ul li a{
	font-size: 12px;
}

.footer-banner{
	width: 90vw;
}

}