/* CSS Document */
/*---------------------------------- 
	(c)SBD Style 
	Template:DoMo lettuce
	ver:0.1
	type:Giga_plan_kiji
	トップ
----------------------------------*/

/*スライドショーデフォルトCSSリセット*/
#container div.content div.lSSlideOuter div.lSSlideWrapper.usingCss,
#container div.content div.lSSlideOuter div.lSSlideWrapper.usingCss ul#image-gallery.gallery.list-unstyled.lightSlider.lsGrab.lSSlide,
#container div.content div.lSSlideOuter div.lSSlideWrapper.usingCss ul#image-gallery.gallery.list-unstyled.lightSlider.lsGrabbing.lSSlide,
#container div.content div.lSSlideOuter div.lSSlideWrapper.usingCss div.lSAction
{
margin-bottom:10px;
}

#container div.content div.lSSlideOuter ul.lSPager.lSGallery{
margin-left:auto;
margin-right:auto;
}
#container div.content div.lSSlideOuter{
margin-bottom:10px;
}
/*----------------------------*/
#container div.content div.info ul.information{
	height:100px;
	overflow-y:scroll;
	list-style-type:none;
	font-size:12px;
}
#container div.content div.info ul.information li{
	border-bottom:dashed 1px #CCC;
}
#container div.content div.info ul.information li span{
	padding-left:10px;
	padding-right:10px;
	width:40px;
	display:inline-block;
	
}
#container div.content div.info ul.information li span.new{
	color:#f5697c;
}
#container div.content div.info ul.information li span.inf{
	color:#813a87;
}
#container div.content div.info ul.information li span.ups{
	color:#1e90ff;
}

#container div.content div.info ul.information li span::after{
	content:">";
}

/*----------------------------
トップページフリースペース
-----------------------------*/

#container div.content div.top_free_space{

}
/*--------------------------------------------------*/

.reviewlist {
  list-style: none;
  width: 670px;
}

.reviewlist> li {
  clear: both;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
  padding-bottom: 20px;
}

#container .reviewlist li div.icon_star {
  margin-bottom: 10px;
}

#container .reviewlist ul.review_poster {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

.reviewlist ul.review_poster li {
  float: left;
}

.reviewlist ul.review_poster li:nth-child(1) {
  margin-right: 20px;
}

.reviewlist ul.review_poster li:nth-child(2) {
  margin-right: 20px;
}

.reviewlist ul.review_poster li:nth-child(3) {
  margin-right: 20px;
}

.reviewlist ul.review_poster li:nth-child(4) {
  float: right;
}

.reviewlist ul.review_poster::after {
  content: '';
  clear: both;
  display: block;
  height: 1px;
  width: 670px;
  margin-bottom: 10px;
}

.reviewlist li div.reviewlist_content > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.reviewlist li:nth-child(2n) div.reviewlist_content > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}

#container .reviewlist li div.reviewlist_content div {
  line-height: 2em;
}

.reviewlist div.reviewlist_content > a img {
  max-height: inherit;
  max-width: inherit;
}

.reviewlist li div.reviewlist_content div.title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5em !important;
    margin-left: 5px;
    padding-bottom: 10px;
}
.reviewlist li:nth-child(2n) div.reviewlist_content div.shop_comment div.title {
	text-align:right;
	
}


.reviewlist li div.reviewlist_content div.shop_comment {
  background: #EEE;
  padding: 10px;
  border-radius: 10px;
  margin-top: 55px;
  clear:both;
  position:relative;
}

.reviewlist li div.reviewlist_content div.shop_comment span {
  display: block;
  text-align: right;
}

#reviews div.shop_comment div.shop_image{
	position:absolute;
	top:-50px;
	right:15px;
}
#reviews li:nth-child(2n) div.shop_comment div.shop_image{
	position:absolute;
	top:-50px;
	left:15px;
}


