﻿@charset "utf-8";

/* mainArea */
#mainArea {
	position: relative;
	z-index: 2;
}
#mainBox {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	#mainBox {
		width: 100%;
	}
}
#mainBox .forMobile{
	width: 100%;
	padding-top: 30%;
}
.forMobile span{
	font-weight: bold;
}
#mainBox img{
	width: 100%;
}
/* ------ topImg ------ */
.topImg {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 10%;
}
.topImg img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ------ container ------ */
#container {
	position: relative;
	z-index: 2;
}
/* articleTit */
#articleTit {
	position:relative;
	width:94%;
	padding: 0 3%;
	max-width: 1300px;
	margin: 0 auto;
}
#articleTit img{
	width: 100%;
}
#articleTit h2{
	padding-bottom: 3%;
}
#articleTit h3{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 3%;
	font-weight: bold;
}
#articleTit p{
	width:90%;
	margin: 0 auto;
	padding-bottom: 10%;
	text-align: justify;
}
@media screen and (max-width: 639px) {
	#articleTit p{
		font-size: 90%;
	}
}
/* ------ bannArea ------ */
.bannArea .topbannerBox {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 6%;
}
@media screen and (max-width: 639px) {
	.bannArea .topbannerBox {
		width: 85%;
		margin: 0 auto;
		padding-bottom: 12%;
	}
}
.bannArea .topbannerBox img{
	width: 100%;
}
/* linkBtn
================================================== */
.topbannerBox .linkBtn {
    position: relative;
    z-index: 10;
	width: 100%;
}
.topbannerBox .linkBtn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 11;
}
/* zoomBtn
================================================== */
.topbannerBox .zoomBtn {
	border: solid 1px #fff;
	box-shadow: 0 0 15px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.topbannerBox .zoomBtn:hover {
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/* leadWrapper */
#leadWrapper {
	padding-bottom: 4%;
}
@media screen and (max-width: 639px) {
	#leadWrapper {
		padding-bottom: 8%;
	}
}
/* leadArea */
#leadArea {
	position:relative;
	width:94%;
	padding: 0 3%;
	max-width: 1300px;
	margin: 0 auto;
}
#leadArea img{
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#leadArea h2{
	padding-bottom: 3%;
}
#leadArea h3{
	width:90%;
	margin: 0 auto;
	padding-bottom: 3%;
	font-weight: bold;
}
#leadArea p{
	width:90%;
	margin: 0 auto;
	padding-bottom: 10%;
	text-align: justify;
}
@media screen and (max-width: 639px) {
	#leadArea p{
		font-size: 90%;
	}
}
/* leadBlock */
.leadBlock {
	float: left;
	width: 42%;
	padding: 0 4% 6%;
}
@media screen and (max-width: 639px) {
	.leadBlock {
		float: none;
		width: 90%;
		padding: 3%;
		margin: 0 auto;
	}
}
#leadArea .leadBlock h3{
	width: 100%;
	margin: 0;
	padding-bottom: 1%;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px;
}
#leadArea .leadBlock p{
	width: 100%;
	margin: 0;
	padding: 2% 0 0 0;
	text-align: justify;
}
@media screen and (max-width: 639px) {
	#leadArea .leadBlock h3{
		font-size: 100%;
	}
	#leadArea .leadBlock p{
		font-size: 90%;
	}
}
#leadArea .leadBlock .imgS{
	width: 50%;
	margin: 0 auto;
}
/* leadBox */
.leadBox {
	width: 42%;
	padding: 0 4% 6%;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.leadBox {
		float: none;
		width: 90%;
		padding: 3%;
		margin: 0 auto;
	}
}
#leadArea .leadBox h3{
	width: 100%;
	margin: 0;
	padding-bottom: 1%;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px;
}
#leadArea .leadBox p{
	width: 100%;
	margin: 0;
	padding: 2% 0 0 0;
	text-align: justify;
}
@media screen and (max-width: 639px) {
	#leadArea .leadBox h3{
		font-size: 100%;
	}
	#leadArea .leadBox p{
		font-size: 90%;
	}
}
/* titBox */
.titBox {
	width: 100%;
	padding-bottom: 5%;
}
.titBox h2{
	width: 60%;
	margin: 0 auto;
}
.titBox h2 img{
	width: 100%;
}
/* infoBox */
.infoBox {
	width: 90%;
	margin: 0 auto;
	border-top: #463318 solid 1px;
	padding-bottom: 10%;
}
.infoBox dl{
	border-bottom: #463318 solid 1px;
	padding: 1%;
}
.infoBox dt{
	float: left;
	width: 18%;
	padding: 0 2%;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}
