@charset "utf-8";

/*　769px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:769px) {
	/* 共通 */
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 90%;
		min-width: 1000px;
		margin: 20px auto 80px;
		padding: 80px 0;
		background: #17B0BB;
		border-radius: 60px;
		position: relative;
	}


	/* 見出し */
	.guide__wrap--common--header{
		width: 960px;
		margin: 0 auto 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.guide__wrap--common--header--image{
		width: 440px;
		height: auto;
	}
	.guide__wrap--common--header--image img{
		width: 100%;
	}
	.guide__wrap--common--header--text{
		width: 510px;
		letter-spacing: 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 125px;
		margin-bottom: 15px;
	}
	.guide__wrap--common--header--text h1{
		font-size: 48px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 15px;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
		color: #fff;
		letter-spacing: 0.06em;
	}


	/* セクション共通 */
	.section__wrap{
		width: 960px;
		background: #fff;
		margin: 0 auto 30px;
		padding: 70px 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 48px;
	}
	.section__wrap h2{
		font-size: 48px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		color: #17B0BB;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 40px;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #17B0BB;
	}
	.section__wrap h3{
		font-size: 24px;
		font-weight: bold;
 		margin-bottom: 24px;
		color: #17B0BB;
		text-align: center;
	}
	.section__wrap div ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 0 auto 40px;
	}
	.section__wrap div ul li{
		text-align: center;
	}
	.section__wrap div ul li div{
		margin-bottom: 23px;
	}
	.section__wrap div ul li h4{
		font-size: 18px;
		line-height: 1.22;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
	}
	.colorText{
		color: #17B0BB;
	}

	/**************************************************** 
	
	お店にあったセルフオーダーの選び方

	****************************************************/
	.section__wrap--choice{
		width: 860px;
		margin: 0 auto;
	}


	/**************************************************** 
	
	ファミリー層に良い環境を提供したい

	****************************************************/
	#family__section.section__wrap{
		padding-bottom: 0;
	}
	.section__wrap--content{
		width: 820px;
		margin: 0 auto 40px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.section__wrap--content--images{
		width: 390px;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 370px;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #09787F;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.section__wrap--content--sub{
		background: #D5F6F3;
		border-radius: 0 0 43px 43px;
		padding: 30px 0;
	}

	
	/**************************************************** 
	
	ロゴループ

	****************************************************/
	.loop_box{
		display:flex;
		overflow: hidden;
		border-radius: 0 0 6px 6px;
	}
	.loop_box img {
		width: auto;
		height: 100%;
	}
	@keyframes logoloop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes logoloop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	.loop_box ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		width: 100vw;
		min-width: 1140px;
		margin: 0;
		padding: 0;
		margin-left: 5px;
	}
	.loop_box.loop_box--design ul{
		min-width: 1710px;
	}
	.section__wrap .loop_box ul{
		margin-bottom: 0;
	}
	.loop_box ul:first-child {
		-webkit-animation: logoloop 50s -25s linear infinite;
		animation: logoloop 50s -25s linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		padding-left: 20px;
	}
	.loop_box ul + ul {
		animation: logoloop2 50s linear infinite;
	}
	.loop_box.loop_box--design ul:first-child {
		-webkit-animation: logoloop 90s -45s linear infinite;
		animation: logoloop 90s -45s linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		padding-left: 20px;
	}
	.loop_box.loop_box--design ul + ul {
		animation: logoloop2 90s linear infinite;
	}
	.loop_box ul li{
		display: inline-block;
	}




	/**************************************************** 
	
	デザインで料理の訴求力を高めたい

	****************************************************/
	#design__section.section__wrap {
		padding-bottom: 0;
	}
	#design__section .section__wrap--content{
		justify-content: space-evenly;
	}
	#design__section .section__wrap--content--images{
		width: 340px;
	}


	/**************************************************** 
	
	初期費用を抑えてシステム化したい

	****************************************************/
	#system__section.section__wrap {
		padding-bottom: 0;
	}
	#system__section .section__wrap--content{
		justify-content: space-evenly;
	}
	#system__section .section__wrap--content--images{
		width: 285px;
	}
	#system__section .section__wrap--content--sub h3{
		font-size: 20px;
		font-weight: bold;
		color: #09787F;
		background: #fff;
		padding: 13px 0;
		display: flex;
		justify-content: center;
		width: 360px;
		margin: 0 auto 20px;
	}
	.section__wrap--content--sub--wrap{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 760px;
		margin: 0 auto;
	}
	.section__wrap--content--sub--box{
		width: 368px;
	}
	.section__wrap--content--sub--image{
		margin-bottom: 20px;
	}
	.section__wrap--content--sub--box dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 15px;
		padding-left: 15px;
		border-left: 5px solid #09787F;
	}
	.section__wrap--content--sub--box dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}

	#system__section .section__wrap--content--sub{
		padding: 40px 0;
	}



	/**************************************************** 
	
	毎日のメニュー変更柔軟に対応したい

	****************************************************/
	#menu__section.section__wrap {
		padding-bottom: 0;
	}
	#menu__section .section__wrap--content{
		justify-content: space-evenly;
	}
	#menu__section .section__wrap--content--images{
		width: 332px;
	}
	#menu__section .section__wrap--content--sub h3{
		font-size: 20px;
		font-weight: bold;
		color: #09787F;
		background: #fff;
		padding: 13px 0;
		display: flex;
		justify-content: center;
		width: 360px;
		margin: 0 auto 20px;
	}
	#menu__section .section__wrap--content--sub{
		padding: 40px 0;
	}




	/* チェックボックス */
	.check__section{
		width: 552px;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 30px;
		padding: 20px 24px;
		background-image: url("../../../beginners-guide/img/guide02/check-human.svg") ;
		background-repeat: no-repeat;
		background-size: 123px 137px;
		background-position: right 20px  bottom;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		font-size: 15px; 
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 420px;
	}
	.check__section a{
		color: #EA0029;
		border-bottom: 1px solid #EA0029;
	}
	.check__section a:hover{
		border: none;
	}



	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 70%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 33%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}
	#bnr-rbtm{
		display: none;
	}
	
}



