/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-size: 100%;
	font-family: serif;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
img {
	border:0;
}

.clear {
	clear: both;
}


img.bg {
  /* Set rules to fill background */
  min-height: 245px;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: 245px;
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
#container {
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	height: 0;
}
#header_contents {
	width: 900px;
	height: auto;
	margin:0 auto;
}
#header_contents .logo{
	padding:20px 0 10px;
}
#header_contents .logo:hover{
	opacity:0.7;
}
#sp {
	font-size:11px;
	height: auto;
	width: 900px;
	margin-top: 10px;
	text-align: right;
}
#sp a{
	color: #9D9D93;
}

#bnrbox {
	font-size:11px;
	width: 900px;
	height: 95px;
	margin-top:0;
	padding:0px;
	background: #231F20;
	color: #eee;
}
#bnrbox .bnrleft{
	padding:10px 20px 5px 10px;
	float: left;
}

#bnrbox .bnrleft a:hover img{
	opacity:0.8;
}
#bnrbox .iconbox{
	vartical-align:middle;
	padding:5px 0;
	float: left;
}
#bnrbox .iconbox2{
	vartical-align:middle;
	margin-left:10px;
	padding:18px 10px;
	float: left;
}
#bnrbox .textbox1{
/* -- 	width: 320px; -- */
	height:35px;
	line-height:1.5em;
	padding:20px 0 0 0;
	float: left;
}
#bnrbox .textbox1 a{
	color: #eee;
	text-decoration: none;
}
#bnrbox .textbox1 a:hover{
	color: #fff;
	text-decoration: underline;
}
#bnrbox .textbox2{
	height:30px;
	line-height:1.5em;
	padding:5px 0 0 5px;
	float: left;
}
#bnrbox .textbox2 a{
	color: #eee;
	text-decoration: none;
}
#bnrbox .textbox2 a:hover{
	color: #fff;
	text-decoration: underline;
}
#bnrbox .tel {
	font-size: 20px;
}



#box {
	margin: 15px 0 15px 60px;
}
#box .box_left{
	float:left;
	padding-right:20px;
}
#box .box_right{
	float:left;
	line-height:1.8;
}

#box_order {
	margin: 15px 0 20px 20px;
}
#box_order .box_left{
	float:left;
	border:1px #ccc solid;
}
#box_order .box_right{
	padding-left:15px;
	float:right;
	line-height:1.7;
	border:1px #ccc solid;
}

#section img.align_left {
	margin:0 20px 10px;
	float:left;
}
#section .cap{
	line-height:2.0;
	font-size:14px;
}

#footer {
	margin: 30px auto;
	text-align: center;
	color: #777;
}
#footer #copyright {
	font-size: 12px;
}
#header #logo {
	height: 116px;
	width: 257px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}
#header #home {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(../images/home_on.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*home rollover*/
#header #home a {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 22px;
	width: 67px;
}
#header #home a:hover {
	background-image: none;
	background-position: 0px 0px;
}
#header #nav {
	margin: 0px;
	clear: both;
	height: 50px;
	width: 900px;
}
/*nav rollover*/
#header #nav ul {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_on.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
}
#header #nav ul li,#header #nav ul li a {
	float: left;
	width: 150px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#header #nav ul li#news a {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #nav ul li#about a {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0px;
}
#header #nav ul li#menu a {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px 0px;
}
#header #nav ul li#gallery a {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -450px 0px;
}
#header #nav ul li#information a {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px 0px;
}
#header #nav ul li#blog a {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -750px 0px;
}
#header #nav ul li#news a:hover {
	background-image: none;
	background-position: 0px 0px;
}
#header #nav ul li#about a:hover {
	background-image: none;
	background-position: -150px 0px;
}
#header #nav ul li#menu a:hover {
	background-image: none;
	background-position: -300px 0px;
}
#header #nav ul li#gallery a:hover {
	background-image: none;
	background-position: -450px 0px;
}
#header #nav ul li#information a:hover {
	background-image: none;
	background-position: -600px 0px;
}
#header #nav ul li#blog a:hover {
	background-image: none;
	background-position: -750px 0px;
}

/*under nav　▼*/
#header #section_top {
	background-image: url(../images/section_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 900px;
	margin: 0px;
}
#header #section_news {
	background-image: url(../images/section_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 900px;
	margin: 0px;
}
#header #section_about {
	background-image: url(../images/section_about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 900px;
	margin: 0px;
}
#header #section_menu {
	background-image: url(../images/section_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 900px;
	margin: 0px;
}
#header #section_gallery {
	background-image: url(../images/section_gallery.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 900px;
	margin: 0px;
}
#header #section_information {
	background-image: url(../images/section_infomation.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 900px;
	margin: 0px;
}
#header #section_order {
	background-image: url(../images/section_order.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 900px;
	margin: 0px;
}
/*本文*/
#section {
	width: 900px;
	height: auto;
	margin: 0px auto;
}
h1 {
	width: 830px;
	line-height: 18px;
	color: #ffffff;
	background-color: #1B1B1B;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding: 5px;
	margin:0 auto 10px;
}

