@charset "utf-8";

html {
 	overflow-y: scroll !important;
	overflow: hidden;
}
body {
	color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
}
/*　游ゴシックによるボタン文字ズレをふせぐため（IE10以降にのみ適用）*/
@media all and (-ms-high-contrast:none)
{
    html
    {
        font-family: 'メイリオ', 'Meiryo', sans-serif;
    }
}
a {
	text-decoration: none;
	color: #c0c0c0;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}
.loader {
	position: absolute;
	z-index: 9999;
	width: 56px;
	height: 33px;
	top: 49%;
	left: 49%;
}


/* -----------------------------------------------------------
	>>>>> SECTION 1++　--TOP--
----------------------------------------------------------- */
.section1 {
	position: relative;
}
article #full{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.dots {
	background: url(../images/dots.png) ;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}
.bgmaximage {
	position: fixed !important;
	display: none;
}

/* slide animation */
.left-right {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:20s;
 -ms-animation-duration:20s;
 animation-duration:20s;
 -webkit-animation-name: left-right;
 animation-name: left-right;
 visibility: visible !important;
}
.right-left {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:20s;
 -ms-animation-duration:20s;
 animation-duration:20s;
 -webkit-animation-name: right-left;
 animation-name: right-left;
 visibility: visible !important;
}

@-webkit-keyframes left-right {
  0% {
    -webkit-transform:   translateX(3%);
            transform:   translateX(3%); }
  100% {
    -webkit-transform:   translateX(0%);
            transform:   translateX(0%); } }
@-o-keyframes left-right {
  0% {
    -o-transform:   translateX(3%);
       transform:   translateX(3%);}
  100% {
    -o-transform:   translateX(0%);
       transform:   translateX(0%); } }
@keyframes left-right {
  0% {
    -webkit-transform:   translateX(3%);
         -o-transform:   translateX(3%);
            transform:   translateX(3%); }
  100% {
    -webkit-transform:   translateX(0%);
         -o-transform:   translateX(0%);
            transform:   translateX0%); } }
			
@-webkit-keyframes right-left {
  0% {
    -webkit-transform:   translateX(0%);
            transform:   translateX(0%); }
  100% {
    -webkit-transform:   translateX(3%);
            transform:   translateX(3%);  } }
@-o-keyframes right-left {
  0% {
    -o-transform:   translateX(0%);
       transform:   translateX(0%); }
  100% {
    -o-transform:   translateX(3%);
       transform:   translateX(3%); } }
@keyframes right-left {
  0% {
    -webkit-transform:   translateX(0%);
         -o-transform:   translateX(0%);
            transform:   translateX(0%); }
  100% {
    -webkit-transform:   translateX(3%);
         -o-transform:   translateX(3%);
            transform:   translateX(3%); } }
			

/* -----------------------------------------------------------
	mainlabel
----------------------------------------------------------- */
#mainlabel {
	background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	width: 360px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	margin-right: 0;
	z-index: 99999;
    -webkit-box-shadow: 1px 0px 1px 0px #222; 
	-moz-box-shadow: 1px 0px 1px 0px #222; 
	box-shadow: 1px 0px 1px 0px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222')";/* For IE 8 */
}
#contents {
	padding-right: 3px;
	height: 100%;
	background: #fff url(../images/bg1a.jpg);
	margin-right: 10px;
	margin-left: 10px;
	color: #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
header {
	text-align: center;
	padding-top: 30px;
}
h1.pc {
	margin-bottom: 30px;
}
.logotype {
	padding-top: 100px;
	width: 300px;
}
.sp {
	display: none;
}
nav li a {
	font-family: 'Crimson Text', serif;	
	color: #b29700;
	letter-spacing: 1px;
	position: relative;
	z-index: 999999;
}
.credit{
	position: absolute;
    bottom: 15px;
	right: 15px;
	font-family: 'Crimson Text', serif;	
	color: #c0c0c0;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}


/* -----------------------------------------------------------
	btn +
----------------------------------------------------------- */
#submenu {
    position: fixed;
    right: 0;
    top: 25px;
}
#submenu ul .nav-e a {
	font-size: 24px;
	color: #b29700;
	letter-spacing: 1px;
}

