html {
}
body {
	color: #B48F75;
	vertical-align: baseline;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	height: 100%;
	line-height:150%;
	overflow-x: hidden;
}
@font-face {
	font-family: 'gothic';
	src:url('../fonts/gothic.woff') format('woff'),
	url('../fonts/gothic.ttf') format('truetype');
}
a{
	text-decoration:none;
	color:#B48F75;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:link{
	text-decoration:none;
	color:#B48F75;
}
a:visited{
	text-decoration:none;
	color:#B48F75;
}
a:active,
a:hover {
	opacity: 0.5 ;
	text-decoration:none;
}
a:hover img {
	opacity: 0.7 ;
}
/* wrap ***************************************************/
#wrapper {
	width:100%;
	border:6px solid #DBC6B9;
	overflow:hidden;
	padding-bottom:120px;
}
.corp-bt {
	position:relative;
	z-index:9999;
}
.corp-bt a{
	position:absolute;
	top:295px;
	left:-53px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin:0;
	padding:0;
}
 .corp-bt a{
	display:block;
}
 .corp-bt span{
	font-family: 'gothic';
	color:#FFF;
	background-color:#B48F75;
	font-size:14px;
	position:relative;
	display: inline-block;
	margin:0;
	padding:10px 70px  10px 15px;
}
/* header ***************************************************/
header {
	overflow:hidden;
	position:relative;
}
header #submenu {
	position:absolute;
	top:0;
	right:120px;
}
header #submenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
header #submenu li{
	font-family: 'gothic';
	display:inline-block;
	border-left: 1px solid #DBC6B9;
	width:90px;
	text-align:center;
	font-size:14px;
}
header #submenu li a{
	display:block;
	padding:45px 0 0 0;
}
header #submenu li:last-child{
	border-right: 1px solid #DBC6B9;
}
#sns {
	overflow:hidden;
	position:absolute;
	right:15px;
	top:30px;
}
#sns ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	display:table;
	width:84px;
}
#sns li{
	display:table-cell;
	font-size:18px;
}
.fa-stack-2x {
	color:#E8DFDA;
}
.fa-stack-1x {
	color:#B48F75;
}
header h1{
	text-align:center;
	margin:115px 0 30px 0;
	padding:0;
}
header #globalnavi {
	text-align:center;
}
header #globalnavi ul{
	margin:0;
	padding:0;
}
header #globalnavi li{
	font-family: 'gothic';
	list-style:none;
	font-size:14px;
	line-height:100%;
	display:inline-block;
	padding:5px 10px;
	margin:0;
}
header #globalnavi li.act{
	background-color:#E4DBD6;
}
header #globalnavi li a:hover {
	opacity: 0.5 !important;
}
header #globalnavi li+ li {
	border-left: 1px solid #DBC6B9;
}
/* content ***************************************************/
.content {
	max-width:980px;
	width:100%;
	margin:0 auto;
		padding:0 30px;
}
.content h3 {
	font-size:24px;
	font-weight:bold;
	font-family: 'gothic';
	margin:0 0 1em 0;
	padding:0;
	letter-spacing:1px;
	text-align:center;
}
.content h3 span{
	padding:0 55px 5px 55px;
	border-bottom: 1px solid #DBC6B9;
}
/* stage ***************************************************/
#stage {
	max-width:800px;
	height:auto;
	margin:2em auto 50px auto;
	position:relative;
	overflow:hidden;
}
#stage li img{
	width:100%;
	height:auto;
	border:10px solid #B48F75;
}
#stage ul{
	margin:0;
	padding:0;
	list-style:none;
}
#stage li{
	margin:0;
	padding:0;
	width:100%;
}
/* top-news ***************************************************/
.top-news table{
    max-width: 640px;
    width: 100%;
    margin: 50px auto 90px auto;
    position: relative;
}
.top-news table:before{
	content: "";
	width:1px;
	height: 50px;
    background:  #DBC6B9;
	position: absolute;
	bottom: -60px;
	left:0;
	right:0;
	margin:auto;
}
.top-news th{
    width: 1%;
    white-space: nowrap;
    font-weight: normal;
    vertical-align: top;
	font-family: 'gothic';
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #DBC6B9;
}
.top-news td{
    padding: 10px 0;
    border-bottom: 1px solid #DBC6B9;
}

