@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Niconne);
/*
Theme Name:mrp08
Theme URI: http://hp-morph.com/
Description: MORPH-mrp08
Version: 2.20
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template v2.20
	http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Patterns from Subtle Patterns: subtlepatterns.com */

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/**FontRole: Serif + Mincho **/

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, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	backface-visibility: hidden; /*Choromeで画像ホバー時のちらつきを防ぐ*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 90%;
	line-height:1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*Processing of only Script font*/
	color: #252525;
}
input[type="radio"] {
margin:0px;
}
/*------------------------------------------------------------
 初期：Webフォント設定
------------------------------------------------------------*/
@font-face {
	font-family: "mymincho";
	src: url("font/mymincho.otf") format('truetype');
}
.mincho {
	font-family: "mymincho";
}
/*------------------------------------------------------------
 初期：リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #624e24;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #927a49;
}
/*------------------------------------------------------------
 初期：画像
------------------------------------------------------------*/
a img {
	/*transition使用*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/**** Clearfix ****/
.nav .panel:before, nav .panel:after, nav#mainNav:before, nav#mainNav:after, .newsTitle:before, .newsTitle:after {
	content: "";
	display: table;
}
nav .panel:after, nav#mainNav:after, .newsTitle:after {
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle {
	zoom: 1;
}
/*------------------------------------------------------------
 初期：フォーム設定
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	//font-size:100%;
	color: #555;
	background: #fcfcfc;
	font-family: MS UI Gothic;
}
textarea {
	height: auto;
	line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #4f4d4d;
	background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4d4d), color-stop(100%, #2e2c2c));
	background: -webkit-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: -o-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: -ms-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: linear-gradient(to bottom, #4f4d4d 0%, #2e2c2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4d4d', endColorstr='#2e2c2c', GradientType=0 );
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 100%;
	color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #4f4d4d;
	background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e2c2c), color-stop(100%, #4f4d4d));
	background: -webkit-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: -o-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: -ms-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: linear-gradient(to bottom, #2e2c2c 0%, #4f4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c2c', endColorstr='#4f4d4d', GradientType=0 );
}
*:first-child+html input[type="submit"] {/*padding:3px;*/
}
/*------------------------------------------------------------
 初期：レイアウト設定
------------------------------------------------------------*/
#wrapper, .inner {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	margin-top: 30px;
}
#header, #mainNav {
}
#header {
	background: url(images/hdbg.png) center top repeat-x;
	overflow: hidden;
}
#content {
	float: right;
	width: 625px;
	margin-bottom: 20px;
}
#content.wide {
	width: 100%;
}
#sidebar {
	float: left;
	width: 265px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #D0D0D0;
	background: url(images/ftbg.png) center top;
}
body.right-sidebar #wrapper #sidebar {
	float: right;
}
body.right-sidebar #wrapper #content {
	float: left;
}
/* IE7ドキュメントモードhuck
----------------------------------*/
.gallery {
*zoom: 97%;
}
.png {
*zoom: 1;
}
/*------------------------------------------------------------
 ヘッダー
------------------------------------------------------------*/


/* サイト説明文
----------------------------------*/
#header h1 {
	padding: 0 0 0 3px;
	color: #3c2f13;
	font-size: 90%;
	font-weight: normal;
}
.description {
	padding: 0 0 0 3px;
	font-size: 90%;
	font-weight: normal;
}
/* headerレイアウト
----------------------------------*/
#header-layout {
	padding: 15px 0 10px 0;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo {
	clear: both;
	display: table-cell;
	vertical-align: middle;
}
#header .logo img {
	max-height: 55px;
}
body.headlogo-nonfix #header .logo img {
	max-height: inherit;
}
#header h2 {
	clear: both;
	float: left;
	padding-top: 20px;
	color: #3c2f13;
	font-size: 160%;
	font-weight: bold;
}
/* ロゴ (センター寄せ)
----------------------------------*/
body.centerlogo #header .logo {
	clear: both;
	float: none!important;
	text-align: center;
	margin: 0 auto;
	display: inherit;
}
/* コンタクトインフォメーション
----------------------------------*/
#headerInfo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}
#headerInfo .float {
	float: right;
}
#headerInfo p {
	padding: 2px 0 2px 80px;
	color: #3c2f13;
	font-size: 13px;
	font-weight: bold;
	background: url(images/openTime.png) no-repeat 0 0px;
}
#headerInfo p.tel {
	background: url(images/tel.png) no-repeat 0 6px;
	font-size: 16px;
	letter-spacing: 0.0em;	
}
#headerInfo p.address {
	background-image: url(images/address.png);
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
}
/*------------------------------------------------------------
 タイポグラフィー
------------------------------------------------------------*/