#section #flash_area {
	height: 396px;
	width: 878px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding:10px;
	border:1px solid #231F20;
}
#section .block {
 	width: 50%;
	margin:0 0 0 40px;
	padding: 0;
}
#section .block_contents {
	padding: 20px;
	background-color: #FFFFFF;
	border:1px solid #ccc;
}

h2 {
	font-size: 14px;
	color: #B91619;
	margin-left: 20px;
}
h2.time {
line-height:1.8;
	font-size: 14px;
	color: #B91619;
	margin:0 20px 10px;
	border-bottom:1px dotted #ccc;
}

h3.newstt {
	font-size: 20px;
	color: #333;
	border-bottom: 1px dotted #ccc;

}
h3.menu {
	font-size: 13px;
	color: #333333;
	margin-left: 40px;
	line-height: 20px;
	padding-left: 25px;
	background-image: url(../images/ic_knife.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#section .block p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 60px 10px;
}
#section .block_order p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 20px 10px;
}
.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 55px;
	border: 1px solid #EDECE9;
}
.right{
	font-size: 12px;
	line-height: 1.5em;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}

/*
ショップ名
-------------------------------------------------------------------*/
.shopname {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

/*
gallelyリスト
-------------------------------------------------------------------*/
#section ul.galley {
margin: 0;
padding: 0;
list-style-type: none;
padding-left:15px;
width:100%;
}

#section ul.galley li.top {
float: left;
width: 840px;
margin: 0px;
padding: 0px;
background-color: #231F20;
}

#section ul.galley li {
float: left;
width: 156px;
margin: 0px;
padding: 0px 15px 15px 0px;
background-color: #231F20;
}


#section ul.galley li.last {
float: left;
width: 156px;
margin: 0px;
padding: 0px 0px 15px 0px;
background-color: #231F20;
}

#section ul.galley li.btm {
float: left;
width: 156px;
margin: 0px;
padding: 0px 15px 50px 0px;
background-color: #231F20;
}
#section ul.galley li.lastBTM {
float: left;
width: 156px;
margin: 0px;
padding: 0px 0px 50px 0px;
background-color: #231F20;
}
.clearLeft { 
clear: left; 
}

/*
各種テーブル
-------------------------------------------------------------------*/

#section table {
	border-collapse: collapse;
	margin: 0 auto;
	width:90%;
	border:1px #ccc solid;
}
#section table td {
		padding: 10px;
		border-bottom: 1px dotted #ccc;
	}
#section table td.list-left {
	background-image: url(../images/bg_arw.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 75%;
	width: 3.0em;
	text-align: left;
	}
#section table td.list-right {
		font-size: 75%;
		text-align: left;
}

#section table.cs {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#section table td.cs {
	width: 50%;
	vertical-align:top;
	border-collapse: collapse;
	border: none;
}
#section table.std {
	border-collapse: collapse;
	margin-left: 59px;
}

#section table td.std {
	font-size: 12px;
	line-height:18px;
	vertical-align:top;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}
#section table.stdsec {
	border-collapse: collapse;
	margin-left: 40px;}

#section table td.stdsecleft {
	font-size: 12px;
	width: 150px;
	padding-left: 25px;
	border-collapse: collapse;
	border: none;
	background-image: url(../images/ic_knife.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#section table td.stdsecright {
	font-size: 12px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}

#section .double {
	background-color:#000;
	width:280px;
	padding: 10px;
	line-height:1.5em;
	margin-left: 59px;
	border: 3px double #ccc;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

#section table.s {
	padding: 10px;
	margin-top: 15px;
	margin-left: 59px;
	border: 1px solid #ccc;
}

#section table td.s {
	font-size:12px;
	padding: 5px;
	border: 1px solid #ccc;
}

table td {
	border-collapse: collapse;
}

#section table.table_info {
	width: 640px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


#section table td.img {
	width: 150px;
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
}
#section table td.h3 {
	width: 520px;
	background-image: url(../images/bg_title.jpg);
	background-repeat: no-repeat;
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
}

#section table td.kouji {
	border-collapse: collapse;
	padding: 10px;
	font-size: 13px;
	text-align: left;
	vertical-align:top;
	border: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#section table td.kouji_pt {
	border-collapse: collapse;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align:top;
	border: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


#section table td.dl {
	border-collapse: collapse;
	padding: 10px;
	font-size: 13px;
	text-align: left;
	vertical-align:middle;
	border: 0px;
}


#section table th {
	font-size: 16px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #F1ECE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
#section form table th {
	width: 127px;
}

#section table td.td_head {
	background-color: #FFFFFF;
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(../images/td_head.gif);
	background-repeat: repeat-x;
}

