/* ----------------------------------------
   header custom 
/* --------------------------------------*/
body {
	padding-top: 0!important;
	background-color: #E1DAD0;
}


/********** ロゴ **********/
#logo-box {
	top: 12px;
	left: 886.5px;
	position: fixed;
	z-index: 1002;
	margin-left: 0;
}
#logo-box img {
	width: 130px;
	height: 130px;
}
#logo-box a img:hover {
	opacity: 100;
}


/********** ヘッダー大枠 **********/
#header {
	background: transparent none;
	border: none !important;
}

#header .header-top {
	background-color: #473620 !important;
	border: none !important;
}

.header-top-innr {
	width: 1170px;
    margin-left: auto;
    margin-right: auto;
/*	min-height: 60px;
	line-height: 60px;*/
	/*background: url(../img/common/icon_country.gif) no-repeat left 10px;*/
	background: url(../img/common/icon_country.gif) no-repeat left 12px;
/*	padding-left: 160px;*/
/*border: solid blue 1px;*/
}


.header-top .container {
	/*min-height: 60px;*/
	/*background: url(../img/common/icon_brand.gif) no-repeat 95px 10px;*/
	/*background: url(../img/common/icon_brand.gif) no-repeat 90px 11px;*/
/*border: solid red 1px;*/
}


/********** ヘッダー上部 **********/
#header .header-top a {
	color: #fff;
/*	line-height: 60px;*/
}

#header .header-top i {
	color: #CCC;
}

#header .search {
/*	margin-top: 16px;*/
}


/********** ヘッダーグローバルナビ **********/

#header .nav-main-collapse {
	background-color: #3B2C19;
}

#header nav .nav-main {
	border-top: none !important;
/*	margin: 7px 0 17px 0 !important;*/
}

#header .nav-main li a {
	color: #fff !important;
	font-size: 100% !important;
/*	line-height: 10px;
	padding-left: 25px !important;
	padding-right: 25px !important;*/
}

#header .nav-main i {
/*	margin-right: 5px;*/
}

#header .nav-main small {
	color: #AAA;
	font-size: 72%;
	font-weight: normal;
	text-align: center;
	display: block;
}

#header #nbsp-space {
/*	padding-left: 70px;
	padding-right: 103px;
border: solid red 1px;*/
}

#header nav {
	/*width: 1110px;*/
	float: none !important;
/*	overflow: hidden;*/
}

#mainMenu {
	float: left;
/*	width: 1110px;*/
/*	overflow: hidden;*/
}

#mainMenu2 {
	float: right;
}

#header .header-txtbox {
	padding: 18px 0 18px 130px;
}
#header .header-txtbox span {
	padding-left: 7px;
	padding-right: 7px;
}
/*
#header .dropdown-submenu-s {
	display: inline-block;
	line-height: 20px;
	padding: 8px 10px 8px 5px;
border: solid white 1px;
}

#header .dropdown-submenu-s:hover {
border: solid blue 1px;
}
#header .dropdown-submenu-s:hover > a:after {
	border-left-color: #FFF;
}

@media (max-width: 991px) {
	#header nav ul.nav-main .dropdown-submenu > a:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #FFF;
	}
}*/



/********** スクロール後のcss **********/
.sticky-menu-active #header .header-txtbox {
	padding-top: 15px;
	padding-bottom: 14px;
}

/*
.sticky-menu-active #header .header-top {
	padding: 0 !important;
}

.sticky-menu-active #header nav {
	width: 100% !important;
	margin-top: 0 !important;
}

.sticky-menu-active #header #mainMenu {
	margin-bottom: 8px !important;
}
*/

#footer {
    background-color: #3B2C19;
}

#footer .link-btn {
	display:inline-block;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer .brand-logo {
	margin-top: 11px;
}

figure img {
	margin-left: auto;
	margin-right: auto;
}


/* ----------------------------------------
   common custom 
/* --------------------------------------*/
.cont-innr {
	padding: 0 15px;
}

.main {
	clear: both;
}

.page-top {
	border-bottom: 5px solid #A9ADB6;
}

.marB0 {
	margin-bottom: 0;
}

.marB10 {
	margin-bottom: 10px;
}

.marB15 {
	margin-bottom: 15px !important;
}

.marB25 {
	margin-bottom: 25px;
}

.marB30 {
	margin-bottom: 30px;
}

.marB50 {
	margin-bottom: 50px;
}

.marB110 {
	margin-bottom: 110px !important;
}

.marB150 {
	margin-bottom: 150px !important;
}

.marL15 {
	margin-left: 15px;
}

.marLR15 {
	margin-left: 15px;
	margin-right: 15px;
}

.padLR0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.list-item li {
    margin-bottom: 30px;
}

.list-item li .thumbnail {
	margin-bottom: 0;
}

.toggle label {
	color: #592C13;
	font-weight: bold;
	border-left-color: #592C13;
	padding: 17px 22px 17px 22px;
}

.toggle.active > label {
	font-weight: 16px;
	font-weight: bold;
	color: #5a2e15 !important;
	border-left-color: #C5B7AC;
	background-color: #C5B7AC;
	padding: 17px 22px;
}