/* SVG  ANIMATION  ARROW */
#svg4 {
	position: absolute;
	left: 48%;
	bottom: 0;
	z-index: 99999;
    opacity: 0;  
}
#svg4 {/* lazyload */
  -webkit-animation: fadein 2.5s ease 2.5s 1 forwards;
  animation: fadein 2.5s ease 2.5s 1 forwards;
}
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
} 
#svg4 svg {
	height: 80px;
}
#svg4 svg #arrow {
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
#svg4 svg #circle {
	-webkit-animation-name: svg4;
	animation-name: svg4;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
@-webkit-keyframes svg4 {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* TOP btn */
#totop-btn {
    position: fixed; 
    bottom: -10px;
    right: 20px; 
	z-index: 9999999;
    font-size: 35px;
}
#totop-btn a {
    display: block;
    width: 50px; 
    height: 50px;
    color: #fff; 
    text-align: center; 
    outline: none;
	transition: 1.0s;
}
#totop-btn a:hover {
    text-decoration: none; 
    color: #999;
}


/* -----------------------------------------------------------
	>>>>> SECTION 2++　--ABOUT--
----------------------------------------------------------- */
.section2 {
	background: url(../images/1.png) ,url(../images/noise.png) rgba(255, 255, 255, .7);
	background-repeat: no-repeat, repeat;
	height: 900px;
	border-top: 2px solid #fff; 
	position: relative;
}
article#about-tp {
	padding-top: 100px;
	padding-bottom: 200px;
	width: 800px;
	margin: 0 auto;
	color: #333;
	font-size: 22px;
	line-height: 2;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .5);
	text-align: justify;
}
h2 {
	text-align: center;
	margin-bottom: 50px;
}
h2 .ttl01 {
	font-size: 35px;
	color: #916f27;
	font-weight: normal !important;
}


/* -----------------------------------------------------------
	>>>>> SECTION 3　--LINE UP--
----------------------------------------------------------- */
.section3 {
	background: url(../images/2.png) rgba(76, 25, 0, 0.97) no-repeat;
	position: relative;
	height: 2900px;
}
article#lineup-tp {
	padding-top: 100px;
	padding-bottom: 200px;
	width: 800px;
	margin: 0 auto;
	color: #333;
	line-height: 2;
	letter-spacing: 0.1em;
}
.card {
	margin: 0 auto;
	border: 1px solid #666;
	border-top: 10px solid #5f3b2e;
    width: 650px;
    background: url(../images/noise.png)  #5f3b2e;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
    margin-bottom: 150px;
}
.card1 {
	margin: 0 auto;
	border: 1px solid #666;
	border-top: 10px solid #b84f04;
    width: 650px;
    background: url(../images/noise.png)  #b84f04;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
    margin-bottom: 150px;
}
.card2 {
	margin: 0 auto;
	border: 1px solid #666;
	border-top: 10px solid #a39d51;
    width: 650px;
    background: url(../images/noise.png)  #a39d51;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
    margin-bottom: 150px;
}
.card-img {
    max-width: 100%;
    height: auto;
}
.card-content {
    padding: 0 0px;
}
.card-title img {
    max-width: 100%;
    height: auto;
}
.card-text {
	padding-top:0;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

/********* wave area   *********/
#svg3 svg {
  	height: 300px;
  	width: 100vw;
  	position: absolute;
	top: -300px;
  	left: 0;
}