h1.title {
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 170%;
	color: #3c2f13;
	background: url(images/head-border2.png) bottom repeat-x;
	clear: both;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1.title span {
	background: url(images/tori-3.png) left top no-repeat;
	padding-bottom: 10px;
	padding-left: 30px;
}
h1.first {
	margin-top: 0;
}
h2.title {
	clear: both;
	margin: 30px 0 20px;
	padding: 5px 0;
	font-size: 110%;
	color: #252525;
	border-bottom: 3px solid #3c2f13;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2.first {
	margin-top: 0;
}
.dateLabel {
	margin: -10px 0 10px;
	text-align: right;
}
.vintageline {
	font-size: 150%;
	color: #3c2f13;
	background: url(images/head-border.gif) bottom no-repeat;
	clear: both;
	padding-bottom: 0!important;
}
.dottline {
	font-size: 150%;
	color: #624e24;
	margin: 0 0 0.5em;
	padding: 0.2em 0!important;
	font-weight: normal;
	border-top: 1px dashed #624e24;
	border-bottom: 1px dashed #624e24;
}
/*------------------------------------------------------------
 コンテンツ
------------------------------------------------------------*/

.post {
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}
.post p {
	margin-bottom: 15px;
}
.post ul {
	margin: 0 0 15px 10px;
}
.post ul#sitemap_list li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: none;
	border-bottom: none;
}
#sitemap_list {
	background: none!important;
}
.post ol {
	margin: 0 0 15px 30px;
}
.post ol li {
	list-style: decimal;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
/* コンテンツ内見出し
----------------------------------*/

.post h1 {
	margin: 20px 0;
	padding: 5px 0;
	font-size: 120%;
	color: #3B3014;
	border-bottom: 2px solid #3c2f13;
	clear: both;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post h2 {
	background: url(images/head-border.gif) bottom no-repeat;
	border-left: 5px solid #3c2f13;
	clear: both;
	color: #3b3014;
	font-size: 105%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 0 3px 8px;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post h3 {
	clear: both;
	font-size: 100%;
	margin: 0 0 0.5em;
	padding: 0.2em;
	font-weight: normal;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;/*    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -o-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -ms-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;*/
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post h4 {
	border-bottom: 1px dashed #3c2f13;
	border-left: 4px solid #3c2f13;
	clear: both;
	font-size: 100%;
	font-weight: normal;
	margin: 10px 0;
	padding: 0 0 3px 8px;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}
.post blockquote p {
	padding: 5px 0;
}
/* img
------------------------------------------------------------*/
.post img {
	max-width: 100%;
	height: auto;
	/*padding: 4px;
	border: 1px solid #ccc;*/
}
.post img.aligncenter {
	display: block;
	margin: 5px auto;
	background: #fff;
	/*padding: 4px;
	border: 1px solid #ccc;*/
}
.post img.alignright {
	margin: 0 0 15px 8px;
	display: inline;
	background: #fff;
	/*padding: 4px;
	border: 1px solid #ccc;*/
}
.post img.alignleft {
	margin: 0 8px 15px 0;
	display: inline;
	background: #fff;
	/*padding: 4px;
	border: 1px solid #ccc;*/
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* imgにborder除外。<div class="noborder">で括る
------------------------------------------------------------*/
.post .noborder img {
	border: none !important;
}
.post .noborder img.aligncenter {
	display: block;
	margin: 5px auto;
	padding: 0px;
	background: none;
	border: none;
}
.post .noborder img.alignright {
	margin: 0 0 15px 8px;
	display: inline;
	padding: 0px;
	background: none;
	border: none;
}
.post .noborder img.alignleft {
	margin: 0 8px 15px 0;
	display: inline;
	padding: 0px;
	background: none;
	border: none;
}
/* imgエッセンス
------------------------------------------------------------*/
img.slanting {
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);/* chrome、safari　*/
	-moz-transform: rotate(2deg);/* firefox　*/
}
/* テーブル
------------------------------------------------------------*/
.post table {
	font-size: 93%;
	margin-bottom: 15px;
}
.post th {
	border-right: 1px solid #907f6a;
	border-bottom: 1px solid #907f6a;
	color: #FFFFFF;
	background-color: #A6937C;
	padding: 0.5em;
	text-align: center;
	height: 2em;
	vertical-align: middle;
}
.post td {
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	background: #f0ece6;
	padding: 0.5em;
	height: 2em;
	vertical-align: middle;
}
/* 透明テーブル
------------------------------------------------------------*/
.post table.clear {
	font-size: 93%;
	background: none;
	border: none;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table.clear th {
	border-bottom: none;
	border-right: none;
	background: none;
	text-align: left;
	padding: 10px;
	color: #333333;
}
.post table.clear td {
	border-bottom: none;
	border-right: none;
	background: none;
	text-align: left;
	padding: 10px;
}
/* borderすべて有テーブル
------------------------------------------------------------*/
.post table.border {
	font-size: 93%;
	border: #d9d9d9 1px solid;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
}
.post table.border th {
	border: #d9d9d9 1px solid;
	text-align: left;
	padding: 10px;
}
.post table.border td {
	border: #d9d9d9 1px solid;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
/* レスポンシブ化テーブル
------------------------------------------------------------*/
table.responsive {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
table.responsive tr {
	width: 90%;
}
table.responsive th {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
table.responsive td {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
/* お問い合わせデザインテーブル
------------------------------------------------------------*/
.post table.contact {
	font-size: 93%;
	margin-bottom: 15px;
}
.post table.contact th {
	border-right: 1px solid #f0ece6;
	border-bottom: 1px dotted #f0ece6!important;
	color: #FFFFFF;
	background-color: #A6937C;
	padding: 0.5em;
	text-align: center;
	height: 2em;
	vertical-align: middle;
}
.post table.contact td {
	border-right: none;
	border-bottom: 1px dotted #aaa!important;
	padding: 0.5em;
	height: 2em;
	vertical-align: middle;
	background: none!important;
}
/* ページナビ
----------------------------------*/
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float: left
}
.next {
	float: right;
}
#pageLinks {
	clear: both;
	color: #4f4d4d;
	text-align: center;
}
/* パンくずリスト
----------------------------------*/

#breadcrumb {
	clear: both;
	padding: 3px 3px 3px 0;
}
#breadcrumb ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#breadcrumb ul li {
	float: left;
	margin: 0 5px;
	font-size: 77%;
}
#breadcrumb ul li:first-child {
	margin: 0;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------
 サイドバー
------------------------------------------------------------*/
section.widget {
	margin-bottom: 5px;
}
section.widget h2 {
	clear: both;
	margin: 20px 0 10px;
	padding: 5px 0;
	font-size: 140%;
	font-weight: normal;
	color: #3c2f13;
	background: url(images/head-border3.png) bottom no-repeat;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section.widget h2 span {
	background: url(images/hane-3.png) left bottom no-repeat;
	padding-top: 15px;
	padding-left: 30px;
}
section.widget h3 {
	clear: both;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 100%;
	font-weight: normal;
	color: #3c2f13;
	border-bottom: 3px solid #3c2f13;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section.widget li {
	margin: 0 5px 5px 0px;
	border-bottom: 1px dotted #bab48d;
	padding: 4px 0 8px;
}
section.widget a {
	display: block;
}
section.widget_nav_menu a {
	display: block;
	padding-left: 15px;
	background: url(images/arrow.png) no-repeat 0 50%;
}
section.widget_sp_image a {
	margin-bottom: 0px!important;
}
section.widget a:hover {
	background-position: 3px 50%;
}
/*サイドバーにiframeを展開させたい場合----------------------*/
.textwidget iframe {
	width: 100%!important;
}
p.banner {
	padding-bottom: 15px;
}
#banners img {
	max-width: 265px;
	height: auto;
}
#contactBanner {
	width: 265px;
	height: 30px;
	padding-top: 110px;
	background: url(images/banners/banner_tel.jpg) no-repeat;
}
#contactBanner p.tel {
	display: inline;
	padding-left: 80px;
	margin-left: 30px;
	text-align: center;
	font-weight: bold;
	background: url(images/tel.png) no-repeat;
}
.tel a {
	color: #3c2f13;
}
#searchform input[type="text"] {
	line-height: 1.7;
	height: 24px;
	vertical-align: bottom;
}
/* 更新情報
-------------*/
.widgetInfo {
	margin-bottom: 5px;
}
.newsTitle {
	clear: both;
	margin: 15px 0 10px;
	padding: 5px 0;
	font-size: 100%;
	color: #252525;
	background: url(images/head-border3.png) bottom no-repeat;
}
.newsTitle h2 {
	float: left;
	font-weight: normal;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.newsTitle h2 span {
	background: url(images/hane-3.png) left bottom no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	color: #3c2f13;
	font-size: 140%;
}
.newsTitle h3 {
	float: left;
	font-weight: normal;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.newsTitle p {
	float: right;
	padding: 8px 0 0 10px;
	font-size: 93%;
	background: url(images/arrow.png) no-repeat 0 60%;
}
.news {
}
.news p {
	clear: both;
	border-bottom: 1px dotted #bab48d;
	margin: 0 5px 5px 0px;
	padding: 4px 0 8px;
}
.news p a {
	display: block;
	color: #252525;
}
.news a span {
	color: #624e24;
}
.news span {
	padding-left: 10px;
}
.news a:hover span {
	color: #927a49;
}
.widget_sp_image img {
	clear: both;
	margin-bottom: 0px;
	height: auto;
}
.widget_search {
	clear: both;
}
.widget_text {
	clear: both;
}
.widget_calendar {
	clear: both;
}
/*------------------------------------------------------------
 フッター
------------------------------------------------------------*/
#footerLogo {
	clear: both;
	display: table-cell;
	vertical-align: middle;
}
.float #footerLogo {
	float: right;
}
#footerLogo img {
	max-width: 265px;
	height: auto;
}
body.footlogo-nonfix #footerLogo img {
	max-height: inherit;
}
#footer ul {
	display: table-cell;
	width: 710px;
	font-size: 95%;
	padding-bottom: 20px;
}
#footer ul ul {
	padding-bottom: 0;
	width: auto;
}
#footer ul li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	padding: 5px 0;
	margin-left: 15px;
	background: url(images/arrow.png) no-repeat 0 9px;
}
#footer ul li a {
	display: block;
	padding: 0 0 0 12px;
	overflow: hidden;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li li {
	display: block;
	padding: 0;
	margin-left: 5px;
	background: url(images/arrow2.png) no-repeat 0 6px;
}
#footer ul li li a {
	padding: 0 0 0 8px;
}
*:first-child+html #footer ul li {
	display: inline;
}
*:first-child+html #footer ul ul, *:first-child+html #footer ul li li a, *:first-child+html #footer ul li li {
	display: none;
}
#copyright {
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 85%;
	zoom: 1;
}
/*------------------------------------------------------------
 TOPフロントページバナー指定（ex:c1＝1カラム）
------------------------------------------------------------*/
.c1thumbWrap {
	width: 645px;
	overflow: hidden;
}
.c1thumbWrap li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0px 0 15px;
	background: none;
}
.c1thumbWrap li img {
	width: 100%;
}
.c2thumbWrap {
	width: 645px;
	overflow: hidden;
}
.c2thumbWrap li {
	float: left;
	width: 302px;
	margin: 0 20px 0 0;
	padding: 0px 0 15px;
	background: none;
}
.c2thumbWrap li img {
	width: 100%;
}
.c3thumbWrap {
	width: 645px;
	overflow: hidden;
}
.c3thumbWrap li {
	float: left;
	width: 195px;
	margin: 0 20px 0 0;
	padding: 0px 0 15px;
	background: none;
}
.c3thumbWrap li img {
	width: 100%;
}
/* 最新記事リンク */
ul.thumb h3 {
	margin-top: 10px;
	padding: 1px;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	background: #fff;
	border: 1px solid #bcbcbc;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.thumb h3 span {
	display: block;
	padding: 2px 3px;
	background: #dedabc;
}
ul.thumb h3:hover {
	background: #f1efe4;
}
ul.thumb h3:hover span {
	background: #e3dfc4;
}
/*------------------------------------------------------------
 TOPフロントページバナー指定/sidebar無の場合
------------------------------------------------------------*/
.wide .thumbWrap {
	width: 100%;
}
.wide .c1thumbWrap, .wide .c2thumbWrap, .wide .c3thumbWrap {
	clear: both;
	width: 100%;
}
/*.wide ul.thumb {
	margin: 0 -3% 0 0;
}*/
.wide ul.thumb li {
	float: left;
	width: 300px;
	margin: 0 0 25px;
	background: none;
}
.wide ul.thumb li img.wp-post-image {
	float: left;
	display: inline;
	padding: 0 5px 3px 0;
}
.wide .c1thumbWrap ul.thumb li {
	width: 100%;
	padding: 0 3% 0 0;
}
.wide .c1thumbWrap ul.thumb li img {
	max-width: 100%;
}
.wide .c2thumbWrap ul.thumb li {
	width: 48.5%;
	padding: 0 3% 0 0;
}
.wide .c2thumbWrap ul.thumb li:last-child {
	padding: 0;
}
.wide .c2thumbWrap ul.thumb li img {
	max-width: 100%;
}
.wide .c3thumbWrap ul.thumb li {
	width: 31.3333%;
	padding: 0 3% 0 0;
}
.wide .c3thumbWrap ul.thumb li:last-child {
	padding: 0;
}
.wide .c3thumbWrap ul.thumb li img {
	max-width: 100%;
}
.wide .clm {
	padding: 0!important;
}
/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .column2_50 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 2px;
	width: 48.9%;
	vertical-align: top;
}
.post .column2_50 img {
	max-width: 95.5%;
}
.post .column2_30 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 2px;
	width: 30%;
	vertical-align: top;
}
.post .column2_30 img {
	max-width: 95.5%;
}
.post .column2_70 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 2px;
	width: 67.9%;
	vertical-align: top;
}
.post .column3_33 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 2px;
	width: 32.1%;
	vertical-align: top;
}
.post .column3_33 img {
	max-width: 95.0%;
}
.post .column4_25 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 24.6%;
	vertical-align: top;
}
.post .column4_25 img {
	max-width: 95.5%;
}
/* post子ページ内レスポンシブブロック指定
------------------------------------------------------------*/
.childpost .column2_50 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	padding: 1%;
	width: 47.6%;
	vertical-align: top;
	box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-webkit-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-moz-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
}
.childpost .column2_50 img {
	max-width: 100%;
	height: auto;
}
.childpost1b {
	box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-webkit-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-moz-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	background-color: #FFFFFF;
}
.childpost1b .column1 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 10px 2%;
	vertical-align: top;
	width: 96%;
}
.childpost1b .column2_30 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 10px 0 10px 6px;
	width: 29%;
	vertical-align: top;
}
.childpost1b .column2_30 img {
	max-width: 95.5%;
	height: auto;
}
.childpost1b .column2_70 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 10px 2px 5px 0;
	width: 67.8%;
	vertical-align: top;
}
.childText {
	font-size: 90%;
}
.thumbImageInner {
	text-align: center;
}
.morelink {
	margin: 0 0 0 0;
	height: auto;
	display: block;
	text-align: right;
}
.morelink a {
	margin-top: 15px;
	color: #333;
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	padding: 5px 15px 5px 15px;
	font-size: 77%;
	border: 1px solid #000000;
}
.morelink a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 8px solid #515151;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.morelink a:hover {
	color: #fff;
	text-decoration: none !important;
	background: #111111;
	transition: all 0.3s ease 0s
}
/* 見出しデザイン
------------------------------------------------------------*/
.ctitle {
	position: relative;
	line-height: 1;
	/*margin: 0px 0 10px -17px;*/
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #ffffff;
	zoom: 1;
}
.ctitle {
	background: #3A3A3A;
	background: -moz-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3A3A3A), color-stop(100%, #050505));
	background: -webkit-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -o-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -ms-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: linear-gradient(to bottom, #3A3A3A 0%, #050505 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A3A3A', endColorstr='#050505', GradientType=0 );
	box-shadow: 0 1px 2px #737373;
	behavior: url(PIE.htc);
}
.ctitle a {
	color: #FFFFFF;
}
.ctitle2 {
	clear: both;
	background: none repeat scroll 0 0 #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 5px 17px;
	position: relative;
}
.ctitle2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle2:before {
	background: none repeat scroll 0 0 #2A2A2A;
	content: "";
	display: block;
	height: 17px;
	left: 7px;
	position: absolute;
	top: 8px;
	width: 5px;
}
.ctitle2 a {
	color: #333;
}
.ctitle3 {
	clear: both;
	border-top: 2px solid #333;
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.ctitle3:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle3:before {
	background: none repeat scroll 0 0 #2A2A2A;
	content: "";
	display: block;
	height: 22px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 4px;
}
.ctitle3 a {
	color: #333;
}
.ctitle4 {
	clear: both;
	border-bottom: 2px dotted #2A2A2A;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.ctitle4:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle4:before {
	background: none repeat scroll 0 0 #2A2A2A;
	background: -moz-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3A3A3A), color-stop(100%, #050505));
	background: -webkit-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -o-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -ms-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: linear-gradient(to bottom, #3A3A3A 0%, #050505 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A3A3A', endColorstr='#050505', GradientType=0 );
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	top: 10px;
	left: 1px;
	position: absolute;
}
.ctitle4 a {
	color: #333;
}
.ctitle5 {
	position: relative;
	padding: 1px 15px 3px 30px;
	font-weight: bold;
}
.ctitle5::before {
	left: 11px;
	top: -6px;
	position: absolute;
	content: "";
	height: 27px;
	border-bottom: 0.7em solid transparent;
	border-right: 1em solid #B90004;
}
.ctitle5::after {
	left: -2px;
	top: -6px;
	position: absolute;
	content: "";
	height: 27px;
	border-bottom: 0.7em solid transparent;
	border-left: 1em solid #A90004;
}
.ctitle5 a {
	color: #111;
}
.ctitle6 {
	position: relative;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	zoom: 1;
	background: url(images/patterns_bl.png) repeat;
	border: 1px solid #cccccc;
}
.ctitle6 a {
	color: #111;
}
.ctitle7 {
	border-radius: 6px;
	position: relative;
	color: #111;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #ffffff;
	zoom: 1;
	background: url(images/patterns_wh.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #050505), color-stop(0.00, #3A3A3A));
	background: url(images/patterns_wh.png) repeat, -webkit-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, -moz-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, -o-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, -ms-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, linear-gradient(#050505, #3A3A3A);
}
.ctitle7 a {
	color: #FFFFFF;
}
/*------------------------------------------------------------
 Huck（プラグイン・コア）用CSS
------------------------------------------------------------*/

.wpcf7-form .wpcf7-textarea {
	max-width: 96%
}
/* Biz calender用css
------------------------------------------------------------*/
#biz_calendar p {
	display: inline;
	padding-right: 5px;
}
#biz_calendar table.bizcal .holiday {
	background-color: #ffc3de!important;
}
#biz_calendar p span.boxholiday {
	background-color: #ffc3de!important;
}
#biz_calendar table.bizcal .eventday {
	background-color: #A5CDFF!important;
}
#biz_calendar p span.boxeventday {
	background-color: #C7BEB3!important;
}
#biz_calendar table.bizcal th {
	background-image: linear-gradient(#C2AF95 0%, #C2AF95 100%)!important;
}
/* MapPress用
------------------------------------------------------------*/
.mapp-canvas img {
	border: none!important;
} /* MapPress枠内線を入れない */

