@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}

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

ol, ul{
	list-style: none;  
}

html{
    font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFF;
	width:100%;
	color:#333631;
	-webkit-text-size-adjust: 100%;
}

/*	リンクタグ	*/

a,
a:hover{
	color:#333;
	text-decoration:none;
}

a.bl:link{
	color:#FFF;
	text-decoration : none; 
}
a.bl:visited {
	color:#FFF;
	text-decoration : none; 
}
a.bl:active{
	color:#FFF;
	text-decoration : none; 
}
a.bl:hover{
	color:#FFF;
	text-decoration : none; 
}
a.sitel:link{
	color:#FFF;
	text-decoration : none; 
}
a.sitel:visited {
	color:#FFF;
	text-decoration : none; 
}
a.sitel:active{
	color:#FFF;
	text-decoration : none; 
}
a.sitel:hover{
	color:#FFF;
	text-decoration : none; 
}
a.fan:link{
	color:#FFF;
	text-decoration : none; 
}
a.fan:visited {
	color:#FFF;
	text-decoration : none; 
}
a.fan:active{
	color:#FFF;
	text-decoration : none; 
}
a.fan:hover{
	color:#FFF;
	text-decoration : none;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	max-width:100%;
	overflow:hidden;
	}
footer{
	width:100%;
	overflow:hidden;
	}


