charset "utf-8";
/* CSS Document */
body {
	position: relative;
}
#menu {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 100;
}
#menu h1.top_headline {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	padding-top: 18px;
}
.scroll_btn {
	position: absolute;
	bottom: 30px;
}
.pre_open {
	position: absolute;
	bottom: 200px;
	text-align: center;
	width: 400px;
}
.nav_btn {
	position: absolute;
	bottom: 80px;
}
#menu nav {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	overflow: hidden;
}
#menu nav ul {
	width: 720px;
}
#menu nav li {
	height: 50px;
	margin-right: 30px;
	padding-top: 15px;
	text-align: center;
	float: left;
}
#menu nav li a {
	color: #FFF;
}
#menu nav .cart {
	width: 150px;
	height: 50px;
	float: right;
	background: #C00;
	text-align: center;
	line-height: 50px;
}
#menu nav .cart a {
	display: block;
	width: 150px;
	height: 50px;
	color: #333;
	background: #C00;
	font-weight: bold;
}
#menu nav .cart a:hover {
	color: #C00;
	background: #000;
}

#top, #concept, #topics, #shop, #contact {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
#concept, #topics, #shop, #contact {
	background-color: #333;
}
#top {
	overflow: visible;
	background-color: none;
	margin-top: -50px;
}
#container {
    width: 100%;
    text-align: center;
}
 
/* #fullbg_stretch
--------------------------- */
#fullbg_stretch  img {
    visibility: hidden;
}
 
/* #contents
--------------------------- */
#contents {
    margin: 50px auto;
    width: 100%;
    position: relative;
    z-index: 99;
}
 
#contents #overlaybg {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    position: absolute;
}
 
#contents #wrapper {
    width: 100%;
    text-align: left;
    position: relative;
}

#top.concept_start {
	background-image: url(../img/top/image5.jpg);
}
.content {
	width: 900px;
	margin:  0 auto;
}
#concept {
	background-image: url(../img/top/image2.jpg);
}
.concept_top {
	width: 100%;
	height: 200px;
	background: url(../img/top/concept_top.jpg) no-repeat #000 center center;
	margin: 20px 0;
}
.concept_head {
	margin: 20px 0;
	font-size: 18px;
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
}
.concept_read {
	background: url(../img/trans_bg.png);
	padding: 20px;
	font-size: 14px;
	line-height: 48px;
}
.concept_txt {
	width: 860px;
	padding: 20px;
	background: #333;
	color: #FFF;
	margin: 20px 0;
	line-height: 2em;
}
.concept_txt h3 {
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #CCF;
}
#topics {
	background-image: url(../img/top/image3.jpg);
}
nav.tea {
	width: 900px;
	margin: 0 auto;
}
nav.tea ul {
	width: 960px;
	margin-bottom: 10px;
}
nav.tea li {
	width: 200px;
	float: left;
	margin-right: 33px;
	padding: 10px 0;
	text-align: center;
	background: #333;
	color: #F33;
}
nav.tea li a {
	color: #F33;
}
.topics_top {
	width: 100%;
	height: 200px;
	background: url(../img/top/topics_top.jpg) no-repeat #000 center center;
	margin: 20px 0;
}
.topics_head {
	background: url(../img/trans_bg.png);
	padding: 20px;
	font-size: 14px;
	line-height: 32px;
}
.topics_head h3 {
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.teas {
	width: 900px;
	margin-top: 20px;
}
.teas h4 {
	font-size: 14px;
	color: #C30;
	background: #333;
	padding: 10px;
}
.teas ul {
	width: 1000px;
	margin-top: 10px;
}
.teas li {
	width: 140px;
	margin: 0 22px 20px 0;
	padding: 10px;
	float: left;
	border: 1px solid #DDD;
}
.panel {
	-moz-border-radius: 6px;  
	background: #eef2f7;  
	-webkit-border-radius: 6px;  
	border: 1px solid #536376;  
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;  
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;  
	padding: 14px 22px;  
	width: 300px;  
	position:fixed;  
	top:100px;  
	left:50%;  
	display:none;  
	z-index: 20;  
	border:2px solid #CCCCCC;  
	padding:10px 15px 10px 15px;  
	margin-left:-150px;
	line-height: 1.8em;
}
a.close-panel {
	display: block;
	text-align: center;
	padding: 3px 0;
	width: 80px;
	margin: 10px auto;
	border: 1px solid #CCC;
}
#BlackWindow {  
	display:none;
	background:#000;  
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;  
	min-width:100%;  
	min-height:100%;
	z-index: 10;
}  
#shop {
	background-image: url(../img/top/image4.jpg);
}
.shop_top {
	width: 100%;
	height: 200px;
	background: url(../img/top/shop_top.jpg) no-repeat #000 center center;
	margin: 20px 0;
}
.shop_info {
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	line-height: 2em;
}
.shop_contact {
	width: 400px;
	padding: 10px;
	border: 1px solid #063;
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px;  
}
.shop_head {
	width: 900px;
	margin: 20px 0;
	background: #333;
	line-height: 1.8em;
}
.shop_head p {
	color: #FFF;
	padding: 0 10px;
}
#shop table {
	width: 570px;
	float: left;
	margin: 0 30px 20px 0;
	background: url(../img/trans_bg.png);
}
#shop th, #shop td {
	padding: 10px;
	margin-bottom: 10px;
	border-top: none;
	border-left: none;
	border-right:none;
	border-bottom: 1px solid #666;
}
#shop th {
	text-align: left;
}
.shop_img {
	width: 300px;
	float: left;
	background: #333;
	margin-bottom: 20px;
}
.shop_img p {
	padding: 5px;
	color: #FFF;
	line-height: 1.7em;
}
#contact {
	background: #FFF;
	padding-top: 50px;
}
.contact_head {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	background: #333;
}
.contact_read {
	margin: 0 auto;
	width: 640px;
}
.contact_read h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	margin: 10px 0;
}
.contact_box1, .contact_box2 {
	width: 314px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.6em;
	background: #EEE;
	margin-top: 20px;
	float: left;
}
.contact_box1 {
	margin-right: 8px;
}
table.contact_form {
	width: 640px;
	margin: 20px auto 10px auto;
}
.contact_form th, .contact_form td {
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
}
.contact_form .input {
	width: 400px;
	padding: 5px;
}
.submitbutton {
	margin: 0 auto 20px auto;
	width: 302px;
}
.submitbutton input {
	width: 300px;
	padding: 10px 20px;
	text-align: center;
	background: #FFF;
	border: 1px solid #DDD;
	cursor: pointer;
}
.submitbutton input:hover {
	background: #EEE;
}

.pageup {
	width: 100%;
	height: 40px;
	text-align: right;
	background: #333;
}
.pageup a {
	display: block;
	width: 890px;
	margin: 0 auto;
	line-height: 40px;
}
#top_footer {
	position: absolute;
	width: 100%;
	bottom: -50px;
	left: 0;
	height: 120px;
	background: #333;
}
#footer_area {
	width: 100%;
	height: 120px;
	background: #333;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
}
/*SMAHO*/
@media screen and (max-width: 480px) {

#top {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/top/image1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
#top.concept_start {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/top/image5.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

}