/* GoogleMapEasy用
------------------------------------------------------------*/
.gmp_map_opts img {
	border: 0px !important;
	}

/* Google直接埋込・レスポンシブ調整用
------------------------------------------------------------*/
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
/* jQuery Colorbox用
------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 600px;
	height: auto;
}/* 画像サイズが大きくても閲覧しやすいように */
/* WP-Canvas用
------------------------------------------------------------*/
.wc-shortcodes-column img {
	border: none!important;/* 画像枠線無 */
	padding: 0!important;
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li {
	border-bottom: none;
}
/* Scroll Top用
------------------------------------------------------------*/
#scrollUp {
	visibility: visible !important;
}
/* Contact Form7用
------------------------------------------------------------*/
span.wpcf7-list-item {
	margin-left: 0!important;
}
span.wpcf7-list-item-label {
	margin-top: -2px;
	margin-left: -2px;
	margin-right: 16px;
	vertical-align: top;
}
.wpcf7-list-item {
	display: block;
}
.wpcf7-date {
	width: 50% !important;
}
/* Count per Day用
------------------------------------------------------------*/
.cpd li {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
/*galleryのサイズ合わせ
------------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
	width: 95%;
}
.gallery-columns-1 .gallery-item img {
	max-width: 98.5%;
}
.gallery-columns-2 .gallery-item {
	width: 45%;
}
.gallery-columns-2 .gallery-item img {
	max-width: 95.5%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3%!important;
}
.gallery-columns-3 .gallery-item img {
	max-width: 92%;
}
.gallery-columns-4 .gallery-item {
	width: 22.5%;
}
.gallery-columns-4 .gallery-item img {
	max-width: 88%;
}
.gallery-columns-5 .gallery-item {
	width: 18%;
}
.gallery-columns-5 .gallery-item img {
	max-width: 85%;
}
.gallery-caption {
	margin:0 auto !important;
	max-width:85%;
}
/* 検索バーの左に表示されるテキストの検索を消す
------------------------------------------------------------*/
.screen-reader-text {
	display: none;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/*------------------------------------------------------------
 投稿記事
------------------------------------------------------------*/
.post_img img {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	padding: 5px;
}
.post .post_img {
	width: 33%;
	padding: 0;
	float: left;
	margin: 0;
}
.post_text {
	width: 94%;
	margin: 0 auto;
}
.post_text70 {
width: 62%;
	float: right;
	padding-right: 0.5%;
	/*width: 60%;
	float: right;
	padding-right: 3%;*/
}
.post li {
	margin: 0 0 25px 0;
}
.post .time {
	padding: 0;
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #624E24;
	border-radius: 3px;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.post .time a {
	color: #fff;
}
.post .post_text h3 {
	background: none;
	margin: 0.2em;
}
.postlist {
	margin-bottom: 20px;
	clear: both;
}
.postlist li {
	border-bottom: 1px dotted #ABABAB;
	line-height: 1.6em;
	margin: 1em 0;
	padding: 0;
}
.postlist .post_text {
	width: 96%;
	margin: 0 auto 13px auto;
}
.postlist .time {
	clear: both;
	color: #FFFFFF;
	background-color: #624E24;
	border-radius: 3px;
	display: inline;
	padding: 1px 4px 1px 7px;
	margin-bottom: 5px;
}
.postlist .time a {
	color: #fff;
}
.postlist .date {
	clear: both;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .date a {
}
.postlist .ttls {
	clear: both;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .ttls a {
}
.postlist .post_text h3 {
	background: none;
	margin: 0.2em;
}
.post_link {
	float: right;
	clear: both;
	margin: 5px 0 0;
}
li .post_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 5px 0 0 0;
}
/*--------------------------------------------
/* カラー・強調・装飾
--------------------------------------------*/
.post .color-red {
	color: red;
}
.hissu {
	color: red;
}
.post strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.mytitle1 {
	font-size: 150%;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(images/flower.png) right top no-repeat;
	padding-bottom: 5px!important;
	border-bottom: dotted #3c2f13 1px;
}
.mytitle2 {
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mytitle3 {
	font-weight: bold;
	background: url(images/tori-3.png) right top no-repeat;
	padding-bottom: 5px!important;
	border-bottom: dotted #3c2f13 1px;
	padding-right: 50px;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social {
	display: inline-block;
	float: left;
}
#twitter, #hatena, .fb-like {
	display: block;
	float: left;
}
.share-btn {
height: 21px;
	padding: 5px 0 0 0;
	width: 250px;
}
.share-btn4b {
	padding: 5px 0 0 0;
}
.twitter-share-button {
	margin-left: 5px;
	width: 90px !important;
}
.fb_ltr {
	max-width: none !important;
}
.fb_iframe_widget {
	width: auto !important;
	display: inline-block !important;
	margin-top: -1px !important;
}
/*------------------------------------------------------------
 投稿記事/sidebar有/投稿2ブロック
------------------------------------------------------------*/
.post2b {
	clear: both;
	margin-bottom: 20px;
}
.post2b img {
	max-width: 100%;
	height: auto;
	/*border: 1px solid #CCCCCC !important;
	padding: 4px;*/
}
.post2b li {
	margin: 0 3% 20px 0;
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
 /display:inline;
 /zoom:1;
	width: 48%;
	vertical-align: top;
}
.post2b li:nth-child(2n){
	margin: 0 0 20px 0;
	}

.wide .post2b li {
	margin: 0 3.4% 20px 0;
	width: 48%;
}
.wide .post2b li:nth-child(2n){
	margin: 0 0 20px 0;
	}

.post2b_img img {
}
.post2b .post2b_img {
	text-align: center;
}
.post2b_text {
	width: 100%;
	margin: 0 auto;
}
.post2b_text70 {
}
.post2b h2 {
	clear: both;
	text-indent: 9px;
	border: 1px solid #624e24;
	border-left: 5px solid #3c2f13;
	border-bottom: 1px solid #3C2F13;
	font-weight: normal;
	color: #2E2C2C;
	font-size: 114.3%;
	margin: 0 0 10px 0;
	padding: 3px 0 2px 0;
	position: relative;
}
.post2b .time {
	font-size: 89.5%;
	clear: both;
	color: #FFFFFF;
	background-color: #624E24;
	border-radius: 3px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 5px;
}
.post2b .time a {
	color: #fff;
}
.post2b .post2b_text h3 {
	background: none;
	margin: 0.2em;
}
.post2b_link {
	float: right;
	clear: both;
	margin: 5px 0 0;
	font-size: 93%;
}
li .post2b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b {
	clear: both;
	margin-bottom: 5px;
}
.post4b img {
	max-width: 100%;
	height: auto;
	/*border: 1px solid #CCCCCC !important;*/
}
.post4b li {
	margin: 0 1.8% 20px 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
 /display:inline;
 /zoom:1;
	width: 23%;
	vertical-align: top;
}
.post4b li:nth-child(4n){
	margin: 0 0 20px 0;
	}
.wide .post4b li {
	margin: 0 2.1% 20px 0;
	width: 23%;	
	}
.wide .post4b li:nth-child(4n){
	margin: 0 0 20px 0;
	}
.post4b_img img {
}
.post4b .post4b_img {
}
.post4b_text {
	width: 100%;
	margin: 0 auto;
}
.post4b_text70 {
}
.post4b h2 {
	clear: both;
	border: 1px solid #624e24;
	border-left: 5px solid #3c2f13;
	border-bottom: 1px solid #3C2F13;
	font-weight: normal;
	color: #2E2C2C;
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 3px 0 2px 0.5em;
	position: relative;
}
.post4b .time {
	font-size: 83%;
	clear: both;
	color: #FFFFFF;
	background-color: #624E24;
	border-radius: 3px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 5px;
}
.post4b .time a {
	color: #fff;
}
.post4b .post4b_text h3 {
	background: none;
	margin: 0.2em;
}
.post4b_link {
	float: right;
	clear: both;
	margin: 5px 0 0;
	font-size: 93%;
}
li .post4b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}

/*----------------------------------------------------------------------------------------------------
 PC用：HDディスプレイメインイメージ制御
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1367px) {
.metaslider {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px!important;
}
}

/*----------------------------------------------------------------------------------------------------
 PC用：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
nav#mainNav {
	clear: both;
	padding: 5px 0;
	position: relative;
	z-index: 200;
}
nav#mainNav ul li a span, nav#mainNav ul li a b {
	font-size: 24px;
	display: block;
	line-height: 1.4em;
	font-weight: normal;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
}
nav#mainNav ul li a span {
	font-size: 75%;
	margin-top: -2px;
	padding-bottom: 4px;
	color: #E49343;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
}
.panel ul {
	text-align: center;/*background:url(images/sep.png) no-repeat 50% 50%;*/
}
.panel ul li {
	display: inline-block;
	position: relative;
	margin: 0 16px;
	height: 45px;/*background:url(images/sep.png) no-repeat 100% 50%;*/
}
.panel ul li a {
	display: block;
	text-align: center;
	color: #724323;
	padding: 0 7px;
}
nav div.panel {
	display: block !important;/*float:left;*/
}
a#menu {
	display: none;
}
/* 親メニュー */
.panel ul li a:hover,
.panel ul li a:active,
.panel ul li.current-menu-item a,
.panel ul li.current-menu-parent a {
	background: url(images/head-border2.png) repeat-x 0 29px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
/* 子メニュー */
.panel li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.panel li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: 0.2s;
	font-size: 80%;
}
.panel li ul li a {
	text-indent: 10px;
}
.panel li:hover > ul > li {
	overflow: visible;
	height: 38px;
}
.panel li ul li ul {
	top: 0;
	left: 100%;
}
.panel li:last-child ul li ul {
	left: -100%;
	width: 100%;
}
.panel li ul li ul li a {
}
.panel li:hover ul li ul li:hover > a {
	background: #FFFFFF;
	background: url(images/head-border2.png) repeat-x 0 29px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
/* arrow */
.panel li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #111111;
}
.panel li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #111111;
}
/* end-子メニュー */
   
.panel ul ul {
	width: 200px;
}
.panel ul li ul {
	font-size: 80%;
}
.panel ul li li {
/*height:40px;
	line-height:40px;
	width:180px;
	padding:0;*/
}
.panel ul li:hover ul {
	display: block;
	position: absolute;/*top:35px;*/
	/*left:7px;*/
	/*z-index:500;*/
}
.panel ul li li a {
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 18px;
	text-align: left;
}
.panel ul li li a span {
	padding: 0 10px;
}
.panel ul li li a:hover,
.panel ul li li.current-menu-item a {
	color: #888;
}
.panel ul li:hover ul li {
	margin: 0;
	opacity: 0.9;
	clear: both;
	/*text-indent:10px;*/
	/*border-bottom:1px solid #dadcdc;*/
}
.panel ul li:hover ul li:last-child {
	border: 0;/*border-radius:0 0 6px 6px;*/
}
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active,
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-item li a:active {
}
nav#mainNav ul li li {
	float: left;
	border: 0;
}
nav#mainNav ul li li a,
nav#mainNav ul li.current-menu-item li a,
nav#mainNav ul li li.current-menu-item a {
	background: #FFFFFF;
	color: #3C2F13
}
nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-item li a:hover {
	background: #A59073;
}
nav#mainNav ul li li li a,
nav#mainNav ul li.current-menu-item li li a,
nav#mainNav ul li li.current-menu-item li a,
nav#mainNav ul li li li.current-menu-item a {
	background: #FFFFFF;
	color: #3C2F13
}
nav#mainNav ul li li li a:hover,
nav#mainNav ul li li li.current-menu-item a,
nav#mainNav ul li.current-menu-item li li a:hover {
	background: #A59073;
}
nav#mainNav ul li li:last-child a {
	background: #FFFFFF;
}
nav#mainNav ul li li:last-child li a {
	background: #FFFFFF;
}
nav#mainNav ul li li:last-child.current-menu-item li a {
	background: #FFFFFF;
	color: #151515;
}
nav#mainNav ul li li.current-menu-item li:last-child a {
	background: #FFFFFF;
}
nav#mainNav ul li li.current-menu-item li:last-child a:hover {
	background: #A59073;
}
nav#mainNav ul li li li.current-menu-item a {
	background: #FFFFFF;
}
nav#mainNav ul li li:last-child li.current-menu-item a {
	background: #A59073;
}
nav#mainNav ul li.current-menu-item li:last-child li a:hover,
nav#mainNav ul li li:last-child li a:hover {
	background: #A59073;
}
nav#mainNav ul li.current-menu-item li li:last-child a:hover {
	background: #A59073;
}
nav#mainNav ul li li:last-child a:hover,
nav#mainNav ul li li:last-child.current-menu-item a,
nav#mainNav ul li.current-menu-item li:last-child a:hover {
	background: #A59073;
}
nav#mainNav ul li li li:last-child a {
	background: #FFFFFF;
}
nav#mainNav ul li li li:last-child a:hover {
	background: #A59073;
}
nav#mainNav ul li li:last-child a{
color:#151515;
}
/* PC wrapper背景白＆余白 */
#wrapper {
	overflow:hidden;
	padding:0 10px;
}
}

