@charset "UTF-8";


/* ページ全体構成
---------------------------------------------------*/
span.err {
    display: block;
    color: red;
}
html{
  margin: 0;
  padding: 0;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:14px;/*最低でも12px以上の文字サイズにすること！12px以下は表示されない場合アリ！*/
	line-height:160%;
	color:#000000;
	background:url(img/back1.jpg) repeat-x top;
}

header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

ul li{
	list-style:none;
}

img {
	border: 0;
	margin:0;
	padding:0;
	vertical-align:bottom;
	line-height:100%;
}

a{
	outline: none;
}

a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#666666;
}

/*h系*/
h1{
	margin:0;
	padding:0;
	text-align:center;
}

h2{
	margin:0;
	padding:0;
}

h3{
	margin:0;
	padding:0;
}

.left{
	float:left;
}

.leftleft{
	clear:left;
	float:left;
}

.right{
	float:right;
}

#clear{
	clear:both;
	text-indent:-9999px;
}

.clear{
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
     
.clearfix {
	margin:0;
	padding:0;
	display: inline-block;
	list-style:none;
}
     
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
     
.clearfix_clear {
	margin:0;
	padding:0;
	display: inline-block;
	list-style:none;
    clear: both;
}
     
/* Hides from IE-mac \*/
* html .clearfix_clear {height: 1%;}
.clearfix_clear {display: block;}
/* End hide from IE-mac */


/*font系*/
.bold{
	font-weight:bold;
}

.red{
	color:#FF0000;
}

.red2{
	color:#990000;
}

.blawn{
	color:#CC9900;
}

.gold{
	color:#CC9900;
}

.green{
	color:#669900;
}

.underline{
	text-decoration:underline;
}

.txt_right{
	text-align:right;
}

.txt_center{
	text-align:center;
}

.txt_left{
	text-align:left;
}

.txt{
	margin:0;
	padding:5px;
}

.txt2{
	margin:0;
	padding:10px;
}

.font10{
	font-size:10px;
	line-height:160%;
}

.font11{
	font-size:11px;
	line-height:160%;
}

.font12{
	font-size:12px;
	line-height:160%;
}

.font13{
	font-size:13px;
	line-height:160%;
}

.font14{
	font-size:14px;
	line-height:160%;
}

.font15{
	font-size:15px;
	line-height:160%;
}

.font16{
	font-size:16px;
	line-height:160%;
}

.font18{
	font-size:18px;
	line-height:160%;
}

.font20{
	font-size:20px;
	line-height:160%;
}

.font25{
	font-size:25px;
	line-height:160%;
}

/*空間系*/
.top5{
	margin-top:5px !important;
}

.top10{
	margin-top:10px !important;
}

.top15{
	margin-top:15px !important;
}

.top20{
	margin-top:20px !important;
}

.top25{
	margin-top:25px !important;
}

.top30{
	margin-top:30px !important;
}

.top35{
	margin-top:35px !important;
}

.top40{
	margin-top:40px !important;
}

.top45{
	margin-top:45px !important;
}

.top50{
	margin-top:50px !important;
}

.top55{
	margin-top:55px !important;
}

.top60{
	margin-top:60px !important;
}

.top70{
	margin-top:70px !important;
}

.top100{
	margin-top:100px !important;
}

/*ぶら下がりインデント設定*/
.indent{  
	text-indent: -10px;  
	margin-left: 10px;  
} 

/*float画像サイズ*/
.width20_left{
	width:20%;
	float:left;
}

.width20{
	padding:0 0 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:20%;
	float:left;
}

.width30_left{
	width:30%;
	float:left;
}

.width30{
	padding:0 0 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:30%;
	float:left;
}

.width40_left{
	width:40%;
	float:left;
}

.width40{
	padding:0 0 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:40%;
	float:left;
}

.width50_left{
	width:50%;
	float:left;
}

.width50{
	padding:0 0 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	float:left;
}

.width60_left{
	width:60%;
	float:left;
}

.width60{
	padding:0 0 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:60%;
	float:left;
}

.width70_left{
	width:70%;
	float:left;
}

.width70{
	padding:0 0 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:70%;
	float:left;
}

.width80_left{
	width:80%;
	float:left;
}

.width80{
	padding:0 0 0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:80%;
	float:left;
}


/* ハンバーガーメニュー
---------------------------------------------------*/
/* メインコンテンツ */
.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* Fixed */
#top-head {
    padding: 10px 0 0 0;
    height: 55px;
}
#top-head .logo {
    font-size: 24px;
    color: #333;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 1100;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*ハンバーガーメニュー本体*/
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background:url(img/back1.jpg) repeat;
	width: 100%;
	height: 96px;
	z-index: 999;
	position: relative;
}
#top-head .logo {
	position: absolute;
	left: 50%;
	width:220px;
	margin:0 0 0 -110px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -560px;
	background:rgba(0,0,0,0.9);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index:1000;
}
#global-nav ul {
	margin:0 auto;
	padding:0;
	width:90%;
	list-style: none;
}
#global-nav ul li {
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px solid rgba(204,153,0,0.22);
	padding: 5px 40px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 15px;
	line-height:160%;
	text-align:left;
	background:url(img/nav1.png) no-repeat top left;
}
#global-nav ul li:last-child {
	border-bottom:none;
}
#top-head #global-nav ul li,
#top-head.fixed #global-nav ul li {
	width: 100%;
	display: block;
}
#global-nav ul li a{
	text-decoration:none;
	display:block;
}
#global-nav ul li a:link{
	color:#FFFFFF;
}
#global-nav ul li a:visited{
	color:#FFFFFF;
}
#global-nav ul li a:hover{
	color:#FFFFFF;
}
.global-nav_box1{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	align-items:stretch;
}
.global-nav_box2{
	margin:5px 5px 0 0;
	padding:5px 0;
	text-align:center;
	width:40%;
	border:1px solid #FFFFFF;
	font-size:12px;
	line-height:160%;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
    background: #fff;
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
    background: #fff;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
    background: #fff;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}


/* 全体構成
---------------------------------------------------*/
.width90{
	margin:0 auto;
	padding:0;
	width:90%;
	overflow:hidden;
}

.main_box{
	margin:0;
	padding:0 10px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
}

@media(min-width:650px){
.main_box{
	margin:0 auto;
	width:650px;
}
}


/* header
---------------------------------------------------*/
header {
  width: 100%;
  margin:0;
  padding:0;
	z-index:100;
}

.header_box{
	margin:96px 0 0 0;
	z-index:100;
}


/* navi
---------------------------------------------------*/
.nav_box1{
	padding:20px 0;
	width:100%;
	background:url(img/navback.jpg) repeat-x;
	display:flex;
	display:-webkit-flex;
	align-items:center;
}

.nav_box2{
	width:20%;
	border-right:1px solid #281E03;
	text-align:center;
}

.nav_box2 img{
	width:60px;
}

nav {
	margin:10px auto;
	padding:0;
	width:100%;
	clear:both;
}

.navi_box1{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
}

.navi_menu1{
	width:32%;
}

.navi_menu2{
	width:49%;
}

.n_box{
	margin:0 0 10px 0;
	border:5px solid rgba( 255, 255, 255, 0.60 );
	background:url(img/nback.jpg) repeat;
	border-radius:10px/10px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
}

.n_box a{
	display:block;
}

.table_nav ul{
	display:table;
	width: 100%;
	border-top: 1px solid #606060;
}
.table_nav ul:last-of-type {
	border-bottom: 1px solid #606060;	
}
.table_nav li{
	display:table-cell;
	width: 50%;
	border-right: 1px solid #000;
	border-left: 1px solid #606060;
}
.table_nav a {
	display: block;
	height: 49px;
	line-height: 49px;
	vertical-align: middle;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	font-weight: 700;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.3)), to(rgba(0,0,0,.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(0,0,0,.7) 100%);
	background: linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(0,0,0,.7) 100%);
}


