@charset "UTF-8";


body{
    color: white;
}

main{
	background-color: #000000;
	 font-family: "Noto Serif JP", serif;
	font-feature-settings:palt;
}

.wrap{
	text-align: center;
}

a {
	text-decoration: none;
	color: #fff;
}

/*-------section-first-view-------*/


.first-view_img-logo{
	width: 100px;
	margin: 32px 0 20px 0;
}

.first-view_img-mitohan-yakisoba{
	width: 1000px;
}

.first-view_p-motimotimen{
    font-weight: bold;
    letter-spacing: 0.5em;
    margin: 32px 0 24px 0;
    font-size: 1.2em;	
	color: #FFF237;
}

.first-view_p-tuuhansaite{
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	padding: 16px 24px;
	width:200px;
	margin: 0 auto 48px auto;
	font-weight: bold;
	font-size: 1.5em;
	
}

.first-view_p-tuuhansaite:hover {
	color: #fff;
	background: #000;
}


.first-view_img-mitohan{
	width: 800px;
	margin: 0 0 80px 0;
}


/*-------section-first-view-------*/




.section-content{
	background-color:#1C1C1C;
	
}

.content_h2{
    font-size: 2em;
    letter-spacing: 0.2em;
    line-height: 1.7em;	
	color: #FFF237;
	padding: 64px 0 32px 0;
	font-weight: bold;
}

.content_p-text{
	font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 1.8em;	
	padding-bottom: 64px
}

.section-shop{
	display: flex;
	justify-content: center;
	margin: 160px 0;
}

.shop_img-mitohan-shop{
	width: 480px;
}

.shop-left{
	text-align: left;
	margin: auto 0 auto 40px;
}

.shop_p-title{
	font-size: 2.7em;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
	font-weight: bold;
}

.shop_p-text{
	color:#FFF237;
	font-size: 1.13em;
	margin-bottom: 48px;
}

.shop_p-price{
	font-size: 2em;
	margin-bottom: 24px;
}

.shop_botann{
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 16px 24px;
	width:250px;
	font-weight: bold;
	font-size: 1.2em;
}

.shop_botann:hover {
	color: #fff;
	background: #000;
}

.news_h2{
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 24px;
}

.news_date{
	font-size: 1.2em;
	margin-bottom: 10px;
}

.news_text{
	font-size: 1.2em;
	text-decoration-line:underline;
}

.section-news{
	margin: 120px 0 160px 0;
	
}


/*-------page-news-------*/

.news{
		padding: 0 0 80px 0;
}

.news-title{
	padding: 80px 0 80px 160px;
	background-color:#1C1C1C;
}

.news-h1{
	font-size: 2em;
	letter-spacing: 0.4em;
}

.date{
	margin:32px 0 32px 160px;
}

.text{
	margin:0 160px 48px 160px;
	line-height: 32px;
	font-size: 1.2em;
}

.index-link{
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 16px 24px;
	width:250px;
	font-weight: bold;
	font-size: 1em;
	margin:160px 0 0 160px;
}


/*-------page-news-------*/



/*-------footer-------*/

footer{
	background: #1C1C1C;
	text-align: center;
}

.footer_img{
	padding-top: 80px;
	width: 480px;
	margin-bottom: 16px;
}

.footer_text{
    line-height: 24px;	
	padding-bottom: 80px;
	
}


/*-------footer-------*/


@media screen and (max-width: 800px) {
    
	.first-view_img-logo{
	width: 64px;
	margin: 64px 0 32px 0;
}

.first-view_img-mitohan-yakisoba{
	width: 85%;
}

.first-view_p-motimotimen{
    letter-spacing: 0.2em;
    margin: 24px 16px 32px 16px;
    font-size: 95%;	
}

.first-view_p-tuuhansaite{
	width:200px;
	margin: 0 auto 80px auto;
	font-size: 1.5em;
	
}


.first-view_img-mitohan{
	width: 95%;
	margin: 0 0 80px 0;
}
	
.content_h2{
    font-size: 95%;
    letter-spacing: 0.2em;
    line-height: 1.7em;	
	color: #FFF237;
	padding: 64px 0 32px 0;
	font-weight: bold;
}

.content_p-text{
	font-size: 1em;
    line-height: 1.8em;	
	margin: 0 10px 0 10px;
}
	
	
.section-shop{
	display: block;
	justify-content: center;
	margin: 160px auto;
}

.shop_img-mitohan-shop{
	width: 90%;
}

.shop-left{
	text-align: left;
}

.shop_p-title{
	font-size: 2.7em;
	letter-spacing: 0.1em;
	margin: 24px 0 16px 0;
	font-weight: bold;
}

.shop_p-text{
	color:#FFF237;
	font-size: 1.13em;
	margin-bottom: 24px;
}

.shop_p-price{
	font-size: 2em;
	margin-bottom: 24px;
}

.shop_botann{
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 16px 24px;
	width:80%;
	font-weight: bold;
	font-size: 1.2em;
}
	
	
	
	
.news{
		padding: 0 0 80px 0;
}

.news-title{
	padding: 80px 0 80px 40px;
	background-color:#1C1C1C;
}

.news-h1{
	font-size: 2em;
	letter-spacing: 0.4em;
}

.date{
	margin:32px 0 32px 40px;
}

.text{
	margin:0 40px 48px 40px;
	line-height: 32px;
	font-size: 1.2em;
}

.index-link{
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 16px 24px;
	width:250px;
	font-weight: bold;
	font-size: 1em;
	margin:160px 0 0 160px;
}
	
	
	
	
	
.footer_img{
	padding-top: 80px;
	width: 70%;
	margin-bottom: 16px;
}	
	
	
}