/* -----------------------------------------------------------
	>>>>> SECTION 4　--SHOP--
----------------------------------------------------------- */
.section4 {
	background: url(../images/3.png) ,url(../images/bg.png);
	background-repeat: no-repeat, repeat;
	border-top: #fff 1px solid;
	border-bottom: #eee 1px solid;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    behavior: url("../common/PIE.htc"); /* CSS3 PIE */
	display: block; /* for IE11 */
	position: relative;
	height: 1700px;
	z-index: 99999;
}
article#shop-tp {
	padding-top: 100px;
	padding-bottom: 200px;
	width: 800px;
	margin: 0 auto;
	color: #333;
	font-size: 22px;
	line-height: 2;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .5);
	text-align: justify;
}
#map .mapimg {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 80px 0;
	position: relative;
	padding-bottom: 75%; // 縦横比
	height: 0;
	overflow: hidden;
}
#map .mapimg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#map .mapimg iframe {
   -webkit-filter: saturate(30%);
   -moz-filter: saturate(30%);
   -ms-filter: saturate(30%);
   -o-filter: saturate(30%);
   filter: saturate(30%);
}
#map .mapimg iframe:hover{
    -webkit-transition: filter 1s ease;
    -moz-transition: filter 1s ease;
 　 -ms-transition: filter 1s ease;
  　-o-transition: filter 1s ease;
 　 transition: filter 1s ease;
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -ms-filter: saturate(100%);
    -o-filter: saturate(100%);
    filter: saturate(100%);
}
.button-wrapper2 {
	text-shadow: none;
	display: block;
	margin: 80px 22px 50px auto;
	width: 250px;
    letter-spacing: 0.2em;
	font-size: 14px;
	display: block;
	padding: 10px 20px;
	z-index: 100;
	position: relative;
}
.button2 {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  border: 2px solid rgba(76, 25, 0, 1);
  color: rgba(76, 25, 0, 1);
  line-height: 50px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.button2:hover {
  background-color: rgba(76, 25, 0, .9);
  color: #fff;
}
.arw {
	position: absolute;
	right: 0;
}


/* -----------------------------------------------------------
	>>>>> SECTION 5　--break--
----------------------------------------------------------- */
.section5 {
	background: rgba(76, 25, 0, 0);
	position: relative;
	height: 500px;
}


/* -----------------------------------------------------------
	>>>>> SECTION 6　--CONTACT--
----------------------------------------------------------- */
.section6 {
	background: url(../images/4.png) ,url(../images/bg01.jpg);
	background-repeat: no-repeat, repeat;
	border-top: #ccc 1px solid;
	position: relative;
	height: 500px;
	z-index: 99999;
}
article#contact-tp {
	padding-top: 100px;
	padding-bottom: 200px;
	width: 800px;
	margin: 0 auto;
	color: #333;
	line-height: 2;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255,.3);
	z-index: 999999;
}
h3.form {
	margin: 60px 0 10px 0;
}
form {
	margin-top: 10px;
	width: 800px;
}
form div {
	padding: 10px;
}
input, textarea {
	font-size: 14px;
    border: 1px solid #bbb;
    padding: 10px;
    color: #333;
    background: #fffffd;
}
input:focus, textarea:focus {
    background: #f7f7f7;
}
.submit {
	font-size: 16px;
    border:1px solid #916f27;
    padding: 6px 10px;
    color: #fff;
    cursor: pointer;
    background: #916f27;
	margin-top: 30px;     
}
p.btn {
	text-align: center;
}
p.btn input:focus {
    background: #916f27;
}
.attention {
	color: #ce2706;
	font-size: 12px;
}
input[type="text"],
textarea {
    width: 100%;
}
textarea {
  -webkit-appearance: none;
	-webkit-border-radius : 0;
	outline: none;
}
input {
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	outline: none;
}


/* -----------------------------------------------------------
	>>>>> SECTION 7　--break--
----------------------------------------------------------- */
.section7 {
	background:url(../images/bg01.jpg);
	position: relative;
	height: 380px;
}


