@charset "utf-8";

body{
background-image: url("../image/bg6.gif");
padding: 0;
margin: 0;
}
.contents-wrapper{
margin:  0;}
.contents{
width: 90%;
margin: 0 auto;
}

/*文字設定*******************/
@font-face{
	font-family:'yasasisa-s';
	src:url('../fonts/yasasisa-s.otf') format('opnetype'), url('../fonts/yasasisa-s.woff') format('woff');
	}
body{
font-family: "Osaka-mono", "MS Gothic", "monospace" !important;
}

/*blinking*********************/
.blinking{
-webkit-animation:blink 0.7s ease-in-out infinite alternate;
-moz-animation:blink 0.7s ease-in-out infinite alternate;
animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0.3;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0.3;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0.3;}
100% {opacity:1;}
}

/*コンデンス**************/
.cond1{
transform: scaleX(0.90);
width: 111%;
transform-origin: top left;
display: block;
}
.cond2{
transform: scaleX(0.86);
width: 116.3%;
transform-origin: top left;
display: block;
}
.cond2-yu{
transform: scaleX(0.9);
width: 110%;
transform-origin: top right;
}
.cond3{
transform: scaleX(0.80);
width: 125%;
transform-origin: top left;
display: block;
}
.cond4{
transform: scaleX(0.7);
width: 143%;
transform-origin: top left;
display: block;
}
.cond5{
transform: scaleX(0.6);
width: 167%;
transform-origin: top left;
display: block;
}
.cond6{
transform: scaleX(0.53);
width: 187%;
transform-origin: top left;
}


/*共通・トピックパス**********************/
.topic-path{
	background: #E5E5E5;
	padding: 2px 10px 1px 10px;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 2px;
	margin:0px auto 30px;
	width: 85%;
	border-radius: 5px 0 5px 0;
}
.topic-path li{
display: inline-block;
}
.topic-path a{
	color: #919191;
	text-decoration: none;
}
.topic-path a:hover{
color: rgba(108,188,220,1.00);
}
.upper-path{
border-bottom: rgba(255,255,255,1.00) 1px solid;
padding-bottom: 1px;
margin-bottom: 0px;
	border-radius: 5px 0 5px 0;
}
.topic-path a:after{
	content: "≫";
color: rgba(66,114,197,1.00);
}

/*共通・固定トップバー*/
.header-wrapper{
padding: 0;
width: 100%;
margin:0 auto;
height: 35px;
background:rgba(140,6,6,1);
box-shadow:rgba(0,0,0,0.3) 0 3px 3px ;
position: fixed ;
top:0;
left: 0;
z-index: 999;
}

.topBar{
width: 90%;
	height:35px;
	z-index:999;
max-width: 1000px;
	padding-top: 2px;
	margin: 0 auto;
}
.topBar ul{
}
	.top-ctg{
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	margin-left: 5px;
	color: rgba(255,255,255,0.8);
}

.topBar ul{
	font-size:13px;
	font-weight:normal;
	height:38px;
	margin-top: 0;
	}
.topBar ul li{
	text-align: center;
	list-style:none;
	float:left;
}
.topBar a img{
}

.topBar a{
	height:35px;
	display:block;
	padding-top:5px;
	text-align:center;
	color:rgba(221,214,197,1.00);
}
.topBar ul li a:hover{
	text-decoration:none;
	background-color:rgba(255,255,255,0.31);
}

/*ドロップダウンリスト*/
.topBar ul{
	display:block;
	list-style:none;
	padding:0;
}
.topBar ul ul{
	position:absolute;
	left:0;
}
.topBar ul ul a{
	display:block;
	color:#fff;
	background:rgba(160,6,6,0.5);
	font-size:13px;
	height:40px;
	padding-top:10px;
	padding-left: 15px;
	border-bottom: rgba(255,255,255,1.00) 1px solid;
	text-decoration: none;
}
	.topBar ul ul li:last-child a{
		border-bottom: none;
	}
.topBar ul li:nth-child(1) ul{
	top:-230px;
}
.topBar ul li:nth-child(2) ul{
	top:-200px;
}
.topBar ul li:nth-child(3) ul{
	top:-200%;
}
.topBar ul li:nth-child(4) ul{
	top:-200px;
}
.topBar ul li:nth-child(5) ul{
	top:-280px;
}
.topBar ul li ul a{
	width:30vw;
}

