@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}

/***************************************************************************
top_img
****************************************************************************/

#top_img {
	background-image: url(../../img/top_img_bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#top_img .contents {
	max-width: 1100px;
	text-align: center;
}
#top_img #logo_wrapper {
	position: absolute;
	z-index: 99;
	width: 960px;
	display: flex;
	justify-content: space-between;
	top: 14px;
	left: 50%;
	transform : translateX(-50%);
}
#top_img #logo {
	width: 65px;
}
#top_img #sns_icon {
	display: flex;
}
#top_img #sns_icon li {
	width: 35px;
	margin-left: 6px;
}

@media only screen and (max-width: 768px) {
#top_img {
	padding-top: 112.76%;
	background-image: url(../../img/top_img_bg_sp.jpg);
	height: inherit;
}
#top_img .contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100% !important;
}
#top_img #logo_wrapper {
	width: 85%;
	top: 3.1vw;
}
#top_img #logo {
	width: 11vw;
}
#top_img #sns_icon li {
	width: 7vw;
	margin-left: 1.5vw;
}
}

/***************************************************************************
top_nav
****************************************************************************/

#top_nav {
	padding: 30px 0px 30px 0px;
	background-image: url(../../img/top_nav_bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 25px;
}
#top_nav .contents {
	max-width: 1000px;
}
#top_nav .top_nav_ttl {
	display: table;
	width: 80%;
	margin: 0px auto 20px auto;
}
#top_nav #nav_list {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 768px) {
#top_nav {
	padding: 4.5vw 0px 4.5vw 0px;
	background-image: url(../../img/top_nav_bg_sp.jpg);
	margin-bottom: 4vw;
}
#top_nav .contents {
	max-width: 94% !important;
}
#top_nav .top_nav_ttl {
	width: 70%;
	margin: 0px auto 3vw auto;
}
#top_nav #nav_list {
	flex-wrap: wrap;
	justify-content: center;
}
#top_nav #nav_list li {
	padding: 0px 0.5% 0px 0.5%;
}
#top_nav #nav_list li img {
	height: 19vw;
	width: auto;
}
}

@media print {
#top_nav .top_nav_ttl {
	width: 70%;
	margin: 0px auto 0vw auto;
}
#top_nav #nav_list {
	display: none;
}
}

/***************************************************************************
section_common
****************************************************************************/

.section_ttl {
	text-align: center;
	margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
.section_ttl {
	margin-bottom: 4vw;
}
}

/***************************************************************************
recipe_list
****************************************************************************/

.recipe_list .box {
	width: 326px;
	margin-top: 30px;
}
.recipe_list .sam {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
	z-index: 1;
}
.recipe_list .sam li:nth-child(1) {
	background-color: #FFFFFF;
	width: 227px;
}
.recipe_list .sam li:nth-child(2) {
	margin-top: 43px;
	width: 85px;
}
.recipe_list .movie_btn {
	width: 262px;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
.recipe_list .box {
	width: 48% !important;
}
.recipe_list .box:nth-child(n+3) {
	margin-top: 4vw !important;
}
.recipe_list .sam {
	margin-bottom: 2vw;
}
.recipe_list .sam li:nth-child(1) {
	width: 71%;
}
.recipe_list .sam li:nth-child(2) {
	margin-top: 6vw;
	width: 26%;
}
.recipe_list .movie_btn {
	width: 80%;
}
}

@media print {
.recipe_list .box {
	width: 30%;
}
.recipe_list .sam {
	margin-bottom: 0px;
}
.recipe_list .sam li:nth-child(1) {
	width: 70%;
}
.recipe_list .sam li:nth-child(2) {
	width: 23%;
}
.recipe_list .movie_btn {
	display: none;
}
}


/***************************************************************************
recipe_list mizutama
****************************************************************************/

.recipe_list .mizutama {
	position: absolute;
	z-index: 0;
}

#somen .mizutama.pink {
	left: 13%;
	top: -12%;
	width: 19%;
}
#somen .mizutama.orange {
	left: 37%;
	top: -16%;
	width: 36%;
}
#somen .mizutama.green {
	right: 10%;
	top: -34%;
	width: 27%;
}

@media only screen and (max-width: 768px) {
#somen .mizutama.pink {
	left: 5%;
	top: -15%;
	width: 25%;
}
#somen .mizutama.green {
	top: -25%;
	right: 0%;
}
}

#yakisoba .mizutama.orange {
	left: 40%;
	top: -12%;
	width: 19%;
}

@media only screen and (max-width: 768px) {
#yakisoba .mizutama.orange {
	left: inherit;
	right: -100%;
	top: -10%;
	width: 30%;
}
#yakisoba .mizutama.blue {
	right: -70%;
	top: 60%;
	width: 20%;
}
#yakisoba .mizutama.pink {
	right: -30%;
	top: 20%;
	width: 25%;
}
}

#chahan .mizutama.orange {
	left: 10%;
	top: -15%;
	width: 36%;
}
#chahan .mizutama.pink {
	right: 12%;
	top: -20%;
	width: 36%;
}

@media only screen and (max-width: 768px) {
#chahan .mizutama.pink {
	right: 10%;
	top: -10%;
	width: 36%;
}
}

#ramen .mizutama.pink {
	left: 14%;
	top: -11%;
	width: 19%;
}
#ramen .mizutama.orange {
	right: 6%;
	top: -29%;
	width: 19%;
}
#ramen .mizutama.green {
	right: 10%;
	bottom: 0%;
	width: 28%;
}

#udon_soba .mizutama.orange {
	left: 7%;
	top: -22%;
	width: 25%;
}
#udon_soba .mizutama.blue {
	left: -3%;
	top: -12%;
	width: 36%;
}

@media print {
.mizutama {
	display: none;
}
}