@charset "utf-8";

@media screen and (min-width: 640px){
/* Common */
body {
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    *font-size:small;
    *font:x-small;
	background: #ffffff;
	width: 92%;
	margin: 0 4%;
	padding: 0;
	color: #000;
}
ul, ol, dl, li { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 
	padding: 0 20px; 
}
a img { 
	border: none;
}
a:hover img {
	opacity: 0.6;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* コンテナ領域 */
.container {
	width: 100%;
	max-width: 1024px;
	min-width: 930px;
	background: #FFF;
	margin: 20px auto 0 auto; 
}

/* --- Header --- */
.header {
	padding: 20px 0 10px 0;
	text-align:center;
	background: #ffffff;
}

/* グローバルメニュー */
.gmenu {
	width: 520px;
	margin: 0 auto;
	text-align:center;
}
.gmenus {
	width: 520px;
	margin-left: 40px;
	list-style:none outside;
}
.menu {
	margin-right: 40px;
	float:left;
}
.menu.twitter {
	padding: 4px 0 5px 0;
}

/* メイン領域 */
.content {
	margin: 10px 0;
	padding: 0;
	text-align:center;
}
.update {
	padding: 40px 0 0 0;
}

/* Company */
.companytitle {
	width: 100%;
	height: 44px;
	padding: 3px 0;
	background: #ff8c00;
	line-height: 0;
	text-align:left;
	position:relative;
	z-index: 3;
}
.companytitle:before {
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #ff8c00;
	position:absolute;
	z-index: -1;
}
.companytitle:after {
	content:"";
	width: 2%;
	padding: 0 360px;
	margin-left: -360px;
	top: 49%;
	left: 49%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.7);
	box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-border-radius:360px / 20px;
	border-radius:360px / 20px;
	z-index: -2;
}
.handling {
	width: 100%;
	height: 250px;
	top: 0;
	right: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.handling:before {
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #FF8C00;
	position:absolute;
	z-index: -1;
}
.handling:after {
	content:"";
	position:absolute;
	z-index: -10;
	width: 1px;
	padding: 0 360px;
	margin-left: -360px;
	top: 50%;
	left: 50%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.7);
	box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-border-radius:360px / 20px;
	border-radius:360px / 20px;
}
.handling h3 {
	text-align:left;
	padding: 0;
}
.handling_bk {
	width: 100%;
	height: 250px;
	padding: 0;
	position:relative;
	z-index: 3;
}
.handling_bk:before {
	content:"";
	width: 50px;
	height: 100%;
	top: 0;
	right: 230px;
	background: #bf0056;
	position:absolute;
	z-index: 4;
}
.handling_bk:after {
	content:"";
	width: 150px;
	height: 100%;
	top: 0;
	right: 280px;
	background: #b0005a;
	position:absolute;
	z-index: 5;
}
.brands {
	width: 100%;
	height: 230px;
	padding-top: 20px;
	top: 0;
	left: 0;
	padding-left: 20px;
	float:left;
	position:relative;
	z-index: -2;
}
.brands:before {
	content:"";
	width: 40%;
	height: 100%;
	top: 0;
	right: 430px;
	background: #723c27;
	position: absolute;
	z-index: -3;
}
.brands:after {
	content:"";
	width: 40%;
	height: 100%;
	top: 0;
	left: 0;
	background: #723c27;
	position: absolute;
	z-index: -4;
}
.brands h3 {
	width: 110px;
}
.brands ul {
	width: 250px;
	margin-top: 1em;
	float:left;
}
.brands ul li.brand {
	width: 210px;
	padding: 0 10px;
	color :#FFFFFF;
	line-height: 1.5em;
	margin-right: 20px;
	margin-bottom: 1em;
	text-align: left;
	list-style: none;
	display:block;
	float: left;
}

.brands ul li.brand a:link, .brands ul li.brand a:hover, .brands ul li.brand a:visited {
	color: #d9e021;
}

.brands ul li.brand:hover {
	background: #ff8c00;
}

/* shop */

.shoptitle {
	width: 100%;
	height: 35px;
	padding: 8px 0 7px 0;
	background: #d9e021;
	line-height: 0;
	text-align:left;
	position:relative;
	z-index: 3;
}
.shoptitle:before {
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #d9e021;
	position:absolute;
	z-index: -1;
}
.shoptitle:after {
	content:"";
	position:absolute;
	z-index: -2;
	width: 1px;
	padding: 0 360px;
	margin-left: -360px;
	top: 50%;
	left: 50%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.7);
	box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-border-radius:360px / 20px;
	border-radius:360px / 20px;
}
.shopinfo {
	width: 100%;
	height: 250px;
	top: 0;
	right: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.shopinfo:before {
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #d9e021;
	position:absolute;
	z-index: -1;
}
.shopinfo:after {
	content:"";
	position:absolute;
	z-index: -10;
	width: 1px;
	padding: 0 360px;
	margin-left: -360px;
	top: 50%;
	left: 50%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.7);
	box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-border-radius:360px / 20px;
	border-radius:360px / 20px;
}
.shopinfo h3 {
	text-align:left;
	padding: 0;
}
.shopinfo_bk {
	width: 100%;
	height: 250px;
	padding: 0;
	position:relative;
	z-index: 3;
}
.shopinfo_bk:before {
	content:"";
	width: 180px;
	height: 100%;
	top: 0;
	right: 210px;
	background: #00b290;
	position:absolute;
	z-index: 4;
}
.shopinfo_bk:after {
	content:"";
	width: 95px;
	height: 100%;
	top: 0;
	right: 390px;
	background: #00a191;
	position:absolute;
	z-index: 5;
}
.shop_introduction {
	width: 100%;
	height: 230px;
	padding-top: 20px;
	top: 0;
	left: 0;
	padding-left: 10px;
	text-align:left;
	color: #FFFFFF;
	float:left;
	position:relative;
	z-index: -2;
}
.shop_introduction:before {
	content:"";
	width: 40%;
	height: 100%;
	top: 0;
	right: 430px;
	background: #723c27;
	position: absolute;
	z-index: -3;
}
.shop_introduction:after {
	content:"";
	width: 40%;
	height: 100%;
	top: 0;
	left: 0;
	background: #723c27;
	position: absolute;
	z-index: -4;
}
.shop_introduction p {
	line-height: 1.7em;
}