/* Page Top */
.page-top {
    border-bottom: 5px solid #ccc;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

.page-top h2 {
    display: inline-block;
    font-size: 200%;
    font-weight: 200;
    line-height: 46px;
    margin: 0 0 -25px;
    min-height: 37px;
    padding: 0 0 17px;
    position: relative;
}

section.page-top h2 {
    border-bottom-color: #d60059;
}

.page-top h2 .en {
	padding: 0 0 0 2em;
	color: #999;
	line-height: 1;
}

.container .breadcrumb {
    margin: 40px 0 0 0 !important;
    padding: 0;
    list-style: outside none none;
    border-radius: 4px;
    background: none;
}
.breadcrumb > .active {
    color: #777;
}
.breadcrumb > li {
    display: inline-block;
}
li {
    line-height: 24px;
}
.breadcrumb > li + li:before {
    color: #777;
    content: "| ";
    padding: 0 5px;
}

/*
.page-top ul.breadcrumb {
	background: none;
	margin: -3px 0 5px 0;
	padding: 0;
}

.page-top ul.breadcrumb > li {
	text-shadow: none;
}

.page-top .container{
	padding-left: 0;
	padding-right: 0;
}

.page-top h2 {
	min-height: 37px;
	font-size: 214%;
	font-weight: 200;
	line-height: 46px;
	margin: 0 0 -25px;
	padding: 0 0 17px;
	position: relative;
	display: inline-block;
	border-bottom: 5px solid #ccc;
}

.page-top h2 small {
	font-size: 58%;
}

.page-top h2 .en {
	padding: 0 0 0 2em;
	color: #999;
}

.page-top.custom-product {
	background-image: url(../img/custom-header-bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #888;
	overflow: hidden;
}

.page-top.custom-product .row {
	position: relative;
}

.page-top.custom-product p.lead {
	color: #E8E8E8;
}

.page-top.custom-product img {
	bottom: -47px;
	position: relative;
}

.page-top.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
}

.breadcrumb {
	margin-bottom: 5px;
}

.breadcrumb > li + li:before {
    color: #333333;
    content: "| ";
    padding: 0 5px;
}

.breadcrumb > .active {
    color: #333333;
}*/

hr {
	margin-top: 20px;
	margin-bottom: 35px;
}

.img-thumbnail {
	border: none;
	padding: 5px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #AAAAAA;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #666666;
}

.list-item {
	overflow: hidden;
}

a img:hover {
	opacity: 0.5;
}

.title-style01 {
	margin-bottom: 30px;
	padding-bottom: 6px;
}
.title-style01 .title {
	font-size: 158%;
	color: #977B00;
	letter-spacing: 3px;
}
.title-style01 small {
	font-size: 93%;
	display: block;
	float: left;
	margin-top: 2px;
	padding-left: 20px;
}

#footer .link-btn-box {
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.link-btn {
/*	display:inline-block;*/
	color: #fff;
	text-align: center;
	padding: 12px 15px;
	background-color: #D9005B;
}

.thumb-info .thumb-info-inner {
	white-space: normal;
}



/* ----------------------------------------
   sp common custom 
/* --------------------------------------*/
@media (max-width: 1199px) {
.header-top-innr{
	width: 970px;
}
.header-top .container {
	background-position: 80px 11px;
}
body.sticky-menu-active #header .header-top .container {
	background-position: 80px 4px;
}
#header .header-txtbox {
	padding-left: 110px;
}
}


@media (max-width: 991px) {
/* （〜991）のとき */
body {
	font-size: 16px;/* 20 */
}

.header-top-innr {
	width: 970px;
}

.cont-innr {
	padding: 0;
}

.padLR0 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.page-top {
	margin-bottom: 15px;
	padding: 11px 0;
}

.page-top h2 {
	font-size: 20px;
	line-height: 20px;
}

.page-top h2 .en {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 10px;
	display: block;
}

/*
.page-top {
	margin-bottom: 15px;
	padding: 11px 0;
}

.page-top h2 {
	font-size: 20px;
	line-height: 20px;
}

.page-top h2 .en {
	display: block;
	margin-top: 10px;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

.page-top .breadcrumb {
	font-size: 9px;
	margin-bottom: 28px;
}

.page-top .breadcrumb a {
	color: #333;
}

.page-top h2 {
	padding-bottom: 17px;
}*/

hr {
	margin-top: 25px;
	margin-bottom: 35px;
}

.toggle > label {
	color: #592C13;
	font-size: 120%;
}

.toggle.active > label {
    margin-bottom: 50px;
}
.img-thumbnail {
	padding: 7px;
}

.title-style01 {
	border: none;
	margin-bottom: 10px;
}
.title-style01 .title {
	font-size: 150%;
	line-height: 22px !important;
	letter-spacing: 3px;
}
.title-style01 small {
	font-size: 120%;
	line-height: 22px;
	margin-top: 0;/* 5 */
	padding-left: 25px;
}

.link-btn {
	font-size: 100%;
}
#footer .link-btn {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 479px) {
/* （〜479）のとき */
body {
	font-size: 12px;/* 20 */
}
.link-btn {
	font-size: 128.5%;
}
#footer .link-btn {
}
}


/* --------------------------------------------------------------------------------
	IE7以下エラーメッセージ
-------------------------------------------------------------------------------- */
#ie-msg {
	padding: 3em;
	text-align: center;
}

.ie6 body,
.ie7 body {
	background: #E0DAD1;
	vertical-align: middle;
}

.ie6 .body,
.ie7 .body {
	display: none;
}