.topBar li{
	float:left;
}
.topBar li li{
	clear:both;
}
.topBar ul li:hover > ul {
	display:block;
	top:35px;
	transition:top ease-out 0.5s;
}
.topBar ul ul a:hover{
	background:rgba(140,6,6,0.60);
	color: rgba(255,239,102,1.00);
}
.topBar ul li:hover > ul ul{
top: -400px;
}
.topBar ul li ul li:nth-child(3):hover >ul{
top: 102px;
left: -30vw;
}
.topBar ul li ul li:nth-child(4):hover > ul{
top: 152px;
left: -30vw;
}

/*看板*/
.kanban-wrapper{
	width:100% ;
	position: relative;
}
img.kanban{
display: block;
width: 90%;
margin: 0 auto 15px;
max-width: 1000px;
}

/*スライダー***************/
.slider-wrapper{
margin: 35px 0 0;
padding: 0;
/*background:rgba(0,0,0,0.24);*/
width: 100%;
}
.slider{
width: 100%;
height: 100%;
}
.swiper-slide a:hover{
opacity: 0.5;
}

/*swiper*******************/
.swiper-wrapper {
	width: 100%;
}
.swiper-container{
position: relative;
}
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}

/*メインコンテンツ**********************/
.main-contents{
margin-bottom: 
40px;
}
.main-banner{
width: 100%;
}
.left-col{
float: left;
}
.right-col{
float: left;
}
.under-info{
background-color:rgba(237,226,198,0.5);
width: 85%;
clear: both;
margin:0 auto;
  padding: 5px 5% 15px;
  box-sizing: border-box
}
.under-info dd{
  padding-left: 1em;
}

/*フッター********************共通*/
.footer-wrapper{
padding: 0;
margin: 0;
color: #fff;
list-style: none ;
}
.footer{
background:rgba(162,160,138,1.00);
background-image:url("../image/shop-parts/illust/siluetto2.png");
width: 85%;
margin: 0 auto;
line-height: 2.5em;
text-align: left;
background-size:contain;
background-repeat: no-repeat;
background-position: left bottom;
box-sizing: border-box;
  padding: 15px 5% 50px;
}
.footer-copy img{
  margin-bottom: 30px;
}
.footer-info-wrapper{
width: 100%;
background:rgba(79,118,51,1.00);
}
.footer-info{
text-align: center;
padding: 40px 0px 10px;
width: 90% ;
margin: 0 auto;
line-height: 1.5em;
z-index: 10;
}

.footer-info a{
color: #aaa;
text-decoration: none;
font-size: 12px;

}
.footer-info a:hover{
color: #FFFFFF;
}
.footer-link{
padding: 15px 10px 0;
}


/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}
.fix{
clear: both;
width: 100%;
height: 10px;
}

/*メインバナー*********/
.main-banner img{
width:100%;
box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
}

/*カートボタン*******************/
.square-bt a{
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px; 
  width:100%;
  height:40px;
  background:rgba(197,50,53,1.00); 
  box-shadow: 3px 3px 6px #aaa; 
  font-size:16px;color:#fff;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.square-bt a p{
}
/*らくうるカートボタン***************/