.shopmenu {
	width: auto;
	margin: 20px;
}
.shopmenus {
	list-style:none outside;
}
.shopmenus .menu {
	float:left;
}
.shopmenus.twitter {
	padding: 4px 0 5px 0;
}
#hbox1 {
	height: 52px;
	width: 140px;
	position: relative;
}
#hbox2 {
	height: 52px;
	width: 116px;
	margin-left: 2%;
	position: relative;
}
#hbox3 {
	height: 52px;
	width: 47px;
	margin-left: 2%;
	position: relative;
}
#hbox4 {
	height: 52px;
	width: 25px;
	margin-left: 2%;
	position: relative;
}
.shopmenus img {
	position: absolute;
	bottom: 0;
}
.shopmenus .map img {
	position: absolute;
	bottom: 5px;
}
.shopmenus .twitter img {
	position: absolute;
	bottom: 6px;
}
.shopphoto {
	width: 320px;
	height: auto;
	top: 30px;
	right:50px;
	list-style:none;
	padding-left:0;
	position: absolute;
	text-align:center;
	overflow: hidden;
	z-index: 6;
}
.shopphoto img {
	border: #FFFFFF 1px solid;
	position:relative;
	z-index: 6;
}
.brandlist {
	width: 850px;
	margin: 40px auto;
	padding-left: 50px;
}
.brandlist h3 {
	padding: 0;
	width: 800px;
	text-align:left;
	border-bottom: #723c27 1px solid;
}
ul.brandlists {
	width: 120px;
	margin-right: 50px;
	list-style: none;
	text-align: left;
	float: left;
}
ul.brandlists li {
	margin-top: 20px;
}
p#inquiry {
	padding: 30px 0;
}
p#inquiry br {
	display:none;
}