@media screen and (min-width:768px) and (max-width:1399px){
	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 890px;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 440px;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}
	#bnr-rbtm{
		display: none;
	}
	
}



/*////////////////////////////////////////////////////////////////////////////

　768px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:768px) {
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 100%;
		margin: 3% 0 8%;
		padding: 7% 0;
		background: #17B0BB;
		border-radius: 30px;
		position: relative;
	}

	#guideContents .guideTop h2{
		font-size: 14px;
		line-height: 1.4;
		font-weight: bold;
		color: #fff;
	}
	#guideContents .guideTop h1{
		font-size: 42px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0;
	}

	/* 見出し */
	.guide__wrap--common--header{
		width: 100%;
		margin: 0 auto 8%;
	}
	.guide__wrap--common--header--image{
		width: 90%;
		margin: 0 auto 5%;
	}
	.guide__wrap--common--header--text{
		width: 90%;
		margin: 0 auto 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 36%;
		margin-bottom: 3%;
	}
	.guide__wrap--common--header--text h1{
		font-size: 36px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 5%;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		color: #fff;
	}




	/* セクション共通 */
	.section__wrap{
		width: 90%;
		background: #fff;
		margin: 0 auto 5%;
    	padding: 10% 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 20px;
	}
	.section__wrap h2{
		font-size: 32px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5%;
		color: #17B0BB;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.55;
		text-align: left;
		width: 90%;
		margin: 0 auto 5%;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #17B0BB;
	}
	.section__wrap h3{
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 4%;
		font-weight: bold;
		color: #17B0BB;
		text-align: center;
	}
	.section__wrap div ul{
		margin-bottom: 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.section__wrap div ul li{
		width: 48%;
	}
	.section__wrap div ul li div{
		width: 80%;
		margin: 0 auto 10%;
	}
	.section__wrap div ul li:nth-child(3n),
	.section__wrap div ul li:nth-child(4n){
		margin-top: 4%;
	}
	.section__wrap div ul li h4{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 6%;
	}
	.section__wrap div ul li a{
		width: 40%;
		margin: 0 auto;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.55;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	.colorText{
		color: #09787F;
	}
	

	/**************************************************** 
	
	ファミリー層に良い環境を提供したい

	****************************************************/
	#family__section.section__wrap{
		padding-bottom: 0;
	}
	.section__wrap--content{
		width: 90%;
		margin: 0 auto 10%;
	}
	.section__wrap--content--images{
		width: 90%;
		margin: 0 auto 5%;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 100%;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 5%;
		padding-left: 15px;
		border-left: 5px solid #17B0BB;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 2%;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.section__wrap--content--sub{
		background: #D5F6F3;
		border-radius: 0 0 14px 14px;
		padding: 5% 0;
	}


	/**************************************************** 
	
	ロゴループ

	****************************************************/
	.loop_box{
		display:flex;
		overflow: hidden;
		border-radius: 0 0 6px 6px;
		width: 100%;
		height: 121px;
	}
	.loop_box ul {
		width: auto;
		height: 100%;
	}
	@keyframes loop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	.loop_box ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		width: 100%;
		min-width: 1059px;
		height: 121px;
		margin: 0;
		padding: 0;
	}
	.loop_box ul:first-child {
		animation: loop 40s -20s linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		padding-left: 0;
	}
	.loop_box ul:last-child {
		animation: loop2 40s linear infinite;
	}
	.loop_box.loop_box--design ul:first-child {
		animation: loop 30s -15s linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		padding-left: 0;
	}
	.loop_box.loop_box--design ul:last-child {
		animation: loop2 30s linear infinite;
	}
	.section__wrap .loop_box ul li{
		display: inline-block;
		height: 121px;
		width: 100%;
	}



	/**************************************************** 
	
	デザインで料理の訴求力を高めたい

	****************************************************/
	#design__section.section__wrap{
		padding-bottom: 0;
	}
	#design__section.section__wrap .loop_box ul {
		min-width: 1575px;
	}

	#design__section.section__wrap .loop_box ul:first-child {
		animation: loop 50s -25s linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		padding-left: 0;
	}
	#design__section.section__wrap .loop_box ul:last-child {
		animation: loop2 50s linear infinite;
	}




	/**************************************************** 
	
	初期費用を抑えてシステム化したい

	****************************************************/
	#system__section.section__wrap{
		padding-bottom: 0;
	}
	#system__section .section__wrap--content--sub{
		width: 100%;
		padding: 10% 0;
	}
	#system__section .section__wrap--content--images{
		width: 60%;
	}
	#system__section .section__wrap--content--sub--wrap{
		width: 90%;
		margin: 0 auto;
	}
	.section__wrap--content--sub--box + .section__wrap--content--sub--box{
		margin-top: 5%;
	}
	#system__section .section__wrap--content--sub h3{
		font-size: 20px;
		line-height: 1.3;
		font-weight: bold;
		color: #09787F;
		background: #fff;
		padding: 3% 0;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0 auto 5%;
	}
	.section__wrap--content--sub--wrap{
		width: 100%;
		margin: 0 auto;
	}
	.section__wrap--content--sub--image{
		margin-bottom: 5%;
	}
	.section__wrap--content--sub--box dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 5%;
		padding-left: 15px;
		border-left: 5px solid #09787F;
	}
	.section__wrap--content--sub--box dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}

	/**************************************************** 
	
	毎日のメニュー変更　柔軟に対応したい

	****************************************************/
	#menu__section.section__wrap{
		padding-bottom: 0;
	}
	#menu__section .section__wrap--content--sub{
		width: 100%;
		padding: 10% 0;
	}
	#menu__section .section__wrap--content--images{
		width: 60%;
	}
	#menu__section .section__wrap--content--sub--wrap{
		width: 90%;
		margin: 0 auto;
	}
	.section__wrap--content--sub--box + .section__wrap--content--sub--box{
		margin-top: 5%;
	}
	#menu__section .section__wrap--content--sub h3{
		font-size: 20px;
		line-height: 1.3;
		font-weight: bold;
		color: #09787F;
		background: #fff;
		padding: 3% 0;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0 auto 5%;
	}
	.section__wrap--content--sub--wrap{
		width: 100%;
		margin: 0 auto;
	}
	.section__wrap--content--sub--image{
		margin-bottom: 5%;
	}
	.section__wrap--content--sub--box dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 5%;
		padding-left: 15px;
		border-left: 5px solid #09787F;
	}
	.section__wrap--content--sub--box dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}






	/* チェックボックス */
	.check__section{
		width: 80%;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 8%;
		padding: 5%;
		background-image: url("../../../beginners-guide/img/guide02/check-human.svg") ;
		background-repeat: no-repeat;
		background-size: 70px 80px;
		background-position: right 2px bottom;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		margin-bottom: 10px;
		width: 50%;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 88%;
	}
	.check__section a{
		color: #09787F;
		border-bottom: 1px solid #17B0BB;
		display: inline;
	}



	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 90%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
	}
	.guide__fotter--navi li{
		width: 100%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}

	#bnr-rbtm{
		display: none;
	}
	

}