.infoBox dd{
	float: right;
	width: 70%;
	padding: 0 2%;
}
.infoBox dd:hover{
	background-color: #f3efe9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: .3s;
}
@media screen and (max-width: 639px) {
	.infoBox dd{
		font-size: 90%;
	}
}
@media screen and (max-width: 639px) {
	.infoBox dt{
		float: none;
		width: 98%;
		font-size: 70%;
		text-align: left;
	}
	.infoBox dd{
		float: none;
		width: 96%;
	}
}
/* articleArea */
#articleArea {
	padding-bottom: 10%;
}
#articleBox {
	max-width: 1600px;
	margin: 0 auto;
}
#articleBox img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
#articleBox img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#articleBox dl{
	float: left;
	width: 29.3%;
	padding: 1% 2% 3%;
}
#articleBox dd.topicDay{
	padding-top: 2%;
	font-size: 70%;
	font-weight: bold;
}
.btnOther {
	width: 35%;
	margin: 0 auto;
}
.btnOther img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	#articleBox dl{
		float: none;
		width: 80%;
		margin: 0 auto 12%;
		padding: 1% 0 3%;
		border-bottom: dotted 1px #463318;
	}
	#articleBox dt{
		width: 70%;
		margin: 0 auto;
	}
	#articleBox dd{
		width: 70%;
		margin: 0 auto;
	}
	.btnOther {
		padding-top: 20px;
		width: 80%;
	}
}
/* container02 */
#container02 {
	position: relative;
}
/* praiceArea */
#praiceArea {
	position: relative;
	z-index: 2;
	padding-bottom: 10%;
}
.priceBox {
	width: 30%;
	text-align: center;
}
.priceL {
	float: left;
	padding: 0 5% 0 15%;
}
.priceR {
	float: right;
	padding: 0 15% 0 5%;
}
.priceBox h2{
	font-size: 120%;
	font-weight: bold;
	padding-top: 2%;
}
.priceBox img{
	width: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.priceBox img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (max-width: 639px) {
	.priceBox {
		width: 40%;
	}
	.priceL {
		padding: 0 5% 0 5%;
	}
	.priceR {
		padding: 0 5% 0 5%;
	}
	.priceBox h2{
		font-size: 100%;
	}
}
/* catalogArea */
#catalogArea {
	position: relative;
	z-index: 2;
	padding-bottom: 10%;
}
.catalogBox {
	text-align: center;
	float: left;
	width: 29%;
	padding: 0 2%;
}
#line2.catalogBox {
	margin-left: 17%;
}

.catalogBox h2{
	font-size: 120%;
	font-weight: bold;
	padding-top: 2%;
}
.catalogBox img{
	width: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.catalogBox img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (max-width: 639px) {
	.catalogBox {
		width: 40%;
		padding: 0 5%;
	}
	.catalogBox h2{
		font-size: 100%;
	}
	#line2.catalogBox {
		margin-left: 0;
	}
}
/* staffArea */
#staffArea {
	position: relative;
	z-index: 2;
	padding-bottom: 10%;
}
.staffBox {
	text-align: center;
	float: left;
	width: 16.66%;
}
.staffBox h2.nameTxt{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 12%;
}
.staffBox p{
	font-size: 70%;
	font-weight: bold;
	padding-top: 2%;
}
.staffBox img{
	width: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.staffBox img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 1080px) {
.staffBox {
		width: 25%;
	}
}
@media screen and (max-width: 639px) {
	.staffBox {
		width: 50%;
	}
	.staffBox h2.nameTxt{
		font-size: 100%;
	}
}
/* bg02 */
#bg02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-top: 10%;
}
#bg02 img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	#bg02 {
		padding-top: 30%;
	}
}
/* bg01 */
#bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-top: 50%;
}
#bg01 img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	#bg01 {
		padding-top: 120%;
	}
}
/* TOPページスライダー
================================================== */
#slideWrapper {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
}
/* TOPページスライダー
================================================== */
#slideWrapperS {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 639px) {
	#slideWrapperS {
		position: absolute;
		z-index: 0;
		top: 60px;
		left: 0;
		width: 100%;
	}
}
.photoArea {
	position: relative;
	background-color: #fff;
	margin-bottom: 6%;
}
#owl-demo .itemBox,
#owl-demoS .itemBox{
	text-align: center;
	padding: 0;
}
#owl-demo .itemBox img,
#owl-demoS .itemBox img{
	width:100%;
	height: auto;
}
#owl-demo .itemBox a:hover img,
#owl-demoS .itemBox a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height:1px;
}
#owl-demo .txtBox h3,
#owl-demoS .txtBox h3{
	padding: 10px 0 0;
	line-height: 130%;
	font-size: 90%;
	font-weight: bold;
}
.customNavigation{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 47%;
}
.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;
	display: none!important;
}
.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 .fLeft{
		padding-left: 10px;
	}
	.customNavigation .fRight{
		padding-right: 10px;
	}
	.customNavigation .fLeft,
	.customNavigation .fRight{
		width: 30px;
	}
}
@media screen and (max-width: 479px) {
	.owl-pagination {
		display: none;
	}
	.customNavigation .fLeft,
	.customNavigation .fRight{
		width: 30px;
	}
}
/* youtubeArea */
#youtubeArea {
	width: 90%;
	max-width: 900px;
	padding: 30px 0;
	margin: 0 auto;
}
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 639px) {
	#youtubeArea {
		padding: 0 0 30px;
	}
}

/* bannerBox */
.bannerBox {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.bannerBox img{
	width: 100%;
}