/*	タイトル	*/
#top h1{
	background:url(img/header_bg.gif) repeat-x;
	ackground-image:-moz-linear-gradient(top, #434641, #292b27);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#434641), to(#292b27));
	background-image:-o-linear-gradient(top, #434641, #292b27);
	background-image:linear-gradient(top, #434641, #292b27);
	width:100%;
	padding:3% 10px;
	border-bottom:solid 1px #11120F;
	color:#FFF;
	text-shadow:1px 1px 1px #11120F;
}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:99.5%;
	margin:auto;
	border:solid 1px #D7E5CF;}

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 10px;
	display:block;
	color:#FFF;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
}

header p.des{
	padding:0 10px;
	margin-bottom:5%;
}



/*------------------------------------------------------------
	カテゴリ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#d5d6d4));
	background-image: -o-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: linear-gradient(top, #fdfdfd, #d5d6d4);
	padding:3% 10px;
	margin:0;
	border:solid 1px #9CA695;
	border-top:solid 1px #D7E5CF;
	text-shadow:1px 1px 1px #FFF;}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	border:solid 1px;
	border-color:#FFF transparent #D7E5CF;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #ececec, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ececec, #d9d9d9);
	background-image: linear-gradient(top, #ececec, #d9d9d9);
	border:solid 1px;
	border-color:#FFF transparent #D7E5CF;
}

article section a{
	background:url(img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

/*	カテゴリ画像　*/
article section a figure{
	width:35%;
	margin-right:10px;
	overflow:hidden;

	border:solid 1px #9CA695;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;}

article section a figure img{
	background:#9CA695;
	width:100%;
	margin-bottom:-4.5%;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;}

@media screen and (min-width:480px) {
	article section a figure{
		padding-bottom:0.5%;
	}
}

/*	カテゴリ画像の説明文字　*/
article section a h2{
	width:60.5%;
	color:#9CA695;
	float:right;
}

article section a p{
	width:60.5%;
	float:right;
}

/*	トップに戻る　*/
p.go_top{
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding:5% 15px 5% 0;
	display:block;
	color:#9CA695;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*	フリースペース　*/
.free_space{
	padding:3% 10px;
	border:dotted #D7E5CF;
	border-width:1px 0;
}

.free_space img{
	margin:auto;
	display:block;
	border:solid 1px #333631;
}

/*	メニュー　*/
footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:20%;
	margin:2% 2.5% 2% 2.5%;
	float:left;
}

footer ul li a{
	padding:1.4em 0;
	display:block;
	color:#D7E5CF;
	border:solid 1px #A3AB9D;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	-moz-box-shadow:0px 0px 0px 1px #333631;
	-webkit-box-shadow:0px 0px 0px 1px #333631;
	box-shadow:0px 0px 0px 1px #333631;
	background-image: -moz-linear-gradient(top, #b0b9ab, #7f8b78);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b0b9ab), to(#7f8b78));
	background-image: -o-linear-gradient(top, #b0b9ab, #7f8b78);
	background-image: linear-gradient(top, #b0b9ab, #7f8b78);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:dotted 1px #333631;
}

address p{
	font-size:0.714em;
	text-align:center;}

.h_manu .logo {
	width: 40%;
	float: right;
	margin-right: 10px;
}
.footerlink {
	padding:0;
	position:fixed;
	bottom:0;
	border-top:0;
	height: auto;

}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}
 
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 2;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
   
}
.inquiry_btn {
    
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 100%;

    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}

}


/* CSS */
.nav {
  width: 100%;
  margin-bottom:10px;
  margin-top:10px;
}
.nav ul {
  text-align: center;
}
.nav ul li {
  display: inline-block;
  width: 25%;  /* 任意のwidth */
  color:#999;
  font-size:12px;
}

.nav2 {
	width: 100%;
	margin-bottom:10px;
	margin-top:10px;
}
.nav2 ul {
  text-align: center;
}
.nav2 ul li {
	display: inline-block;
	width: 22%;  /* 任意のwidth */
	color:#999;
	font-size:12px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}
.nav2 ul .nav2 {
	color:#999;
	font-size:12px;
	border-right-style: none;
}
#cover {
	width: 100%;
}
.cap_01 {
	background-image: url(../img/top_under.jpg);
	width: 100%;
	margin-top: 10%;
	background-size:cover;
}
.cap_01 .cap_01t .cap_01tb {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 150%;
	max-height: 100%;
}
.cap_01 .cap_01t {
	color: #FFF;
	padding-top: 20%;
	padding-left: 5%;
	padding-bottom: 20%;
	line-height: 130%;
	font-size: 11px;
}
.cap_02 .cap_02i {
	padding-top: 15px;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}
.cap_02 .cap_02b {
	padding-top: 15px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.cap_02 .cap_02t {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 130%;
	margin-right: 5%;
	margin-left: 5%;
	color: #999;
	max-height: 100%;
}
.cap_02 {
	width: 100%;
	margin-top:10px;
	margin-bottom:20px;
}
.map {
	width: 100%;
	padding-bottom: 20px;
}
.cap_02 .cap_02i img {
	height: auto;
	width: 100%;
}
.footerlink img {
	height: auto;
	width: 100%;
}
.footer_area .footer_area_inner img {
	height: auto;
	width: 100%;
}
.footer {
	height: auto;
	max-width: 100%;
	background-color: #333;
	padding-top: 3%;
	padding-bottom: 20%;
}
.footer .facebook .facebookt {
	font-family:  "メイリオ", sans-serif;
	font-size: 15px;
	color: #CCC;
	margin-left: 5%;
	margin-bottom: 10px;
	max-height: 100%;
}
.footer .facebook {
	width: 100%;
}
.footer .facebook .facebookf {
	margin-right: 5%;
	margin-left: 5%;
}
.footer .shopinfo {
	width: 100%;
	margin-top: 50px;
}
.footer .shopinfo .shopinfot {
	font-family:  "メイリオ", sans-serif;
	font-size: 15px;
	color: #CCC;
	margin-left: 5%;
	margin-bottom: 10px;
	max-height: 100%;
}
.footer .shopinfo .shoinfom {
	margin-right: 5%;
	margin-left: 5%;
	border: thin solid #FFF;
}
.footer .shopinfo .shoinfom table {
	width: 100%;
	border-spacing: 10px;
	line-height:1.6em;
}
.footer .shopinfo .shoinfom table tr .titlet {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	max-height: 100%;
}
.footer .shopinfo .shoinfom table tr .titlet2 {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	vertical-align:top;
	max-height: 100%;
}
.footer .shopinfo .shoinfom table tr .titlet3 {
	font-size: 14px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	font-weight:bold;
	max-height: 100%;
}
.footer .shopinfo .shoinfom .shopinfotitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	padding-top: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	max-height: 100%;
}
.footer .shopinfo .shoinfom .shoptable {
	width: 80%;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 20px;
	margin-bottom: 5%;
	
}
.footer .shopinfo .shoinfom .wline {
	margin-right: 5%;
	margin-left: 5%;
	color: #FFF;
	margin-bottom: 20px;
}
.footer .shopinfo .shoinfom .shoptable table tr {
	height: 20%;
}
.page-top
{
	display: none ;
}
.clender {
	width: 90%;
	padding-bottom: 20px;
	margin-left: 5%;
}
.h_manu .logo img {
	width: 100%;
}
.main {
	width: 100%;
	margin-bottom: 5%;
}
.main img {
	width: 100%;
}
.maintitle {
	background-color: #32AE28;
	width: 100%;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 0.5em;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
	font-weight: bold;
}
.mainunder {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.mainunder img {
	width: 100%;
}
.maintext {
	margin: 5%;
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
.maintext2 {
	margin: 5%;
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.footer .copyright {
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
.subarea {
	background-color: #EAF3DB;
	margin-bottom: 5%;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.subarea .subarea_title {
	background-color: #136936;
	height: auto;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight: bold;
}
.subarea .subarea_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	width: 90%;
	margin-top: 2%;
	margin-right: 5%;
	margin-left: 5%;
}
.subarea .subarea_text .pink {
	font-size: 18px;
	color: #EA5D62;
	font-weight: bold;
}
.subarea .subarea_text .green {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #136936;
	font-weight: bold;
}
.banner {
	width: 70%;
	margin-top: 3%;
	margin-right: 15%;
	margin-bottom: 3%;
	margin-left: 15%;
}
.banner img {
	width: 100%;
}
.maintext .pink {
	font-size: 18px;
	color: #EA5D62;
	font-weight: bold;
}
.open_button {
	background-color: #136936;
}
.menu ul .siteimg {
	width: 80%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-right: 10%;
	margin-left: 10%;
}
.menu ul .siteimg img {
	width: 100%;
}
.menu ul .sitelink {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-color: #136936;
	color: #FFF;
	padding-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.menu ul li .mt {
	font-size: 16px;
	font-weight: bold;
}
.ohter {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	background-color: #7BBE3C;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #FFF;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	font-weight: bold;
}
.ohter2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	background-color: #FC0;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #000;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	font-weight: bold;
}
.ohter3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	background-color: #136936;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 4%;
	color: #FFF;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	letter-spacing: 0.5em;
	font-weight: bold;
}
.searh {
	text-align: center;
	margin-bottom: 8%;
}
.searh form select {
	margin-right: 5%;
	font-size: 22px;
}
.fan_list {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.fan_list ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-color: #6DAB36;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-left: 3%;
	color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
	font-weight: bold;
}
.fan_content {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 3%;
	background-color: #FFF3E8;
	padding-bottom: 3%;
}
.fan_content .fan_content_sub {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.fan_content .fan_content_main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #F60;
	width: 85%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 5%;
	font-weight: bold;
}
.menu label img {
	width: 10%;
}
