@charset "UTF-8";

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* 注文ボタン
--------------------------------*/

.button_take{
  background:#146145;
  color:#fff;
  border:none;
  position:relative;
	width: 100%;
  height:100px;
  font-size:1.6em;
	line-height: 100px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
	text-align:center;
	font-weight: bold;
}
.button_take:hover{
  background:#fff;
  color:#146145;
}


.button_take:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}




/* takeout Section
--------------------------------*/
#takeout {
	padding-top:72px;
	padding-bottom: 60px;
}



#takeout .container {
	 position: relative;
  z-index: 10;

}
.wrap_takeout {
	padding-top: 50px;
	}



.takeout_box {
	float: left;
	margin-bottom: 30px;
}


.takeout_box img {
	width:100%;
	height: auto;
}





/*otoku-anshin
--------------------------------*/




#wrap_point {
	  padding: 0px 0 60px 0;
}

#wrap_point .step_text {
	text-align: center;
}

#wrap_point .step_text p {
	margin-bottom: 30px;
}

#wrap_point .step_text h3 {
	font-size: 26px;
	font-weight: bold;
}



#wrap_point .point2 {
background: url("../../img/contents/takeout/straipe.png");
    animation: move-stripe2 1s infinite linear;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
	padding: 10px;
	border: solid 5px #FFF400;
}






#wrap_point .point {
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
	padding: 10px;
	border: solid 5px #FFF400;
}

#wrap_point img {
	width: 100%;
	height: auto;
}








#wrap_point .point h5 {
	font-size:22px;
	font-weight: bold;
	  text-align: center;
	margin-top: 20px;

}




#wrap_point .point p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
	margin-top: 10px;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}








/*step
--------------------------------*/




@keyframes move-stripe2 {
    0% {  background-position-x: 0;  }
    100% {  background-position-x: -34px;  }
}
#wrap_step {
    background: url("../../img/contents/takeout/straipe.png");
    animation: move-stripe2 1s infinite linear;
	  padding: 60px 0 60px 0;
}

#wrap_step .step_text {
	text-align: center;
}

#wrap_step .step_text p {
	margin-bottom: 30px;
}

#wrap_step .step_text h3 {
	font-size: 26px;
	font-weight: bold;
}






#wrap_step .step {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
	padding: 10px;
	border: solid 5px #FFF400;
}




#wrap_step .step h3 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin: 20px 0 12px 0;
	color: #FFEB00;
}



#wrap_step .step h5 {
	font-size:22px;
	font-weight: bold;
	  text-align: center;

}




#wrap_step .step p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
	margin-top: 10px;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#wrap_step .title_cyumon {
	width: 50%;
	height: auto;
}



@media screen and (max-width:767px){
#wrap_step .title_cyumon {
	width: 90%;
}
}









.takeout_logo{
	width:45%;
	height:auto;
	margin-top:65px;
}
@media screen and (max-width:1000px){
.takeout_logo{
	width:65%;
		margin-top:55px;

}
}

@media screen and (max-width: 768px){

.takeout_logo{
	width:90%;
	margin-top:75px;
}
	
.parallax-window{
	width:100%;
	height:240px;
	text-align:center;
}

}

@media screen and (max-width:420px){
.takeout_logo{
	width:80%;
}
}



.seisan{
	background-color: #FF0004;
  color:#fff;
	font-size:18px; 
	width: 100%;
	padding: 10px;
	text-align:center;
}



/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;2
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 270px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}