#section table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	padding-left: 25px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(../images/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}

#section table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BDB7A1;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FCFBF8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#section table.table_menu th span {
	font-size: 10px;
	color: #C28B0C;
}
#section table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#section .table_menu strong {
	font-size: 16px;
	color: #AD9445;
	padding-right: 5px;
	padding-left: 5px;
}
#section table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


.table_info th a {
	color: #312D24;
}
#section .table_info .td_odd p {
	margin: 0px;
}

#section table.table_menu td {
	font-size: 14px;
}
#section table.table_menu th {
	font-size: 14px;
	background-image: url(../images/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	background-color: #F9F9F9;
	border-right-color: #C7B16D;
}

#section #input_table {
  border-collapse: collapse;
  border: 2px solid #444422;
  width: 670px;
}

#section #input_table th {
  font-size: 12px;
  background-color: #D6FFCA;
  color: #333333;
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
  width: 120px;
}
#section #input_table td {
  font-size: 12px;
  background-color: #fefefe;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
}


#section table.doboku {
	margin-top: auto;
	margin-left: 28px;
	margin-right: auto;
	margin-bottom: auto;
}

#section table.doboku td {
  font-size: 14px;
  background-color: #ffffff;
  padding: 5px 5px 13px 5px;
  border: none;
}

#section table.kankyo_hosin {
	margin-top: auto;
	margin-left: 55px;
	margin-right: 20px;
	margin-bottom: auto;
}

#section table.kankyo_hosin td {
  font-size: 14px;
  line-height: 22px;
  background-color: #ffffff;
  padding: auto
  margin-right: auto;
  border: none;
  vertical-align:top;
}
#section .chui {
	color: #CC0000;
	font-size: 12px;
}


#section #input_table {
  border-collapse: collapse;
  border: 1px solid #444422;
  width: 670px;
}

#section #input_table th {
  font-size: 12px;
  background-color: #efefef;
  color: #333333;
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
  width: 120px;
}
#section #input_table td {
  font-size: 12px;
  background-color: #fefefe;
  text-align: left;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
}
#section td.normal {
	text-align:center;
  font-size: 12px;
  padding: 10px;
  border: none;
}

/*************
テーブル（form）
*************/
#section table.formTable{
	width:95%;
	margin:10px auto;
	border-collapse:collapse;
	line-height:1.8;
}
#section table.formTable td,
#section table.formTable th{
  font-size: 12px;
	border:1px solid #ccc;
	padding:10px;
}
#section table.formTable th{
	font-weight:normal;
	background:#efefef;
	text-align:right;
}
/*************
テーブル（tokuteisho）
*************/
#section table.tokuteisho{
	width:100%;
	margin:10px auto 0;
	border-collapse:collapse;
	line-height:1.5;
}
#section table.tokuteisho td,
#section table.tokuteisho th{
	font-size: 12px;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	padding:5px;
}
#section table.tokuteisho th{
	white-space: nowrap;
	font-weight:normal;
	background:#efefef;
	text-align:center;
}

/*************
テーブル（order）
*************/
#section table.order{
	width:95%;
	margin:10px auto 20px;
	border-collapse:collapse;
	line-height:1.5;
}
#section table.order td,
#section table.order th{
	font-size: 12px;
	border:1px dotted #D1CDBA;
	border-left:none;
	border-right:none;
	padding:10px;
}
#section table.order th{
	white-space: nowrap;
	font-weight:normal;
	background:#F1ECE3;
	text-align:center;
}
/*************
表示・表示切り替え
*************/
#section .faqs{
	width:95%;
	margin:20px auto
	}
#section .faqs dt{
	font-size: 12px;
	font-weight:normal;
	text-decoration:underline;
	color:#0000FF;
	background:url(../images/icon_plus.gif) 10px center no-repeat #efefef;
	padding:10px 30px;
	position:relative;
	border:1px solid #ccc;
}
#section .faqs dt:hover{
	cursor:pointer;
	}
#section .faqs dd{
	margin: 0;
	padding: 10px 20px 20px;
	position:relative;
	border:1px solid #ccc;
	border-top:none;

}
#section .faqs p{
	font-size: 12px;
	margin: 0px;
	padding: 10px 0 0;
}
#section .faqs ul{
	font-size: 12px;
	margin:5px 0 0;
}
#section .faqs ul li{
	font-size: 12px;
	padding:5px 0 0;
}
/* 20024.04.08 下記追加 */

.yokonarabi div{
	font-size:80%;
	display:flex;
	justify-content: flex-start;
	padding: 5px;
	border-bottom: 1px dotted #c7c7c7;
}
 .yokonarabi dt {
	width: 7em;
	background-image: url(../images/bg_arw.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:1.0em;
}
.yokonarabi dd {
	margin-left: 0;
	width: calc(100% - 7em);
}