/*お問合せボタン**************/
#float-bottun{
display: inline;
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
font-size: 2.5vw;
font-weight: bold;
}
.inqu, .cart-bt{
height: 30px;
border-radius: 0 20px 0 0;
display: table;
vertical-align: middle;
padding-left: 20px;
padding-right: 20px;
text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
.inqu p, .cart-bt p{
display: table-cell;
vertical-align: middle;
}
.inqu{
float: left;
background:rgba(149,1,3,0.55)
}
.cart-bt{
float: left;
background-color:rgba(0,152,40,0.56);
padding-right: 10px;
}
a .inqu, a .cart-bt{
color: white;
text-decoration: none;
}
.inqu p{
}
.cart-bt p{
}
.cart-bt img{
display:table-cell;
}
/*店舗案内*****************/
.footer-head{
margin-bottom: 10vw;
}
.footer-head div img{
box-shadow: none;
display: block;
}
.footer-title{
  font-size: calc(18px + 8 * (100vw - 420px)/780);
  border-bottom: solid rgba(243,240,126,1.00) 1px;
  padding-bottom: 5px;
  line-height: 1.2em;
  margin: 10px 0;
  clear: both;
  color:white;
  font-family: sans-serif;
  text-shadow: 3px 3px 3px #555;
}
.footer-copy{
  padding:0 20px;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-family: sans-serif;
}
.footer img{
  display: block;
  float: right;
  clear: both;
  border-radius: 10px;
  margin-left: 5px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.under-info{
padding: 5px 5%;
color:rgba(89,89,89,1.00);
line-height: 1.7em;
font-family: sans-serif;
}
.under-info img a:hover{
opacity: 0.5;
}
.under-info dl dt{
color: rgba(137,81,82,1.00);
font-weight: bolder;
}
.under-info dt:before{
content: "▼";
color: rgba(207,161,25,0.7);
}


/*XS-XS***************
***********************/
@media screen and (max-width : 420px ){
/*トップバードロップダウンリストの位置*/
.top-ctg{
}
.topBar li.pot:hover ul{
left: 0%;
}
.topBar li.green:hover ul{
left: 20%;
}
.topBar li.saccu:hover ul{
left: 35%;
}
.topBar li.garden:hover ul{
left: 42%;
}
.topBar li.info:hover ul{
left: 50%;
}

.topic-path a, .topic-path{
font-size: 10px;
}
.topic-path{
padding: 3px !important;
}

/*swip-slider****************/
.swiper-button-prev,.swiper-button-next {
background-size: 10px  17px !important;
}
.swiper-pagination{
top: 86% !important;
width: 10%;
}
.swiper-pagination-bullet {
width: 5px !important;
height: 5px !important;
}
img.kanban{
margin-top: 35px;
}
/*順序を入れ替える************/
#oya {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
}  

/*****XS******/
#ko-1 {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}
#ko-2 {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
#ko-3 {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
box-ordinal-group: 3;
}

/*レフトナビ********************/
.left-navi{
clear: left;
}
.top-ctg{
display: none;
} 
.topBar ul li:nth-child(4) ul a{
right: -100px;
}
.topBar ul li ul a{
width: 50vw;
}

/*メインコンテンツ*******************/


  /*購入ボタン*****************/
  .square-bt {
    width: 80%;
    margin: 20px auto;
  }
  
/*フッター**************************/

  .footer{
    padding: 10px 5% 50px;
  }
  .footer-copy{
    font-size: 16px;
  }
  .soudan{
    font-size: 12px;
  }
.footer-info{
font-size: 3vw;
}
.footer-info img{
width: 40%;
}
.footer-link a{
font-size: 2.4vw;
}
/*店舗案内*****************/
.under-info{
font-size: 14px;
}

}

/*SM*SM********************
**************************/
@media screen and (min-width:421px) and (max-width:600px){

/*順序を入れ替える************/
#oya {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
}                    
/*****SM******/
#ko-1 {/*メインコンテンツ*/
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}
#ko-2 {/*レフトナビ*/
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
#ko-3 {/*レフトバナー*/
-webkit-box-ordinal-group: 8;
-moz-box-ordinal-group: 8;
box-ordinal-group: 8;
}
#ko-4{
-webkit-box-ordinal-group: 7;
-moz-box-ordinal-group: 7;
box-ordinal-group: 7;	
}
#ko-5{
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
box-ordinal-group: 4;	
}
#ko-6{
-webkit-box-ordinal-group: 6;
-moz-box-ordinal-group: 6;
box-ordinal-group: 6;	
}
#ko-7{
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;
box-ordinal-group: 5;	
}

/*トップバードロップダウンリストの位置*/
.topBar li.pot:hover ul{
left: 0%;
}
.topBar li.green:hover ul{
left: 20%;
}
.topBar li.saccu:hover ul{
left: 40%;
}
.topBar li.garden:hover ul{
left: 60%;
}
.topBar li.info:hover ul{
left: 68%;
}

/*swip-slider**/
.swiper-button-prev,.swiper-button-next {
background-size: 16px  22px !important;
}
.swiper-pagination{
top: 90% !important;
} 

/**看板*********/
img.kanban{
margin-top: 35px;
}
/*トピックパス*********/
.topic-path{
font-size: 12px;
}

  /*購入ボタン*****************/
  .square-bt {
    width: 60%;
    margin: 20px auto;
  }
  