/* bland-list ***************************************************/
.brand-list {
	width:100%;
    max-width: 640px;
    margin: 0 auto;
	text-align:center;
	overflow:hidden;
}
.brand-list ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap: wrap;
}
.brand-list li{
	width:23%;
	text-align:center;
	margin-left:1.3%;
	margin-top:1em;
}
.brand-list h2{
	margin:0;
	padding:0;
}
.brand-list img.br-logo {
	width:90%;
	height:auto;
}
/* facebook ***************************************************/
.fb {
	width:300px;
	float:right;
}
/* pagetop ***************************************************/
.pagetop {
	position:relative;
}
.up-bt {
	position:absolute;
	right:-30px;
	bottom:50px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-left:1px solid #DBC6B9;
	margin:0;
	padding:20px 0 0 20px;
}
.up {	
	font-family: 'gothic';
	font-size:13px;
	position:relative;
	display: inline-block;
	padding-left: 15px;
	margin:0;
}
.up a{
	display:block;
}
.up:before {	
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #B48F75;
	border-right: solid 1px #B48F75;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}
/* footer ***************************************************/
#footer {
	text-align:center;
	margin-bottom:50px;
}
#footernavi ul{
	margin:0;
	padding:0;
}
#footernavi li{
	font-family: 'gothic';
	list-style:none;
	font-size:13px;
	line-height:100%;
	display:inline-block;
	border-left: 1px solid #DBC6B9;
}
#footernavi li a{
	display:block;
	padding:30px 15px 5px 15px;
}
#footernavi li:last-child{
	border-right: 1px solid #DBC6B9;
}
#footer-submenu ul{
	margin:1em auto 2em auto;
	max-width:95px;
	padding:0;
}
#footer-submenu li{
	font-family: 'gothic';
	list-style:none;
	font-size:14px;
	line-height:100%;
	border-bottom: 1px solid #DBC6B9;
}
#footer-submenu li a{
	padding:20px 0 3px 0;
	display:block;
}
#footer h1{
	margin-bottom:10px;
}
#footer-sns ul{
	margin:0 auto 0.5em auto;
	padding:0;
	list-style:none;
	display:table;
	width:84px;
}
#footer-sns li{
	display:table-cell;
	font-size:18px;
}
#footer small {
	margin-bottom:2em;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 960px) {
/* bland-list ***************************************************/
.brand-list {
	width:100%;
	float:none;
}
/* facebook ***************************************************/
.fb {
	float:none;
	margin:60px auto 0 auto;
}
}
@media screen and (max-width: 768px) {
.corp-bt {
	display:none;
}
/* header ***************************************************/
header #globalnavi li{
	display:block;
	font-size:16px;
	margin-bottom:0.5em;
}
header #globalnavi li.act{
	background:none;
}
header #globalnavi li.act a{
	background-color:#E4DBD6;
}
header #globalnavi li a{
	padding:0 20px;
	border-left: 1px solid #DBC6B9;
	border-right: 1px solid #DBC6B9;
}
header #globalnavi li a:hover {
	opacity: 0.5 !important;
}
header #globalnavi li+ li {
	border-left: none;
}
/* footer ***************************************************/
#footernavi li{
	display:block;
	border-left: none;
	font-size:16px;
}
#footernavi li a {
	padding:5px 0;
	margin:0.5em 0;
}
#footernavi li a span{
	padding:0 15px 5px 15px;
	border-left: 1px solid #DBC6B9 !important;
	border-right: 1px solid #DBC6B9 !important;
}
#footernavi li:last-child{
	border-right: none;
}
}
@media screen and (max-width: 740px) {
}
@media screen and (max-width: 640px) {
.breadcrumb {
	top:90px;
}
header h1{
	margin:125px 0 30px 0;
}
}
@media screen and (max-width: 500px) {
/* stage ***************************************************/
#stage li img{
	border:6px solid #B48F75;
}
/* bland-list ***************************************************/
.brand-list li{
	width:49%;
	margin-left:1%;
}
.brand-list .cl{
	clear:both;
}
}
@media screen and (max-width: 460px) {
/* header ***************************************************/
header #submenu {
	left:0;
	right:0;
}
header #submenu li:first-child{
	border-left: none;
}
/* h3 ***************************************************/
.content h3 span{
	padding:0 10px 5px 10px;
}
/* bland-list ***************************************************/
.brand-list img.br-logo {
	width:inherit;
	height:auto;
}
}
@media screen and (max-width: 400px) {
/* bland-list ***************************************************/
.brand-list li{
	width:100%;
	display:block;
	margin-left:0;
}
}
@media screen and (max-width: 340px) {
/* header ***************************************************/
header #submenu li{
	width:70px;
	text-align:center;
	font-size:14px;
}
header #submenu li a{
	display:block;
	padding:45px 0 0 0;
}
#sns {
	right:10px;
}
#sns ul{
	width:60px;
}
}
@media screen and (max-width: 300px) {
/* header ***************************************************/
header #globalnavi li{
	font-size:14px;
}
header #globalnavi li a{
	padding:0 10px;
}
}