@charset "utf-8";

.stripe_blue{
    background: url("../img/bg_stripe_pink.png");
}



#dot_inner{
    background: url("../img/header.png") no-repeat;
    background-position: top center;
    background-size:130%;
	padding-bottom: 2em;
}


/** header**/



/** main**/
#main{
    margin-top: 73%;
}

#no01{
    text-align: center;
}
#no01 figure img{
    max-width:70%;
    margin: 0 auto;
}

.sakuhin{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sakuhin li{
    width:48%;
    margin-bottom: 1.5em;
}

.line{
    text-align: center;
    margin: 1em 0;
}









#bn{
    text-align: center;
    margin-top: 1.5em;
}
#bn img{
    max-width:90%;
}



#p_mark{
    margin-bottom: 1em;
}
#p_mark a{
    color: #000;
    font-size: 90%;
}




/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 640px) {


    .text{
        padding: 0 1em;
    }
	
.sakuhin li{
    width:48%;
    margin-bottom: 3em;
}

}



@media screen and (min-width: 1000px) {

  #dot_inner{
      background-size:1200px;

  }

  #main{
      margin-top: 700px;
  }
 
}