@charset "UTF-8";

/* -------------------------------
	ページコンテンツ
-------------------------------- */
.contents_box {
 margin:0 auto;
 background: url(../images/bg.jpg) repeat top center #fff;
    
}

.box01 {
margin:0 auto;
overflow: hidden;
}
.box01 img{
width:100%;
margin:0 auto;
padding:0;
}
.box01 .btn_box {
	margin:0 0 0 0;
    padding:0 0 0px 0;
	display: -webkit-flex;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items: flex-start;
align-content:flex-start;
background-color:#ffffff;
}
.box01 .btn_box img {
width:100%;
}
.box01 .btn_box2 {
	margin:0 0 0 0;
    padding:0 0 0px 0;
background-color:#ffffff;
}
.box01 .btn_box2 img {
width:100%;
}
.box01 .product_box1 {
	margin:0 0 0 0;
	padding: 0 0 20px 0;
	display: -webkit-flex;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items: flex-start;
align-content:flex-start;
background-color:#fbf3ef;
}
.box01 .cart1 {
margin:0 0 0 0;
	padding: 0 0 20px 0;
	background-color:#fbf3ef;
}
.box01 .product_box2 {
	margin:0 0 0 0;
	padding: 0 0 20px 0;
	display: -webkit-flex;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items: flex-start;
align-content:flex-start;
background-color:#f5f9f0;
}
.box01 .cart2 {
margin:0 0 0 0;
	padding: 0 0 20px 0;
	background-color:#f5f9f0;
}
.box01 .foot {
margin:0 0 0 0;
	padding: 20px 0 20px 0;
 background: url(../images/bg2.png) repeat-y top center #fff;
}
.box01 .foot img {
width:auto;
}
.box01 .foot_box {
	margin:30px 0 30px 0;
	display: -webkit-flex;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
align-items: flex-start;
align-content:flex-start;
}
.box01 .foot_box p {
	/*font-weight:bold;*/
}
@media only screen and (max-width: 768px) {
.box01 {
width:100%;
}
.box01 .btn_box {
    padding:0 0 0px 0;
display: block;
}
    
.box01 .product_box1 {

	padding: 0 0 20px 0;
display: block;
}
.box01 .product_box2 {

	padding: 0 0 20px 0;
display: block;
}
.box01 .foot img {
width:70%;
}
.box01 .foot_box {
display: block;
	margin:20px 15px;
}
.box01 .foot_box .foot1 {
width:100%;
}
}





/* -------------------------------
	FOOTER
-------------------------------- */
.pagetop a {
  position: fixed;
  right: 0px;
  bottom: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
 opacity: 0.8;
  z-index: 9999;
}
.pagetop a:hover {
 opacity: 0.6;
}

.copyright {
background-color:#fff;
  color: #615f5f;
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
  }
@media only screen and (max-width: 768px) {
.pagetop a {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
   opacity: 0.8 !important;
}
.pagetop a:visited {
 opacity: 0.8 !important;
}
.pagetop a:active {
 opacity: 0.8 !important;
}
.pagetop a:hover {
 opacity: 0.8 !important;
}
.pagetop img {
width:auto;
position: fixed;
  right: 10px;
  bottom: 10px;
}

.copyright {
  font-size: 12px;
  padding: 20px 0;
  }
 }