@charset "utf-8";
/* CSS Document */



html {

}



@media screen and (min-width: 1000px) {

#logo{
	position:absolute;
	top:7%;
	left:4%;
	max-width:55%;
	min-width:45%;
}
  ...
}

@media screen and (min-width: 640px) and (max-width: 999px) {

#logo{
	position:absolute;
	top:7%;
	left:4%;
	max-width:70%;
	min-width:50%;
}
  ...
}

@media screen and (max-width: 639px) {

#logo{
	position:absolute;
	top:7%;
	left:4%;
	max-width:90%;
	min-width:70%;
}

}


body {
	margin: 0 auto;
	height:100%;
	padding:0;
	perspective: 1px;
	transform-style: preserve-3d;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 17px;
	color:#333;
	line-height: 1.6em;
	letter-spacing: 0.01em;
}

a img {
	border:0;
}


.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f20 {
	font-size: 20px;
}


.f23 {
	font-size: 23px;
}

.f31 {
	font-size: 31px;
}


.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt120 {
	margin-top: 120px;
}



.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}


.lh3 {
	line-height: 3rem;
}

.lh4 {
	line-height: 4rem;
}






.image_main01 {
	background: url("../img/pc/main01.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main02 {
	background: url("../img/pc/main02.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main03 {
	background: url("../img/pc/main03.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main04 {
	background: url("../img/pc/main04.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main05 {
	background: url("../img/pc/main05.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main06 {
	background: url("../img/pc/main06.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main07 {
	background: url("../img/pc/main07.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main08 {
	background: url("../img/pc/main08.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main09 {
	background: url("../img/pc/main09.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main10 {
	background: url("../img/pc/main10.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main11 {
	background: url("../img/pc/main11.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}

.image_main12 {
	background: url("../img/pc/main12.jpg") no-repeat fixed;
    background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	height:100%;
	width:100%;
	transform-style: inherit;
	position:relative;
}




.parallax-kameya {
  width: 100%;
  min-width: 1000px;
  min-height: 1300px; 
}


.parallax-foot {
  max-height: 290px;
  margin-bottom:20px; 
}






pre {
  overflow: auto;
}

pre code {
  word-wrap: normal;
  white-space: pre;
}



#area_title {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}


#area_title .txt {
	width: 460px;
	margin-top: 65px;
	float: left;
	text-align: left;
	letter-spacing: 0.09rem;
	line-height: 2.0rem;
	padding-right: 10px;
}



#area_txtile {
	width: 1000px;
	margin: 0 auto 90px auto;
}


#area_txtile .concept {
	width: 525px;
	margin-top:30px;
	float:left;
}


#area_txtile .txt {
	width: 460px;
	margin-top: 30px;
	float: left;
	text-align: left;
	letter-spacing: 0.09rem;
	line-height: 1.8rem;
	margin-right: 15px;
}





#area_wagashi {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 110px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
	margin: 0;
}


#area_wagashi .concept {
	width: 525px;
	margin-top:30px;
	float:left;
}


#area_wagashi .txt_area {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#area_wagashi .txt {
	width: 450px;
	float: left;
	text-align: left;
	letter-spacing: 0.09rem;
	line-height: 1.8rem;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 60px;
	margin-left: 20px;
}


#slide1 {
	width:1000px!important;
	height:630px;
	margin:0 auto;
}



#slide2 {
	width:1000px!important;
	height:666px;
    margin: 0 auto;
}





#area_tenugui {
	width: 1000px;
	margin: 0 auto 110px auto;
}


#area_tenugui .order_btn {
	width: 532px;
	margin:0 auto;
	text-align:right;
}





#area_zaifu {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 110px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
	margin: 0;
}



#area_zaifu .concept {
	width: 525px;
	margin-top:30px;
	float:left;
}


#area_zaifu .txt_area {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#area_zaifu .txt {
	width: 450px;
	float: left;
	text-align: left;
	letter-spacing: 0.09rem;
	line-height: 1.8rem;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}




#area_kameya {
	width: 100%;
	margin:0 auto;
	position:relative;
	background-color:#000;
}





#area_kameya .txt {
	position:absolute;
	top:142px;
	left:50%;
	margin-left:-360px;	
	width: 720px;
	color:#FFF;
	text-align:left;
	letter-spacing:0.01rem;
	line-height:1.8rem;
	z-index:10;
}

#viewer3 {
	position:absolute;
	left:50%;
	margin-left:-50%;	
    width: 100%;
    min-height: 1200px;
    overflow: hidden;
    position: relative;
}
 
#viewer3 img {
    top: 0;
    left: 0;
    position: absolute;
}


#area_archives27 {
	width: 1000px;
	margin:90px auto 0 auto;
	position: relative;
	overflow: hidden;	
}

#area_archives27 ul {
	margin-left:-40px;
	text-align:center;
	width:100%;
}

#area_archives27 ul li {
	list-style: none;
	margin: 10px;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

#area_archives27 li a{
display:block;
width:207px;
height:285px;
}





#area_archives {
	width: 958px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}


#area_archives #grid{
	width: 958px;
}

#area_archives .l_area {
	width: 457px;
	margin-right: 22px;
	float:left;
	display:block;
}

#area_archives .r_area {
	width: 457px;
	margin-left: 22px;
	float:left;
	display:block;	
}

#area_archives .txt {
	width: 423px;
	margin: 0 17px 35px 17px;
	letter-spacing: 0.09rem;
	line-height: 1.6rem;
}








#area_footer {
	width: 1000px;
	margin: 0 auto 40px auto;
	padding: 0;
}

#area_footer .txt {
	width: 900px;
	color:#666;
	text-align:center;
	margin: 10px 50px 30px 50px;
	letter-spacing:0.09rem;
	line-height:1.8rem;
}







.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	min-height:700px;
	min-width:466px
}


.bx-wrapper .bx-viewport {
	left: -5px;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 9px;
	width:68px;
	height:68px;
	top:50%;
	margin-top: -34px;
	background: url(pc/prev.gif) no-repeat;
}

.bx-wrapper .bx-next {
	right: 9px;
	width:68px;
	height:68px;
	top:50%;
	margin-top:-34px;
	background: url(pc/next.gif) no-repeat;
}




.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(pc/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}