@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background-image: url(images/back_img.jpg);
	background-repeat: repeat-x;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* よく使うCSS start*/

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5e4129;
	width:100%;
	margin:10px 0 ;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}


#wrapper {
	width:991px;
	margin:0 auto ;
}

.img_left {
	float:left;
	margin:0 20px 20px 0 ;
	display:block;
}

.img_right {
	float:right;
	margin:0 0 20px 20px ;
	display:block;
}

.img_center {
	float:none;
	clear:both;
}

/* header */
header {
	height:100px;
}

header .logo_box {
	float:left;
}

header .logo {
	margin:20px 0 0 0 ;
}

h2 {
	color:#1a4323;
	font-size:0.8rem;
}

header p.article01 {
	color:#1a4323;
	font-size:0.8rem;
}

header .tel {
	float:right;
	display:block;
	margin:20px 0 0 0 ;
}

#gnavi {
	height:45px;
}

#gnavi ul li {
	position:relative;
}

#gnavi ul li a {
	color: #1c4324;
	text-decoration: none;
	float: left;
	display: block;
	text-align: center;
	width: 164px;
	height: 33px;
	margin: 1px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1c4324;
	font-size:1.1rem;
	font-weight:bold;
	padding:10px 0 0 0 ;
}

#gnavi ul li a:hover {
	color:#f59d8c;
}

#gnavi li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 495px;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#gnavi li ul li{
  overflow: hidden;
  width: 400%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#gnavi li ul li a{
  padding: 10px ;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background-color:#FFF;
}

#gnavi li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}

#gnavi li:last-child ul{
  left: -100%;
  width: 100%
}

#gnavi li:hover ul li:first-child{
  border-top: 0;
}
#gnavi li:hover ul li:last-child{
  border-bottom: 0;
}
#gnavi li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

#gnavi ul li.gnavi_end {
	color: #1c4324;
	text-decoration: none;
	float: left;
	display: inline;
	text-align: center;
	width: 164px;
	height: 43px;
	margin: 1px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c4324;
}

#sub_navi li {
	text-decoration: none;
	float: left;
	display: inline;
	font-size:0.9rem;
	margin:5px 30px 0 0 ;
}

#sub_navi li a {
	text-decoration:none;
	background-image:url(images/list_sub_nav.gif);
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	color:#333;
}

#sub_navi li a:hover {
	color:#f59d8c;
}



/* main */
#main_visual {
	margin:30px auto ;
	clear:both;
}

/* campaign */
#campaign_title {
	background-image:url(images/campaign_title.png);
	background-repeat:no-repeat;
	width:100%;
	height:32px;
}

#campaign_title p {
	font-size:1.2rem;
	color:#FFF;
	text-indent:30px;
	padding:3px 0 0 0 ;
}

#campaign {
	background-color:#FFF;
	width:100%;
	height:auto;
	padding:20px 0 ;
}

#campaign .campaign_box {
	float:left;
	display:block;
}

#campaign .campaign_box img {
	float:left;
}

#campaign .campaign_text {
	float:right;
	margin:0 0 0 10px;
}

#campaign .campaign_box p {
	font-size:0.9rem;
	margin:30px 0 0 0 ;
}

#campaign p.campaign_price {
	color:#ea5025;
	font-size:1rem;
	margin:10px 0 0 0 ;
}

/* menu */
#menu_title {
	background-image:url(images/menu_title.png);
	background-repeat:no-repeat;
	width:100%;
	height:32px;
	margin:30px 0 ;
}

#menu_title p {
	font-size:1.2rem;
	color:#FFF;
	text-indent:30px;
	padding:3px 0 0 0 ;
}

#menu {
	margin:0 0 30px 0 ;
}

#menu .menu_nikibi {
	float:left;
	width:489px;
	height:180px;
	display:block;
	margin:0 0 20PX 0 ;
}

#menu .menu_anti {
	width:489px;
	float:right;
	height:180px;
	display:block;
	margin:0 0 20PX 0 ;
}

#menu img {
	float:left;
}

#menu .menu_nikibi .text,#menu .menu_anti .text {
	background-image:url(images/menu_text_back.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	width:198px;
	height:160px;
	padding:10px ;
}

#menu .menu_nikibi h3 ,#menu .menu_anti h3 {
	font-size: 0.9rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin:0 0 10px 0 ;
	width:100%;
}

#menu .menu_nikibi h3 a ,#menu .menu_anti h3 a {
	color:#000;
	text-decoration:none;
}

#menu .menu_nikibi h3 a:hover ,#menu .menu_anti h3 a:hover {
	color:#f59d8c;
}

#menu .text p {
	font-size:0.75rem;
	float:left;
	width:90%;
}

