@charset "UTF-8";

#container {
    background-color: #fff;
    color: #000;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
}

#container > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#container p{
	transform: rotate(0.03deg);
}

@media print, screen and (min-width: 768px) {
    #container {
        margin-left: calc(50% - 50vw);
        width: 100vw;
    }
    #container .-sp,
    #container .sp {
        display: none !important;
    }
}

@media print, screen and (max-width: 767px) {
    #container .-pc,
    #container .pc {
        display: none !important;
    }
}

#container picture,
#container img {
    display: block;
    height: auto;
    width: 100%;
}

#container a {
    text-decoration: none;
}


#container .Main {
    overflow: hidden;
    position: relative;
    position: relative;
    width: 100%;
    z-index: 1;
}

#container .Main picture,
#container .Main img {
    display: block;
    height: auto;
    width: 100%;
}

#container .Main__kv {
    aspect-ratio: 1 / 1;
    background-image: url("../img/main_background_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
	height: 100vw;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media print, screen and (min-width: 768px) {
    #container .Main__kv {
        aspect-ratio: 200 / 77;
        background-image: url("../img/main_background_pc.jpg");
        background-position: center top;
        background-size: auto 38.5vw;
        height: 38.5vw;
        margin: 0 auto;
        width: 100%;
		position: relative;
    }
}

#container .Main__title {
}


@media print, screen and (min-width: 768px){
	#container .Main__container-inner{
		padding: 0 50px;
	}
}


#container .Main__title-text {
	aspect-ratio: 736 / 276;
    padding-top: 6vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    width: 98.133vw;
}

@media print, screen and (min-width: 768px) {
    #container .Main__title-text {
	    aspect-ratio: 1887 / 683;
        padding-top: 4vw;
        width: 47.15vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
    }
}


#container .Main__container {
    background: url("../img/main_container_bg_sp.png") repeat-y;
	background-size: 100%;
    padding-bottom: 13.333vw;
    /*position: relative;*/
}

@media print, screen and (min-width: 768px){
	#container .Main__container {
		background: url("../img/main_container_bg_pc.png") repeat;
		padding-bottom: 90px;
	}
}

#container .Main__text-ttl{
	width: 81.6vw;
	margin: -6vw auto 5.333vw;
	z-index: 10;
	position: relative;
}
@media print, screen and (min-width: 768px){
	#container .Main__text-ttl{
		max-width: 994px;
		width: 100%;
		margin: -3vw auto 2.25vw;
	}
}

#container .Main__text-ttl-p{
	font-weight: 700;
	line-height: 2.2;
	font-size: 4vw;
	text-align: center;
	-webkit-text-decoration: underline #333 2px;
	text-decoration: underline #333 2px;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
	text-underline-offset: 2vw;
	margin-bottom: 3vw;
}
@media print, screen and (min-width: 768px){
	#container .Main__text-ttl-p{
		font-size: 30px;
		text-underline-offset: 12px;
		letter-spacing: 0.1em;
		margin-bottom: 45px;
	}
}

#container .Main__text-img{
    aspect-ratio: 1 / 1;
	width: 91.2vw;
	margin: -53vw auto 2vw;
}

@media print, screen and (min-width: 768px){
	#container .Main__text-img{
		max-width: 908px;
		width: 100%;
		margin: -540px auto 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 920px){
	#container .Main__text-img{
		margin: -55vw auto 0;
	}
}

#container .Main__text-p{
	width: 91.066vw;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px){
	#container .Main__text-p{
		max-width: 942px;
		width: 100%;
		margin: 0 auto;
	}
}

/*メニュー共通*/
#container .Recipe {
    height: auto;
    padding: 13.333vw 0 16vw;
    width: 100%;
	position: relative;
}
@media print, screen and (min-width: 768px) {
	#container .Recipe{
		padding: 100px 0 100px;	
	}
}
@media print, screen and (min-width: 768px) and (max-width: 920px) {
	#container .Recipe{
		padding: 100px 0 60px;	
	}
}

/*パスタ・スパゲッティ*/
#container .Recipe.Recipe01{
	background-image: url("../img/cts_line01_sp.png"), url("../img/cts01_bg_sp.png");
	background-repeat: no-repeat, repeat;
	background-position: left top;
	background-size: 100%;
}
@media print, screen and (min-width: 768px){
	#container .Recipe.Recipe01{
		background: url("../img/cts_line01_pc.png"), url("../img/cts01_bg_pc.png") repeat;
		background-repeat: repeat-x, repeat;
		background-position: left top;
	}
}
/*温かい麺メニュー*/
#container .Recipe.Recipe02{
	background-image: url("../img/cts02_bg_sp.png");
	background-repeat: repeat;
	background-size: 100%;
}
@media print, screen and (min-width: 768px){
	#container .Recipe.Recipe02{
		background: url("../img/cts02_bg_pc.png") repeat;
		background-repeat: repeat;
	}
}