/*----------------------------------------------------------------------------------------------------
iPadサイズ以下から：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1023px) {
body {
	font-size: 90%;
}
#content.wide {
	width: 96%;
	margin:0 auto;
	float:none;
}
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
nav#mainNav .inner {
	width: 98%;
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	background: #35290C url(images/menuOpen.png) no-repeat 1em 10px;
	background: url(images/menuOpen.png) no-repeat 1em 10px, -moz-linear-gradient(top, #544625 0%, #35290C 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #544625), color-stop(100%, #35290C));
	background: url(images/menuOpen.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #544625 0%, #35290C 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -o-linear-gradient(top, #544625 0%, #35290C 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -ms-linear-gradient(top, #544625 0%, #35290C 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, linear-gradient(to bottom, #544625 0%, #35290C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544625', endColorstr='#35290C', GradientType=0 );
	border: 1px solid #35290C;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
nav#mainNav a#menu span {
	padding-left: 40px;
}
nav#mainNav a.menuOpen {
	border-bottom: 0;
	color: #FFFFFF;
	background: #544625 url(images/menuClose.png) no-repeat 1em 10px;
	background: url(images/menuClose.png) no-repeat 1em 10px, -moz-linear-gradient(top, #35290C 0%, #544625 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35290C), color-stop(100%, #544625));
	background: url(images/menuClose.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #35290C 0%, #544625 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -o-linear-gradient(top, #35290C 0%, #544625 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -ms-linear-gradient(top, #35290C 0%, #544625 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, linear-gradient(to bottom, #35290C 0%, #544625 100%);
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
	border-top: 1px solid #c7c9c9;
	border-right: 1px solid #c7c9c9;
	border-left: 1px solid #c7c9c9;
}
nav#mainNav ul {
	margin: 0;
	padding: 0;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
}
nav#mainNav ul li a b, nav#mainNav ul li.current-menu-item li a b {
	font-weight: normal;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	background: #e1e5e5;
	font-weight: normal!important;
	font-family: "Niconne" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "mymincho" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
nav#mainNav ul li a span {
	padding-left: 15px;
}
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-item li a:active {
	color: #fff;
	background: #A59073;
}
nav#mainNav ul li li {
	float: left;
	border: 0;
}
nav#mainNav ul li li a,
nav#mainNav ul li.current-menu-item li a,
nav#mainNav ul li li.current-menu-item a {
	padding-left: 40px;
	background: #e1e5e5 url(images/sub1.png) no-repeat 30px 50%;
	color: #3C2F13
}
nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-item li a:hover {
	background: #A59073 url(images/sub1.png) no-repeat 30px 50%;
}
nav#mainNav ul li li li a,
nav#mainNav ul li.current-menu-item li li a,
nav#mainNav ul li li.current-menu-item li a,
nav#mainNav ul li li li.current-menu-item a {
	padding-left: 55px;
	background: #e1e5e5 url(images/sub1.png) no-repeat 45px 50%;
	color: #3C2F13
}
nav#mainNav ul li li li a:hover,
nav#mainNav ul li li li.current-menu-item a,
nav#mainNav ul li.current-menu-item li li a:hover {
	background: #A59073 url(images/sub1.png) no-repeat 45px 50%;
}
nav#mainNav ul li li:last-child a {
	color: #151515;
	background: #e1e5e5 url(images/subLast.png) no-repeat 30px 50%;
}
nav#mainNav ul li li:last-child li a {
	background: #e1e5e5 url(images/sub1.png) no-repeat 45px 50%;
}
nav#mainNav ul li li:last-child.current-menu-item li a {
	padding-left: 55px;
	background: #e1e5e5 url(images/sub1.png) no-repeat 45px 50%;
}
nav#mainNav ul li li.current-menu-item li:last-child a {
	padding-left: 55px;
	background: #e1e5e5 url(images/subLast.png) no-repeat 45px 50%;
}
nav#mainNav ul li li.current-menu-item li:last-child a:hover {
	padding-left: 55px;
	background: #A59073 url(images/subLast.png) no-repeat 45px 50%;
}
nav#mainNav ul li li li.current-menu-item a {
	padding-left: 55px;
	background: #e1e5e5 url(images/sub1.png) no-repeat 45px 50%;
}
nav#mainNav ul li li:last-child li.current-menu-item a {
	padding-left: 55px;
	background: #A59073 url(images/subLast.png) no-repeat 45px 50%;
}
nav#mainNav ul li.current-menu-item li:last-child li a:hover,
nav#mainNav ul li li:last-child li a:hover {
	padding-left: 55px;
	background: #A59073 url(images/sub1.png) no-repeat 45px 50%;
}
nav#mainNav ul li.current-menu-item li li:last-child a:hover {
	padding-left: 55px;
	background: #A59073 url(images/subLast.png) no-repeat 45px 50%;
}
nav#mainNav ul li li:last-child a:hover,
nav#mainNav ul li li:last-child.current-menu-item a,
nav#mainNav ul li.current-menu-item li:last-child a:hover {
	background: #A59073 url(images/subLast.png) no-repeat 30px 50%;
}
nav#mainNav ul li li li:last-child a {
	padding-left: 55px;
	background: #e1e5e5 url(images/subLast.png) no-repeat 45px 50%;
}
nav#mainNav ul li li li:last-child a:hover {
	padding-left: 55px;
	background: #A59073 url(images/subLast.png) no-repeat 45px 50%;
}
nav#mainNav ul li li:last-child a{
color:#151515;
}
nav div.panel {
	float: none;
}
.endbanner {
	display: none;
}
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
body {
	font-size: 90%;
}

#wrapper, #header, .inner {
	width: 96%;
}
body.right-sidebar #wrapper #sidebar {
	float: none;
}
body.right-sidebar #wrapper #content {
	float: none;
}
#header h1, #header h2, #header .description {
	padding: 0px 20px;
}
#header .logo {
	padding-left: 23px;
}
#headerInfo {
	padding-right: 23px;
}
.panel ul, .c1thumbWrap {
	margin: 0 auto;
}
.panel ul, .c2thumbWrap {
	margin: 0 auto;
}
.panel ul, .c3thumbWrap {
	margin: 0 auto;
}
.panel ul ul {
	padding: 0;
}
nav div.panel {
	float: none;
}
#mainImg img {
	width: 98%;
	height: auto;
}
#content, #sidebar {
	clear: both;
	width: 95%;
	float: none;
	margin: 0 auto;
	padding: 10px 0;
}
#banners {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#banners p {
	display: inline;
	margin: 0 3px;
}
#banners p img {
	width: 100%;
	height: auto;
	max-width: 30%
}
section.widget_search {
	text-align: center;
	clear: both;
}
#contactBanner {
	margin: 0 auto;
}
#footer {
	margin: 0;
	border: 0;
	text-align: center;
}
#footerLogo, #footer ul {
	display: inherit;
	width: auto;
	padding: 10px 0;
	text-align: center;
}
#footerLogo img {
	max-width: 90%;
	height: auto;
}
#footer ul {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#footer ul ul {
	padding-top: 0;
	border: 0;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b li {
	width: 31.6%;
}
.post4b .post4b_img {
	text-align: center;
}
.post4b li:nth-child(3n){
	margin: 0 0 20px 0;
	}
.post4b li:nth-child(4n){
	margin: 0 1.8% 20px 0;
	}
.wide .post4b li {
	width: 31.6%;
	margin:0 1.8% 20px 0;
}
.wide .post4b .post4b_img {
	text-align: center;
}
.wide .post4b li:nth-child(3n){
	margin: 0 0 20px 0;
	}
.wide .post4b li:nth-child(4n){
	margin: 0 1.8% 20px 0;
	}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 420px;
	height: auto;
} /* 画像サイズが大きくても閲覧しやすいように */
}

