@charset "UTF-8";
/* -----------------------------------------------
 [1. Reset(リセット) + Base(ベース)]
-------------------------------------------------- */
html * {
/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	/*font-family: "Noto Sans Japanese","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-size: 14px;
	color: #3a2f22;
	-webkit-text-size-adjust: 100%;/*line-height: 1;*/
  /* I found a bug in iOS 7. */
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-style: normal;
	font-weight: normal;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	/*vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	font-size: 100%;*/
	outline: none;
}

h1, h2, h3, h4, h5, h6, dt {
	line-height: 1.47;
}

p {
	line-height: 1.67;
}

dd, li, th, td, input, textarea {
	line-height: 1.67;
	text-align: justify;
	text-justify: inter-ideograph;
}

ul, ol {
	list-style-type: none;
}

img {
	vertical-align: top;
}

a {
	color: #3a2f22;
	text-decoration: underline;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

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

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

::-moz-selection {
/*background: transparent;*/
}

::selection {
/*background: transparent;*/
}

/* [1. Reset(リセット) + Base(ベース)] --> End */
/* -----------------------------------------------
 [2. Module(モジュール)]
-------------------------------------------------- */
/* Clearfix [ModernType]
-------------------------------------------------- */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* Layout Module
-------------------------------------------------- */
.fll {
	float: left;
}

.flr {
	float: right;
}

.mt_none {
	margin-top: 0 !important;
}

.mr_none {
	margin-right: 0 !important;
}

.mb_none {
	margin-bottom: 0 !important;
}

.ml_none {
	margin-left: 0 !important;
}

/* Loader Module
-------------------------------------------------- */
/*** Config ***/
/* Colors */
/* used for row 1 & 2 */
/* used for row 1 & 2 */
/* Dimensions */
/*** Animations / styles ***/
@keyframes border-loading-indicator-row-1 {
 0% {
 border-color: rgba(110, 92, 53, 0.25);
 border-top-color: #6e5c35;
}
 25% {
 border-color: rgba(110, 92, 53, 0.25);
 border-right-color: #6e5c35;
}
 50% {
 border-color: rgba(110, 92, 53, 0.25);
 border-bottom-color: #6e5c35;
}
 75% {
 border-color: rgba(110, 92, 53, 0.25);
 border-left-color: #6e5c35;
}
 100% {
 border-color: rgba(110, 92, 53, 0.25);
 border-top-color: #6e5c35;
}
}
 @keyframes border-loading-indicator-row-2 {
 0% {
 border-color: #6e5c35 rgba(110, 92, 53, 0.25) rgba(110, 92, 53, 0.5) rgba(110, 92, 53, 0.75);
}
 25% {
 border-color: rgba(110, 92, 53, 0.75) #6e5c35 rgba(110, 92, 53, 0.25) rgba(110, 92, 53, 0.5);
}
 50% {
 border-color: rgba(110, 92, 53, 0.5) rgba(110, 92, 53, 0.75) #6e5c35 rgba(110, 92, 53, 0.25);
}
 75% {
 border-color: rgba(110, 92, 53, 0.25) rgba(110, 92, 53, 0.5) rgba(110, 92, 53, 0.75) rgba(110, 92, 53, 0.75);
}
 100% {
 border-color: #6e5c35 rgba(110, 92, 53, 0.25) rgba(110, 92, 53, 0.5) rgba(110, 92, 53, 0.75);
}
}


/* -----------------------------------------------
 [3. Layout(レイアウト)]
-------------------------------------------------- */
/* #document
-------------------------------------------------- */
#document {
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 0;
}

.inner {
	position: relative;
}

#main_wrap {
	font-size: 13px;
}

@media print, screen and (min-width: 751px) {

.sp {
	display: none !important;
}

#document {
	min-width: 1200px;
}

.inner {
	max-width: 1200px;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.inner_min {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.btn_pdf {
    margin: 0 auto 30px;
    width: 175px;
}

.anchor {
	margin-top: -150px;
	padding-top: 150px;
}

}

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

.pc {
	display: none !important;
}

#document {
	min-width: 320px;
	overflow: hidden;
}

.inner,  .inner_min {
	min-width: 290px;
	margin-left: 15px;
	margin-right: 15px;
}

