@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500');
@font-face {
  font-family: 'Debailleul';
  src: url('../fonts/Debailleul.woff2') format('woff2'),
       url('../fonts/Debailleul.woff') format('woff'),
       url('../fonts/Debailleul.ttf') format('truetype');
}

/* Common Style
==================================================================================== */
/* ======================================================
 * BreakPoint設定
 * 420px, 600px, 960px, 1280px以上
====================================================== */
body {
	color:#333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
a{
	color:#333333;
	text-decoration:none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

a:hover{
	color:#999999;
	text-decoration:none;	
}

a:visited{
	color:#333333;
	text-decoration:none;
}

a:hover img {
	opacity: .7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	background: none !important;
		-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


/*== ヘッダーナビゲーション ==*/
header .pcOnly nav {
	padding: 20px 0 50px 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color:#a99241;
}

header nav a {color:#a99241;}
header nav a:hover {color:#999999 !important;text-decoration:none;}
header nav a:visited {color:#a99241;text-decoration:none;}


header .pcOnly nav ul {
	margin-left: auto;
	display:table;
}

header .pcOnly nav ul li {
	display: table-cell;
	padding-right: 30px;
}

header .pcOnly nav ul li:last-child {
	padding-right:60px !important;
	/* 
	padding-left:22px;
	padding-bottom: 2px;
	background-image: url(../img/icon_onlineshop_pc.png);
	background-size: 18px 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	 */
}

	@media screen and (max-width: 1024px){
		header .pcOnly nav {padding: 20px 0 50px 0;}
		header .pcOnly nav ul li:last-child {padding-right:40px !important;}
	}
	@media screen and (max-width: 600px){
		header .pcOnly nav {padding: 20px 0 40px 0;font-size: 13px;}
		header .pcOnly nav ul li {padding-right: 20px;}
		header .pcOnly nav ul li:last-child {padding-right:30px !important;}
	}

/*== sp用ヘッダードロワーナビゲーション ==*/
.spHeader {
}
.spHeader h1 {
	width: 200px;
	margin: auto;
	margin-top: 20px;
}
.spHeader h1 img {width: 200px; height: auto;}

.spHeader .dropdown {
	position: absolute;
	text-align: right;
	margin-left: auto;
	top: 25px;
	right: 15px;
}

.spHeader #tg {
	overflow: hidden;
	position: absolute;
	z-index: -9999;
}

.spHeader .menu {
	position: relative;
	visibility: hidden;
	opacity: 0;
	top: -10px;
	list-style: none;
	z-index: 9999;
	margin-top:2px;
}

.spHeader .dropInput:checked ~ .menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  }

.spHeader input:checked ~ label:before {

}

.spHeader .item {
  padding: 10px 20px;
  display: block;
  background-color: #000000;
  text-align: center;
  position: relative;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;

  color:#ffffff;
  text-decoration: none;
	
  }

.spHeader .item:hover {
  background-color: #f7f5f2;
  color: #a99241;
  }
.spHeader .item:visited {color:#ffffff;}


.spHeader .animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }

.spOnly .dropdown img {
	width: 30px;
	height: auto;
 }



/*== 固定ヘッダー ==*/
@media screen and (max-width: 600px){
	.forPC {display: none; visibility: hidden;}
}
@media screen and (min-width: 601px){
	.forSP {display: none; visibility: hidden;}
}

.fixed_header {
	width: 100%;
	height: 70px;
	background: #fff;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	text-align: center;
	box-shadow: 0 3px 5px #dddddd;
}

.fixed_header a {color:#a99241;}
.fixed_header a:hover {color:#999999 !important;text-decoration:none;}
.fixed_header a:visited {color:#a99241;text-decoration:none;}

.fixed_header div {
	margin-left: 50%;
	margin-top: 22px;
}

.fixed_header ul {
	margin-left: -120px;
	display:table;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.08em;
	color:#a99241;
}

.fixed_header ul li {
	display: table-cell;
	padding-right: 28px;
}

.fixed_header ul li:first-child {
	width: 240px;
}
.fixed_header ul li:first-child img {
	width: 100%;
	height: auto;
}

.fixed_header ul li:nth-child(2) {
	padding-left: 40px !important;
}
/* 
.fixed_header ul li:last-child {
	padding-left:22px;
	padding-right: 0;

	background-image: url(../img/icon_onlineshop_pc.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	
}
*/
.sub-common {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.sub-common.hide{
    transform: translateY(-100%);
}

@media screen and (max-width: 1280px){
	.fixed_header {height: 60px;}
	.fixed_header div {margin: 18px;display: inline-block; text-align: center;}
	.fixed_header ul {margin-left: 0 !important;margin: auto;}
	
}
@media screen and (max-width: 768px){
	.fixed_header ul li {padding-right: 15px;}
	.fixed_header ul li:nth-child(2) {padding-left: 15px !important;}
	
}

/*== sp用固定ヘッダー ==*/
.spfixed_header {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	text-align: center;
	box-shadow: 0 3px 5px #dddddd;
}
.spfixed_header p.logo {
	width: 180px;
	margin: auto;
	margin-top: 15px;
}
.spfixed_header p.logo img {width: 180px; height: auto;}

.spfixed_header .dropdown {
	position: absolute;
	text-align: right;
	margin-left: auto;
	top: 10px;
	right: 15px;
}

.spfixed_header #tg02 {
	overflow: hidden;
	position: absolute;
	z-index: -9999;
}

.spfixed_header .menu {
	position: relative;
	visibility: hidden;
	opacity: 0;
	top: -10px;
	list-style: none;
	z-index: 9999;
	margin-top:2px;
}

.spfixed_header .dropInput:checked ~ .menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  }

.spfixed_header input:checked ~ label:before {

}

.spfixed_header .item {
  padding: 10px 20px;
  display: block;
  background-color: #000000;
  text-align: center;
  position: relative;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;

  color:#ffffff;
  text-decoration: none;
	
  }

.spfixed_header .item:hover {
  background-color: #f7f5f2;
  color: #a99241;
  }
.spfixed_header .item:visited {color:#ffffff;}


.spfixed_header .animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }

.spfixed_header .dropdown img {
	width: 30px;
	height: auto;
 }





/*== フッター ==*/
footer {
	border-top: solid 15px #dddddd;
	padding: 25px;
	font-size: 12px;
}

@media screen and (min-width: 1150px){
	.footer_block {	
		width: 1150px;
		min-width: 1150px;
		margin: auto;
	}
}

.footer_block .sns img {
	height: 60px;
	width: auto;
	margin-right: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.footer_block ul {
	margin: 20px 0 0;
}	
.footer_block ul li {
	float: left;
	list-style: none;
	padding: 5px 35px 5px 15px;
	background-image: url("../img/footer_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-size: 8px auto;
}	
.footer_block .companyName {
	text-align: right;
	margin: 0;
}
.footer_block .companyName img {
	height: 40px;
	width: auto;
}
.footer_block a, .footer_block a:visited {color: #555555;}

@media screen and (max-width: 420px){
	.footer_block .sns img {height: 45px;}
	.footer_block .companyName {text-align: center;margin: 10px auto 0;}
	.copyright {text-align: center;margin-top:20px;}
}

/* ======================================================
 OTHERS
=========================================================
/* pcOnly
------------------------------------------------------ */
.pcOnly {display: block;}
.spOnly {display: none;}
	@media screen and (max-width: 420px) {
		.pcOnly {display: none;}
		.spOnly {display: block;}
	}


/* ======================================================
/* Clearfix
------------------------------------------------------ */
.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}

/* Print
------------------------------------------------------ */
@media print {
}