@charset "UTF-8";
/* CSS Document */
/*================= 
下層ページ
=================== */


/* shop.html*/
#contents.shop #sec01 .LRbox{
	overflow:hidden;
	padding-right: 40px;
	}

#contents.shop #sec01 .LRbox .Rbox{
	width:40%;
	float:right;
	margin-right: -40px;
	}

  #contents.shop #sec01 .LRbox .Rbox img{
	  width:100%;
	  heght:100%;
	  }
  
  
#contents.shop #sec01 .LRbox .Lbox{
	width:60%;
	float:left;
	margin-right: 40px;
	}
	
	
#contents.shop #sec01 .LRbox .Lbox h3{
	font-size:20px;
	}
#contents.shop #sec01 .LRbox .Lbox h3+p{
	color:#626262;
	}
	
	
#contents.top #sec01 .LRbox .Lbox dl,
#contents.shop #sec01 .LRbox .Lbox dl{
	overflow:hidden;	
	padding-top:5px;
	}
	
#contents.shop #sec01 .LRbox .Lbox h3+p+dl{
	border-top:#ccc solid 1px;
	margin-top:15px;
	padding-top:15px;
	}
#contents.shop #sec01 .LRbox .Lbox dl dt{
	width:140px;
	float:left;
	}
	
#contents.shop #sec01 .LRbox .Lbox dl dd{
	width:100%;
	float:right;
	margin-left:-140px;
	padding-left:140px;
	box-sizing: border-box;
	}
#contents.shop #sec01 .concept{
	border-top:#ccc solid 1px;
	margin-top:15px;
	padding:15px 0 40px;
	}
	
/* list.html*/
#contents.list #sec01 .Menubox{
	margin-bottom:30px;
	}
	
#contents.list #sec01 .Menubox h3{
	font-size:16px;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
	border-bottom:#151515 solid 3px;
			}
#contents.list #sec01 .Menubox ul{
	list-style-type:none;
	}
	
#contents.list #sec01 .Menubox ul li{
	overflow:hidden;	
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:#ccc solid 1px;
	}

#contents.list #sec01 .Menubox ul li:last-child{
	border-bottom:none;
	}

#contents.list #sec01 .Menubox ul li{
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

#contents.list #sec01 .Menubox ul li .Centerbox{
	flex: 1;
	min-width: 0;
}

#contents.list #sec01 .Menubox ul li .Centerbox .Centerbox_Inn{
	padding: 15px;
}
	
#contents.list #sec01 .Menubox ul li .Lbox{
	width: 280px;
	flex-shrink: 0;
}

#contents.list #sec01 .Menubox ul li .Lbox img{
	width: 100%;
	height: auto;
	display: block;
}

#contents.list #sec01 .Menubox ul li .Rbox{
	width: 280px;
	flex-shrink: 0;
}

#contents.list #sec01 .Menubox ul li .Rbox img{
	width: 100%;
	height: auto;
	display: block;
}

/* 画像が2枚ある場合は縦に並べる */
#contents.list #sec01 .Menubox ul li:has(.Lbox):has(.Rbox img){
	flex-wrap: wrap;
}

#contents.list #sec01 .Menubox ul li:has(.Lbox):has(.Rbox img) .Centerbox{
	flex: 0 0 100%;
	order: 1;
}

#contents.list #sec01 .Menubox ul li:has(.Lbox):has(.Rbox img) .Lbox{
	order: 2;
}

#contents.list #sec01 .Menubox ul li:has(.Lbox):has(.Rbox img) .Rbox{
	order: 3;
}
	
/* gallery.html*/
.bxslider li figure img.heightBox {
    width: auto;
    max-height: 733px;
	
}

.bxslider li figure {
    max-height: 733px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
	background: #fff;
}

.bxslider li figure img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
	left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	
}

.bxslider li figcaption {
    width: 100%;
    height: 80px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: 0;
	overflow-y:auto;
}

.bxslider li figcaption p {
	max-height: 80px;
    padding: 0 90px;
	margin:8px 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contents.gallery #bx-pager{
	overflow:hidden;
	
	}
	
/* news.html*/
#contents.news #sec01 .news_inner{
	width:750px;
	margin:0 auto;
	}
	
#contents.news #sec01 .news_inner p:first-child{
	font-size:12px;
	color:#626262;
	text-align:right;
	}
	
#contents.news #sec01 .news_inner p:first-child+h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
	}
	
#contents.news #sec01 .news_inner .title_box h3{
	font-size:16px;
	font-weight:700;
	margin-top:60px;
	font-family: 'Raleway', sans-serif;
	border-bottom:#151515 solid 1px;
	padding-bottom:3px;
	}
	
#contents.news #sec01 .news_inner .title_box dl{
	overflow:hidden;
	border-bottom:#151515 solid 1px;
	padding:10px 0;
	}
	
#contents.news #sec01 .news_inner .title_box dl dt{
	width:150px;
	float:left;
	color:#626262;
	}
	
#contents.news #sec01 .news_inner .title_box dl dd{
	width:550px;
	float:left;
	font-weight:bold;
	}
	
#contents.news #sec01 .news_inner .title_box dl dd a{
	color:#151515;
	}
#contents.news #sec01 .news_inner .title_box dl dd a:hover{
	text-decoration:none;
	}
	
	
