@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/
/* 要素設定*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	min-width: 1000px;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	outline: none;
	color: #000000;
	text-decoration: none;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
a img{
	opacity: 1.0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
a:hover img {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}

.w1000{
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------------------------------------------------
 ヘッダー
 ---------------------------------------------------------*/
/*-- グローバルナビ --*/
.gnav_hed{
	position: relative;
	border-top: solid 1px #000000;	
	margin: 0;
	padding: 0;	
	z-index: 5;
}
.gnav{
	width: 1000px;
	margin: 0 auto;
}
.gnav_list{
	text-align: center;
	letter-spacing: -0.5em;
}
.gnav_list li{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 2.7%;
	letter-spacing: 0;
	vertical-align: top;
	z-index: 1;
}
.gnav_list li a{
	display: block;
	background-image: url(../img/icon_gnav_off.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 48px 0 22px;
}
.gnav_list li a.current,
.gnav_list li a:hover{
	background-image: url(../img/icon_gnav_on.png);
	opacity: 1;
}
.gnav_list li a:hover img{
	opacity: 1;
}

.gnav_fix{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #60797A;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 10px 1px #999;
	-moz-box-shadow: 0px 1px 10px 1px #999;
	box-shadow: 0px 1px 10px 1px #999;
}
.gnav_fix .gnav_list li a{
	background-image: url(../img/icon_gnav_off2.png);
}
.gnav_fix .gnav_list li a.current,
.gnav_fix .gnav_list li a:hover{
	background-image: url(../img/icon_gnav_on.png);
}

/*---------------------------------------------------------
 メイン
 ---------------------------------------------------------*/
h1.default {
	position: relative;
	margin-bottom: 45px;
	padding: 77px 0 22px;
	text-align: center;
}
h1.default span{
	display: block;
	padding: 18px 0 0;
	font-size: 15px;
}
h1.default:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../img/icon_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: auto;
	width: 118px;
	height: 67px;
}
h1.default:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: solid 2px #000;
	margin: auto;
	width: 60px;
	height: 1px;
}

/*---------------------------------------------------------
フッター
 ---------------------------------------------------------*/
.pageFooter{
	text-align: center;
}
.footer_top{
	margin-bottom: 25px;
}
.fnav{
	letter-spacing: -0.5em;
}
.fnav li{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0;
}
.fnav li:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: solid 1px #000;
	margin: auto;
	width: 1px;
	height: 14px;
}
.fnav li:first-child:before{
	display: none;
}
.footer_bottom{
	/* background-image: url(../img/partition.png); */
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #DFE4E4;
	padding: 90px 0 0;
}
.footer_bottomIn{
	position: relative;
	padding-bottom: 55px;
	z-index: 50;
}
.footer_bottomIn .f_logo{
	margin-bottom: 40px;
}
.footer_bottomIn .f_sns{
	margin-bottom: 100px;
	letter-spacing: -0.5em;
}
.footer_bottomIn .f_sns li{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	letter-spacing: 0;
}
.footer_bottomIn .f_sns li:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: solid 1px #000;
	margin: auto;
	width: 1px;
	height: 27px;
}
.footer_bottomIn .f_sns li:first-child:before{
	display: none;
}
.footer_bottomIn .shopName{
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.footer_bottomIn .shopName span{
	font-size: 13px;
	font-weight: normal;
}
.footer_bottomIn .address{
	font-size: 13px;
}
.footer_bottomIn .address span{
	display: inline-block;
	padding: 0 10px;
}
#pagetop {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	max-width: 1500px;
}
#pagetop div {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 20px;
}
#pagetop div:before{
	content: '';
	position: absolute;
	top: -25px;
	right: 40px;
	border-top: solid 1px #000;
	margin: auto;
	width: 40px;
	height: 1px;
}
#pagetop a {
	position: relative;
	z-index: 50;
	top: -22px;
	right: 25px;
	display: block;
	float: right;
	width: 61px;
	height: 72px;
}
#pagetop a:hover {
	top: -5px;
	opacity: 1;
}
#copy{
	border-top: solid 1px #000;
	padding: 35px 0;
	font-size: 12px;
}

/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:1000px) {
	.w1000{
		margin: 0 3%;
	}
	/*---------------------------------------------------------
	 ヘッダー
	 ---------------------------------------------------------*/
	/*-- グローバルナビ --*/	
	.gnav_list li a:hover{
		background-image: url(../img/icon_gnav_off.png);
	}
	.gnav_list li a.current{
    background-image: url(../img/icon_gnav_on.png);
	}
	.gnav_fix .gnav_list li a:hover{
		background-image: url(../img/icon_gnav_off2.png);
	}
	.gnav_fix .gnav_list li a.current{
    background-image: url(../img/icon_gnav_on.png);
	}
}

/*---------------------------------------------------------
 All SP
 ---------------------------------------------------------*/