.btn_pdf {
    margin: 0 auto 30px;
    width: 175px;
}

.anchor {
	margin-top: -200px;
	padding-top: 200px;
}

}

/* #header
-------------------------------------------------- */
#header {
	position: relative;
	z-index: 10000;
}

#header_inner {
	min-width: 320px;
	background-color: rgba(201,195,147, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#header_inner #site_name {
	float: left;
}

#header_inner #global_navi {
	float: left;
}

#header_inner #global_navi #navi_ul .list {
	position: relative;
}

#header_inner #global_navi #navi_ul .list a {
	display: block;
	text-decoration: none;
}

#header_inner #global_navi #navi_ul .list > a {
	overflow: hidden;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	position: relative;
}

@media print, screen and (min-width: 751px) {
#header #header_inner {
	top: -82px
}

#header #header_inner #site_name {
	padding-bottom: 0
}

#header #top_header_inner {
	padding: 30px 30px 10px;
	position: relative
}

#header #top_header_inner .site_logo {
	width: 160px;
	float: left
}

#header #header_ctr_btn {
	width: 20px;
	position: absolute;
	top: 32px;
	right: 36px;
	cursor: pointer;
	z-index: 800
}

#header #header_ctr_btn .btn_inner {
	height: 16px;
	position: relative
}

#header #header_ctr_btn .btn_inner .icon, #header #header_ctr_btn .btn_inner:before, #header #header_ctr_btn .btn_inner:after {
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in
}

#header #header_ctr_btn .btn_inner:before, #header #header_ctr_btn .btn_inner:after {
	content: "";
	display: block
}

#header #header_ctr_btn .btn_inner .icon {
	top: 7px
}

#header #header_ctr_btn .btn_inner:before {
	top: 0
}

#header #header_ctr_btn .btn_inner:after {
	top: 14px
}

#header #header_ctr_btn.active {
	opacity: 0
}

#header #header_ctr_btn.active .btn_inner .icon, #header #header_ctr_btn.active .btn_inner:before, #header #header_ctr_btn.active .btn_inner:after {
	background-color: #6e5c35
}

#header #header_ctr_btn.active .btn_inner .icon {
	width: 0;
	top: 7px;
	left: 10px
}

#header #header_ctr_btn.active .btn_inner:before {
	top: 7px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

#header #header_ctr_btn.active .btn_inner:after {
	top: 7px;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

#header {
	min-width: 1200px;
}

#header_inner {
	padding: 0 30px 0;
}

#header_inner #site_name {
	width: 160px;
	margin-right: 105px;
	padding-top: 26px;
	padding-bottom: 27px;
}

#header_inner #site_name a {
	height: 21px;
	display: block;
}

#header_inner #global_navi {
	float: right;
}

#header_inner #global_navi #navi_ul .list {
	display: inline-block;
	float: left;
	margin-right: 15px;
	text-align:center;
}

#header_inner #global_navi #navi_ul .list:last-child {
	margin-right: 0;
}

#header_inner #global_navi #navi_ul .list a {
	display: block;
}

#header_inner #global_navi #navi_ul .list a:hover {
	text-decoration: none;
}

#header_inner #global_navi #navi_ul .list > a {
	height: 21px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
}

#header_inner #global_navi #navi_ul .list > a span {
	display: block;
	position: absolute;
	left: 0;
}

#header_inner #global_navi #navi_ul .list > a span:first-child {
	top: 30px;
}

#header_inner #global_navi #navi_ul .list > a span.active {
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 0;
	color: #FFFFFF;
	top: 90px;
}

#header_inner #global_navi #navi_ul .list > a:hover span:first-child, #header_inner #global_navi #navi_ul .list > a.active span:first-child {
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 0;
	top: -30px;
}

#header_inner #global_navi #navi_ul .list > a:hover span.active, #header_inner #global_navi #navi_ul .list > a.active span.active {
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 1;
	top: 30px;
}

#header_inner #global_navi #navi_ul .list .dd_navi {
	width: 190px;
	position: absolute;
	top: 82px;
	left: 0;
	display: none;
}

#header_inner #global_navi #navi_ul .list .dd_navi li {

}