/*フッター*/
.footer{
padding: 10px 5% 50px;
}
  
  .footer-copy{
    font-size: 16px;
  }
.footer-info{
font-size: 2.5vw;
padding-bottom: 100px;
}
.footer-info img{
width: 40%;
}
.footer-link a{
font-size: 2.0vw;
}
/*right-col******************/
.right-col{
}
/*商品名・価格****************/

/*ガイドページのドロップダウンリスト*/
.ddl-garden, .ddl-green, .ddl-hana{
font-size: 14px;
}
.guid-icon:hover .ddl-hana,.guid-icon:hover .ddl-green,.guid-icon:hover .ddl-garden{
top: 75px;
}
/*店舗案内*****************/
.under-info{
font-size: 13px;
}


}

/*MD*MD******************
**************************/
@media screen and (min-width:601px) and (max-width:770px){
/*トップバードロップダウンリストの位置*/
.topBar li.pot:hover ul{
left: 0%;
}
.topBar li.green:hover ul{
left: 20%;
}
.topBar li.saccu:hover ul{
left: 40%;
}
.topBar li.garden:hover ul{
left: 60%;
}
.topBar li.info:hover ul{
left: 68%;
}

/*看板***********************/
img.kanban{
margin-top: 30px !important;
}

.topic-path a, .topic-path{
font-size: 12px;
}

/*swip-slider*/
.swiper-button-prev,.swiper-button-next {
background-size: 20px  30px !important;
}
.swiper-pagination{
top: 90% !important;
}
/*right-colo********************/
.right-col{
width: 46% !important;
margin-left: 4%;
}

/*レイアウト*****************/
.left-navi{
width: 14%;
float: left;
}
.main-contents{
width: 86%;
float: left;

}
.left-col{
float: left;
width: 50%;
}
.right-col{
float: left;
width: 50%;
}
.sub-contents{
display: block;
width: 100%;
float: left;
}
.under-navi{
display: none;
}
.slider{
margin: 0 auto;
}
.contents{
}
.footer-wrapper{
clear: both;
}
.footer{
  width: 85%;
  box-sizing: border-box;
padding: 10px 5% 50px;
  margin: 0 10%;
}
  .footer-copy{
    font-size: 16px;
  }
.footer-info{
font-size: 2.0vw;
}
.footer-info img{
width: 40%;
}
.footer-link a{
font-size: 1.5vw;
}
/*店舗案内***********************/
.under-info{
font-size: 14px;
}
.multicolumnbox {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

}

/*LG*LG**********************/
@media screen and (min-width:770px){
/*topic-path*****************/
/*トップバードロップダウンリストの位置*/
.topBar li.pot:hover ul{
left: 0%;
}
.topBar li.green:hover ul{
left: 20%;
}
.topBar li.saccu:hover ul{
left: 40%;
}
.topBar li.garden:hover ul{
left: 60%;
}
.topBar li.info:hover ul{
left: 68%;
}

.topic-path a, .topic-path{
font-size: 14px;
}
.topic-path{
padding: 3px;
}

/*swip-slider****************/
.swiper-button-prev,.swiper-button-next {
background-size: 20px  30px !important;
}
.swiper-pagination{
top: 94% !important;
}

/*看板**************************/
img.kanban{
margin-top: 32px;
}

/*レフトナビ***************/
.left-navi{
width: 14%;
float: left;
}
.main-contents{
width: 86%;
float: left;
}
.sub-contents{
display: block;
width: 100%;
float: left;
}
.left-col{
float: left;
width: 50%;
}
.right-col{
float: left;
width: 50%;
}

.sub-contents{
width: 20%;
float: left;
}
.under-navi{
display: none;
}
.slider{
max-width: 1000px;
margin: 0 auto;
}
.contents{
max-width: 1000px;
}
.footer-wrapper{
clear: both;
}
.footer{
clear: both;
max-width: 1000px;
}

.footer{
alignment-baseline: 
  }
.footer-info{
font-size: 16px;
}
.footer-info img{
width:30%;
}
.footer-link{
max-width: 1000px;
}
.footer-link a{
font-size: 12px;
}
/*お問合せボタン*****************/
#float-bottun{
font-size: 1.8vw;
}

/*店舗案内************************/
.multicolumnbox{
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
.under-info{
padding: 10px;
font-size: 14px;
line-height: 1.7em;
color: #777;
}

}
