@charset "utf-8";

/* =============================================================================
   Basic portion 
   ========================================================================== */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

article,aside,dialog,figure,footer,header,nav,section{
	display: block;
	font-size: 100%;
}

body{
	font-size: small;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body{
	animation: bodyFadeIn 3s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 3s ease 0s 1 normal;
}

@keyframes bodyFadeIn {
	0% {opacity: 0.1}
	100% {opacity: 1}
}

@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0.1}
	100% {opacity: 1}
}

a{color: #333;}

a img.linkimg{
	background: none!important;
}

a:hover img.linkimg{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}

#maincont{
	width: 100%;
	margin: 0 auto;
}

#content{
	width: 1280px;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
}

#content .information{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 40px;
}

#content .information img{
	border-radius: 10px;
}

#content h2{}

.clearfix {
	display: inline-block;
}

/* Dreamweaverバグ用 */
.clearfix {
	overflow: hidden;
}

/* MacIE用 */
*+html .clearfix {height: 1%;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* パンくず */
.syncer-brcb {overflow: hidden ;list-style-type:none;font-size:10px;text-align:left;margin:10px 0 10px 15px;color:#fff;}
.syncer-brcb a{color:#C7B994;}
.syncer-brcb li {float: left ;font-weight:20;}
.syncer-brcb li:after {content: ">" ;padding: 0 8px ;font-weight:20;}
/* パンくず 一番最後の[li] */
.syncer-brcb li:last-child:after {content: none ;}



/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes fuwafuwa(2) {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}
 
.anime-fuwafuwa(2) {
  animation: 2s fuwafuwa(2) infinite;
}



/* =============================================================================
   header 
   ========================================================================== */
header{
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}

header h1{
	z-index: 2;
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 5px 5px 5px 45px;
}

header h1 a{color: #fff;}

#header_imgbox{
	width: 1280px;
	height: 165px;
	margin: 0 auto 0 auto;
	text-align: center;
}

/* =============================================================================
   nav 
   ========================================================================== */
.nav_menu{
	width: 100%;
	height: 80px;
	margin: 0 auto 0 auto;
	background: rgba(0,0,0,0.9);
	z-index: 1000;
}

.nav_menu ul{
	width: 1280px;
	height: 80px;
	text-align: center;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}

.nav_boder{
	width: 128px;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	color: #C7B994;
}

.nav_boder a{width: 128px;height: 80px;display: block;border-left: 3px double rgba(245,178,178,0.3);color: #C7B994;}
.nav_boder a:hover {color: #CACAC8;}

.nav_boder_right{
	width: 128px;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	color: #C7B994;
}

.nav_boder_right a{width: 128px;height: 80px;display: block;border-right: 3px double rgba(245,178,178,0.3);border-left: 3px double rgba(245,178,178,0.3);color: #C7B994;}
.nav_boder_right a:hover {color: #CACAC8;}

.nav_boder span{font-size: 10px;line-height: 7px;display: block;color: #C7B994;}
.nav_boder_right span{font-size: 10px;line-height: 7px;display: block;color: #C7B994;}

.nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* =============================================================================
   footer 
   ========================================================================== */
.scroll_top_area{
	height: 200px;
	margin: 120px auto 0 auto;
	padding: 10px 0;
	width: 100%;
}

.scroll_top_area p#page-top {
	background: #C7B994;
	margin: 10px auto 10px auto;
	text-align: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow:hidden;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.scroll_top_area p#page-top:hover{
	transform: scale(1.3, 1.3);
}

.scroll_top_area p#page-top a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	padding-top: 40px;
	font-weight: bold;
	line-height: 23px;
	font-size: 22px;
}

#qrlist{
	float: left;
	text-align: right;
	width: 250px;
	height: 250px;
	margin: 0 0 0 25px;
	padding: 30px 0px 0px 0px;
	color: #C7B994;
	font-size: 15px;
	line-height: 20px;
}

#qrlist img{
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

#qrlist img:hover{transform: scale(1.1, 1.1);}

footer{
	bottom: 0;
	width: 100%;
	height: auto;
	background: #222;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border-top: 5px solid #C7B994;
}

#footerbox{
	width: 1280px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

#footerbox h1{
 	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 25px;
}

.copyright{
	width: 1250px;
	float: left;
	text-align: right;
	padding-top: 55px;
	color: #C7B994;
}

.copyright a{
	color: #C7B994;
}

#shopname{
	float: left;
	width: 450px;
        height: auto;
        padding: 25px 25px 5px 10px;
        color: #C7B994;
	text-align: left;
        line-height: 19px;
}

.navlist{
	float: left;
	text-align: left;
	width: 250px;
	height: auto;
	padding: 30px 0px 0px 10px;
	color: #C7B994;
}

.navlist li a{
	line-height: 30px;
}

.navlist ul p{
	line-height: 30px;
	float: left;
}

.navlist a{
	color: #C7B994;
}

#footerbox li{}