#header_inner #global_navi #navi_ul .list .dd_navi li a {
	white-space:nowrap;
	padding: 17px 10px;
	background-color: rgba(255, 255, 255, 0.95);
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

#header_inner #global_navi #navi_ul .list .dd_navi li a:hover {
	background-color: #FFFFFF;
}

#header_inner #global_navi #navi_ul .list.navi01 > a {
	width: 90px;
	color:#FFFFFF;
}

#header_inner #global_navi #navi_ul .list.navi02 > a {
	width: 50px;
	color:#FFFFFF;
}

#header_inner #global_navi #navi_ul .list.navi03 > a {
	width: 90px;
	color:#FFFFFF;
}

#header_inner #global_navi #navi_ul .list.navi04 > a {
	width: 35px;
	color:#FFFFFF;
}

#header_inner #global_navi #navi_ul .list.navi05 > a {
	width: 70px;
	color:#FFFFFF;
}

#header_inner #global_navi #navi_ul .list.navi06 > a {
	width: 110px;
	color:#FFFFFF;
}

#header_inner #global_navi #navi_ul .list.navi07 > a {
	width: 100px;
	color:#FFFFFF;
}

.mac #header_inner #global_navi #navi_ul .list > a span {
	display: block;
	position: absolute;
	left: 0;
}

.mac #header_inner #global_navi #navi_ul .list > a span:first-child {
	top: 30px;
}

.mac #header_inner #global_navi #navi_ul .list > a span.active {
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 0;
	top: 90px;
}

.mac #header_inner #global_navi #navi_ul .list > a:hover span:first-child, .mac #header_inner #global_navi #navi_ul .list > a.active span:first-child {
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 0;
	top: -30px;
}

.mac #header_inner #global_navi #navi_ul .list > a:hover span.active, .mac #header_inner #global_navi #navi_ul .list > a.active span.active {
	-ms-filter: "alpha(opacity=$num)";
	/* IE8 */
	opacity: 1;
	top: 30px;
}
}

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

#header_inner {
	width: 100%;
	top: 0;
	border-bottom: 0;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

#header_inner.show {
	top: 0;
}

#header_inner #site_name {
	width: 127px;
	padding: 10px 0 0 15px;
}

#header_inner #global_navi_ctr {
	width: 50px;
	height: 50px;
	background-color: #6e5c35;
	float: right;
	cursor: pointer;
}

#header_inner #global_navi_ctr .btn_inner {
	width: 15px;
	height: 13px;
	position: relative;
	margin: 13px auto 3px;
}

#header_inner #global_navi_ctr .btn_inner .icon, #header_inner #global_navi_ctr .btn_inner:before, #header_inner #global_navi_ctr .btn_inner:after {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

#header_inner #global_navi_ctr .btn_inner:before, #header_inner #global_navi_ctr .btn_inner:after {
	content: "";
	display: block;
}

#header_inner #global_navi_ctr .btn_inner .icon {
	top: 6px;
}

#header_inner #global_navi_ctr .btn_inner:before {
	top: 0;
}

#header_inner #global_navi_ctr .btn_inner:after {
	top: 12px;
}

#header_inner #global_navi_ctr p {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

#header_inner #global_navi_ctr.active .btn_inner .icon, #header_inner #global_navi_ctr.active .btn_inner:before, #header_inner #global_navi_ctr.active .btn_inner:after {
	background-color: #6e5c35;
}

#header_inner #global_navi_ctr.active .btn_inner .icon {
	width: 0;
	top: 6px;
	left: 7px;
}

#header_inner #global_navi_ctr.active .btn_inner:before {
	top: 7px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#header_inner #global_navi_ctr.active .btn_inner:after {
	top: 7px;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

#header_inner #global_navi {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(58, 55, 52, 0.95);
	display: none;
	overflow: scroll;
}

#header_inner #global_navi .close_btn {
	width: 50px;
	height: 50px;
	background: url("../images/header/close.svg") no-repeat center center;
	background-color: #6e5c35;
	background-size: 12px 12px;
	float: right;
	position: relative;
	top: -50px;
	cursor: pointer;
}

#header_inner #global_navi #navi_ul {
	width: 66.67%;
	float: right;
	position: relative;
	background-color: #fff;
	right: -66.67%;
}