#menu .menu_left {
	float:left;
	width:50%;
	height:109px;
	clear:left;
	margin:0 0 20px 0 ;
}

#menu .menu_right {
	float:right;
	width:50%;
	height:109px;
	margin:0 0 20px 0 ;
}

#menu .menu_left img,#menu .menu_right img, {
	float:left;
	display:block;
}

#menu .menu_left .text,#menu .menu_right .text {
	float:right;
	display:block;
	width:65%;
}

#menu .menu_left .text h3,#menu .menu_right .text h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #af2f23;
	text-indent:5px;
	font-size:0.9rem;
	margin:0 0 10px 0 ;
}

#menu p.menu_detail a {
	float:right;
	clear:left;
	display:block;
	text-decoration:none;
	color:#333;
}

#menu p.menu_detail a:hover {
	color:#f59d8c;
}

/* blog,news */
#blog_title,news_title {
	background-image:url(images/blog_title.png);
	background-repeat:no-repeat;
	width:100%;
	height:32px;
	margin:30px 0 ;
}

#blog_title p,news_title p {
	font-size:1.2rem;
	color:#FFF;
	text-indent:30px;
	padding:3px 0 0 0 ;
}

#blog {
	width:50%;
	float:left;
}

#news {
	width:50%;
	float:right;
	
}

#blog dl,#news dl {
	font-size:0.9rem;
	margin:10px 0 ;
}

#blog dt,#news dt {
	float:left;
	clear:left;
	width:90px;
	margin:0 0 10px 0 ;
}

#blog dd,#news dd {
	float:left;
	margin:0 0 10px 0 ;
}

/* footer */

footer {
	background-color:#c18a33;
	margin:40px 0 0 0 ;
	padding:20px 0 ;
	width:100%;
}

#footer_contents {
	width:991px;
	margin:0 auto;
}

#footer_contents ul {
	clear:left;
}

#footer_contents li a {
	display:inline;
	float:left;
	font-size:0.8rem;
	text-decoration:none;
	color:#333;
	padding:0 20px 0 0 ;
}

#footer_contents li a:hover {
	color:#f59d8c;
}

#footer_contents p.copy {
	float:right;
	clear:left;
}


/* second */

#left {
	width:781px;
	float:left;
}

#left h1 {
	background-image:url(images/second_title.png);
	background-repeat:no-repeat;
	width:100%;
	height:32px;
	text-indent:30px;
	margin:30px 0 ;
	font-size:1.1rem;
	color:#333;
	padding:2px 0 0 0 ;
}

#left h2 {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1rem;
	color: #2e4116;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2e4116;
}

.accent_color {
	color: #D16A61;
	font-weight: bold;
}

.second_descriotion {
	background-color: #decdb2;
	padding: 20px;
	margin:0 0 20px 0 ;
}

#right {
	width:190px;
	float:right;
}

.price {
	width:100%;
	text-align:right;
	margin:0 0 20px 0 ;
	color:#1a4323;
	font-weight:bold;
	font-size:1.1rem;
}

p.sotozei{
	float: right;
	margin: 20px 0 0 0;
	color: #666;
}

/* consept */

p.jin {
	margin:20px 0 ;
	float:right;
}

img.concept_img {
	float:left;
	margin:0 30px 30px 0 ;
}

p.answer {
	color:#900;
	margin:0 0 10px 0 ;
}


/* access */

#googlemap {
	margin:0 0 20px 0 ;
}

p.address {
	margin:10px 0 ;
	color:#1a4323;
	font-weight:bold;
}


/* nikibi */

p.nikibi_section01 {
	font-weight: bold;
	color: #930;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #930;
	text-indent:5px;
}

p.nikibi_section02 {
	font-weight: bold;
	color: #333;
	margin: 15px 0;
}

p.nikibimenu {
	clear:both;
	text-align:center;
	font-size:1.2rem;
	padding:10px;
	background-color:#930;
	color:#FFF;
	margin:20px 0 ;
}


/* products */

.products_image {
	margin:20px 0 ;
}


/* datsumou */

table.datsumou_price {
	width:460px;
	display:block;
	margin:20px 0 ;
}

table.datsumou_price td {
	border: 1px dotted #999;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

table.datsumou_price .accent {
	background-color:#f59d8b;
	color:#FFF;
}


/* side */

#side_info {
	background-color:rgba(255,255,255,0.2);
	padding:10px;
	margin:20px 0 ; 
}

#side_info p.side_shop {
	color:#1a4323;
	font-weight:bold;
	font-size:1.1rem;
}

#side_info p {
	font-size:0.8rem;
	font-weight:bold;
	margin:0 0 10px 0 ;
}

#side_menu {
	margin:30px 0 0 0 ;
}

#side_menu img {
	margin:0 0 10px 0 ;
}