@charset "UTF-8";

html,body {
   height: 100%;
}
html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.kiji {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.container {
	max-width: 960px;
}
.container730 {
	margin: 0 auto;
	max-width: 730px;
}

/* =Header
-------------------------------------------------------------- */

.header {
	padding:0;
}

.site-title a {
	display:block;
	width:60px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	border-bottom:none;
	height:140px;
	margin: 60px 0 0 50px;
}

.menu-en {
	position:absolute;
	top:2px;
	right:60px;
	z-index:99999999;
	font-size:90%;
}
.menu-en a {
	background:#141b20;
	color:#fff;
	padding:15px 10px 6px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.menu-en a:hover {
	color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	text-decoration:none;
}

/* =Navbar
-------------------------------------------------------------- */

.navbar {
	background:none;
	border:0 solid;
	z-index:9999;
}

.navbar .nav li {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:116%;
	letter-spacing:0.2em;
	font-weight:bold;
}
.navbar .nav li a {
	color:#000;
}
.navbar .nav li a:hover {
	color:#666;
}

/* =Footer
-------------------------------------------------------------- */

.footer {
	clear: both;
	color: #fff;
	background-color: #000;
	background-image:url(img/footer_bg.jpg);
	background-position:bottom;
	height:320px;
}

.footer .container {
	padding: 0;
}

.copyright {
	padding: 20px 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer p {
	text-align:center;
	margin:10px 0 0 0;
}
.footer p.small {
	margin:40px 0 0 0;
}

.footer .footer-info .footer-tit {
	font-size:128%;
}

.footer .footer-info .footer-tit {
	font-size:128%;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-menu {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	overflow:hidden;
	text-align: center;
}
.footer-menu li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 50px;
	text-indent:-9999px;
	background-image:url(img/pagetop.png);
	background-repeat:no-repeat;
	background-size:100%;
}

/*=====kihon settei=====*/
p {
	margin-top:2em;
	margin-bottom:2em;
}
.text-center p {
	text-align: center;
}
img {
	border-style: none;
	vertical-align:bottom;
}
/*=====text=====*/
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}
/*=====list=====*/
ul {
	margin: 15px 0 15px 0;
	margin-left:1em;
	padding-left: 2em;
}
ul ul {
	margin: 0;
}
ol {
	margin: 15px 0 15px 0;
	margin-left:1em;
	padding-left: 2em;
}
ol ol {
	margin: 0;
}
ol ul {
	margin: 0;
}
/*=====midashi=====*/
h1 {
	font-size: 300%;
	font-weight: bold;
	color: #871d1d;
	padding: 5px;
	margin-top: 100px;
	margin-bottom: 150px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing:0.2em;
	text-align:center;
}
h2 {
	font-size: 224%;
	font-weight: bold;
	color: #000;
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 15px 0;
	letter-spacing:0.1em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
	text-align:center;
}
h3 {
	font-size: 160%;
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.lead {
	font-size:180%;
}
.catch {
	font-size:128%;
	color:#ff6600;
}
.aka {
	color:#ff0000;
}

.kakomi {
	margin:1em 0 1em 0;
	padding: 20px;
	border: 1px solid #CCC;
}
.kakomi p {
	margin:0;
}

.table  {
	margin-top:2em;
	margin-bottom:2em;
	border-bottom: 1px solid #ddd !important;
}
.table th,
.table td {
	padding:15px !important;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #ccc !important;
	padding:15px !important;
	vertical-align:middle;
}
.table-bordered td.midashi {
	background:#f1f1f1;
}
.table-bordered th {
	background:#ccc;
}
.table-bordered {
	border: 1px solid #ccc !important;
}


/* Link */
a {
	color:#333366;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


/*==========  最大幅  ==========*/
img{
    max-width: 100%;
    height: auto;
}


/* =内部コンテンツ用
-------------------------------------------------------------- */

.boxlink:hover {
	cursor:pointer;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

/*gridのgutter調整*/
/*溝幅 60pxの場合*/
.row-60{
margin-left:-30px;
margin-right:-30px;
}
.row-60 > [class*='col-'] {
padding-left:30px;
padding-right:30px;
}
/*溝幅 20pxの場合*/
.row-20{
margin-left:-10px;
margin-right:-10px;
}
.row-20 > [class*='col-'] {
padding-left:10px;
padding-right:10px;
}

/*溝幅 10pxの場合*/
.row-10{
margin-left:-5px;
margin-right:-5px;
}
.row-10 > [class*='col-'] {
padding-left:5px;
padding-right:5px;
}

/*中央・下揃え*/
.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}

.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}

.back-btn {
	margin:40px 0 20px 0;	
}

.back-btn .btn-default,
.back-btn a.btn-default:link,
.back-btn a.btn-default:visited {
	color: #333;
	text-decoration: none;
	padding: 7px 25px;
	border: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.back-btn .btn-default:hover,
.back-btn a.btn-default:hover {
	background:#f1f1f1;
}

.btn-default,
a.btn-default:link,
a.btn-default:visited {
	color: #141b20;
	text-decoration: none;
	padding: 10px 25px;
	border: 1px solid #141b20;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:#fff;
	font-size:100%;
	font-weight:bold;
}
.btn-default:hover,
a.btn-default:hover {
	color: #fff;
	border: 1px solid #fff;
	background:#141b20;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	border: 1px solid #141b20;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:#141b20;
	font-size:100%;
	font-weight:bold;
}
.btn-primary:hover,
a.btn-primary:hover {
	color: #141b20;
	background:#fff;
	border: 1px solid #141b20;
}

/*定番商品*/

.row-brand h3 {
	font-size: 128%;
	font-weight: normal;
	color: #000;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height:1.6;
	letter-spacing:0.1em;
}

.row-brand h3.tit-l1 {
	line-height:3.3;
}

/*容量*/

.youryou {
	margin:-20px 0;
}
.youryou .label-default {
	margin:0 3px;
	background-color:#999;
	line-height:1 !important;
}

/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 600px){

/* =Navbar
-------------------------------------------------------------- */

.navbar {
	position:absolute;
	right:0;
	top:50px;
}
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 10px 0 0 0;
}
.navbar .nav {
	float:right;
	width:525px;
}
.navbar .nav li {
	text-indent:-9999px;
	float:right;
	margin:0 25px;
	width:25px;
}
.navbar .nav li a {
	height:150px;
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:25px;
}
.navbar .nav li a:hover {
	cursor:pointer;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.navbar .nav li.menu-1 a {
	background-image:url(img/btn/profile.png);
}
.navbar .nav li.menu-2 a {
	background-image:url(img/btn/sakedukuri.png);
}
.navbar .nav li.menu-3 a {
	background-image:url(img/btn/brand.png);
}
.navbar .nav li.menu-4 a {
	background-image:url(img/btn/shop.png);
}
.navbar .nav li.menu-5 a {
	background-image:url(img/btn/jusyoureki.png);
}
.navbar .nav li.menu-6 a {
	background-image:url(img/btn/tsushin.png);
}
.navbar .nav li.menu-7 a {
	background-image:url(img/btn/tyokuei.png);
}
.navbar .nav li:last-child a {
	border-right: 0;
}

p.footer-syuzou {
	margin-top: 35px;
}
p.footer-tyokuei {
	margin-bottom: -10px;
	font-size: 90%;
}
.footer {
	height:360px;
}

	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 1024px){
 
.content-item {
	margin-bottom:60px;
}

.main {
	padding-bottom: 400px;
}
.footer {
	position: absolute;
	bottom: 0px;
	width:100%;
}

	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1366px){
 
	}
 
 
 
/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1366px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 1024px){

.footer {
	position: static;
	height: auto;
	margin-top: 60px;
}
 
	}
 
	@media only screen and (max-width : 959px){

	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 767px){

	}

	@media only screen and (max-width : 599px){

body {
	font-size: 14px;
	font-size: 1.4rem;
}

.navbar-toggle {
	border:0 solid;
	position:absolute;
	top:20px;
	right:0px;
}
.icon-bar {
	background-color:#000 !important;
}
.navbar-collapse {
	border-top:0 solid;
	padding:20px 20px 0 20px;
	font-size:16px;
}
.navbar-collapse .nav li {
	padding:5px 0 !important;
}

.navbar-collapse .nav li.menu-en-sp a {
	background-color:#141b20;
	color:#fff;
	margin:0 10px;
}

.site-title a {
	display:block;
	width:140px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit_sp.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	border-bottom:none;
	height:50px;
	margin: 20px 0 0 10px;
}
h1 {
	font-size: 220%;
	margin-top: 0;
	margin-bottom: 50px;
}
h2 {
	font-size: 160%;
	margin-top: 30px;
	margin-bottom: 30px;
}
h3 {
	font-size: 128%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer {
	padding: 0 20px 60px 20px;
}
.footer-menu {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	overflow:hidden;
}
.footer-menu li {
	display: block;
	margin: 0 0 0 0;
	border-bottom:1px solid #999;
	padding: 5px 0;
	text-align:center;
}
.footer-menu li a {
	display:block;
}


.row-brand h3.tit-l1 {
	line-height:4.8;
}

p.footer-syuzou {
	margin-top: 0;
}
p.footer-tyokuei {
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 90%;
}

	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){

.row-brand h3 {
	font-size:105%;
}

	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){

	}