/* --- Brand_Introduction --- */
.brand_introduction {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	background: #d4145a;
	line-height: 0;
	text-align:left;
	position:relative;
	z-index: 2;
}
.brand_introduction:before {
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #d4145a;
	position:absolute;
	z-index: -1;
}
.brand_introduction:after {
	content:"";
	width: 1px;
	padding: 0 360px;
	margin-left: -360px;
	top: 50%;
	left: 50%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.7);
	box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-border-radius:360px / 20px;
	border-radius:360px / 20px;
	z-index: -2;
}
.brand_introduction h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.brand_introduction_bk {
	width: 100%;
	height: 100%;
	padding: 0;
	position:relative;
	z-index: 3;
}
.brand_introduction_bk:before {
	content:"";
	width: 200px;
	height: 100%;
	top: 0;
	right: 0;
	background: #ff8c00;
	position: absolute;
	z-index: 4;
}
.brand_introduction_bk:after {
	content:"";
	width: 50px;
	height: 100%;
	top: 0;
	right: 200px;
	background: #723c27;
	position: absolute;
	z-index: 5;
}
#gabs .brandinfo h3 {
	margin-top: 40px;
	text-align: center;
}
#gabsinfo1 p,#gabsinfo2 p,#gabsinfo3 p,#gabsinfo4 p {
	margin: 20px 0;
	font-size: 116%;
}
#gabs h4 {
	margin: 20px 0;
	font-size: 131%;
	text-decoration:underline;
	text-align: center;
}
.gabslogo {
	margin: 30px 0;
}
#gabs #onlineshop {
	width: 140px;
	height: 52px;
	margin: 30px auto;
	position: relative;
}

/* --- News --- */
div.update {
	width: 657px;
	margin: 0 auto;
	font-size: 93%;
}
div.update:before {
	content: ".";
	display: block;
	height: 20px;
	clear: both;
	visibility: hidden;
}
div.update h3 {
	width: 657px;
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	text-align:left;
}
div.updatelist {
	margin: 0;
	padding: 0;
	text-align:left;
}

div.update dl:nth-child(2n+1) {
	width: 100%;
	margin: 0;
	background:#f2f7f4;
}
div.update dl:nth-child(2n) {
	width: 100%;
	margin: 0;
	background:#d3e4dc;
}
div.update dt {
	width: 9em;
	float: left;
	padding: 1em 0 1em 2em;
	line-height: 1em;
	text-align:left;
}
div.update dd {
	margin: 0;
	padding: 1em 1em 1em 9em; 
	line-height: 1em;
	text-align:left;
}
ul.post-list {
	width: 655px;
	margin: 0;
	padding: 0;
	border: 1px solid #999999;
	font-size: 93%;
	list-style: none;
}
ul.post-list li:nth-child(2n+1) {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	background:#f2f7f4;
}
ul.post-list li:nth-child(2n) {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	background:#d3e4dc;
}
ul.post-list li a:hover, a:active, a:focus, a:link, a:visited {
	color: #000000;
}
ul.post-list li br {
	display: none;
}
ul.post-list li span.date {
	width: 9em;
	padding: 0 0 0 2em;
	line-height: 1em;
	text-align:left;
}
ul.post-list li span.title {
	margin: 0;
	padding: 0 0 0 2em;
	line-height: 1em;
	text-align:left;
}