#reviews div.shop_comment div.shop_image img{
	max-height:100px;
	max-width:100px;
	box-shadow: 3px 4px 5px 1px #aaa;
	border:solid 2px #FFF;

}

#reviews div.shop_comment div.shop_image span{

    display: table-cell;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}
#reviews div.shop_comment div.shop_image span:first-child{
	display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 100px;
    padding-right: 10px;
}
#reviews div.shop_comment div.shop_image span:last-child{
	background-color: #ffff99;
	border-radius: 50px;
}
#container div.content div.send_reviews a{

	width:600px;
	height:50px;
	display:block;
	line-height:50px;
	text-align:center;
	border-radius: 10px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #333;
	background: url("http://img21.shop-pro.jp/PA01359/650/etc/pen.png") no-repeat 207px 8px;
}
/*--------------------------------------------------*/
#container div.content div.review h2{
	margin-bottom:0;
	border-bottom:none;
}

#review_list div.info{
	border-bottom: 1px solid #aaa;
}
/*--------------------------------------------*/
#container div.slide_top{
width:980px;
margin-bottom: 40px;
}
/*------------------------------------*/
/* review js*/
#review{
  display:none;
 }
.rev_navi{
  position:relative;
    height:50px;
}
.rev_navi ul,
.rev_navi ul li{
    float:left;
 }
.rev_navi ul{
  width:110px;
  position:absolute;
  left:50%;
  margin-left:-50px;

}
 .rev_navi ul li a{
   width:30px;
   padding:5px;
   border: solid 1px #CCC;
   border-radius:5px;
   text-align:center;
   display:block;
   margin-right:10px;
 }
#rev_info,
#rev_info p{
  text-align:center;
  margin-bottom:10px !important;

 }
.rev_img_close{
	display:none !important;
}

.rev_shop_comment{
	display:none;
}
.rev_comment{
	height:2em;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:0px;
}
.rev_more{
  clear:both;
  line-height:2em;
  height:2em;
  display:block;
  text-align:center;
  padding:0px;
  margin-left:auto;
  margin-right:auto;
  width:100px;
  border:solid 1px #CCC;
  border-radius:8px;
  color:#f1f1f1;
}
.rev_more:hover,.rev_open:hover{
  color:#FFF;
}
.rev_more_close{
  display:none;
}
.rev_close{
  display:none;
}
.rev_open{
  clear:both;
  display:block;
  line-height:2em;
  height:2em;
  text-align:center;
  padding:0px;
  margin-left:auto;
  margin-right:auto;
  width:100px;
  border:solid 1px #CCC;
  border-radius:8px;
  color:#f1f1f1;
}


/*------------------------*/
.lSSlideWrapper .lSAction a{
  display:none;
}
.lSSlideWrapper:hover .lSAction a{
  display:block;   
}

#container .content div.ranking{
  float:left;
  background-color:#FFF;
  box-shadow:0px 0px 0px 1px #00c6ff inset;