#header_inner #global_navi #navi_ul .list {
	font-size: 14px;
}

#header_inner #global_navi #navi_ul .list > a {
	padding: 19px 20px 17px;
	border-bottom: 1px solid #dedede;
	position: relative;
	line-height: 1;
}

#header_inner #global_navi #navi_ul .list > a.trigger:after, #header_inner #global_navi #navi_ul .list > a.trigger:before {
	content: "";
	display: block;
	background-color: #6e5c35;
	position: absolute;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

#header_inner #global_navi #navi_ul .list > a.trigger:before {
	width: 1px;
	height: 14px;
	top: 18px;
	right: 26px;
}

#header_inner #global_navi #navi_ul .list > a.trigger:after {
	width: 14px;
	height: 1px;
	top: 24px;
	right: 20px;
}

#header_inner #global_navi #navi_ul .list > a.trigger.active:before {
	height: 1px;
	top: 24px;
}

#header_inner #global_navi #navi_ul .list > a span {
	display: inline-block;
}

#header_inner #global_navi #navi_ul .list > a span.active {
	display: none;
}

#header_inner #global_navi #navi_ul .list > a .ex_link {
	background-position: right 2px;
}

#header_inner #global_navi #navi_ul .list .dd_navi {
	background-color: #f6f6f6;
	display: none;
}

#header_inner #global_navi #navi_ul .list .dd_navi li a {
	padding: 18px 20px;
	border-bottom: 1px solid #dedede;
}
}


/* #footer
-------------------------------------------------- */
@media print, screen and (min-width: 751px) {

footer {
	width:100%;
	margin:auto;
}

.footer_bg01 {
	width:100%;
	background:#c9c393;
	padding:20px 0;
}

.footer_bg01 nav {
	width:1200px;
	display:table;
	margin:0 auto 30px;
}

.footer_bg01 nav ul {
	display:table-row;
	list-style-type:none;
	margin:auto;
}

.footer_bg01 nav ul li {
	font-size:0.8em;
	display:table-cell;
	padding:0 8px;
	text-align:center;
	float:none;
	font-family:"Times New Roman", Times, serif;
}

.footer_bg01 nav ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

.footer_bg01 nav ul li a:hover {
	color:#CBCBCB;
}

.fot_logo {
	width:123px;
	text-align:center;
	margin:0 auto 15px;
}

.fot_adress {
	font-size:0.9em;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto 20px;
}

.footer_bg02 {
	text-align:center;
	width:100%;
	background:#ebe9d4;
	padding:10px 0 130px;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.footer-floating{
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
	position: fixed;
	opacity: 0;
	transition: 1.0s;
}

.footer-floating--on{
	opacity: 1;
}

.footer-floating__btn{
	margin: 0 auto;
	width: 100%;
	max-width: 440px;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	background-color: #89a;
	background-image: url(../images/footer/icon_cart_white.svg);
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: right 30px top 50%;
	display: block;
}

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

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

footer {
	width:100%;
	margin:auto;
}

.footer_bg01 {
	width:100%;
	background:#2f2b2c;
	padding:15px 0;
}

.footer_bg01 nav {
	width:100%;
	display:table;
	margin:0 auto 20px;
}

.footer_bg01 nav ul {
	display: block;
	list-style-type:none;
	margin:auto;
}

.footer_bg01 nav ul li {
	font-size:0.8em;
	display: block;
	padding:0 8px;
	text-align:center;
	float:left;
	font-family:"Times New Roman", Times, serif;
}

.footer_bg01 nav ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

.footer_bg01 nav ul li a:hover {
	color:#CBCBCB;
}

.fot_logo {
	width:123px;
	text-align:center;
	margin:0 auto 10px;
}

.fot_adress {
	font-size:0.8em;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto 15px;
}

.footer_bg02 {
	text-align:center;
	width:100%;
	background:#595556;
	padding:5px 0 85px;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.footer-floating{
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
	z-index: 10;
	position: fixed;
	opacity: 0;
	transition: 1.0s;
}

.footer-floating--on{
	opacity: 1;
}

.footer-floating__btn{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	background-color: #89a;
	background-image: url(../images/footer/icon_cart_white.svg);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right 25px top 50%;
	display: block;
}

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





