@charset "UTF-8";

/*-----------------------
 main
 -----------------------*/
 
 
 body, html, main {
    /* important */
    height: 100%;
}
  
#mainImage img{
    width: 100%;
    margin-top: 60px;
}

.sns{
	float: right;
	margin-top: 30px;
}

.sns li{
	float: left;
	padding-left: 10px;
	margin-right: 10px;
}

 
.wrapper{
	overflow: hidden;
}

#main {
/*	padding-bottom: 60px;
*/	width: 100%;
}
.header_img{
	position: relative;
	width: 100%;
    padding-top: 56px;
}

.main{
	width: 100%;
}


/*-----------------------
contents
 -----------------------*/
 .iceText{
	 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 }
 
 .iceText h2{
	 font-size: 21px;
	 letter-spacing: 0.5em;
	 margin: 60px 0 40px;
 }
 
 .iceText img{
	 margin-top: 30px;
 }
 
 .step{
	 max-width: 400px;
	 margin: 0 auto;
 }
 
 .iceText h3{
	 font-size: 30px;
	 padding: 30px 0;
	 letter-spacing: 0.2em;
 }
 
/* .stepImage{
	 margin-left: 72px !important;
 }
*/ 
 .stepRight{
	 margin-left: 50px;
 }
 
 .iceProduct{
	 text-align: center;
	 font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	 letter-spacing: 0.2em;
 }
 
.iceProduct h2{
	 letter-spacing: 0.8em;
	 font-size: 25px;
	 padding-bottom: 30px;
 }
 
 .iceProduct p{
	 padding-top: 20px;
 }
 
 .iceProduct img{
	 padding-left: 86px;
 }
 
 
 .title2{
	 text-align: center !important;
	 font-size: 32px;
	 letter-spacing: 0.8em;
	 padding: 50px 0 ;
 }
 
 
 .text1{
	 max-width: 273px;
	 padding-right: 30px;
 }
 
 .text_illast img{
	 padding-bottom: 10px;
 }
 
.text_illast{
	float: left;
}


.business{
	text-align: center;
}

.shopping1{
	float: right;
}

.otherProduct{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
 
 .otherProduct h3{
	 font-size: 18px;
	 letter-spacing: 0.5em;
 }
 
 

.contents {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.text{
	letter-spacing: 0.2em;
}

.sm{
	display:none;
}



/*-----------------------
 #contentsWrapper
 -----------------------*/
#contentsWrapper {
	padding-top: 20px;
}




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

#mainImage img{
    margin-top: 0;
}
	
	

.header_img{
    padding-top: 0;
}

		
.logo2{ display:none;
 }

.img{ padding: 0;
}

.push{ 
	width: 60px;
	left: 310px !important;
}
	
.videoArea{
	display: none !important;
}

.videoArea1{
	display: inherit !important;
}

.top_header_catch01 img{
	width: 30% !important;
	margin-top: 200px !important;
}
}

@media only screen and (max-width: 480px) {
.sns{
	display: none;
}

.business {
    margin-top: 0;
}

.iceText h2 {
    margin-top: 20px;
	line-height: 150%;
}


.recipImage {
    margin-left: 0;
}

#pageWakameseries {
    right: 1px !important;
}

#pageWakameseries img{
	width: 72% !important;
}

.other {
    padding-right: 0 !important;
}

.wakameText2Wrapper {
    padding-left: 0; 
}

.wakameIllast,.wakamemenProduct,.pc {
	display: none;
}

.wakamemenProduct_sm,.sm,#sm{
	display: inherit;
}


.stepImage {
    margin-left: 0 !important;
}

.stepRight {
    margin-left: 0 !important;
}

.shopping1 {
	float:none;
	text-align: center !important;
}

.iceProduct h2{
	font-size: 18px;
	line-height: 150%;
}

.iceProduct img {
    padding-left: 0;
}

}
.top_header_catch01 img{
    display: block;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
	margin: 0 auto;
}
 
element.style{
	width: 100% !important;
	height: auto;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  max-width: 800px;
  margin: 5px auto 30px;
  padding-left: 50px;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 16%;
  float: left;
  margin: -5px;
  margin-left: 5px;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: -5px 0 11px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: -2px;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 7px 15px;
  border-top: 1px solid #fff;
  color: #fff;
  background: #0F9144;
  text-align: left;
}
/*.dropmenu li:hover > a{
  background: #0F9144;
}
*/
.dropmenu li a:hover{
  opacity: 0.9;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#normal li ul{
  display: none !important;
}
#normal li:hover ul{
  display: block !important;
}

/*wp
*/
.other{
	float: left;
	padding: 40px 58px 0 0;
}
	
.itemImage img{
	width: 411px !important;
	height: 304px !important;
}

.otherTitle2{
	padding-top: 20px;
}
