﻿@charset "utf-8";

/* ------ container ------ */
#container {
	position: relative;
	z-index: 2;
}
/* tithaircatalog */
#tithaircatalog {
	width: 90%;
	margin: 0 auto;
}
#tithaircatalog img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	#titProducts {
		width: 94%;
	}
}
/* openArea */
#openArea {
	position: relative;
	z-index: 2;
	padding-bottom: 10%;
}
.paperArea {
	width: 50%;
	margin: 0 auto;
	background-color: #efefef;
	box-shadow: 0 0 15px #796f60;
	padding: 4% 10% 8%;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
@media screen and (max-width: 639px) {
	.paperArea {
		width: 70%;
		padding: 4% 5% 8%;
	}
}
.paperArea h2{
	background-color: #463318;
	line-height: 200%;
	color: #fff;
	font-weight: bold;
	margin-top: 4%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.paperArea p{
	border-bottom: dotted 1px #463318;
	padding: 3%;
}
.paperArea p span{
	font-weight: bold;
}
@media screen and (max-width: 639px) {
	.paperArea h2{
		font-size: 90%;
	}
	.paperArea p{
		font-size: 90%;
	}
}

/* bg01 */
#bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 639px) {
	#bg01 {
		top: 60px;
	}
}
#bg01 img{
	width: 100%;
}

/* スライダー
================================================== */
.photoArea {
	position: relative;
	background-color: #fff;
	margin-bottom: 6%;
}
#owl-demo .itemBox{
	text-align: center;
	padding: 0;
}
.itemBox img{
	width:100%;
	height: auto;
}
#owl-demo .txtBox h3{
	padding: 10px 0 0;
	line-height: 130%;
	font-size: 90%;
	font-weight: bold;
}
.customNavigation{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0.5%;
}
.customNavigation .fLeft{
	float: left;
	display:block;
	padding-left: 20px;
}
.customNavigation .fRight{
	float: right;
	display:block;
	padding-right: 20px;
}
.customNavigation .fLeft,
.customNavigation .fRight{
	width: 40px;
	position: relative;
	z-index: 100;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn img{
	width: 100%;
}
/* Owl Carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0;
	z-index: 30;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* Carousel Owl Demo Theme */
.owl-theme .owl-controls{
	width: 80%;
	text-align: center;
	position: relative;
	z-index: 40;
	padding: 16px 0;
	margin: 0 auto;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
@media screen and (max-width: 800px) {
	.customNavigation {
		bottom: 1.5%;
	}
	.customNavigation .fLeft{
		padding-left: 10px;
	}
	.customNavigation .fRight{
		padding-right: 10px;
	}
	.customNavigation .fLeft,
	.customNavigation .fRight{
		width: 30px;
	}
}
@media screen and (max-width: 479px) {
	.owl-pagination {
	}
	.customNavigation .fLeft,
	.customNavigation .fRight{
		width: 30px;
	}
}