/*----------------------------------------------------------------------------------------------------
　幅799px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
body {
	font-size: 90%;
}
#header h1, #header h2, #header .description {
	padding-top: 25px;
	text-align: center;
}
.post .column2_50 {
	text-align: center;
}
.c1thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c1thumbWrap ul.thumb li {
	width: 100%;
	float: left;
	margin: 0;
	padding-bottom: 2% !important;
}
.c1thumbWrap img {
	width: 100%;
	height: auto;
}
.c2thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c2thumbWrap ul.thumb li {
	width: 48%;
	float: left;
	margin:0;
	padding: 0 4% 2% 0;
}
.c2thumbWrap ul.thumb li:last-child {
	padding: 0 0 2% 0;
}
.c2thumbWrap img {
	width: 100%;
	height: auto;
}
.c3thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c3thumbWrap ul.thumb li {
	width: 31.3%;
	float: left;
	margin:0;
	padding: 0 3% 2% 0;
}
.c3thumbWrap ul.thumb li:last-child {
	padding: 0 0 2% 0;
}
.c3thumbWrap img {
	width: 100%;
	height: auto;
}
/*.wide ul.thumb {
	margin: 0 -3% 1% 0;
}*/
.wide .thumbWrap, .c1thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c1thumbWrap ul.thumb li {
	width: 100%;
}
.wide .c1thumbWrap ul.thumb li img {
	max-width: 100%;
}
.wide .c1thumbWrap img {
	width: 100%;
	height: auto;
}
.wide .thumbWrap, .c2thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c2thumbWrap ul.thumb li {
	margin: 0 0 2% 0;
}
.wide .c2thumbWrap img {
	width: 100%;
	height: auto;
}*/
.wide .thumbWrap, .c3thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c3thumbWrap ul.thumb li {
	margin: 0 0 2% 0;
}
.wide .c3thumbWrap img {
	width: 100%;
	height: auto;
}*/
/*sidebar有投稿2ブロック：投稿アーカイブ--------------------------------------------*/
.post2b li {
	width: 97%;
	margin: 0 0.5% 20px 1.4%;
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.post2b li:nth-child(2n){
	margin: 0 0.5% 20px 1.4%;
	}
.wide .post2b li {
	width: 97%;
	margin: 0 0.5% 2% 1.4%;
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	}
.wide .post2b li:nth-child(2n){
	margin: 0 0.5% 20px 1.4%;
	}	
.post2b_text70 {
	width: 66%;
	float: right;
}
.post2b .post2b_img {
	width: 31%;
	margin: 0;
	padding: 0;
	float: left;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
.post4b li,
.wide .post4b li {
	width: 97%;
	margin: 0 0.5% 20px 1.4%;
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.wide .post4b li:nth-child(3n),
.wide .post4b li:nth-child(4n){
	margin:0 0.5% 20px 1.4%;
	}
.post4b_text70 {
	width: 66%;
	float: right;
}
.post4b .post4b_img {
	width: 31%;
	margin: 0;
	padding: 0;
	float: left;
}
#banners {
	margin: 0 auto;
	text-align: center;
}
#banners p {
	width: auto;
	float: none;
	margin: none;
}
#banners p img {
	width: auto;
	height: auto;
	max-width: 265px;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 350px;
	height: auto;
}
/* galleryサイズ調整　4～5カラムのギャラリーを3カラムに */
.gallery { width: 100%; }