#container .Recipe.Recipe02::before{
	background-image: url("../img/cts_line02_sp.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	position: absolute;
	left: 0;
	top: -2.3vw;
	width: 100%;
	height: 5vw;
	z-index: 1;
}
@media print, screen and (min-width: 768px){
	#container .Recipe.Recipe02::before{
		background-image: url("../img/cts_line02_pc.png");
		height: 30px;
		top: -15px;
	}
}

/*冷たい麺メニュー*/
#container .Recipe.Recipe03{
	background-image: url("../img/cts03_bg_sp.png");
	background-repeat: repeat;
	background-size: 100%;
}
@media print, screen and (min-width: 768px){
	#container .Recipe.Recipe03{
		background: url("../img/cts03_bg_pc.png") repeat;
		background-repeat: repeat;
	}
}
#container .Recipe.Recipe03::before{
	background-image: url("../img/cts_line03_sp.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	position: absolute;
	left: 0;
	top: -2.3vw;
	width: 100%;
	height: 5vw;
	z-index: 1;
}
@media print, screen and (min-width: 768px){
	#container .Recipe.Recipe03::before{
		background-image: url("../img/cts_line03_pc.png");
		height: 30px;
		top: -15px;
	}
}

/*スンドゥブの素メニュー*/
#container .Recipe.Recipe04{
	background-image: url("../img/cts04_bg_sp.png");
	background-repeat: repeat;
	background-size: 100%;
}
@media print, screen and (min-width: 768px){
	#container .Recipe.Recipe04{
		background: url("../img/cts04_bg_pc.png") repeat;
		background-repeat: repeat;
	}
}

#container .Recipe.Recipe04::before{
	background-image: url("../img/cts_line04_sp.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	position: absolute;
	left: 0;
	top: -2.3vw;
	width: 100%;
	height: 5vw;
	z-index: 1;
}
@media print, screen and (min-width: 768px){
	#container .Recipe.Recipe04::before{
		background-image: url("../img/cts_line04_pc.png");
		height: 30px;
		top: -15px;
	}
}


#container .Recipe__title {
    margin: 0 auto 3vw;
	width: 89.333vw;
}

@media print, screen and (min-width: 768px) {
    #container .Recipe__title {
        margin: 0 auto 40px;
        max-width: 800px;
		width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    #container .Recipe.Recipe04 .Recipe__title {
        margin: 0 auto 40px;
        max-width: 834px;
		width: 100%;
    }
}

#container .Recipe__ttl_text{
	font-weight: 400;
	line-height: 2.2;
	font-size: 3.6vw;
	text-align: center;
	-webkit-text-decoration: underline #333 1px;
	text-decoration: underline #333 2px;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
	text-underline-offset: 2vw;
	margin-bottom: 10vw;	
}
@media print, screen and (min-width: 768px){
	#container .Recipe__ttl_text{
		font-size: 20px;
		letter-spacing: -0.03em;
		text-underline-offset: 8px;
		margin-bottom: 80px;
	}
}

#container .Recipe__inner {
    padding: 0 25px;
}

@media print, screen and (min-width: 768px) {
    #container .Recipe__inner {
        margin: 0 auto;
        max-width: 1030px;
    }
}

#container .Recipe__list ul {
    gap: calc(90 / 750 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media print, screen and (min-width: 768px) {
    #container .Recipe__list ul {
        gap: calc(20 / 1030 * 100%);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#container .Recipe__list li {
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
}

@media print, screen and (min-width: 768px) {
    #container .Recipe__list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - (20 / 1030 * 100%));
        flex: 0 1 calc(33.333% - (20 / 1030 * 100%));
        margin-bottom: 80px;
    }
}

@media print, screen and (min-width: 768px) {
    #container .Recipe.Recipe04 .Recipe__list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - (20 / 1030 * 100%));
        flex: 0 1 calc(50% - (20 / 1030 * 100%));
        margin-bottom: 80px;
    }
}

@media print, screen and (min-width: 768px) and (max-width: 920px) {
    #container .Recipe__list li {
        margin-bottom: 60px;
    }
}

/*画鋲のCSS　共通*/
#container .Recipe__list li:before {
    aspect-ratio: 62 / 80;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7vw;
    z-index: 2;
}

@media print, screen and (min-width: 768px) {
	#container .Recipe__list li:before{
		width: 31px;	
	}
}
/*画鋲のCSS　パスタ・スパゲッティ*/
#container .Recipe__list li:nth-child(3n + 1):before {
    background-image: url("../img/pin_yellow.png");
}

#container .Recipe__list li:nth-child(3n + 1) .Recipe__text em {
    background-color: #ffbb39;
	color: #fff;
}

#container .Recipe__list li:nth-child(3n + 2):before {
    background-image: url("../img/pin_blue.png");
}

#container .Recipe__list li:nth-child(3n + 2) .Recipe__text em {
    background-color: #39c0ff;
	color: #fff;
}

#container .Recipe__list li:nth-child(3n + 3):before {
    background-image: url("../img/pin_red.png");
}

#container .Recipe__list li:nth-child(3n + 3) .Recipe__text em {
    background-color: #ff3838;
	color: #fff;
}
/*画鋲のCSS　温かい麺メニュー*/
#container .Recipe.Recipe02 .Recipe__list li:nth-child(3n + 1):before {
    background-image: url("../img/pin_blue.png");
}

