@charset "UTF-8";
/* CSS Document */

h3{
	font-size: 25px;
	color: #807645;
	font-family:'trajan';
	text-align: center;
	letter-spacing: 2px;
	max-width: 390px;
	margin: 0 auto 45px;
	background: url(../img/top/bg_title01.png) no-repeat left top,url(../img/top/bg_title01.png) no-repeat right top;
	background-size: 11px;
	padding-top: 5px;
}

/* スライド */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* スタイル */
section.style{
	padding: 80px 0;
}
section.style .style_thumb{
	overflow:hidden;
	margin-bottom:50px;
}
section.style .style_thumb li{
	float:left;
	width:12.5%;
}
section.style .style_thumb li img{
	width:100%;
	height:auto;
}

/* レコメンド */
section.recommend{
	padding: 80px 0;
	background: #fafafa;
}
section.recommend .recommend_box{
	margin-bottom:50px;
}
section.recommend .recommend_box .inner{
	position: relative;
}
section.recommend .recommend_box .inner p{
	overflow: hidden;
}
section.recommend .recommend_box .inner p img{
	width: 100%;
	height: auto;
}
section.recommend .recommend_box .inner dl{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(128,118,69,0.85);
	padding: 10px;
}
section.recommend .recommend_box .inner dl dt{
	font-size: 12px;
	color: #fff;
	font-family:'trajan';
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
section.recommend .recommend_box .inner dl dd a{
	font-size: 12px;
	color: #fff;
}

/* ピックアップ */
section.pickup{
	padding: 80px 0;
	border-bottom: 1px solid #807645;
}
section.pickup dl{
	width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
section.pickup dl dt{
	margin-bottom: 20px;
}
section.pickup dl dd{
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1px;
	text-align: center;
}

/* プロダクト、リクルート */
section.wide{
}
section.wide .box{
	height:380px;
}
section.wide .box.product{
	background:url(../img/top/bg_product.jpg) no-repeat center top;
	background-size:cover;
}
section.wide .box.recruit{
	background:url(../img/top/bg_recruit.jpg) no-repeat center top;
	background-size:cover;
}
section.wide .box .inner{
	width:420px;
	text-align:center;
	padding-top:80px;
}
section.wide .box.product .inner{
	float:right;
	margin-right:140px;
}
section.wide .box.recruit .inner{
	margin-left:140px;
}
section.wide .box .inner h3{
	font-size: 31px;
	margin-bottom: 25px;
}
section.wide .box.recruit .inner h3{
	color: #fff;
	background: url(../img/top/bg_title02.png) no-repeat left top,url(../img/top/bg_title02.png) no-repeat right top;
	background-size: 11px;
}
section.wide .box .inner .text{
	font-size:14px;
	margin-bottom: 40px;
	line-height: 2em;
}
section.wide .box.product .inner .text{
	color:#4d4d4d;
}
section.wide .box.recruit .inner .text{
	color:#fff;
}

/* 店舗紹介 */
section.info{
	padding: 80px 0;
	background: #fafafa;
}
section.info h3{
	max-width: 480px;
}
section.info .shop_box{
	margin-bottom: 50px;
}
section.info .shop_box .logo{
	margin-bottom: 20px;
}
section.info .shop_box .tel_pc a{
	font-size: 42px;
	color: #807645;
	letter-spacing: 1px;
	font-family:'trajan';
	margin-bottom: 10px;
}
section.info .shop_box .tel_pc a span{
	font-size: 32px;
	color: #807645;
	font-family:'trajan';
}
section.info .shop_box table{
	width: 100%;
	margin-bottom: 15px;
}
section.info .shop_box table th{
	width: 18%;
	font-size: 14px;
	color: #4d4d4d;
	vertical-align: top;
	padding-bottom: 5px;
}
section.info .shop_box table td{
	width: 82%;
	font-size: 14px;
	color: #4d4d4d;
	vertical-align: top;
	padding-bottom: 5px;
}
section.info .shop_box .cap{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1.8em;
}
section.info .content_btn a{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

/* otherエリア */
section.other{
	padding: 80px 0;
}
section.other .google_calendar{
	overflow: hidden;
}

/* インスタ */
section.insta{
	padding: 80px 0;
	background: #fafafa;
}
#insta ul{
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
}
#insta ul li{
	float:left;
	width:12.5%;
	height:auto;
	overflow:hidden;
	border:1px solid #C5C8C9;
	position:relative;
	transition:0.4s all;
	-moz-transition:0.4s all;
	-ms-transition:0.4s all;
	-o-transition:0.4s all;
	-webkit-transition:0.4s all;
}
#insta ul li:before{ padding-top:100%; content: ""; display: block; }
#insta ul li img{
	max-width:140%;
	min-width:100%;
	width:auto;
	max-height:140%;
	min-height:100%;
	height:auto;
	position: absolute;
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
    margin: auto;
}
#insta ul li:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	transition:0.4s all;
	-moz-transition:0.4s all;
	-ms-transition:0.4s all;
	-o-transition:0.4s all;
	-webkit-transition:0.4s all;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
	/* レコメンド */
	section.recommend .recommend_box > div{
		margin-bottom: 30px;
	}
	/* 店舗紹介 */
	section.info .shop_box .pic{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
h3{
	font-size: 18px;
	max-width: 230px;
	margin: 0 auto 30px;
}
	
	/* スタイル */
section.style{
	padding: 40px 0;
}
	section.style .style_thumb{
	margin-bottom:30px;
}
section.style .style_thumb li{
	width:25%;
}
section.style .style_thumb li:nth-child(1),
section.style .style_thumb li:nth-child(2),
section.style .style_thumb li:nth-child(3),
section.style .style_thumb li:nth-child(4){
	margin-bottom:15px;
}
	
	/* レコメンド */
section.recommend{
	padding: 40px 0;
}
section.recommend .recommend_box{
	margin-bottom:10px;
	margin-right: -5px;
	margin-left: -5px;
}
	section.recommend .recommend_box > div{
		padding-left: 5px;
		padding-right: 5px;
	}
section.recommend .recommend_box .inner{
	position: relative;
}
section.recommend .recommend_box .inner p{
	margin-bottom: 10px;
}
section.recommend .recommend_box .inner dl{
	position: relative;
	background: none;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #807645;
}
section.recommend .recommend_box .inner dl dt{
	color: #807645;
}
section.recommend .recommend_box .inner dl dd a{
	color: #4d4d4d;
}
	
	/* ピックアップ */
section.pickup{
	padding: 40px 0;
}
	section.pickup h3{
	padding-top: 0;
}
	section.pickup dl dd{
	font-size: 13px;
}
	
	/* プロダクト、リクルート */
section.wide{
}
section.wide .box{
	height:340px;
}
section.wide .box.product{
	background:url(../img/top/bg_product_sp.jpg) no-repeat center top;
	background-size:cover;
}
section.wide .box.recruit{
	background:url(../img/top/bg_recruit_sp.jpg) no-repeat center top;
	background-size:cover;
}
section.wide .box .inner{
	width:100%;
	padding:50px 15px 0;
}
section.wide .box.product .inner{
	float:none;
	margin-right:0;
}
section.wide .box.recruit .inner{
	margin-left:0;
}
section.wide .box .inner h3{
	font-size: 18px;
}
section.wide .box .inner .text{
	font-size:13px;
}
section.wide .box.recruit .inner .content_btn a{
	color: #807645;
	background: #fff;
}

	/* 店舗紹介 */
section.info{
	padding: 40px 0;
}
section.info h3{
	max-width: 250px;
	padding-top: 0;
}
section.info .shop_box{
	margin-bottom: 30px;
}
	section.info .shop_box .pic{
		margin-bottom: 20px;
	}
section.info .shop_box .logo{
	margin-bottom: 20px;
}
	section.info .shop_box .logo img{
		display: block;
		width: 90px;
		margin: 0 auto;
	}
section.info .shop_box .tel_sp a{
	display: block;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	font-family:'trajan';
	text-align: center;
	max-width: 260px;
	margin: 0 auto 20px;
	border: 1px solid #fff;
	padding: 10px 0 10px 30px;
	outline: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	background: url(../img/common/ic_tel.png) no-repeat left 30px top 10px,#807645;
	background-size: 26px;
}
	section.info .shop_box .tel_sp a:hover{
		text-decoration: none;
	}
	section.info .shop_box table{
		display: block;
		width: 100%;
	}
section.info .shop_box table th{
	display: block;
	width: 100%;
	font-size: 12px;
	padding-bottom: 0;
}
section.info .shop_box table td{
	display: block;
	width: 100%;
	font-size: 12px;
	padding-bottom: 10px;
}
section.info .shop_box .cap{
	font-size: 12px;
}

/* otherエリア */
section.other{
	padding: 40px 0;
}
	section.other .box{
		border-bottom: 1px solid #807645;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}	
	section.other .content_btn a{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
section.other .google_calendar {
	margin-bottom:20px;
}
	section.other .google_calendar{
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.other .google_calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
	
	/* インスタ */
section.insta{
	padding: 40px 0;
}
#insta ul li{
	width:50%;
}
	
}