-moz-box-shadow:0px 0px 0px 1px #00c6ff inset;
-webkit-box-shadow:0px 0px 0px 1px #00c6ff inset;
}
/*------------*/
.service_line_up{
  width:670px;
}
.service_line_up h2{
  background-color:#666;
  color:#F90;
  padding:1% !important;
  height:auto !important;
  border-bottom:solid 4px #F90 !important;
  background-image:url(https://img21.shop-pro.jp/PA01359/650/etc/speculer2.png);
  background-size:100% 100%;
  clear:both;
  letter-spacing:0.2em;
}
.service_line_up h2.other{
  color:#3CF;
  border-bottom:solid 4px #3CF !important;
}
.service_line_up h2 span {
  background-color: #515152;
  float: right;
  font-size: 12px;
  line-height: 2em;
  padding: 2px;
}
.service_line_up ul.other,
ul.glass_corting{
  list-style-type:none;
  float:left;
  width:100%;
  padding:0;
  margin:0;
}
ul.glass_corting li{
  background-color:#595247;
}

ul.glass_corting li:nth-child(2){
  background-color:#825697;
}

ul.glass_corting li:nth-child(3){
  background-color:#63878b;
}
.service_line_up ul.other li{
  width:22%;
  float:left;
  color:#FFF;
  margin-bottom:40px;
}
ul.glass_corting li{
  width:32%;
  float:left;

  color:#FFF;
  margin-bottom:40px;
}

.service_line_up ul.other li{
  margin-right:26px;
}
.service_line_up ul.other li:nth-child(4n+4){
  margin-right:0;
}


ul.glass_corting li:nth-child(3n+2){
  margin: 0 2% 0 2% ;
}
ul.glass_corting li h3 {
  font-size: 11px;
  letter-spacing: 0 !important;
  margin: 0 !important;
  text-align: center;
}
ul.glass_corting dl{
  margin:0 !important;
}
ul.glass_corting dl dt a{
  display:block;
  width:100%;
  height:130px;
}
ul.glass_corting dl dd{
  margin:0;
}
ul.glass_corting dl dd:nth-child(2){
  font-size:14px;
  text-align:center;
  background-color:#FFF;
  color:#000;
  padding:5px;
  box-shadow:0px 0px 0px 1px #595247 inset;
-moz-box-shadow:0px 0px 0px 1px #595247 inset;
-webkit-box-shadow:0px 0px 0px 1px #595247 inset;
}
ul.glass_corting dl dd:nth-child(2) span{
  font-size:10px;
}
ul.glass_corting dl dd:nth-child(3) {
  font-size: 12px;
  letter-spacing: 0;
  padding: 2%;
   line-height: 1.5em;
}
ul.glass_corting dl dd:nth-child(4) {
  background-color: #444;
  border-top: 1px solid #9f9f9f;
  font-size: 12px;
  line-height: 1.5em;
  padding: 3px;
}
ul.glass_corting dl dd:nth-child(4):before{
  content:"【特徴】";
  font-size:10px;
  text-align:center;
  display:block;
}
ul.glass_corting dl dd:nth-child(5){
  background-color:#666;
}
ul.glass_corting dl dd:nth-child(5) a {
  background-color: #999;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 3px;
  padding: 0;
  text-align: center;
  width: 46%;
}
ul.other li {
  background-color: #333;
  background-image: url("http://img21.shop-pro.jp/PA01359/650/etc/speculer.png");
  background-position: 0 130px;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  letter-spacing: 0;
  line-height: 1em;
}
ul.other li a{
  display:inline-block;
  padding-top:110px;
  text-decoration:none;
  width:100%;
  color:#FFFFFF;
}
ul.other li:nth-child(1) a{
  background-image:url(https://img21.shop-pro.jp/PA01359/650/etc/other001.jpg?cmsp_timestamp=20160725174541);
  background-repeat:no-repeat;
  background-position: center 10px;
}

ul.other li:nth-child(2) a{
  background-image:url(https://img21.shop-pro.jp/PA01359/650/etc/other003.jpg?cmsp_timestamp=20160725174604);
  background-repeat:no-repeat;
  background-position: center 10px;
}
ul.other li:nth-child(3) a{
  background-image:url(https://img21.shop-pro.jp/PA01359/650/etc/other002.jpg?cmsp_timestamp=20160725174555);
  background-repeat:no-repeat;
  background-position: center 10px;
}
ul.other li:nth-child(4) a{
  background-image:url(https://img21.shop-pro.jp/PA01359/650/etc/other003.jpg);
  background-repeat:no-repeat;
  background-position: center 10px;
}
ul.other li a > strong{
  padding:10%;
  font-size:12px;
  display:block;
  width:80%;
  margin-top:20px;
  text-align:center;
}
ul.other li a > span{
  text-align:center;
  padding:10%;
  display:block;
  width:80%;
  color:#FFCC00;
  font-weight:bold;
}