/* --- Profile --- */
div.profile {
	width: 40%;
	margin: 50px 3% 50px 2%;
	font-size: 93%;
	float: left;
}
div.profile h3 {
	padding: 0 0 10px;
	font-size: 100%;
	text-align: left;
}
div.profile dl {
	width: 100%;
	margin: 0;
	border-top: 1px #000 solid;
}
div.profile dt {
	width: 6.7em;
	float: left;
	padding: 0.8em 0 0.8em 3px;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
div.profile dd {
	margin: 0;
	padding: 0.8em 3px 0.8em 9em; 
	border-bottom: 1px #c0c0c0 dotted;
	line-height: 1.5em;
	text-align:left;
}
div.profile div.map {
	padding-top: 30px;
	text-align:left;
}
div.profile p {
	margin: 30px 0;
	padding: 0;
}

div.introduction {
	width: 50%;
	margin: 50px 2% 50px 3%;
	font-size: 100%;
	text-align:left;
	position:relative;
	float: right;
}
div.introduction img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
div.introduction div.signature {
	width: 307px;
	float: right;
}
div.introduction p {
	margin: 30px 0;
	padding: 0;
	line-height: 1.8em;
}


/* --- Contact --- */
.contacttitle {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	background: #9e005d;
	line-height: 0;
	text-align:left;
	position:relative;
	z-index: 3;
}
.contacttitle:before {
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #9e005d;
	position:absolute;
	z-index: -1;
}
.contacttitle:after {
	content:"";
	width: 1px;
	padding: 0 360px;
	margin-left: -360px;
	top: 50%;
	left: 50%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.7);
	box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-border-radius:360px / 20px;
	border-radius:360px / 20px;
	z-index: -2;
}
.contacttitle h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.contacttitle_bk {
	width: 100%;
	height: 100%;
	padding: 0;
	position:relative;
	z-index: 3;
}
.contacttitle_bk:before {
	content:"";
	width: 200px;
	height: 100%;
	top: 0;
	right: 0;
	background: #ff8c00;
	position: absolute;
	z-index: 4;
}
.contacttitle_bk:after {
	content:"";
	width: 50px;
	height: 100%;
	top: 0;
	right: 200px;
	background: #723c27;
	position: absolute;
	z-index: 5;
}
section.contact {
	width: 60%;
	margin: 50px auto;
	font-size: 93%;
	text-align:left;
}
section.contact h3 {
	padding: 0 0 10px;
	font-size: 100%;
	text-align: left;
}
section.contact p {
	padding: 20px 0;
}
section.contact dl:nth-child(2n+1) {
	width: 100%;
	margin: 0;
	padding: 5px;
	background:#f2f7f4;
}
section.contact dl:nth-child(2n) {
	width: 100%;
	margin: 0;
	padding: 5px;
	background:#d3e4dc;
}
section.contact dt {
	width: 10em;
	float: left;
	padding: 7px 0 6px 20px;
	line-height: 120%;
	text-align: justify;
	text-justify: inter-ideograph;
}
section.contact dd {
	margin: 0;
	padding: 7px 3px 6px 13em; 
	line-height: 120%;
	text-align:left;
}
.errmsg {
	color: #CC0000;
}

/* --- Footer --- */
.footer {
	padding: 40px 0 10px 0;
	font-size:80%;
	color:#333333;
	text-align:center;
	border-bottom: 15px #ff8c00 solid;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

/* Shared styles */

.drop-shadow {
	position:relative;
	float:left;
}

.drop-shadow:before {
	content:"";
	position:absolute;
	z-index: -1;
	width: 1px;
	padding: 0 308px;
	margin-left: -308px;
	top: 50%;
	left: 50%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 30px rgba(0,0,0,0.7);
	box-shadow:0 0 30px rgba(0,0,0,0.7);
	-moz-border-radius:200px / 20px;
	border-radius:200px / 20px;
}

.drop-shadow2:before {
	content:"";
	position:absolute;
	z-index: -1;
	width: 1px;
	padding: 0 360px;
	margin-left: -360px;
	top: 50%;
	left: 50%;
	bottom: 0;
	position:absolute;
	-webkit-box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-box-shadow:0 0 50px rgba(0,0,0,0.7);
	box-shadow:0 0 50px rgba(0,0,0,0.7);
	-moz-border-radius:360px / 20px;
	border-radius:360px / 20px;
}
		
/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* --- clearfloat --- */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

}