#container .Recipe.Recipe02 .Recipe__list li:nth-child(3n + 1) .Recipe__text em {
    background-color: #39c0ff;
	color: #fff;
}

#container .Recipe.Recipe02 .Recipe__list li:nth-child(3n + 2):before {
    background-image: url("../img/pin_red.png");
}

#container .Recipe.Recipe02 .Recipe__list li:nth-child(3n + 2) .Recipe__text em {
    background-color: #ff3838;
	color: #fff;
}

#container .Recipe.Recipe02 .Recipe__list li:nth-child(3n + 3):before {
    background-image: url("../img/pin_green.png");
}

#container .Recipe.Recipe02 .Recipe__list li:nth-child(3n + 3) .Recipe__text em {
    background-color: #329a35;
	color: #fff;
}

/*画鋲のCSS　冷たい麺メニュー*/
#container .Recipe.Recipe03 .Recipe__list li:nth-child(3n + 1):before {
    background-image: url("../img/pin_red.png");
}

#container .Recipe.Recipe03 .Recipe__list li:nth-child(3n + 1) .Recipe__text em {
    background-color: #ff3838;
	color: #fff;
}

#container .Recipe.Recipe03 .Recipe__list li:nth-child(3n + 2):before {
    background-image: url("../img/pin_green.png");
}

#container .Recipe.Recipe03 .Recipe__list li:nth-child(3n + 2) .Recipe__text em {
    background-color: #329a35;
	color: #fff;
}

#container .Recipe.Recipe03 .Recipe__list li:nth-child(3n + 3):before {
    background-image: url("../img/pin_yellow.png");
}

#container .Recipe.Recipe03 .Recipe__list li:nth-child(3n + 3) .Recipe__text em {
    background-color: #ffbb39;
	color: #fff;
}

/*画鋲のCSS　スンドゥブメニュー*/
#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 1):before {
    background-image: url("../img/pin_green.png");
}

#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 1) .Recipe__text em {
    background-color: #329a35;
	color: #fff;
}

#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 2):before {
    background-image: url("../img/pin_yellow.png");
}

#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 2) .Recipe__text em {
    background-color: #ffbb39;
	color: #fff;
}

#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 3):before {
    background-image: url("../img/pin_blue.png");
}

#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 3) .Recipe__text em {
    background-color: #39c0ff;
	color: #fff;
}

#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 4):before {
    background-image: url("../img/pin_red.png");
}

#container .Recipe.Recipe04 .Recipe__list li:nth-child(4n + 4) .Recipe__text em {
    background-color: #ff3838;
	color: #fff;
}

#container .Recipe__list a {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1;
}

@media print, screen and (min-width: 768px) {
    #container .Recipe__list a {
    }
}

#container .Recipe__list a img {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

#container .Recipe__list a:hover img {
    opacity: 0.7;
}

#container .Recipe__text {
    margin: 15px -15px 0;
}

#container .Recipe__text p {
    font-size: 4.533vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

@media print, screen and (min-width: 768px) {
    #container .Recipe__text p {
        font-size: 21px;
    }
}

@media print, screen and (min-width: 768px) and (max-width: 920px) {
    #container .Recipe__text p {
        font-size: 18px;
    }
	#container .Recipe.Recipe02 .Recipe__text em{
		font-size: 2.083vw;
	}
}

#container .Recipe__text em {
    background-color: #ccc;
    display: inline-block;
    padding: 4px 10px;
}

#container .Recipe__text em.-small {
    font-size: 17px;
    letter-spacing: -0.05em;
    padding-left: 5px;
    padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
    #container .Recipe__text em.-small {
        font-size: 20px;
    }
}

@media print, screen and (min-width: 768px) and (max-width: 920px) {
    #container .Recipe__text em.-small {
        font-size: 16px;
    }
}

#container .Brand {
    padding: 12vw 0;
    background: url("../img/main_container_bg_sp.png") repeat-y;
	background-size: 100%;
}
@media print, screen and (min-width: 768px) {
	#container .Brand{
		padding: 90px 0;
		background: url("../img/main_container_bg_pc.png") repeat;
	}
}

#container .Brand__inner {
    padding: 0 4vw;
}

#container .Brand__image{
    aspect-ratio: 1 / 1;
	width: 100%;
	margin: -53vw auto 5vw;	
}
@media print, screen and (min-width: 768px){
	#container .Brand__image{
		max-width: 908px;
		width: 100%;
		margin: -540px auto 40px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 920px){
	#container .Brand__image{
		margin: -53vw auto 0;
	}
}

#container .Brand__link{
    aspect-ratio: 706 / 199;
	width: 100%;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px){
	#container .Brand__link{
		max-width: 900px;
		width: 100%;
		filter: drop-shadow(0px 8px 8px rgba(0,0,0,0.2));
		transition: .3s;
	}
	#container .Brand__link:hover{
		filter: unset;
		transform: translateY(8px);
	}
}
.g-siteFooter_pagetop {
    z-index: 3;
}