.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
	width: 33.3% !important;
	float: none !important;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}
.gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
	max-width: 92%;
}
}

/* 幅640px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
body {
	font-size: 90%;
}
#header {
	padding: 0 0px;
	text-align: center;
	width:100%;
}
#header h2, #footerLogo {
	float: none;
	padding: 0;
}
#header .logo {
	padding: 0px;
}
#header .logo img {
	max-width: 90%;
	height: auto;
}
#headerInfo {
	width: 250px;
	margin: 0 auto;
}
#headerInfo .float {
	float: none;
	margin: 0 auto;
}
.post img {
	max-width: 97%;
}
.post img.alignright, .post img.alignleft {
	display: block;
	float: none;
	margin: 5px auto;
}
.alignright, .alignleft {
	float: none;
}
.float #footerLogo {
	float: none;
	margin: 0 auto;
}
#footer ul {
	text-align: center;
	padding: 15px;
	border-top: none;
}
#footer ul ul {
	padding: 0;
}
.gallery-item img {
	width: auto;
	max-width: 85%;
	height: auto;
}
#content .post_img img {
	float: none;
	width: auto;
	max-width: 96%;
}
#content .post_img {
	max-width: 300px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	float: none;
}
#content .post_text70 {
	width: 94%;
	margin: 0 auto;
	float: none;
}
#content #social {
	float: none;
}
body #header .logo, #headerInfo {
	display: inherit;
}
.post .column2_50 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.post .column2_30 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.post .column2_70 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.post .column3_33 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.post .column4_25 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.postlist .ttls {
	display: table;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
#content .post2b_img img {
	float: none;
	width: auto;
	max-width: 100%;
}
#content .post2b_img {
	width: 95%;
	margin: 0 auto;
	float: none;
	padding-top: 2%
}
#content .post2b_text70 {
	width: 95%;
	margin: 0 auto;
	float: none;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
#content .post4b_img img {
	float: none;
	width: auto;
	max-width: 96%;
}
#content .post4b_img {
	max-width: 300px;
	width: auto;
	margin: 0 auto;
	float: none;
	padding-top: 2%
}
#content .post4b_text70 {
	width: 95%;
	margin: 0 auto;
	float: none;
}
.childpost .column2_50 {
	display: inline-block;
	width: 98%;
}
.childpost1b .column2_30 {
	display: inline-block;
	width: 100%;
	margin: 6px auto 0 auto;
}
.childpost1b .column2_70 {
	display: inline-block;
	width: 96%;
	margin: 0 2% 5px 2%;
}
#breadcrumb ul {
	width: auto;
	max-width: 98%;
}
#social {
	margin: 0 auto;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 280px;
}
/*galleryのサイズ合わせ------------------------------------------------------------*/
/* 1～5カラムのギャラリーをすべて1カラムに */
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
	width: 98% !important;
	margin: 0 auto;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
	max-width: 98%;
}
#banners p {
	margin: 0;
}
nav#mainNav {
	padding: 10px 0;
}
/* レスポンシブ化テーブル------------------------------------------------------------*/
table.responsive th {
	width: 100%;
	display: inline-table;
	margin: 0 auto;
	line-height: 100%;
}
table.responsive td {
	display: inline-table;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0 auto;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	height: 23px;
}
/*Contact form 7用-----------------------------------------------------------------*/
.wpcf7-form .wpcf7-list-item {
	display: block;
	list-style-type: none!important;
}
.wpcf7-form .wpcf7-date {
	width: 30% !important;
}
.wpcf7-form .wpcf7-text {
	width: 80% !important;
}
.wpcf7-form .wpcf7-submit {
	width: 100% !important;
}
.wpcf7-form .wpcf7-textarea {
	width: 70%;
	height: 200px!important;
}
.wpcf7-form .wpcf7-captchar {
	width: 40% !important;
}
}
/*Frontbannerレスポンシブ時対処---------------------------------------------------*/
@media only screen and (max-width: 450px) {
.sm-response {
	width: 100% !important;
}
.c2thumbWrap ul.thumb li.sm-response{
	margin:0;
	}
.c3thumbWrap ul.thumb li.sm-response{
	margin:0;
	padding:0;
	}
.c2thumbWrap li.sm-response img{
	width:auto;
	max-width:100% !important;
	height:auto;
	}
.c3thumbWrap li.sm-response img{
	width:auto;
	max-width:100% !important;
	height:auto;
	}
}