/* メインコンテンツ
---------------------------------------------------*/
.top_back{
	padding:0 0 50px 0;
	background:url(img/back1.jpg) repeat top;
}

.top_box1{
	margin:30px 0 0 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}

.top_box2{
	margin:0 0 20px 0;
	width:48%;
}

.top_box3{
	margin:0 0 30px 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-around;
	align-items:stretch;
}

.top_box4{
	margin:0;
	width:48%;
	font-size:15px;
	line-height:40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:3px solid #CC9900;
}

.top_box4 a{
	display:block;
	text-decoration:none;
}

.top_box5{
	margin:0 0 20px 0;
	width:45%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.top_box6{
	margin:10px 0 0 0;
	font-size:15px;
	line-height:40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:3px solid #CC9900;
}

.top_box6 a{
	display:block;
	text-decoration:none;
}

.topback1{
	background-color: #cc9900;
}


/* footer
---------------------------------------------------*/
footer {
	margin:0;
	padding:30px 0;
	width: 100%;
	color:#FFFFFF;
	background:#000000;
	background-image:url(img/footerback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-around;
	align-items:stretch;
}

footer a:link{
	color:#FFFFFF;
}

footer a:visited{
	color:#FFFFFF;
}

footer a:hover{
	color:#FFFFFF;
}

.footer_box1{
	margin:0 0 20px 0;
	padding:10px;
	width:45%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-left:1px solid #CC9900;
}











/* アイコン
---------------------------------------------------*/
@font-face {
  font-family: 'icon';
  src: url("font/icon.eot");
  src: url("font/icon.eot?#iefix") format('embedded-opentype'), url("font/icon.woff") format('woff'), url("font/icon.ttf") format('truetype'), url("font/icon.svg#icon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: 'icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 49px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
/* fix buttons height */
  line-height: 49px;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	left: 8px
}
[class^="icon-"]:after,
[class*=" icon-"]:after {
	right: 10px
}
.icon-shop:before { content: '\2302'; }
.icon-basket:before { content: '\e73d'; }
.icon-down-open:after { content: '\e75c'; }
.icon-right-open:after { content: '\e75e'; }
.icon-left-open:before { content: '\e75d'; }
.icon-tshirts:before { content: '📅'; }
.icon-new:before { content: '🔖'; }