/* -----------------------------------------------------------
	>>>>> SECTION 8　--FOOTER--
----------------------------------------------------------- */
.section8 {
		background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	position: relative;
	height: 324px;
	text-align: center;
	color: #777;
	font-size: 20px;
	line-height: 2;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .8);
	letter-spacing: 0.8px;
	font-family: 'Crimson Text', serif;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, .1); 
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, .1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222')";/* For IE 8 */
}
#label-btm {
	background: #fff url(../images/bg1a.jpg);
	padding-top: 45px;
	width: 100%;
	height: 310px;
	position: absolute;
	left: 0;
	bottom: 8px;
}
article#footer-top {
	margin: 0 auto;
}
article#footer-top p a {
	color: #777;
}
.address {
	font-size: 16px;
}
ul#sns {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
ul#sns li {
	float: left;
}
ul#sns li a {
	color:  #ab8941;
	font-size: 30px;
	padding-right: 10px;
	transition: linear .3s;
}
ul#sns a:hover {
	opacity: .5;
}
.credit-btm {
	position: absolute;
    bottom: 5px;
	margin: 0 auto;
	width: 100%;
	font-family: 'Crimson Text', serif;	
	font-size: 16px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}


/* -----------------------------------------------------------
	mediaqueries
----------------------------------------------------------- */
@media screen and (max-width : 800px) { /* for smp */
.pc {
	display: none;
}
.sp {
	display: block;
}
body {
	font-family: 'Noto Sans JP', sans-serif !important;
	
}
#mainlabel {
	background: transparent;
	position: fixed;
	width: 100%;
	height: 60px;
	letter-spacing: 0.8px;
	font-family: 'Crimson Text', serif;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .3); 
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222')";/* For IE 8 */
	z-index: 999999;
}
#contents {
	background: url(../images/bg1b.png);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #eee;
	margin-right: 0;
	margin-left: 0;
}
header h1.sp {
	text-align: left;
	margin: -10px; /* ??? */
	padding-left: 30px;
	font-size: 18px;
}
header h1.sp a {
	color: #777;
}
p.sp {
	position: absolute;
    top: 45%;
	margin: 0 auto;
	text-align: center;
	z-index: 9999;
}
p.sp img#mainlogo {
	width: 90%;
}
article#about-tp {
	padding-top: 50px;
	padding-bottom: 180px;
	width: 85%;
	margin: 0 auto;
	color: #333;
	font-size: 18px;
	line-height: 2.2;
}
article#about-tp p {
	margin-bottom: 30px;
}
h2 .ttl01 {
	font-size: 25px;
}
article#lineup-tp {
	padding-top: 0;
    width: 100%;
	padding-bottom: 200px;
}
.card {
    width: 95%;
}
.card1 {
    width: 95%;
}
.card2 {
    width: 95%;
}
.card-text {
	padding: 0 12px 30px 12px;
}
article#shop-tp {
	font-size: 18px;
	width: 85%;
	line-height: 2.2;
	text-align: justify;
}

article#contact-tp {
	width: 95%;
}
form {
	width:100%;
}
article#footer-tp {
	
	width: 90%;
}
#totop-btn {
    position: fixed; 
    top: 70%;
    right: 3px; 
	z-index: 9999999;
    font-size: 35px;
}
#svg4 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.section2 {
	background: url(../images/noise.png) rgba(255, 255, 255, .7);
	background-repeat: repeat;
	height: 800px;
}
.section3 {
	background-image: none;
	height: 2300px;
}
.section4 {
	background: url(../images/bg.png);
	background-repeat: repeat;
	height: 1500px;
}
.section6 {
	background:url(../images/bg01.jpg);
	background-repeat:repeat;
}
.section8 {
	height: 314px;
}
#label-btm {
	height: 300px;
	bottom: 8px;
	padding-top: 15px;
}
footer p.credit-btm {
	position: fixed;
    bottom: 5px;
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
	text-shadow: none;
	z-index: 999999;	
}
/*********    SVG  wave area   *********/
#canvas-container {
	position: absolute;
	height: 100vh;
  	width: 100vw;	
	top: -300px;
	left: 0;
	z-index: 99999;	
}

}

