﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
@import url("../../../common/css/Normalize.css");  
@import url("../../../common/css/reset.css");  
/* default */
@import url("base.css?20201130");


/*========================================
 +contents
========================================*/
body{
	width:100%;
	padding: 0 0 65px;
	background-image: url(../../../common/images/bodyBack.png);
}
#contents{
	margin:0px 0px 20px;
}
/*========================================
 + HEADER
========================================*/
header{
	height:55px;
	position:relative;
	background:-moz-linear-gradient(center top,,left bottom , #FFF 0%, #FFF 80% , #f6f4ee 100%);
	/* background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF),color-stop(0.8, #FFF), color-stop(1, #f6f4ee)); */
	/*border-bottom:1px solid #dfdcd7;*/
	box-shadow:0 0 5px #707070;
	z-index:999;
}
#logo{
	position:absolute;
	top: 9px;
	left:10px;
	text-decoration: none;
}
#h_lineBt{
	position:absolute;
	top:3px;
	right:60px;
}
#menuBt{
	position:absolute;
	top:3px;
	right:3px;
	width:50px;
	height:50px;
	display:inline-block;
	background-image:url(../images/header/menuiBt.jpg);
	background-size:50px;
}
#menuBt.Open{
	background-image:url(../images/header/menuiBt2.jpg?20180420) !important;
}
#header_btm{
	background-color:#fff;
	height:45px;
	border-bottom:3px solid #321301;
	display:table;
	width:100%;
}
#header_btm a:first-child{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	padding:5px 0 0 0;
}
#h_mail_Bt{
	background-color:#b13535;
	height:40px;
	width:47%;
	padding:5px 0px 0;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	z-index:1000;
	position:relative;
}
.drop_navi{
	background-color:#301a0c;
	width:100%;
	position:absolute;
	top:55px;
	z-index:1000;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 6px 18px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 6px 18px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 6px 18px 0px inset;
	border-bottom:1px solid #403f3c;
	display: none;
}
.drop_navi li{
	border-bottom:1px solid #eec68f;
	padding:5px;
}
.drop_navi li a{
	display:block;
	padding:7px;
	font-size:15px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	background-image:url(../images/navi_arrow.png);
	background-repeat:no-repeat;
	background-position:95% center;
	background-size:8px;
}
.sub_navi{
	display:none;
}
.sub_navi li{
	background-color:#eec68f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:left;
	padding:10px 0;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background-image: none;
	padding:3px 5px;
	margin:0 0 2px;
}
.sub_navi li a{
	padding:5px 0 5px 15px;
	color:#301a0c;
	font-weight:normal;
}

#headerBT {
margin:1px 0 0;
}
#headerBT li {
	width:50%;
	float:left;
box-sizing:border-box;	
}
#headerBT li a {
	box-sizing:border-box;	
	display:block !important;
	width:100%;
	margin: 0;
}
/*========================================
 + FOOTER
========================================*/
footer{
	margin:35px 0 0 0;
	border-collapse:collapse;
	position:relative;
	background-color:#321301;
}
#F_Link{
	margin:-5px 0 0 0;
	border-collapse: initial;
	font-size: 13px;
}
#F_Link td{
	border: 1px solid #fff;
 /*   -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);*/
	border-radius:4px;
	width:50%;
}
#F_Link td a{
	width:100%;
	height:100%;
	display:table;
	padding: 0 0 0 6px;
	box-sizing:border-box;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
.f_tel{
	background-image: url(../images/footer/tel.png);
	background-position:left center;
	background-size:13px;
	background-repeat:no-repeat;
	padding:5px 0 5px 30px !important;
	background-position:12px center;
}
#F_Link td a span{
	display:table-cell;
}
#pagetop{
	position:absolute;
	top:-18px;
	right:3px;
}
#CR{
	margin:0 0 0 0px;
	text-align: center;
	font-size:10px;
	color:#333;
	line-height:27px;
	background-color:#f0f0f0;
	height:27px;
}
/*========================================
 + ページング
========================================*/
.page{
	margin:5px 0;
	height:36px;
}
.pageTT{
	float:left;
	line-height:36px;
	padding:0 0 0 10px;
}
.pageTT span{
	color:#0265dd;
	font-weight:bold;
	font-size:15px;
}

#page_h{
	background-color:#cdae85;
	text-decoration:none;
	font-weight:bold;
	background:-moz-linear-gradient(center top,,left bottom , #9e9e9e 0% , #e4e4e4 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #9e9e9e), color-stop(1, #e4e4e4));
}
#page_h2{
	background-position:0 -20px;
	font-weight:bold;
}
.page_number{
	float:right;
	text-align:right;
	margin:3px 5px 0 0;
}
.page_number a{
	color:#333;	
}
.page0{
	float:left;
	width:21px;
	height:22px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	margin:1px 7px 0 0;
	text-decoration:underline;
	border:1px solid #a5a5a5;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	background:-moz-linear-gradient(center top,, #ffffff 0% , #dfdfdf 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #dfdfdf));
}


/*========================================
 + 共通タイトル
========================================*/
.h2TT{
	background:#321301;
	height: 46px;
	line-height: 42px;
	padding: 0 0 0 10px;
	color:#FFF;
	font-size: 16px;
	border-top:1px solid #e5e0d4;
	border-bottom:1px solid #e5e0d4;
	position:relative;
	font-weight: bold;
}
.h2TT span{
	margin:0 0 0 0px;
	display:block;
	/* border-top:1px solid #FFF; */
	padding:0 0 0 15px;
}

.h2TT img{
	position:absolute;
	left:10px;
	top:10px;
}

.h3TT{
	font-size: 18px;
	font-weight:bold;
	position: relative;
	padding: 0.7rem 0.25rem 1.0rem;
}

.h3TT:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #56290e, #56290e 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #56290e, #56290e 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*========================================
 + 枠
========================================*/
/* ﾆﾎﾏﾀﾟﾄ・*/
.ime_a{ime-mode:active;}
.ime_d{ime-mode:disabled;}
/* ､ｽ､ﾎﾂｾ */
.c_p { cursor:pointer;}
.d_n{display:none;}



/*----- compliance -----*/
.compliance {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
	background-color: rgba(89,61,40,0.9);
	box-sizing: border-box;
	padding: 15px 2% 0 3%;
	text-align: center;
}

.compliance li {
	width: 41%;
	height: 40px;
	margin: 0 1.5% 0 0;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.compliance li a {
	font-weight: bold;
	box-sizing: border-box;
	color:#f9e0be ;
	display: block;
	text-decoration: none;
	width: 100%;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.2;
	height: 40px;
	background-size: 25px auto  !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #b13535;
	box-shadow: 0px 2px 0px rgba(134,7,7,1.0);
}
#footBt01 {
	line-height: 40px;
	font-size: 18px;
}
#footBt01 .fas {
	padding:0 10px 0 0
}
#footBt02 {
	padding: 6px 0 0 38px;
	text-align: left;
	background-image: url(../images/footer/footBt02.jpg);
} 
.compliance li:last-child {
	float: right;
	width: 13% !important;
}
.compliance li:last-child a {
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	box-sizing: border-box;
	color:#faead1 ;
	display: block;
	width: 100%;
	border-radius: 3px;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #5a3f2c;
	box-shadow: 0px 2px 0px rgba(50,19,1,1.0);
}

@media screen and (max-width:349px) {
	#logo span:first-child img{
		width:140px !important;
	}
	#logo span:last-child img{
		width:100px !important;
	}

}