@charset "utf-8";
/*
Theme Name: bristol
Theme URI: 
Description: 
Version: 1.00
Author: Bristol Hill Golf Club
Author URI: 
Tags:
*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,700');

* {
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	 -ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
   box-sizing: border-box;
  }
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;
}
iframe {
    vertical-align: bottom;
}
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;
}
figure{
	margin: 0;
}
figure img{
	padding: 0!important;
	border: 0 !important;
}
body {
	font: 95%/1.5 'Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #252525;
	-webkit-text-size-adjust: none;
	overflow-x:hidden;/*3.02*/
	line-height: 1.5;
	background:#ffffff;
}
/*------------------------------------------------------------
 初期：リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #512b1a;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #999;
}
a:hover, a:active, .newsTitle p a:hover{
	color: #4a67b6;
}

/*------------------------------------------------------------
 初期：画像
------------------------------------------------------------*/
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:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after {
	content: "";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post {
	zoom: 1;
}
nav#mainNav{
	font-weight:500;
}

/*------------------------------------------------------------
 初期：フォーム設定
------------------------------------------------------------*/
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;
	color: #555;
	background: #fcfcfc;
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}
textarea {
	height: auto;
	line-height: 1.5;
	resize: vertical;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #2a588b;
	background: -moz-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a588b), color-stop(100%, #324B68));
	background: -webkit-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: -o-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: -ms-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: linear-gradient(to bottom, #2a588b 0%, #324B68 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#324B68', 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: #2a588b;
	background: -moz-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #324B68), color-stop(100%, #2a588b));
	background: -webkit-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: -o-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: -ms-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: linear-gradient(to bottom, #324B68 0%, #2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324B68', endColorstr='#2a588b', GradientType=0 );
}
*:first-child+html input[type="submit"] {
	padding: 3px;
}
/*------------------------------------------------------------
 初期：レイアウト設定
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 960px;
}
.page-template-page-nosidebar #wrapper, .page-template-page-nosidebar #content, .page-template-page-nosidebar .post, .page-template-page-nosidebar-fullthumb #wrapper, .page-template-page-nosidebar-fullthumb #content, .page-template-page-nosidebar-fullthumb .post, .page-template-page-nosidebar-fullwidth #wrapper, .page-template-page-nosidebar-fullwidth #content, .page-template-page-nosidebar-fullwidth .post, .page-template-page-nosidebarnb #wrapper, .page-template-page-nosidebarnb #content, .page-template-page-nosidebarnb .post, .page-template-page-nosidechild2b #wrapper, .page-template-page-nosidechild2b #content, .page-template-page-nosidechild2b .post, .page-template-page-nschild2bnb #wrapper, .page-template-page-nschild2bnb #content, .page-template-page-nschild2bnb .post{
	overflow: visible;
	}
#header .inner {
	margin: 0 auto;
	width: 960px;
	/*background-color: rgba(255,255,255,1);*/
}
.bg .inner {
	margin: 0 auto;
	width: 960px;
}
#mainNav .inner {
	margin: 0 auto;
	width: 960px;
}
#footer{
	position: relative;
}
#footer .inner {
	margin: 0 auto;
	max-width: 1280px;
}
#content {
	float: right;
	width: 710px;
	line-height: 1.6em;
}
.home #content {
	padding: 0;	
}
#content.wide {
	width: 100%;
}
#sidebar {
	float: left;
	width: 225px;
	padding: 20px 0;
	font-size: 93%;
}
.home #sidebar {
	padding: 10px 0;	
}
#footer {
	clear: both;
	border-bottom: 1px solid #5d5d5d;
}
body.right-sidebar #wrapper #sidebar {
	float: right;
}
body.right-sidebar #wrapper #content {
	float: left;
}
/* IE7ドキュメントモードhuck
----------------------------------*/
.gallery {
*zoom: 97%;
}
.png {
*zoom: 1;
}
/*------------------------------------------------------------
 ヘッダー
------------------------------------------------------------*/
#header {
	overflow: hidden;
}
#header .bg {
	background-color: rgba(43,43,43,1);
}
#header .bg .inner{
	background: none;
}

/* サイト説明文 + 住所
----------------------------------*/
#header h1 {
	float: left;
	padding: 3px 0;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
}
#header p {
	font-size: 93%;
	float: right;
}
#header .description {
	float: left;
	color: #FFFFFF;
	padding: 3px 0;
	font-size: 70%;
}
#header h1, #header .description{
	font-size:10px;
}

/* headerレイアウト
----------------------------------*/
#header-layout {
	padding: 20px;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo {
	clear: both;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
#header h2 {
	clear: both;
	float: left;
	padding: 30px 0;
	color: #515151;
	font-size: 160%;
	font-weight: bold;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
}
/*#mainImg::before{
    content: url(/wp-content/uploads/catchcopy-pc.png);
    position: absolute;
    top: 56%;
    z-index: 1;
    right: 25%;
    transform: translate(25%,-50%);
}
@media only screen and (max-width: 1640px) {
#mainImg::before{
    content: url(/wp-content/uploads/catchcopy-sp.png);
    position: absolute;
    top: 56%;
    z-index: 1;
    right: 25%;
    transform: translate(25%,-50%);
}
	
}
#mainImg::before{
    content:'';
	background: url(/wp-content/uploads/catchcopy-pc.png);
	width: 219px;
	height: 643px;
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 25%;
    transform: translate(25%,-50%);
}*/
.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and (max-width: 1023px) {
.pc{
	display: none;
	}
.sp{
	display: block;
	}
}
#thumbImg {
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
}
#thumbImg img {
	width: 100%;
	height: auto;
}
/* headerコンタクト
----------------------------------*/
#header .contact {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#header .contact .float {
	float: right;
}
#header .contact .tel {
	font-size: 230%;
	color: #512b1a;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -3px;
	font-family: 'Oswald', Helvetica, sans-serif;
	font-weight:normal;
}
#header .contact .tel span {
	font-size: 80%;
}
#header .contact .tel a {
	color: #512b1a;
}
#header .add {
	background: none;
	color: #512b1a;
	padding: 0;
	clear: both;
	float: none;
	font-weight:normal;
}
#header .contact .tel img {
	padding:0 5px 5px 0;
	vertical-align:middle;
}
#header .contact .mail {
	display: inline-block;
	margin-left: 15px;
}
/*------------------------------------------------------------
 タイポグラフィー
------------------------------------------------------------*/

h1.title {
	clear: both;
	margin: 30px 0 0;
	padding: 7px 10px;
	color: #ffffff;
	font-size: 110%;
	background: #2a588b;
}
h1.first {
	margin-top: 0;
}
h1.title, .post h1{
	font-weight:normal;
	border:none;
	background: none;
	padding: 8px 10px 6px 10px;
}
h2.title {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 7px 10px;
	border: 1px solid #dadada;
	border-bottom: 3px solid #2A588B;
}
h2.first {
	margin-top: 0;
}
.dateLabel {
	text-align: right;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/*3.02*/
.listTitle {
    position: relative;
}
.listTitle .frontlist {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
.listTitle .frontlist a {
	color: #fff;
	background: url(images/arrow.png) no-repeat 0 50%;
	padding-left: 10px;
}
.listTitle .frontlist a:hover {
    color: #327cab;
}
/*------------------------------------------------------------
 コンテンツ
------------------------------------------------------------*/
.post {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	clear: both;
}
.post p {
	padding-bottom: 15px;
}
.post ul {
	margin: 0 0 10px 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 10px 30px;
}
.post ol li {
	list-style: decimal;
}
/* コンテンツ内見出し
----------------------------------*/
.post h2 {
	clear: both;
	background-color: #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	font-size: 110%;
	line-height: 1.25;
	margin-bottom: 15px;
	padding: 8px 5px 8px 10px;
	position: relative;
}
.post h2, .post2b h2, .post4b h2{
	font-weight:normal;
}
.post h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post h2:before {
	background: none repeat scroll 0 0 #2a588b;
	content: "";
	display: block;
	height: 17px;
	left: -1px;
	position: absolute;
	top: 9px;
	width: 5px;
}
.post h3 {
	clear: both;
	margin: 10px 0;
	border-bottom: 1px solid #324B68;
	border-left: 5px solid #324B68;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 5px 0 3px 8px;
}
.post h4 {
	clear: both;
	margin: 10px 0;
	border-bottom: 1px dashed #324B68;
	border-left: 4px solid #324B68;
	color: #324B68;
	font-size: 100%;
	font-weight: normal;
	padding: 0 0 3px 8px;
}
.post blockquote {
	background-color: #ddd;
	padding: 1em 1em 1em 3em;
	position: relative;
	margin-bottom: 15px;
}
.post blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
.post blockquote p {
	padding: 5px 0;
}
/* 基本テーブル
------------------------------------------------------------*/
.post table {
	border: #dcdddd 1px solid;
	color: #333333;
	border-collapse: collapse;
	width: 100%;
	font-size: 93%;
	margin-bottom: 15px;
	box-sizing:border-box;
}
.post table th {
	border: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
}
.post table td {
	border: #dcdddd 1px solid;
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
/* 透明テーブル
------------------------------------------------------------*/
.post table.clear {
	background: none;
	border: none;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table.clear th,
.post table.clear td {
	vertical-align:top;
	border: none;
	background: none;
	text-align: left;
  padding: 0 5px;
}
/* レスポンシブ対応テーブル
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
.post table.responsive {
	width: 100% !important;
	}
.post table.responsive th, .post table.responsive td {
	width: 100% !important;
	box-sizing: border-box;
	display: block;
	height: auto;
	border-top: none;
	border-right: none;
	border-left: none;
}
.post table.responsive tr:last-child td:last-child {
    border-bottom: none;
}
.post table.responsive th, .post table.responsive td {
	text-align: center;
}
.post table.responsive.clear th, .post table.responsive.clear td {
	text-align: left;
}
}
/* ページナビ
----------------------------------*/
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float: left
}
.next {
	float: right;
}
#pageLinks {
	clear: both;
	color: #2a588b;
	text-align: center;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
	padding: 4px;
	border: 1px solid #cccccc;
}
/* IE8以下画像対応
------------------------------------------------------------*/
.post img {
	width: inherit\9;
	max-width: 100%\9;
	height: auto\9;
}
.post img.aligncenter {
	display: block;
	margin: 5px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}
.post img.alignright {
	padding: 4px;
	margin: 0 0 15px 8px;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
}
.post img.alignleft {
	padding: 4px;
	margin: 0 8px 15px 0;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
}
/* imgにborder除外。<div class="noborder">で括る
------------------------------------------------------------*/
.post .noborder img {
	border: none !important;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/*imgのclassに追加で適応*/
.post img.noborder {
	border: none !important;
}
.post img.nobackground {
	background: none !important;
}
/* imgエッセンス
------------------------------------------------------------*/
img.slanting {
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);/* chrome、safari　*/
	-moz-transform: rotate(2deg);/* firefox　*/
}
/* パンくずリスト
----------------------------------*/
#breadcrumb {
	background-color: #799DC5;
	clear: both;
	padding: 3px;
}
#breadcrumb ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-left: 1em;
}
#breadcrumb ul li {
	float: left;
	color: #fff;
	margin: 0 5px;
	font-size: 11px;
}
#breadcrumb ul li a {
	color: #fff;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------
 サイドバー
------------------------------------------------------------*/
section.widget, .widgetInfo {
	margin: 0 0 20px;
	border: 1px solid #dadada;
	background-color: #fff;
}
section.widget ul, .widget_search, #calendar_wrap, .textwidget {
	padding: 10px;
}
section.widget_sp_image {
	background: none;
}
/*サイドバーにiframeを展開させたい場合----------------------*/
.textwidget iframe {
	width: 100%!important;
}
#banners img {
	max-width: 225px;
	height: auto;
	padding-bottom: 10px;
}
section.widget h2 {
	clear: both;
	margin: 0;
	font-size: 110%;
	font-weight: normal;
	color: #ffffff;
	border:none;
	background: none;
	padding: 6px 10px;
    padding-top: 8px;	
}
section.widget h3 {
	clear: both;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 110%;
	font-weight: normal;
	color: #ffffff;
	background: #2a588b;
}
section.widget li a {
	display: block;
	padding: 7px 0 7px 12px;
	border-bottom: 1px dashed #DCDCDC;
	background: url(images/arrow.png) no-repeat 0 50%;
}
section.widget li:last-child a {
	border: 0;
}
section.widget a:hover {
	text-decoration: none;
	background-position: 3px 50%;
}
#searchform input[type="text"] {
	line-height: 1.7;
	height: 30px;
	width: 100px;
}
/* お知らせ　
-------------*/
.newsTitle {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 110%;
	padding: 7px 10px;
	background: inherit;
	color: #ffffff;
}
.newsTitle p a{
	color: #ffffff;
}
.newsTitle p a:hover{
	color: #327cab;
}
.newsTitle h2 {
	float: left;
	font-weight: normal;
}
.newsTitle h3 {
	float: left;
	font-weight: normal;
}
.newsTitle p {
	float: right;
	padding: 0 0 0 10px;
	background: url(images/arrow.png) no-repeat 0 50%;
	font-size: 93%;
}
.news p {
	clear: both;
	padding-bottom: 2px;
	border-bottom: 1px dashed #DCDCDC;
	margin: 0 10px;
}
.news p:last-child {
	border: 0;
}
.news p a {
	display: block;
	padding: 5px 0;
	color: #333;
	font-size: 93%;
}
.news a span {
	color: #515151;
	font: normal 93%;
}
.news span {
	padding-left: 10px;
}
.news a:hover span {
	color: #777;
}
.widget_sp_image {
	border: none!important;
}
.widget_sp_image img {
	clear: both;
	margin-bottom: 15px;
}
.widget_search {
	clear: both;
}
.widget_text {
	clear: both;
}
.widget_recent_entries {
	clear: both;
}
.widget_nav_menu {
	clear: both;
}
.widget_mycategoryorder {
	clear: both;
}
/* 
ウィジェットカレンダー
---------------------------------------------------- */
.widget_calendar {
	clear: both;
}
#wp-calendar {
	border-left: 1px solid #fff;
	background-color: #ffffff;
	empty-cells: show;
	width: 90%;
	margin: 0 auto;
}
#wp-calendar caption {
	text-align: center;
	width: 90%;
	font-weight: normal;
}
#wp-calendar th {
	border-left: #EDEDED 1px solid;
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	background-color: #efefef;
	color: #330000;
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
}
#wp-calendar td {
	border-left: #EDEDED 1px solid;
	border-right: #dcdddd 1px solid;
	border-bottom: #dcdddd 1px solid;
	text-align: center;
	vertical-align: middle;
	height: 2em;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar td a {
	font-weight: bold;
	background-color: #ffeeee;
	height: 100%;
	padding-top: 0.2em;
}
/*------------------------------------------------------------
 フッター
------------------------------------------------------------*/
#footer ul {
	font-size: 93%;
}
#footer ul ul {
    width: 100%;
}
#footer ul li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	padding: 5px 0;
	margin-right: 60px;
	font-size: 13px;
}
#footer ul li a {
	display: block;
	padding: 0 0 0 12px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li li {
	display: block;
	padding: 0;
	margin: 0;
	background-position: 0 5px;
}
*: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;
	text-align: right;
	font-size: 75%;
	zoom: 1;
	color: #fff;
	width: 29%;
    display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
}
address {
    color: #ffffff;
	font-size: 13px;
    letter-spacing: 0.05em;
}
/*------------------------------------------------------------
 TOPフロントページバナー指定（ex:c1＝1カラム）
------------------------------------------------------------*/
.c1thumbWrap {
	width: 730px;
	margin: 0px 0px 20px 0;
	overflow: hidden;
}
.c1thumbWrap li {
	float: left;
	width: 710px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	background: none;
}
.c1thumbWrap li img {
	width: 100%;
}
.c2thumbWrap {
	width: 730px;
	margin: 0px 0px 20px 0;
	overflow: hidden;
}
.c2thumbWrap li {
	float: left;
	width: 345px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	background: none;
}
.c2thumbWrap li img {
	width: 100%;
}
.c3thumbWrap {
	width: 730px;
	margin: 0px 0px 20px 0;
	overflow: hidden;
}
.c3thumbWrap li {
	float: left;
	width: 223px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	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 #777;
}
ul.thumb h3 span {
	display: block;
	padding: 2px 3px;
	background: #2a588b;
}
ul.thumb h3 a {
	color: #fff;
}
ul.thumb h3:hover span {
	background: #324B68;
}
/*------------------------------------------------------------
 TOPフロントページバナー指定/sidebar無の場合
------------------------------------------------------------*/

.wide .thumbWrap {
	width: 100%;
}
.wide .c1thumbWrap, .wide .c2thumbWrap, .wide .c3thumbWrap {
	clear: both;
	width: 100%;
}
/*.wide ul.thumb {
	margin: 0 -3% 15px 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%;
	padding: 0 4% 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.3%;
	padding: 0 3% 0 0;
}
.wide .c3thumbWrap ul.thumb li:last-child {
	padding: 0;
	}
.wide .c3thumbWrap ul.thumb li img {
	max-width: 100%;
	vertical-align: bottom;
}
.wide .clm {
	padding: 0!important;
}
/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .column2_50 {
	display: inline-block;
	margin: 5px 0;
	width: 49.5%;
	vertical-align: top;
}
.post .column2_50 img {
	max-width: 95.5%;
	vertical-align: bottom;
}
.post .column2_30 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	width: 30%;
	vertical-align: top;
}
.post .column2_30 img {
	max-width: 95.5%;
	vertical-align: bottom;
}
.post .column2_70 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 10px 5px 0;
	width: 68.1%;
	vertical-align: top;
}
.post .column2_60 {
	display: inline-block;
	box-sizing: border-box;
	margin: 5px 15px 5px 0;
	width: 58.1%;
	vertical-align: top;
}
.post .column2_60 img {
	max-width: 95.5%;
}
.post .column2_40 {
	display: inline-block;
	margin: 5px 0;
	width: 40%;
	vertical-align: middle;
	box-sizing: border-box;
}
.post .column2_40 img {
	max-width: 95.5%;
}
.post .column3_33 {
	display: inline-block;
	margin: 5px 1%  30px 1%;
	width: 31%;
	vertical-align: top;
}
.post .column3_33 img {
	max-width: 100%;
	vertical-align: bottom;
}
.post .column4_25 {
	display: inline-block;
	margin: 5px 0;
	width: 24.3%;
	vertical-align: top;
}
.post .column5_20 {
	display: inline-block;
	margin: 5px 0;
	width: 19.4%;
	vertical-align: top;
}
.post .column2_80 {
   display: inline-block;
	margin: 5px 0;
   width: 80%;
   vertical-align: middle;
}

.post .column2_20 {
   display: inline-block;
	margin: 5px 0;
   width: 19%;
   vertical-align: middle;
}

/*flexbox*/
.post .container{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.post .container-rwd{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.post .container .column2_50,
.post .container-rwd .column2_50{
	width: auto;
	margin: 0;
	flex-basis: 50%;
}
.post .container .column2_30,
.post .container-rwd .column2_30{
	width: auto;
	flex-basis: 30%;
	margin: 0;
}
.post .container .column2_40,
.post .container-rwd .column2_40{
	width: auto;
	flex-basis: 40%;
	margin: 0;
}
.post .container .column2_60,
.post .container-rwd .column2_60{
	width: auto;
	flex-basis: 60%;
	margin: 0;
}
.post .container .column2_70,
.post .container-rwd .column2_70{
	width: auto;
	flex-basis: 70%;
	margin: 0;
}
.post .container .column3_33,
.post .container-rwd .column3_33{
	width: auto;
	margin: 0;
	flex-basis: 33.3333%;
}
.post .container .column4_25,
.post .container-rwd .column4_25{
	width: auto;
	margin: 0;
	flex-basis: 25%;
}
.post .container .column5_20,
.post .container-rwd .column5_20{
	width: auto;
	margin: 0;
	flex-basis: 20%;
}

/*boxにaを追加する場合*/
.post .container a,
.post .container-rwd a{
	display: block;
	width: 100%;
}
/*--------------------------------------
flexboxのカスタマイズ
--------------------------------------*/

/*full-wrapperの利用の際のアイテム*/
.innerContent{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	clear:both;
}
.innerContentMin{
	width: 100%;
	max-width: 1070px;
	margin: 50px auto;
}
#full-wrapper .post{
	padding: 0 0 50px 0;
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
#full-wrapper #content.wide {
    width: 100%;
	}
.innerContent{
	width: 96%;
	margin: 0 auto;
}
.innerContentMin{
	width: 96%;
	margin: 0 auto;
}
}
@media print, screen and (max-width: 414px) {
.innerContent{
	margin: 0 auto;
}
.innerContentMin{
	width: 92%;
	margin: 0 auto;
}	
}

/*flexを使いやすく*/
/*高さ*/
.container.top, .container-rwd.top{ align-items: flex-start; }
.container.middle, .container-rwd.middle{ align-items: center; }
.container.bottom, .container-rwd.bottom{ align-items: flex-end; }
/*幅*/
.container.center, .container-rwd.center{ text-align: center; }
.container.right, .container-rwd.right{ text-align: right; }
.container.left, .container-rwd.left{ text-align: left; }
/*改行*/
.container.wrap, .container-rwd.wrap{ flex-wrap: wrap; }
/*余白padding*/
.pa_1{padding:1%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; clear: both;}
.pa_2{padding:2%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; clear: both;}
.pa_3{padding:3%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; clear: both;}
.pa_4{padding:4%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; clear: both;}
.pa_5{padding:5%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; clear: both;}
.pab_5{padding:0 0 5% 0;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; clear: both;}
.pa_10{padding:10%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; clear: both;}
/*黒ボックス背景*/
.bl_box_10{ background: rgba(0,0,0,0.10);}
.bl_box_20{ background: rgba(0,0,0,0.20);}
.bl_box_30{ background: rgba(0,0,0,0.30);}
.bl_box_40{ background: rgba(0,0,0,0.40);}
.bl_box_50{ background: rgba(0,0,0,0.50);}
.bl_box_60{ background: rgba(0,0,0,0.60);}
.bl_box_70{ background: rgba(0,0,0,0.70);}
.bl_box_80{ background: rgba(0,0,0,0.80);}
.bl_box_90{ background: rgba(0,0,0,0.90);}
.bl_box_100{ background: rgba(0,0,0,1.00);}
/*白ボックス背景*/
.wh_box_10{ background: rgba(255,255,255,0.10);}
.wh_box_20{ background: rgba(255,255,255,0.20);}
.wh_box_30{ background: rgba(255,255,255,0.30);}
.wh_box_40{ background: rgba(255,255,255,0.40);}
.wh_box_50{ background: rgba(255,255,255,0.50);}
.wh_box_60{ background: rgba(255,255,255,0.60);}
.wh_box_70{ background: rgba(255,255,255,0.70);}
.wh_box_80{ background: rgba(255,255,255,0.80);}
.wh_box_90{ background: rgba(255,255,255,0.90);}
.wh_box_100{ background: rgba(255,255,255,1.00);}
/*角丸*/
.ra_10{border-radius: 10px;}
.ra_20{border-radius: 20px;}
.ra_30{border-radius: 30px;}
.ra_40{border-radius: 40px;}
.ra_50{border-radius: 50px;}
.ra_50per{border-radius: 50%;}
/*寄りボックス*/
.left_box_30{width: 30%; margin-right: 70%;}
.left_box_50{width: 50%; margin-right: 50%;}
.left_box_60{width: 60%; margin-right: 40%;}
.right_box_30{width: 30%; margin-left: 70%;}
.right_box_50{width: 50%; margin-left: 50%;}
.right_box_60{width: 60%; margin-left: 40%;}
.post .container img, .post .container-rwd img{max-width: 100%; padding: 0;	vertical-align: bottom;}
.post .container .column2_30 img, .post .container-rwd .column2_30 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_40 img, .post .container-rwd .column2_40 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_50 img, .post .container-rwd .column2_50 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_60 img, .post .container-rwd .column2_60 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_70 img, .post .container-rwd .column2_70 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column3_33 img, .post .container-rwd .column3_33 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column4_25 img, .post .container-rwd .column4_25 img{max-width: 100%;}
.post .container .column5_20 img, .post .container-rwd .column5_20 img{max-width: 100%;}
/*文字色*/
.color-white{color: white;}
.color-black{color: #252525;}

.ttl-area {width: 500px;}
.post .ttl-area h2 {margin-bottom: 0;}
@media print, screen and (max-width: 640px) {
	.ttl-area {width: 100%;}
	.pa_10{padding:5%;}
}
@media print, screen and (max-width: 1023px) {
.left_box_30, .left_box_50, .left_box_60, .right_box_30, .right_box_50, .right_box_60{width: 100%; margin: 0 auto;}
}

@media print, screen and (max-width: 959px) {
/*タブレット時の改行*/
.container-rwd .column4_25.tab_column2_50{flex-basis: 50%;}
}

@media print, screen and (max-width: 640px) {
/*SP時の順番*/
.sp_order1{order:1;}
.sp_order2{order:2;}
.sp_order3{order:3;}
.sp_order4{order:4;}
.sp_order5{order:5;}
.sp_order6{order:6;}
.sp_order7{order:7;}
.sp_order8{order:8;}
.sp_order9{order:9;}
.sp_order10{order:10;}
.sp_order11{order:11;}
.sp_order12{order:12;}
/*SPのみの余白padding*/
.sp_pa_1{padding:1%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
.sp_pa_2{padding:2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
.sp_pa_3{padding:3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
.sp_pa_4{padding:4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
.sp_pa_5{padding:5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
/*SP時の調整*/
.post .container .column2_30 img, .post .container-rwd .column2_30 img{margin: 0 auto;}
.post .container .column2_40 img, .post .container-rwd .column2_40 img{margin: 0 auto;}
.post .container .column2_50 img, .post .container-rwd .column2_50 img{margin: 0 auto;}
.post .container .column2_60 img, .post .container-rwd .column2_60 img{margin: 0 auto;}
.post .container .column2_70 img, .post .container-rwd .column2_70 img{margin: 0 auto;}
.post .container .column3_33 img, .post .container-rwd .column3_33 img{margin: 0 auto;}
.post .container .column4_25 img, .post .container-rwd .column4_25 img{margin: 0 auto;}
.post .container .column5_20 img, .post .container-rwd .column5_20 img{margin: 0 auto;}
.post .container-rwd .column2_50, .post .container-rwd .column2_30, .post .container-rwd .column2_60, .post .container-rwd .column2_70, .post .container-rwd .column3_33, .post .container-rwd .column4_25, .post .container-rwd .column5_20{ flex-basis: 100%;}
}
/*button-pattern*/

/*default*/
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s !important;
  transition: all .2s !important;
}
/*pattern*/
.btn1 {
  background-color: #333;
  color: #fff;
}
.btn1:hover {
  background-color: #59b1eb;
}
.btn2 {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.btn2:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.btn3 {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.btn3:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.btn3::before,
.btn3::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.btn3::before {
  right: 0;
}
.btn3::after {
  left: 0;
}
.btn3:hover::before,
.btn3:hover::after {
  width: 0;
  background-color: #59b1eb;
}
.btn4 {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}

.btn4:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.btn4::before,
.btn4::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.btn4::before {
  top: 0;
}
.btn4::after {
  bottom: 0;
}
.btn4:hover::before,
.btn4:hover::after {
  height: 0;
  background-color: #59b1eb;
}
.btn5 {
  background-color: #333;
  color: #fff;
}
.btn5:hover {
  letter-spacing: 5px;
}
.btn6 {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
}
.btn6:hover {
  background-color: rgba(255, 255, 255, .2);
}
.btn7 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.btn7:hover {
  color: #fff;
}
.btn7::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.btn7:hover::after {
  top: 0;
  background-color: #333;
}
.btn8 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.btn8:hover {
  color: #fff;
}
.btn8::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.btn8:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}
.btn9 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.btn9:hover {
  color: #fff;
}
.btn9::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.btn9:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn10 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.btn10:hover {
  color: #fff;
}
.btn10::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn10:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #333;
}
.btn11 {
  position: relative;
  z-index: 2;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn11:hover {
  color: #fff;
}
.btn11::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
.btn11:hover::after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.btn12 {
  position: relative;
  z-index: 2;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn12:hover {
  color: #333;
}
.btn12::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.btn12:hover::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.btn13 {
  position: relative;
  background-color: #f7d034;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #f7ba59;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.btn13:hover {
  background-color: #ffcc00;
  box-shadow: 0 3px 0 #f7ba59;
}
.btn13:active {
  top: 3px;
  box-shadow: none;
}
.readmore {
    width: 100%;
    margin-bottom: 100px;
}
.readmore .button {
    width: 93%;
    margin: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
/* post子ページ内レスポンシブブロック指定
------------------------------------------------------------*/
.childpost .column2_50 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	padding: 1%;
	width: 47.375%;
	vertical-align: top;
	border: 1px solid #dadada;
}
.childpost .column2_50 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.childpost1b {
	border: 1px solid #dadada;
	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;
	vertical-align: bottom;
}
.childpost1b .column2_70 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 10px 2px 5px 0;
	width: 67.8%;
	vertical-align: top;
}
.childpost1b .column2_40 {
	display: inline-block;
	margin: 10px 0 10px 6px;
	width: 39%;
	vertical-align: top;
}
.childpost1b .column2_40 img {
	max-width: 95.5%;
	height: auto;
}
.childpost1b .column2_60 {
	display: inline-block;
	margin: 10px 2px 5px 0;
	width: 57.8%;
	vertical-align: top;
}
.childpost1b .column2_60 img {
	max-width: 95.5%;
	height: auto;
}
/*----------------------------------------------------------------------------------------------------
　幅750px以下から（header調節）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
.childpost1b .column2_40 {
	display: inline-block;
	width: 100%;
	margin: 6px auto 0 auto;
}
.childpost1b .column2_60 {
	display: inline-block;
	width: 96%;
	margin: 0 2% 5px 2%;
}
}

.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: 11px;
	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
}

/*------------------------------------------------------------
 Huck（プラグイン・コア）用CSS
------------------------------------------------------------*/
/*css_browser_selector.js*/
.bgfix { background-attachment:fixed !important;}
.ipod .bgfix { background-attachment:scroll !important; }
.iphone .bgfix { background-attachment:scroll !important; }
.ipad .bgfix { background-attachment:scroll !important; }

/* Contact form 7用
------------------------------------------------------------*/
.rad-text {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 80%;
	height: 25px;
}
.rad-area {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 80%;
	height: 90%;
}
.rad-sub {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 25%;
	height: 35px;
	background-color: #eee;
}
.wpcf7-form .wpcf7-textarea {
	max-width: 100%;
}
input[type="text"].wpcf7-captchar {
    width: 30%;
}
@media only screen and (max-width: 640px) {
.wpcf7-form .wpcf7-textarea {
    width: 80%;
}
}
.wpcf7-form label:hover {
	cursor: pointer;
}
/* 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;
}/* 画像サイズが大きくても閲覧しやすいように */

/* Scroll Top用
------------------------------------------------------------*/
#scrollUp {
	visibility: visible !important;
}
/*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:100%;
	padding: 2%;
	box-sizing: border-box;
}

.gallery-caption b {
	color: #512b1a;
}

/* 検索バーの左に表示されるテキストの検索を消す
------------------------------------------------------------*/
.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 #ddd;
	padding: 5px;
	vertical-align: bottom;
}
.post .post_img {
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
}
.post_text {
	width: 94%;
	margin: 0 auto;
}
.post_text70 {
	width: 63.5%;
	float: right;
}
.post li {
	border-bottom: 1px dotted #DDDDDD;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	padding: 0;
}
.post .time {
	padding: 0;
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	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 {
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
	clear: both;
}
.postlist li {
	border-bottom: 1px dotted #DDDDDD;
	line-height: 1.6em;
	margin: 1em 0;
	padding: 0;
}
.postlist .post_text {
	width: 96%;
	margin: 0 auto 10px auto;
}
.postlist .time {
	padding: 0;
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	border-radius: 3px;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .time a {
	color: #fff;
}
.postlist .date {
	padding: 0;
	font-size: 90%;
	clear: both;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .date a {
}
.postlist .ttls {
	padding: 0;
	font-size: 90%;
	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: 10px 0;
}
li .post_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 5px 0 0 0;
}
/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
#twitter, #hatena, .fb-like {
	display: block;
	float: left;
}
.share-btn {
	border: 1px dashed #ccc;
	height: 21px;
	padding: 10px 0 10px 10px;
	width: 250px;
	margin-bottom: 6px;
}
.share-btn4b {
	padding: 1% 0;
}
.twitter-share-button {
	margin-left: 4px;
	width: 81px !important;
}
.fb_ltr {
	max-width: none !important;
}
.fb_iframe_widget {
	width: auto !important;
	display: inline-block !important;
	margin: -3px 0 0 3px !important;
}
.share-btn4b .fb_iframe_widget {
	margin: -1px 0 0 3px !important;
}
/*------------------------------------------------------------
 投稿記事/sidebar有/投稿2ブロック
------------------------------------------------------------*/
.post2b {
	padding-top: 1.5%;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin-bottom: 20px;
	clear: both;
}
.post2b img {
	max-width: 97.3%;
	height: auto;
	border: 1px solid #CCCCCC !important;
	padding: 4px;
	vertical-align: bottom;
}
.post2b li {
	margin: 0 0 2% 4%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
	width: 43.8%;
	vertical-align: top;
}
.post2b_img img {
}
.post2b .post2b_img {
}
.post2b_text {
	width: 100%;
	margin: 0 auto;
}
.post2b_text70 {
}
.post2b h2 {
	clear: both;
	background-color: #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	color: #333;
	font-size: 114.3%;
	line-height: 1.25;
	margin-bottom: 10px;
	padding: 8px 5px 8px 10px;
	position: relative;
	font-size: 114.3%;
}
.post2b h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post2b h2:before {
	background: none repeat scroll 0 0 #2a588b;
	content: "";
	display: block;
	height: 17px;
	left: -1px;
	position: absolute;
	top: 8px;
	width: 5px;
}
.post2b .time {
	font-size: 12px;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	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: 10px 0;
	font-size: 93%;
}
li .post2b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b {
	padding-top: 1.5%;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin-bottom: 20px;
	clear: both;
}
.post4b img {
	max-width: 99%;
	height: auto;
	border: 1px solid #CCCCCC !important;
	vertical-align: bottom;
}
.post4b li {
	margin: 0 0 2% 1.2%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
	width: 23%;
	vertical-align: top;
}
.post4b_img img {
}
.post4b .post4b_img {
}
.post4b_text {
	width: 100%;
	margin: 0 auto;
}
.post4b_text70 {
}
.post4b h2 {
	clear: both;
	background-color: #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	color: #333;
	font-size: 100%;
	line-height: 1.25;
	margin-bottom: 10px;
	padding: 8px 5px 8px 10px;
	position: relative;
}
.post4b h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post4b h2:before {
	background: none repeat scroll 0 0 #2a588b;
	content: "";
	display: block;
	height: 17px;
	left: -1px;
	position: absolute;
	top: 6px;
	width: 5px;
}
.post4b .time {
	font-size: 11px;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	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: 10px 0;
	font-size: 93%;
}
li .post4b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
h2.top-loop,
h2.bottom-loop,
h2.cat-loop{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*----------------------------------------------------------------------------------------------------
 PC用：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
nav#mainNav ul li.icon1 a b:before {
    content: url(/wp-content/themes/bristol/images/icon1.svg);
    padding-right: 10px;
    vertical-align: middle;
}
nav#mainNav ul li.icon2 a b:before {
    content: url(/wp-content/themes/bristol/images/icon2.svg);
    padding-right: 10px;
    vertical-align: middle;
}
nav#mainNav ul li.icon3 a b:before {
    content: url(/wp-content/themes/bristol/images/icon3.svg);
    padding-right: 10px;
    vertical-align: middle;
}
nav#mainNav ul li.icon4 a b:before {
    content: url(/wp-content/themes/bristol/images/icon4.svg);
    padding-right: 10px;
    vertical-align: middle;
}
nav#mainNav ul li.icon5 a b:before {
    content: url(/wp-content/themes/bristol/images/icon5.svg);
    padding-right: 10px;
    vertical-align: middle;
}
nav#mainNav ul li.icon6 a b:before {
    content: url(/wp-content/themes/bristol/images/icon6.svg);
    padding-right: 10px;
    vertical-align: middle;
}

@media print, screen and (min-width: 1024px) {
nav#mainNav {
	clear: both;
	position: relative;
	z-index: 200;
	background-color: rgba(255,255,255,1);
}
nav#mainNav ul li {
	float: left;
	position: relative;
	font-family: 'Libre Baskerville','Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
nav#mainNav ul li a b{
	font-weight:bold;
	margin-top:0px;
}
nav#mainNav ul li:first-child {
	border-left:1px solid #ffffff;
}
nav#mainNav ul li a {
	display: block;
	text-align: center;
	padding: 15px 35px;
	color: #512b1a;
	font-size: 15px;
    letter-spacing: 0.20em;
}

nav#mainNav ul li a span, nav#mainNav ul li a b {
	display: block;
	line-height: 1.3;
}
nav#mainNav ul li a span {
	font-size: 75%;
	color: #512b1a;
	font-weight:bold;
	margin-top:0px;
}

nav div.panel {
	display: block !important;
	float: left;
}
a#menu {
	display: none;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active,
nav#mainNav ul li.current-menu-parent a,
nav#mainNav ul li.current-menu-ancestor a{
	background:#ffffff;
	}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b{
	color: #512b1a;
	}
nav#mainNav ul li.current-menu-item a span,
nav#mainNav ul li a:hover span,
nav#mainNav ul li a:active span,
nav#mainNav ul li.current-menu-parent a span{
	color: #512b1a;
	}
nav#mainNav ul ul {
	width: 200px;
}
nav#mainNav ul li ul {
	display: none;
}
nav#mainNav ul li:hover ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 500;
}
nav#mainNav ul li li {
	margin: 0;
	float: none;
	border: 0;
	background:#ffffff;
	border-bottom:1px solid #ffffff;
	margin-left:0;
}
nav#mainNav ul li li:first-child {
	border-left: 0;
}
nav#mainNav ul li li a {
	width: 100%;
	padding: 0;
	font-size: 95%;
	text-align: left;
}
nav#mainNav ul li li a span {
	padding: 0 10px;
}
nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item a{
	color: #512b1a;
	}
nav#mainNav ul li:hover ul li:last-child {
	border: 0;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-parent a{
	background: none;
	border-bottom: 4px solid #512b1a;
	height:40px;
	}
nav#mainNav ul li.current-menu-item li a,
nav#mainNav ul li li a:hover,
nav#mainNav ul li.current-menu-parent li a,
nav#mainNav ul li.current-menu-ancestor li a{
	border-bottom:0px;
	}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li.current-menu-parent a b{
	color: #512b1a;
	}
nav#mainNav ul li.current-menu-item a span,
nav#mainNav ul li a:hover span,
nav#mainNav ul li.current-menu-parent a span{
	color: #512b1a;
	}
nav#mainNav ul li a{
	height: 44px;
	}
nav#mainNav ul li a b{
	color: #512b1a;    /*font-weight: normal;*/
	}
nav#mainNav ul li a span{
	color: #512b1a;
	}
nav#mainNav ul li:first-child {
	border-left:1px solid #ffffff;
	padding-left: 12px;
	}
nav#mainNav ul li {
	border-right:1px solid #ffffff;
	}

/* PC wrapper背景白＆余白 */
#wrapper {
	overflow:hidden;
	padding:0 10px;
}
/*
孫メニューCSS
-------------------------*/
nav#mainNav ul li ul {
display: none;
}
nav#mainNav ul li:hover ul li ul{
display: none;
}
nav#mainNav ul li ul li:hover ul{
display: block;
position: absolute;
top: 0;
left: 100%;
z-index: 500;
}
nav#mainNav ul li ul.sub-menu li a,
nav#mainNav ul li ul.sub-menu li a:hover,
nav#mainNav ul li.current-menu-item ul.sub-menu li a,
nav#mainNav ul li ul.sub-menu li.current-menu-item a{
    width: auto;
    height: auto;
    padding: 13px 15px;
	}

/*
ひ孫メニューCSS
-------------------------*/
nav#mainNav ul li ul li ul {
display: none;
}
nav#mainNav ul li ul li:hover ul li ul{
display: none;
}
nav#mainNav ul li ul li ul li:hover ul{
display: block;
position: absolute;
top: 0;
left: 100%;
z-index: 500;
}

}

/*----------------------------------------------------------------------------------------------------
iPadサイズ以下から：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1023px) {
body nav#mainNav {
	height: auto;
    width: initial;
	padding: 0;
}
#content.wide {
	width: 96%;
}
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: bold;
	text-align: left;
	color: #fff;
	border: 1px solid #2a588b;
	background: #2a588b url(images/menuOpen.png) no-repeat 5px 10px;
}
nav#mainNav a#menu span {
	padding-left: 35px;
}
nav#mainNav a.menuOpen {
	border-bottom: 0;
	color: #2a588b;
	background: #fff url(images/menuOpen.png) no-repeat 5px -32px;
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
	border: 1px solid #515151;
}
nav#mainNav ul {
    display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
nav#mainNav ul li {
	width: 50%;
	float: left;
	height: auto;
	line-height: 1.2;
}
nav#mainNav ul li a,
nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
}
nav#mainNav ul li a span {
	display: none;
}
nav#mainNav ul li.current-menu-item a, 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: #327cab;
	background: #324B68;
}
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: 25px;
	background: #2a588b url(images/sub1.png) no-repeat 15px 50%;
}
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li a:hover,
nav#mainNav ul li.current-menu-item li a:hover {
	background: #324B68 url(images/sub1.png) no-repeat 15px 50%;
}
nav#mainNav ul li li:last-child a {
	background: #2a588b url(images/subLast.png) no-repeat 15px 50%;
}
nav#mainNav ul li li:last-child.current-menu-item a,
nav#mainNav ul li li:last-child a:hover,
nav#mainNav ul li.current-menu-item li:last-child a:hover {
	background: #324B68 url(images/subLast.png) no-repeat 15px 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: 40px;
	background: #2a588b url(images/sub1.png) no-repeat 30px 50%;
}
nav#mainNav ul li li li a:hover,
nav#mainNav ul li.current-menu-item li li a:hover,
nav#mainNav ul li li.current-menu-item li a:hover,
nav#mainNav ul li li li.current-menu-item a:hover{
	padding-left: 40px;
	background: #324B68 url(images/sub1.png) no-repeat 30px 50%;
	}
nav#mainNav ul li li li:last-child a {
	background: #2a588b url(images/subLast.png) no-repeat 30px 50%;
}
nav#mainNav ul li:last-child.current-menu-item li li a,
nav#mainNav ul li li:last-child.current-menu-item li a,
nav#mainNav ul li li li:last-child.current-menu-item a,
nav#mainNav ul li li li:last-child a:hover,
nav#mainNav ul li li.current-menu-item li:last-child a:hover,
nav#mainNav ul li.current-menu-item li li:last-child a:hover{
	background: #324B68 url(images/subLast.png) no-repeat 30px 50%;
}

nav#mainNav ul li li li li a,
nav#mainNav ul li.current-menu-item li li li a,
nav#mainNav ul li li.current-menu-item li li a,
nav#mainNav ul li li li.current-menu-item li a,
nav#mainNav ul li li li li.current-menu-item a{
	padding-left: 55px;
	background: #2a588b url(images/sub1.png) no-repeat 45px 50%;
}
nav#mainNav ul li li li li a:hover,
nav#mainNav ul li.current-menu-item li li li a:hover,
nav#mainNav ul li li.current-menu-item li li a:hover,
nav#mainNav ul li li li.current-menu-item li a:hover,
nav#mainNav ul li li li li.current-menu-item a:hover{
	padding-left: 55px;
	background: #324B68 url(images/sub1.png) no-repeat 45px 50%;
	}
nav#mainNav ul li li li li:last-child a {
	background: #2a588b url(images/subLast.png) no-repeat 45px 50%;
}
nav#mainNav ul li:last-child.current-menu-item li li li a,
nav#mainNav ul li li:last-child.current-menu-item li li a,
nav#mainNav ul li li li:last-child.current-menu-item li a,
nav#mainNav ul li li li li:last-child.current-menu-item a,
nav#mainNav ul li li li li:last-child a:hover,
nav#mainNav ul li li li.current-menu-item li:last-child a:hover,
nav#mainNav ul li li.current-menu-item li li:last-child a:hover,
nav#mainNav ul li.current-menu-item li li li:last-child a:hover{
	background: #324B68 url(images/subLast.png) no-repeat 45px 50%;
}
nav div.panel {
	float: none;
}
}

/*----------------------------------------------------------------------------------------------------
　959px以下から 1カラム表示
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
#wrapper {
	width: 100%;
}
#header .inner {
	width: 100%;
}
.bg .inner {
	width: 100%;
}
#mainNav .inner {
	width: 100%;
}
#footer .inner {
	width: 100%;
}
body.right-sidebar #wrapper #sidebar {
	float: none;
}
body.right-sidebar #wrapper #content {
	float: none;
}
#header h1, #header p, #header .description {
	padding: 5px 10px;
}
#header h2 {
	padding: 20px 10px 0;
}
#header ul {
	padding: 20px 10px 10px;
}
nav#mainNav ul, .c1thumbWrap {
	margin: 0 auto;
}
nav#mainNav ul, .c2thumbWrap {
	margin: 0 auto;
}
nav#mainNav ul, .c3thumbWrap {
	margin: 0 auto;
}
nav#mainNav 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 10px;
}
#banners p img {
	width: 100%;
	height: auto;
}
section.widget_search {
	text-align: center;
	clear: both;
}
#footer {
	margin: 0;
	border: 0;
	text-align: center;
}
#footer ul {
	text-align: center;
}
#footer ul li {
	margin-right: 20px;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b li {
	width: 31.4%;
}
.post4b .post4b_img {
	text-align: center;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 420px;
	height: auto;
} /* 画像サイズが大きくても閲覧しやすいように */

.post .column3_33 {
	display: inline-block;
	margin: 5px 0;
	width: 49%;
}
.post .column3_33 {
	display: inline-block;
	margin: 5px 0;
	width: 49%;
}
.post .column3_33:nth-child(even) {
    margin-right: 1%;
}
}

/*----------------------------------------------------------------------------------------------------
　幅799px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
.contact {
	padding: 0px 15px 0px 0;
}
#header .contact .mail {
	margin: 0;
}
#header .logo {
	padding: 0px 0px 0px 15px;
}
.c1thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c1thumbWrap ul.thumb li {
	width: 100%;
	display: inline;
	margin: 0 0;
}
.c1thumbWrap img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.c2thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c2thumbWrap ul.thumb li {
	width: 48.5%;
	display: inline;
	margin: 0 3% 0 0;
}
.c2thumbWrap ul.thumb li:last-child {
	margin: 0;
}
.c2thumbWrap img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.c3thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c3thumbWrap ul.thumb li {
	width: 31.3%;
	display: inline;
	margin: 0 3% 0 0;
}
.c3thumbWrap ul.thumb li:last-child {
	margin: 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%;
	margin: 0 0 2% 0;
}
.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 ul.thumb li:last-child {
	margin: 0;
}
.wide .c2thumbWrap img {
	width: 100%;
	height: auto;
}
.wide .thumbWrap, .c3thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c3thumbWrap ul.thumb li {
	width: 31.3%;
	margin: 0 0 2% 0;
}
.wide .c3thumbWrap ul.thumb li:last-child {
	margin: 0;
}
.wide .c3thumbWrap img {
	width: 100%;
	height: auto;
}
/*sidebar有投稿2ブロック：投稿アーカイブ--------------------------------------------*/
.post2b li {
	width: 97%;
	margin: 0 0.5% 2% 1.4%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.post2b_text70 {
	width: 66%;
	float: right;
}
.post2b .post2b_img {
	width: 31%;
	margin: 0;
	padding: 0;
	float: left;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
.post4b li {
	width: 97%;
	margin: 0 0.5% 2% 1.4%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.post4b_text70 {
	width: 66%;
	float: right;
}
.post4b .post4b_img {
	width: 31%;
	margin: 0;
	padding: 0;
	float: left;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 350px;
	height: auto;
}
/* galleryサイズ調整　4～5カラムのギャラリーを3カラムに */
.gallery { width: 100%; }

.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%;
	}
}

/*----------------------------------------------------------------------------------------------------
　幅750px以下から（header調節）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
#header {
	text-align: center;
}
#header .contact .mail {
	margin: 0 auto;
	display: inherit;
	text-align: center;
}
#header h2, #header ul {
	float: none;
}
#header h1, #header p, #header .description {
	float: none;
	text-align: center;
}
#headerInfo {
	margin: 0 auto;
}
#header .add {
	font-size: 100%!important;
}
#header .logo {
	float: none;
	text-align: center;
	margin: 0 0 0 0;
}
#header .contact, #header .contact p {
	float: none;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-size: 93%;
	margin-bottom: 10px;
}
.childpost .column2_50 {
	display: inline-block;
	width: 97.7%;
}
.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%;
}
}

/*----------------------------------------------------------------------------------------------------
　幅640px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.post img.alignright, .post img.alignleft {
	display: block;
	float: none;
	margin: 5px auto;
}
.alignright, .alignleft {
	float: none;
}
#footer ul {
	text-align: left;
	padding: 15px;
}
#footer ul ul {
	padding: 0;
}
.c1thumbWrap ul.thumb li {
	padding: 0;
}
.c2thumbWrap ul.thumb li {
	padding: 0;
}
.c3thumbWrap ul.thumb li {
	padding: 0;
}
#header .contact {
	padding: 0 10px;
	margin: 0 auto;
	width: 280px;
	display:block;
	}
#header .contact .float {
    float: none;
		}
#headerInfo .float {
	float: none;
	margin: 0 auto;
	text-align: center;
}
body #header .logo, .contact {
	display: inherit;
}
#header .logo {
	padding: 0px;
}
#header .logo img {
	max-width: 90%;
	height: auto;
}
.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;
	float: none;
}
#content .post_text70 {
	width: 94%;
	margin: 0 auto;
	float: none;
}
#content #social {
	float: none;
}
.post .column2_50 {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column2_30 {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column2_70 {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column2_60 {
  display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column2_40 {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column2_80 {
  display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column2_20 {
  display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column3_33 {
	display: inline-block;
	margin: 5px 0 20px 0;
	width: 100%;
}
.post .column3_33:nth-child(even) {
    margin-right: 0;
}
.post .column4_25 {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.post .column5_20 {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
}
.postlist .ttls {
	display: initial;
}
.post .container-rwd{
	display: inherit;
	display: -webkit-inherit;
	}
.home .post .container-rwd{
	display:flex;
	display: -webkit-flex;
	}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
#content .post2b_img img {
	float: none;
	width: auto;
	max-width: 96%;
}
#content .post2b_img {
	max-width: 300px;
	width: auto;
	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;
}
#breadcrumb ul {
	width: auto;
	max-width: 98%;
}
#social {
	margin: 0 auto;
}
#banners p {
	margin: 0;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 280px;
	height: auto;
}
/*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: 100% !important;
	margin: 0 auto !important;
}
.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: 100%;
}
/*Contact form 7用-----------------------------------------------------------------*/
.wpcf7-form .wpcf7-list-item {
	display: block;
	list-style-type: none!important;
	margin: 5px 0;
}
.wpcf7-form .wpcf7-date {
	width: 95% !important;
	display: block;
	margin: 5px 0;
}
.wpcf7-form .wpcf7-text {
	width: 100%;
	margin: 5px 0;
}
.wpcf7-form .wpcf7-textarea {
	width: 95%;
	min-height: 200px;
	margin: 5px 0;
}
.wpcf7-form .wpcf7-captchar {
	width: 100%;
}
}
/*Frontbannerレスポンシブ時対処---------------------------------------------------*/
@media only screen and (max-width: 450px) {
.sm-response {
	width: 100% !important;
}
.c2thumbWrap ul.thumb li.sm-response{
	margin:0;
	padding:0;
	}
.c3thumbWrap ul.thumb li.sm-response{
	margin:0;
	padding:0;
	}
.c2thumbWrap li.sm-response img{
	width:auto;
	max-width:100%;
	height:auto;
	}
.c3thumbWrap li.sm-response img{
	width:auto;
	max-width:100%;
	height:auto;
	}
}

/* 問い合わせフォーム  ----------------------------------------------------------*/
.wpcf7-form {
	padding: 15px;
}
.wpcf7-form .must {
	background: #DC143C;
	font-weight: bold;
}
.wpcf7-form .option {
	background: #ccc;
	font-weight: bold;
}
.wpcf7-form .submit {
	text-align: center; 
}
.wpcf7-form input[type=submit] {
	font-size: 100%;
	padding: 6px 40px; 
}
.wpcf7-form input[type=submit]:hover {
	cursor: pointer; 
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #fffde0;
}
.wpcf7-form .must,
.wpcf7-form .option{
	color: #fff;
	font-weight: bold;
	margin-left: 0.8em;
	font-size: 85%;
	padding: 0.2em 0.6em;
	float: right;
}
@media only screen and (max-width: 640px) {
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	height: 30px;
}
.wpcf7-form .wpcf7-text {
	width: 100% !important;
	box-sizing: border-box;
}
.wpcf7-form .wpcf7-textarea {
	width: 100% !important;
	max-width: 100%;
	height: 200px!important;
	box-sizing: border-box;
}
.wpcf7-form .must,.wpcf7-form .option{
	float: inherit;
	}
}

/* 問い合わせボタン ---------------------------------------------------*/
.linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
    background: #001441;
    position: relative;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8;
    transition: all .3s;
		text-align: center;
		margin-bottom: 20px;
}
.linkBtn a{
	color: #fff;
}
.linkBtn input[type="submit"]{
	background: none;
	padding: inherit;
}
.linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: -3px;
}
input.linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: -3px;
}
.linkBtn:hover {
    background: #284c9c;
}
.post .linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
    background: #05531a;
    position: relative;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8;
    transition: all .3s;
}
.post .linkBtn input[type="submit"]{
	background: none;
	padding: inherit;
}
.post .linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: -3px;
}
.post input.linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: -3px;
}
.post .linkBtn:hover {
    background: #284c9c;
}
@media only screen and (max-width: 640px) {
.linkBtn {
    display: block;
    text-align: center;
	}
.post .linkBtn {
    display: block;
    text-align: center;
	}
}

/* ContentsBlock element 3.02 ---------------------------------------------------*/
.CBlock-color {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 8em calc((100vw - 100%) / 2);
    background-color: #345;
    color: #fff;
    position:relative;
}
.CBlock-img {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 8em calc((100vw - 100%) / 2);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	color:#fff;
	position:relative;
}
.CBlock-img-pa0 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 0em calc((100vw - 100%) / 2);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	color:#fff;
	position:relative;
}
.CBlock-img-pa0 .CBcolor-bk{
	background-color: rgba(1, 1, 1, 0.8);
	padding: 8em calc((100vw - 100%) / 2);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
.CBlock-img-pa0 .CBcolor-wh{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 8em calc((100vw - 100%) / 2);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	color:#252525;
}
.CBlock-color section,
.CBlock-img section,
.CBlock-img-pa0 section{
	background-color: rgba(255, 255, 255, 1.0);
	padding: 4em;
	color: #252525;
}
/*---------------------------------
Smartphone sticky header
---------------------------------*/
.mobile #header{
	overflow: visible;
}
.spmenu #menu {
  display: inline-block;
	width: 35px;
	height: 37px;
	vertical-align: middle;
	position: absolute;
	padding: 5px 1px 2px 5px;
	top: 50%;
	right: 0;
	transform: translate(-10%,-50%);
	cursor: pointer;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: rgba(81, 43, 26,1);
  display: block;
  content: '';
  cursor: pointer;
  transition: all .4s;
}
.spmenu #menu span:before {
  bottom: -8px;
}
.spmenu #menu span:after {
  bottom: -16px;
}
.spmenu #menu.menuOpen span {
	height: 0;
}
.spmenu #menu.menuOpen span:before {
-webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
	bottom: 9px;
	opacity: 1;
}
.spmenu #menu.menuOpen span:after {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
	bottom: -31px;
}
.spmenu #menu p {
    position: absolute;
    bottom: 0;
    padding: 0;
    font-size: 10px;
    color: #512b1a;
}
@media only screen and (min-width: 1024px){
.spmenu #menu{
		display: none;
	}
#header-layout{
		background: rgba(255,255,255,1)
	}
}
@media only screen and (max-width: 1023px){
.mobile #header{
		position: fixed !important; 
    width: 100% !important;
		z-index: 10;
		top: 0;
	}
.mobile #header .inner{
		width: 100%;
	}
.mobile #header-layout{
	padding: 0;
  display: block;
}
body.mobile #header .logo{
	width: 100%;
	display: table;
	margin: 0;
	position: relative;
	}
.mobile #header .logo img{
	vertical-align: middle;
	max-height: 44px;
	}
body.mobile nav#mainNav.menuOpen{
    overflow: auto;
    height: 100%;
    max-height: inherit;
    position: fixed;
    width: 100%;
	}
.mobile #breadcrumb{
		margin-top: 60px;
	}
.mobile #mainImg{
		margin-top: 85px;
	}
.admin-bar .mobile #mainImg{
		margin-top: 39px;
	}

}
@media only screen and (max-width: 799px){
.mobile #header .logo {
padding: 0;
}
}

/*スクロール途中からFIXさせる*/
@media print, screen and (min-width: 1240px) {
/*------------------------
Add mainNav maintenance start
------------------------------*/
nav#mainNav ul li a {
	margin-left: -4%;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a {
	margin-left: -4%;
}
nav#mainNav ul li:last-child a {
	margin-left: -4px;
}
nav#mainNav ul li:last-child a:hover {
	margin-left: -4px;
}
nav#mainNav ul li {
	float: none;
	display: inline-block;
}
nav div.panel {
	float: none;
	text-align: center;
}
nav#mainNav ul ul {
	width: 160px;
}
nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li.current-menu-item ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	padding: 11px 15px;
	margin-left: 0;
}
nav#mainNav ul li ul li:hover ul {
	left: 99%;
}
/*------------------------
Add mainNav maintenance end
------------------------------*/
.sticky-header .site-header {
	position: fixed !important;
	width: 100%;
}
.admin-bar.sticky-header .site-header, .admin-bar.sticky-header .hide-site-header {
	top: -95px;
}
.sticky-header .site-header {
	top: -125px;
	transform: translateY( 125px );
	-ms-transform: translateY( 125px );
	transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
}
body.sticky-header nav#mainNav {
	margin-left: 0;
}
#header-layout {
	width: 1240px;
	margin: 0 auto;
}
#header .inner {
	width: 100%;
	z-index: 1;
}
#header .bg .inner {
	width: 1240px;
}
}/*@media print, screen and (min-width: 1240px){*/

@media print, screen and (min-width: 1024px) {
/*-----------------------------
下層メニュー横幅サイズ設定
-----------------------------*/
nav#mainNav ul li li a {
	width: 160px;
	font-size: 14px;
}
/*---------------------------
下層メニュー
--------------------------*/
nav#mainNav ul li:hover ul {
	top: 97%;
	left: 19%;
}
nav#mainNav ul li:hover ul li:last-child {
	margin-left: 0;
}
nav#mainNav ul li li:first-child {
	padding: 0;
}
nav#mainNav ul li li {
	background: none;
	border-bottom: none;
	display: block;
	padding: 0;
}
nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li li.current-menu-item li a {
	background-color: rgba(255,255,255,0.8);
	color: #512b1a;
}
nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
	border-bottom: none;
	background: none;
	background-color: rgba(255,255,255,0.8);
	color: #4a67b6;/*height:40px;*/
}
}

/*---------------------------------
レスポンシブ表示
---------------------------------*/
@media only screen and (max-width:1023px) {
nav#mainNav .inner {
	width: 100%;
}
/*----------------------
【MENU】
----------------------*/
nav .panel {
	border: none;
}
nav#mainNav a#menu span {
	padding-left: 45px;
}
nav#mainNav a.menu {
	background: url(../bristol/images/micon/umicon2.png) no-repeat 9px 10px, rgba(43,43,43,0.5);
	color: #ffffff;
	border: 1px solid #2b2b2b;
	background-size: 20px;
	box-sizing: border-box;
}
nav#mainNav a.menuOpen {
	background: url(../bristol/images/micon/umicon2on.png) no-repeat 9px 10px, rgba(43,43,43,0.5);
	color: #ffffff;
	border: 1px solid #2b2b2b;
	background-size: 20px;
}
/*----------------------
メニュー
----------------------*/
nav#mainNav ul{
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	}
nav#mainNav ul li a {
	color: #512b1a;
    letter-spacing: 0.20em;
}
nav#mainNav ul li a span, nav#mainNav ul li.current-menu-parent a span {
	color: #512b1a;
}
nav#mainNav ul li li a, nav#mainNav ul li li li a, nav#mainNav ul li.current-menu-item li a {
	background: rgba(255,255,255,1) url(../bristol/images/sub1.png) no-repeat 30px 50%;
	color: #512b1a;
	border-bottom: 1px solid #ffffff;
	padding-left: 43px;
}
nav#mainNav ul li li li:last-child a, nav#mainNav ul li li:last-child li:last-child a, nav#mainNav ul li li.current-menu-item li:last-child a, nav#mainNav ul li li.menu-item-object-page li:last-child a, nav#mainNav ul li li.current-menu-item:last-child li:last-child a {
	background: rgba(255,255,255,1) url(../bristol/images/subLast.png) no-repeat 45px 50%;
	color: #512b1a;
	border-bottom: 1px solid #ffffff;
	padding-left: 58px;
}
nav#mainNav ul li li:last-child a {
	background: rgba(255,255,255,1) url(../bristol/images/subLast.png) no-repeat 30px 50%;
	color: #512b1a;
	border-bottom: 1px solid #ffffff;
	padding-left: 40px;
}
nav#mainNav ul li li:last-child li a, nav#mainNav ul li li.current-menu-item:last-child li a, nav#mainNav ul li li.menu-item-object-page li a {
	background: rgba(255,255,255,1) url(../bristol/images/sub1.png) no-repeat 45px 50%;
	color: #512b1a;
	border-bottom: 1px solid #ffffff;
	padding-left: 54px;
}
/*------------------------------------------
hover,current
------------------------------------------*/
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
	background-color: rgba(255,255,255,1);
	color: #970d0d;
}
nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span {
	color: #970d0d;
}
nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li li a:hover, nav#mainNav ul li li li.current-menu-item a, nav#mainNav ul li li li.current-menu-item a:hover {
	background: url(../bristol/images/sub1.png) no-repeat 30px 50%, rgba(255,255,255,1);
	color: #970d0d;
	padding-left: 43px;
}
nav#mainNav ul li li li:last-child a:hover, nav#mainNav ul li li:last-child li:last-child a:hover, nav#mainNav ul li.current-menu-item li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child li:last-child a:hover, nav#mainNav ul li li.current-menu-item li:last-child a:hover, nav#mainNav ul li li li.current-menu-item:last-child a, nav#mainNav ul li li:last-child li.current-menu-item:last-child a, nav#mainNav ul li li.menu-item-object-page li:last-child a:hover, nav#mainNav ul li li.menu-item-object-page li.current-menu-item:last-child a {
	background: url(../bristol/images/subLast.png) no-repeat 45px 50%, rgba(255,255,255,1);
	color: #970d0d;
	padding-left: 58px;
}
nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover, nav#mainNav ul li li.current-menu-item:last-child a {
	background: url(../bristol/images/subLast.png) no-repeat 30px 50%, rgba(255,255,255,1);
	color: #970d0d;
	padding-left: 40px;
}
nav#mainNav ul li li:last-child li a:hover, nav#mainNav ul li.current-menu-item li:last-child li a:hover, nav#mainNav ul li li.menu-item-object-page li a:hover, nav#mainNav ul li li.menu-item-object-page li.current-menu-item a, nav#mainNav ul li li:last-child li.current-menu-item a {
	background: url(../bristol/images/sub1.png) no-repeat 45px 50%, rgba(255,255,255,1);
	color: #970d0d;
	padding-left: 54px;
}
}/*@media only screen and (max-width:1023px)*/
#breadcrumb {
	background-color: transparent;
	padding: 3px;
}
#breadcrumb ul li a, #breadcrumb ul li {
	color: #512b1a;
}
#header-layout {
	padding-bottom: 20px;
}
/*-----------------------------
コンテンツエリア
-----------------------------*/
@media print, screen and (min-width: 1024px) {
}/*@media print, screen and (min-width: 1024px)*/
h1.title {
	margin-top: 0em;
}
section.widget h2, section.widgetInfo h2 {
	color: #512b1a;
	font-weight: bold;
	font-size: 15px;
	text-shadow: none;
}
.post h2, h2.title, .post h2 a, .post2b h2 a, .post4b h2 a {
	color: #512b1a;
	font-weight: bold;
	font-size: 26px;
}
.post2b h2::before, .post4b h2::before, .post h2::before {
	background: none;
	display: initial;
	position: initial;
}
.post h2, .post2b h2, .post4b h2, h2.title {
	border: none;
	border-radius: 0px;
	color: #512b1a;
	text-align: center;
	text-shadow: none;
	padding-left: 8px;
}

.post h3 {
	position: relative;
	color: #512b1a;
	font-weight: bold;
	font-size: 20px;
	border: none;
	border-radius: 0px;
	text-shadow: none;
	padding-left: 8px;
}
.post h3::before {
	content: "";
	display: block;
	height: 17px;
	left: -1px;
	position: absolute;
	top: 9px;
	width: 5px;
	background: none;
}
#pageLinks {
	color: #512b1a;
}
.post h4 {
	font-weight: bold;
	border-left: 4px solid #000000;
	border-bottom: 1px dashed #000000;
}
.newsTitle p a {
	color: #512b1a;
}
.newsTitle {
	color: #512b1a;
	text-shadow: none;
}
h1.title {
	background: none;
}
section.widget h2 {
	background: #e5e5e5;
}
.post h1 {
	background: none;
}
.post h1 span {
	background: none;
	padding-left: 15px;
	line-height: 1.1;
}
h2.title {
	background: none;
}
h2.title span {
	background: none;
	padding-left: 15px;
}
.post h2 {
	background: none;
}
.post h2 span {
	background: none;
	padding-left: 15px;
}
.post2b h2 {
	background: none;
}
.post2b h2 span {
	background: none;
	padding-left: 15px;
}
.post4b h2 {
	background: none;
}
.post4b h2 span {
	background: none;
	padding-left: 15px;
}
.post h3 {
	background: none;
}
.post h3 span {
	background: none;
	padding-left: 15px;
}

@media print, screen and (min-width: 1240px) {
#breadcrumb ul {
	max-width: 1240px;
}
#mainNav .inner {
	width: inherit;
}
#wrapper, .inner {
	width: 1240px;
	padding: 0;
}
#wrapper {
	padding-top: 0em;
}
#content {
	width: 74%;
}
.c1thumbWrap {
	width: 103%;
}
.c1thumbWrap li {
	/*    width: 74%;*/
	width: 97%;
}
.c1thumbWrap li img {
	width: 100%;
}
.c2thumbWrap {
	width: 103%;
}
.c2thumbWrap li {
	width: 47.2%;
}
.c2thumbWrap li img {
	width: 100%;
}
.c3thumbWrap {
	width: 103%;
}
.c3thumbWrap li {
	width: 30.7%;
}
.c3thumbWrap li img {
	width: 100%;
}
#sidebar {
	width: 23.5%;
}
#banners img {
	max-width: 100%;
}
}/*@media print, screen and (min-width: 1240px)*/
/*----------------------
タイムポスト
----------------------*/
.post .time, .postlist .time, .post2b .time, .post4b .time {
	color: #ffffff;
	background-color: #512b1a;
	padding: 5px 7px;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
	color: #ffffff;
}
/*----------------------
ボタンの背景色
----------------------*/

input[type="submit"], input[type="reset"], input[type="button"] {
	background: -moz-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b998b), color-stop(100%, #1b998b));
	background: -webkit-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: -o-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: -ms-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: linear-gradient(to bottom, #1b998b 0%, #1b998b 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b998b', endColorstr='#1b998b', GradientType=0 );
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: -moz-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b998b), color-stop(100%, #1b998b));
	background: -webkit-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: -o-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: -ms-linear-gradient(top, #1b998b 0%, #1b998b 100%);
	background: linear-gradient(to bottom, #1b998b 0%, #1b998b 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b998b', endColorstr='#1b998b', GradientType=0 );
}
/*----------------------
上スクロールボタン背景
----------------------*/
a#scrollUp {
	background: #512b1a;
}
/*----------------------
リスト
----------------------*/
.post li {
	border-bottom: none;
}
/*-----------------------
コンテンツ背景色
-----------------------*/
.cat-post-item {
	border: none !important;
}
.home .post {
	background-color: rgba(255,255,255,0);
	text-align: center;
}
.post {
	background-color: rgba(255,255,255,0);
}
.post2b {
	background-color: rgba(255,255,255,0);
}
.post4b {
	background-color: rgba(255,255,255,0);
}
.childpost1b {
	background-color: rgba(255,255,255,1);
}
.postlist {
	background-color: rgba(255,255,255,1);
}
.dateLabel {
	background-color: rgba(255,255,255,1);
}
.childpost .column2_50 {
	background-color: rgba(255,255,255,1);
}
.postlist {
	padding-top: 1px;
	border: none;
}
.post {
	border: none;
}
.childpost .column2_50 {
	border: none;
}
.childpost1b {
	border: none;
}
.post2b {
	border: none;
}
.post4b {
	border: none;
}
/*----------------------
テーブル
----------------------*/
.post table {
	border-collapse: collapse;
}
.post table, .post table th, .post table td {
	border: 1px solid #ededed;
}
.post table th {
	color: #ffffff;
	background-color: rgba(130, 175, 140,1);
}
.post table td {
	color: #512b1a;
	background-color: #ffffff;
}
.post table.clear th, .post table.clear td, .post table.clear {
	color: #512b1a;
	border: none;
}
.post table.responsive {
	overflow: visible;
}

@media only screen and (max-width: 640px) {
.post table.responsive th, .post table.responsive td {
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: auto;
	border-top: none;
	border-right: none;
	border-left: none;
}
.post table.responsive tr:last-child td:last-child {
	border-bottom: none;
}
.post table.responsive th, .post table.responsive td {
	text-align: center;
}
.post table.responsive.clear th, .post table.responsive.clear td {
	text-align: left;
}
}/*@media only screen and (max-width: 640px)*/

#footer {
	background: #1b1b1b;
}
#footer li a {
	color: #ffffff;
}
#footer li a:hover {
	color: #ffffff;
}
/*----------------------
サイドメニュー
----------------------*/
.widget_sp_image img {
	height: auto;
}
/*------------------------------
New Type Header 01
-------------------------*/
#header .logo {
	clear: both;
	vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
nav#mainNav {
	display: block;
	background: none;
	box-shadow: none;
	margin-left: 31%;
	margin: -62px auto;
	float: inherit;
	position: inherit;
	margin-bottom: 14px;
}
nav div.panel {
	float: right;
}
nav#mainNav ul li {
	border-right: 1px solid #ffffff;
}
nav#mainNav ul li a {
	height: 45px;
	padding: 8px 31px 0px 29px;
}
nav#mainNav ul li a b {
	color: #512b1a;
}
nav#mainNav ul li a span {
	color: #512b1a;
}
nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
	color: #512b1a;
}
nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
	color: #512b1a;
}
nav#mainNav ul li:first-child {
	border-right: 1px solid #ffffff;
	border-left: none;
}
nav#mainNav ul li:last-child {
	border-left: 1px solid #ffffff;
	border-right: none;
}
nav#mainNav ul li:first-child, nav#mainNav ul li:last-child {
	border: none;
}
nav#mainNav ul li li:first-child a, nav#mainNav ul li li:last-child a, nav#mainNav ul li li a, nav#mainNav ul li.current-menu-ancestor li:first-child a, nav#mainNav ul li.current-menu-ancestor li:last-child a, nav#mainNav ul li.current-menu-ancestor li a {
	background: none;
	background-color: rgba(255,255,255,0.8);
	color: #512b1a;
}
nav#mainNav ul li li:first-child a:hover, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item:first-child a, nav#mainNav ul li li.current-menu-item:last-child a, nav#mainNav ul li li.current-menu-item a {
	background: none;
	background-color: rgba(255,255,255,0.8);
	color: #4a67b6;
}
nav#mainNav ul li:hover ul {
	top: 99.5%;
}
}

@media only screen and (max-width: 1023px) {
#header .logo {
	display: block;
	text-align: center;
	width: inherit;
}
}
#header {
	overflow: visible;
}
#header .logo {
	width: auto;
}
#header ul {
	padding-top: 0;
	text-align: left;
}
#header ul li {
	margin-left: 0;
}

@media print, screen and (min-width: 1024px) {
nav#mainNav {
	display: table-cell;
	background: none;
	box-shadow: none;
	margin-left: 0;
	margin: 0 auto;
	float: inherit;
	position: inherit;
	margin-bottom: 0;
	width: 100%;
	vertical-align: middle;
}
#mainNav .inner {
	width: 100%;
}
}
section.widget, .widgetInfo {
	background-color: rgba(255,255,255,1);
}
section.widget, .widgetInfo {
	border: none;
}
@media print, screen and (max-width: 640px) {
body {
	font-size: 85%;
	}
}
/* プラグイン・パーツ
-------------------------------------------------------------- */
/*アニメーション調整*/
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 5%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(5%, 0, 0);
transform: translate3d(5%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-5%, 0, 0);
transform: translate3d(-5%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}


/* ヘッダーロゴ・Gnav・メールボタン横並び
-------------------------------------------------------------- */
#header-layout {
    width: 100%;
    padding: 0;
	box-sizing: border-box;
    display: table;
}
nav#mainNav {
    box-sizing: border-box;
    vertical-align: middle;
    padding-top: 0;
}
#rev {
	width: 700px;
    display: flex;
    float: right;
    position: relative;
    flex-wrap: nowrap;
}
.nav-reserve, .nav-event {
    display: inline-block;
    vertical-align: middle;
}
.nav-reserve {
	width: 450px;
    text-align: center;
    display: flex;
    align-items: center;
    background: #970d0d;
}
.nav-reserve a {
    /*background: #c51515;*/
    padding: 14px;
    color: #ffffff;
	font-size: 120%;
    /*letter-spacing: 0.30em;*/
	position: relative;
	display: block;
	transition: all 0.3s; 
}
.nav-reserve a:before {
}
.revs{
	letter-spacing: 0.1em;
    color: #ffffff;
    padding: 20px 35px;
    box-sizing: border-box;
    font-size: 120%;
	position: relative;
}
.revs:before{
    content: url(/wp-content/themes/bristol/images/res-icon.svg);
    padding-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: 3.5%;
    top: 50%;
    transform: translateY(-50%);
	font-family: 'Libre Baskerville','Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;	
}
.sp-revs a{
	letter-spacing: 0.20em;
}
.sp-revs a:before{
    content: url(/wp-content/themes/bristol/images/res-icon.svg);
    vertical-align: middle;
	display: block;
	padding-bottom: 4px;
}
.sp-event a:before{
    content: url(/wp-content/themes/bristol/images/list-icon.svg);
    vertical-align: middle;
	display: block;
	padding-bottom: 4px;
}
#foot-bar li.sp-event {
    background: #512b1a;
}
.sp-event a{
	letter-spacing: 0.20em;
}

.normal {
	background: #c51515;
	border-radius: 5px;
    width: 147px;
}
.normal a {
}
.only {
    background: #c51515;
	border-radius: 5px;
    width: 147px;
	margin: 0 5px;
}
.only a {
}
.nav-reserve a:hover{
	background: #8C001A;
}
.nav-reserve span {
    display: block;
	font-size: 50%;
}
.nav-event {
	width: 250px;
    text-align: center;
}
.nav-event a {
    background: #512b1a;
    padding: 28px 40px 27px 40px;
    color: #ffffff;
	font-size: 120%;
    letter-spacing: 0.30em;
	position: relative;
	display: block;
	transition: all 0.3s;
	font-family: 'Libre Baskerville','Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.nav-event a:before {
    content: url(/wp-content/themes/bristol/images/list-icon.svg);
    vertical-align: middle;
    position: absolute;
    left: 4%;
    top: 55%;
    transform: translateY(-50%);
}
.nav-event a:hover{
	background: #8C001A;
}
#header .logo {
    width: 60px;
    box-sizing: border-box;
    vertical-align:  middle;
}
#header .logo img {
    max-height: none;
		padding: 0 20px;
}
@media print, screen and (max-width: 1023px) {
	body:not(.mobile) #header .logo {
		width: 100%;
		padding: 5px 0;
		position: relative;
		background: rgba(255,255,255,1);
	}
	body:not(.mobile) #header-layout {
    display: block;
		position: relative;
	}
	body:not(.mobile) nav#mainNav {
		display: block;
	}
	body:not(.mobile) nav#mainNav a.menu {
    border: none;
	background-color: #512b1a;
	}
	#rev{
		width: 100%;
	}
	.nav-event, .nav-reserve{
		width: 50%;
	}
	.nav-reserve{
		justify-content: center;
	}
	.nav-reserve span{
		margin-top: -3px;
	}
	.nav-reserve a{
	    /*padding: 3px 40px 2px 40px;*/
		padding: 4px;
	}
	.nav-event a{
		padding: 10px 40px 10px 40px;
	}
	.revs{
		padding: 4px 35px;
	}
	.only, .normal{
		border-radius: 0px;
	}
}
@media print, screen and (max-width: 810px) {
	#rev {
    	width: 100%;
    	display: inherit;
	}
	.nav-event, .nav-reserve {
    width: 100%;
	}
}
@media print, screen and (max-width: 640px) {
	body:not(.mobile) #header .mail {
    	width: 23%;
	}
	.only, .normal {
	    font-size: 80%;
	}
	.revs{
		padding: 7px 12px;
	}
	.revs:before{
		content:none;
	}
	.only, .normal{
		background: none;
	}
	.normal, .revs{
		border-right: 1px solid #ffffff;
		width: 33.3%;
	}
	.only{
		width: 33.3%;
	}
}
/* ヘッダー・フッター・ぱんくず
-------------------------------------------------------------- */
#header .inner {
    width: 100%;
}
#header .mail a {
    display: block;
    background: #e22632;
    padding: 3px 10px 3px;
    box-sizing: border-box;
      text-align: center;
}
#header .mail img {
    max-height: 58px;
    width: auto;
    height: auto;
}
.sticky-header .site-header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#footer {
    padding: 30px 0 130px 0;
}
#footer ul {
    text-align: center;
}
#footer ul li {
    background: none;
    padding: 0;
    margin: 0;
	letter-spacing: 0.10em;
}
#footer ul li:last-child {
    border-right: none;
}
#footer ul li a {
    padding: 0 50px 5px 0px;
}
#breadcrumb {
    padding-top: 10px;
    padding-bottom: 20px;
}
#breadcrumb ul {
    max-width: 1200px;
}
#breadcrumb ul li b {
	font-weight: normal;
	margin-left: 0.5em;
}
.mobile #copyright {
    margin-bottom: 64px;
}
@media print, screen and (max-width: 1023px) {
.mobile #header > .inner {
    padding: 0;
}
.admin-bar.mobile #header {
    top: 46px;
}
.sticky-header.admin-bar.mobile #header {
    top: 0;
}
.mobile #breadcrumb {
    margin-top: 0;
}
}
@media print, screen and (max-width: 640px) {
#footer {
    padding: 0;
	padding-bottom: 36px;
}
#footer ul {
    padding: 0;
}
#footer ul li {
    display: block;
    padding: 0;
    border: none;
}
#footer ul li a {
    display: block;
    padding: 10px 15px;
  position: relative;
}
#footer ul li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
}

/* グローバルナビ
-------------------------------------------------------------- */

@media print, screen and (min-width: 1024px) {
	nav div.panel {
		float: none;
	}
	nav#mainNav ul li {
    padding: 0 5px;
	
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a {
	height: auto;
}
	nav#mainNav ul li li a {
		border-bottom: none;
		font-size: 13px;
	}
}
@media only screen and (min-width: 1699px) {
nav#mainNav ul li a {
	padding: 8px 14px 8px 14px;
}
nav#mainNav ul li {
    padding: 0px 10px 0 10px;
}	
}
@media only screen and (min-width: 1240px) {
nav#mainNav ul li a {
    padding: 4px 6px 0px 6px;
	height: 30px;
}
}
@media only screen and (max-width: 1023px) {
nav#mainNav ul li a span {
    display: inline-block;
    margin: 0 0.5em;
    font-size: 85%;
}
}

/* メインビジュアル
-------------------------------------------------------------- */
#mainImg {
	overflow: hidden;
	padding-top: 77px;
	position: relative;
}
#thumbImg {
	position: relative;
	height: 0;
	padding-bottom: 15%;
	overflow: hidden;
	background: #e5e5e5;
	box-sizing: border-box;
}
#thumbImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*電話番号*/
#mainImg .mainImg_tel {
    display: table;
    margin: 5px auto 0;
	font-size: 240%;
    font-style: italic;
    background-size: 76px;
    padding-left: 66px;
    text-shadow: 0 0 10px #212121;
}
#mainImg .mainImg_tel a {
	color: #fff !important;
}
/*scroll down*/
.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 30px;
}
.arrows path {
    stroke: #236139;
    fill: transparent;
    stroke-width: 1px; 
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite; 
}
@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
@-webkit-keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s;
}
.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s;
}
.arrows path.a3 {   
    animation-delay:0s;
    -webkit-animation-delay:0s;
}
@media only screen and (max-width: 1023px) {
.mobile #mainImg, .mobile #thumbImg {
    margin-top: 50px;
	padding-top: 0;
}
#thumbImg {
	padding-bottom: 20%;
}
#thumbImg img {
	width: auto;
	height: 300px;
}
.arrows {
    width: 12%;
    margin-left: -6%;
}
}
@media print, screen and (max-width: 799px) {
#thumbImg {
	padding-bottom: 25%;
}
#thumbImg img {
	height: 250px;
}
}

@media print, screen and (max-width: 640px) {
#thumbImg {
	padding-bottom: 30%;
}
#thumbImg img {
	height: 200px;
}
}

/* サイドバー
-------------------------------------------------------------- */
body.right-sidebar #wrapper #sidebar {
    background: #e5e5e5;
    padding: 20px;
    box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
#sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
}

/* コンテンツバナー
-------------------------------------------------------------- */

/* 見出し
-------------------------------------------------------------- */
h1.title, .post h1, .post h2, section.widget h2, h2.bottom-loop, h2.top-loop, .post h3, .post h4 {
	-webkit-font-smoothing: antialiased;
	line-height: 1.25;
}
h1.title, .post h1 {
    font-size: 230%;
    padding: 0;
    margin: 60px auto;
	color: #512b1a;
	text-align: center;
}
.post h1 span {
    background: none;
    padding-left: 0;
}
h1.title b, .post h1 b {
    display: block;
    font-size: 40%;
    margin-top: 0.6em;
}
.post h2 {
    background: none;
    padding: 0;
    margin: 0 auto 30px;
    font-size: 200%;
	color: #512b1a;
	text-align: left;
    font-weight: normal;
	font-family: 'Libre Baskerville','Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.home .post h2 {
    border-left: 0px;
    padding: 0;
    margin: 0;
    /*font-size: 3.1vw;*/
    font-size: 2.3vw;
	letter-spacing: -0.07em;
}
article .post h2 strong, article .post h2 b {
    display: block;
    font-size: 60%;
    margin-top: 0.2em;
}
.post h2 span {
    padding: 0;
}
section.widget h2 {
}
.post_text h2, h2.bottom-loop, h2.top-loop, .post2b h2, .post4b h2 {
    text-align: left;
    font-size: 110%;
    font-weight: normal;
    color: #656565;
	padding: 0 5px;
	margin: 5px !important;
}
.post_text h2 {
    margin-bottom: 15px;
}
* + h2 {
	margin-top: 60px !important;
}
.post h3 {
    padding: 15px 3px 8px;
    margin: 0 0 20px;
    font-size: 125%;
    border-bottom: 1px solid;
}
.post h4 {
    border: none;
    padding: 0 0 0 20px;
    margin: 1em 0;
    font-size: 120%;
    color: #512b1a;
    position: relative;
}
.post h4::before {
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    background: #512b1a;
    position: absolute;
    top: 7px;
    left: 0;
}
@media print, screen and (max-width: 959px) {
.home .post h2{
		font-size: 200%;
	}
}
@media print, screen and (max-width: 640px) {
h1.title, .post h1 {
    font-size: 190%;
    margin-bottom: 30px;
}
h1.title b, .post h1 b {
    font-size: 50%;
  margin-top: 0.8em;
}
.post h2 {
    font-size: 180%;
    margin-bottom: 20px;
}
* + h2 {
	margin-top: 30px !important;
}
	.post h3 {
		font-size: 110%;
	}
}

/* 投稿
-------------------------------------------------------------- */

/* ギャラリー・画像
-------------------------------------------------------------- */
.gallery {
    margin-bottom: 0 !important;
}
.post_img img, .post2b_img img, .post4b_img img {
    border: none !important;
    padding: 0;
}
.post img.aligncenter, .post img.alignright, .post img.alignleft, .post img.alignnone {
    background: none;
    border: none !important;
    padding: 0;
}
.post img.aligncenter {
	margin: 0 auto 15px;
}
.post img.alignright {
	margin: 0 0 20px 15px;
}
.post img.alignleft {
	margin: 0 20px 15px 0;
}
.post img.max30 {
	max-width: 30%;
}
.post img.max40 {
	max-width: 40%;
}
.post img.max50 {
	max-width: 50%;
}
@media only screen and (max-width: 640px) {
	.post img.alignright, .post img.alignleft {
		margin: 0 auto 15px;
	}
	.post img.max30.sp100, .post img.max40.sp100, .post img.max50.sp100 {
		max-width: 100%;
	}
}


/* コンテンツ
-------------------------------------------------------------- */
#wrapper, .post .inner {
    width: 100%;
    max-width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
body.right-sidebar #wrapper #content {
    padding-top: 0;
}
.post {
    padding: 0 20px;
}
.post p {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.post table, .post table.clear {
	width: 100%;
	font-size: 100%;
}
.post table.responsive th, .post table.responsive td {
line-height: 1.5;
}
.post table.areaTable {
    border: 2px solid #bbc4dd;
	margin-bottom: 45px;
}
.post table.areaTable th {
    border: none;
    color: #512b1a;
    font-weight: bold;
    background: #e6e9f1;
    width: 30%;
    padding: 30px 20px;
}
.post table.areaTable td {
    border: none;
    padding: 30px 20px;
}
.post .linkBtn {
    background: #05531a;
    display: inline-block;
    border-radius: 50px;
    padding: 0.5em 3.8em 0.5em 3.5em;
    line-height: 1.25;
    box-shadow: 0px 2px 0px #022a26;
    transition: all .1s;
    position: relative;
	top: 0;
	box-sizing: border-box;
}
.post .linkBtn:hover, .post .linkBtn:active {
    background: #022a26;
    box-shadow: none;
    top: 2px;
}
.post .linkBtn.middle {
    font-weight: normal;
    padding: 0.8em 3em;
    font-size: 105%;
	min-width: 50%;
}
.post .linkBtn.w100 {
	width: 100%;
}
.post .linkBtn.middle::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 2em;
}
.post .linkBtn.large {
    font-weight: bold;
    font-size: 120%;
    padding: 1.4em 3em;
    min-width: 50%;
	box-shadow: 0px 4px 0px #0f7469
}
.post .linkBtn.large::after {
    width: 12px;
    height: 12px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin-top: -6px;
    right: 2em;
}
.post .linkBtn.large:hover, .post .linkBtn.large:active {
	    box-shadow: none;
      top: 4px;
}
.linkBtn.small {
    color: #512b1a;
    background: #fff;
    border: 2px solid;
    box-shadow: 0px 2px 0px #512b1a;
}
.post .linkBtn.small:hover, .post .linkBtn.small:active {
	    box-shadow: none;
      top: 2px;
    background: #fff;
}
.post .linkBtn.small::after, .post .linkBtn.small::after {
  border-right-color: #512b1a;
    border-bottom-color: #512b1a;
}
.post .fukidashi {
    display: table;
    margin: 0 auto;
    background: #2c3e6f;
    color: #fff;
    position: relative;
    letter-spacing: 0.2em;
	padding: 0 30px;
	box-sizing: border-box;
}
.post .fukidashi::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(44, 62, 111, 0);
	border-top-color: #2c3e6f;
	border-width: 6px;
	margin-left: -6px;
}
.post ul.disc {
    list-style-type: none;
    margin: 0 0 25px;
}
.post table ul.disc {
	margin-bottom: 0;
}
.post ul.disc li {
	line-height: 1.2;
    margin-bottom: 0.5em;
    padding: 0 0 0 1em;
    position: relative;
    
}
.post ul.disc.border li {
	margin-bottom: 0.6em;
    padding: 0 0 0.4em 1em;
	border-bottom: 1px solid #c3ccda;
}
.post ul.disc li::before {
    position: absolute;
    display: block;
    content: "\f069";
    font-family: 'FontAwesome';
    left: 0;
    top: 50%;
    font-size: 10px;
    margin-top: -6px;
    color: #512b1a;
    font-weight: normal;
}
.post ul.disc.border li::before {
	margin-top: -10px;
}
.post ul.list_check li {
    position: relative;
    padding-left: 1.4em;
}
.post ul.list_check li::before {
	position: absolute;
	display: inline-block;
	margin-right: 0.2em;
	content: "\f046";
font-family: 'FontAwesome';
	left: 0;
	font-size: 120%;
}
.post .noticeBlock {
    background: #f7f7f7;
    padding: 30px;
	margin-bottom: 45px;
}
.post .noticeBlock h3 {
    font-size: 100%;
    border: none;
    margin: 0 0 8px;
}
.post .noticeBlock ul + h3 {
	margin-top: 30px;
}
.post ul.notice {
    font-size: 95%;
	margin-bottom: 0;
}
.post small {
    font-size: 80%;
}
@media only screen and (max-width: 959px) {
#content, #sidebar {
    width: 100%;
}
  #wrapper {
    padding: 0;
  }
}
@media print, screen and (max-width: 640px) {
.post .linkBtn.large {
    display: block;
    font-size: 100%;
    padding: 1.2em 3em 1em;
    width: 80%;
    margin: 0 auto;
}
.post table.areaTable th {
    font-size: 110%;
}
}

/*************************************************
フロントページ
*************************************************/

h1.title {
	font-size: 400%;
}
.single h1.title {
	font-size: 250%;
}
h1.title span {
display: block;
text-align: center;
letter-spacing: 0.05em;
background: url(/wp-content/uploads/ttlbg.png) center no-repeat;
padding-bottom: 45px;
padding-top: 50px;
}
@media print, screen and (max-width: 640px) {
h1.title span {
	margin: -40px 0;
	}
}
h1.fronttitle{
	font-size: 230%;	
}
.home #content {
    padding-top: 140px;
    margin-top: -140px;
	width: 100%;
}
/*メッセージ*/
.post .front_message {
	overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 90px;
}
.post .front_message::before {
    content: "";
    display: block;
    width: 96%;
    background: #e5e5e5;
    height: 95%;
    position: absolute;
    top: 25px;
    left: 2%;
}
.post .front_message * {
	position: relative;
}
.post .front_message .front_message_img {
    position: absolute;
    bottom: -20px;
}
.post .front_message .front_message_img.img01 {
    left: 0;
}
.post .front_message .front_message_img.img02 {
    right: 0;
}
.post .taxitype {
    margin: 45px auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
}
.post .taxitype li {
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 48%;
    background: rgba(229, 229, 229, 0.8);
}
.post .taxitype li h2 {
    margin-top: -25px;
    display: table;
    padding: 0 15px;
    position: relative;
}
.post .taxitype li h2::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    top: 13px;
    left: 0;
}
.post .taxitype li h2 span {
	position: relative;
}
.post .taxitype li p {
    font-weight: bold;
    font-size: 130%;
    margin: 15px auto 0;
}
.post .taxitype li p b, .post .taxitype li p strong {
    font-size: 160%;
    color: #4e68b0;
}
.post .taxitype li p small {
    font-size: 75%;
}
@media print, screen and (max-width: 959px) {
.post .front_message .front_message_img {
    width: 40%;
}
.home #gallery-1 .gallery-item{
    width: 50% !important;
	padding: 1.5%;
    box-sizing: border-box;
	}
.home h1.title{
	font-size: 2.8vw;
	}
.home h1.title, .home .post h1{
	margin: 40px auto;
	font-size: 4.4vw;
	}
h1.title, .post h1{
	margin: 40px auto;
	line-height: 0.8em;
    font-size: 360%;
    padding: 0 12px;
	}
}
@media print, screen and (max-width: 640px) {
.home h1.title{
	font-size: 4.0vw;
	}
}

/*プラン*/
.post .front_plan {
    text-align: center;
  margin-bottom: 45px;
}
.post .planList {
    margin: 0 auto 45px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 2%;
}
.post .planList li {
    width: 31%;
	position: relative;
	display: flex;
}
.post .planList li a {
    display: block;
	box-sizing: border-box;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 30px 20px 0;
	transition: all .2s linear;
  position: relative;
}
.post .planList li a:hover, .post .planList li a:active {
	box-shadow: 0px 10px 35px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post .planList li a .frame_top, .post .planList li a .frame_bottom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.post .planList li a .frame_bottom {
  top: auto;
  bottom: 0;
}
.post .planList li a .frame_top::before, .post .planList li a .frame_top::after,
.post .planList li a .frame_bottom::before, .post .planList li a .frame_bottom::after {
    content: "";
    height: 40px;
    width: 40px;
    border-width: 2px;
  border-color: transparent;
  border-style: solid;
    position: absolute;
}
.post .planList li a .frame_top::before {
  top: 0;
  left: 0;
  border-left-color: #e22632;
  border-top-color: #e22632;
}
.post .planList li a .frame_top::after {
  top: 0;
  right: 0;
  border-right-color: #e22632;
  border-top-color: #e22632;
}
.post .planList li a .frame_bottom::before {
  left: 0;
  bottom: 0;
  border-left-color: #e22632;
  border-bottom-color: #e22632;
}
.post .planList li a .frame_bottom::after {
  right: 0;
  bottom: 0;
    border-right-color: #e22632;
  border-bottom-color: #e22632;

}
.post .planList li h2 {
    margin: 15px auto;
	margin-top: 15px !important;
	transition: color .4s;
	color: #2c3e6f;
}
.post .planList li a:hover h2, .post .planList li a:active h2 {
	color: #e22632;
}
.post .planList li .img {
    margin: 0 -20px;
	background: #0a1223;
  overflow: hidden;
}
.post .planList li .img img {
    margin: 0 auto;
	width: 100%;
}
.post .planList li a:hover p, .post .planList li a:active p {
    color: #512b1a;
}
.post .planList li a:hover .fukidashi, .post .planList li a:active .fukidashi {
    color: #fff;
}
.post .planList li a:hover img, .post .planList li a:active img {
  opacity: 0.9;
    -webkit-transform: scale(1.2);
  transform: scale(1.2);

}
@media print, screen and (max-width: 799px) {
.post .planList {
    margin-bottom: 0;
    flex-direction: column;
}
.post .planList li {
    width: 94%;
    margin: 0 auto 45px;
}
}
@media print, screen and (max-width: 640px) {
.post .front_plan {
    padding: 0 2%;
    box-sizing: border-box;
	margin-bottom: 45px;
}
}

/*料金*/
.post .front_price {
    text-align: center;
	padding-bottom: 30px;
	position: relative;
	    margin-bottom: 60px;
}
.post .front_price::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 80%;
    background: #e5e5e5;
}
.post .front_price * {
    position: relative;
}
.post h1.price_title_bg {
    background-size: cover;
    padding: 6% 20px;
    color: #fff;
    margin: 0 2% 45px;
	/*background-attachment: fixed;*/
}
.post .pricetypeList {
    margin: 0 auto 45px;
}
.post .pricetypeList li {
    display: table;
    width: 100%;
    max-width: 1100px;
	margin-bottom: 20px;
}
.post .pricetypeList li .icon, .post .pricetypeList li .text, .post .pricetypeList li .link {
    display: table-cell;
    box-sizing: border-box;
	text-align: left;
	    padding: 0 20px;
}
.post .pricetypeList li .icon img {
    width: 100%;
    max-width: 116px;
}
.post .pricetypeList li .icon {
    width: 15%;
    vertical-align: middle;
}
.post .pricetypeList li .text {
    width: 65%;
    vertical-align: middle;
}
.post .pricetypeList li .link {
    width: 20%;
    vertical-align: bottom;
	text-align: right;
}
.post .pricetypeList li h2 {
    text-align: left;
    margin-bottom: 10px;
}
@media print, screen and (max-width: 640px) {
.post .front_price::before {
    height: 90%;
}
.post h1.price_title_bg {
    padding: 15% 20px;
}
.post .pricetypeList {
    margin-top: 30px;
}
.post .pricetypeList li {
    display: block;
}
.post .pricetypeList li .icon, .post .pricetypeList li .text, .post .pricetypeList li .link {
    display: block;
    width: 100%;
    text-align: center;
}
.post .pricetypeList li h2 {
    text-align: center;
	font-size: 135%;
}
.post .pricetypeList li .icon img {
    max-width: 70px;
}
}
/*お申し込み方法*/
.post .front_booking {
    text-align: center;
}
.post .cvList {
    margin: 0 auto 45px;
    display: flex;
    justify-content: space-between;
}
.post .cvList li {
    width: 30%;

    background: #2c3e6f;
    padding: 45px 30px;
    box-sizing: border-box;
    text-align: center;
	color: #fff;
	font-size: 110%;
    font-weight: bold;
}
.post .cvList li .cv_tel {
    color: #e22632;
    font-style: italic;
    font-size: 130%;
    text-shadow: 0 3px 0 #1a274c;
	    display: block;
    margin-top: 15px;
}
.post .cvList li .cv_tel a {
    color: #e22632;
}
.post .cvList li .cv_tel b, .post .cvList li .cv_tel strong {
    font-size: 150%;
}
.post .cvList li .cv_formBtn {
    display: block;
    background: #e22632;
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 3px 0 #1a274c;
    position: relative;
    top: 0;
    transition: all .1s;
}
.post .cvList li .cv_formBtn:hover {
    box-shadow: none;
    top: 3px;
    color: #512b1a;
}
@media print, screen and (max-width: 640px) {
.post .cvList {
    flex-direction: column;
}
.post .cvList li {
    width: 100%;
  padding: 30px 20px;
}
.post .cvList li img {
    width: 100%;
    max-width: 55px;
    margin-bottom: 0;
}
}
/*************************************************
サイトマップ
*************************************************/
.post ul#sitemap_list li {
    margin-bottom: 15px;
}
.post ul#sitemap_list ul {
    margin-top: 10px;
}
.post ul#sitemap_list ul li {
    margin-bottom: 5px;
}
.post ul#sitemap_list ul li:before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em;
}
.post ul#sitemap_list li b {
	font-weight: normal;
	margin-left: 0.5em;
	display: inline-block;
}

/*************************************************
フォーム 共通
*************************************************/
.wpcf7-form {
    padding: 0;
}
.formBlock {
    background: #ffffff;
    box-shadow: 0 0 10px 0px #ccc;
    padding: 20px;
}
.wpcf7-form table.formTable {
    border-collapse: separate;
    margin-bottom: 30px;
    border: none;
}
.wpcf7-form table.formTable th, .wpcf7-form table.formTable td {
  background: none;
  border: none;
}
.wpcf7-form table.formTable th {
    padding: 5px 10px;
    font-weight: bold;
    color: #512b1a;
    text-align: left;
}
.wpcf7-form table.formTable td {
  padding: 0 10px 15px;
}
.wpcf7-form .must, .wpcf7-form .option {
    color: #fff;
    margin-left: 0.5em;
    font-size: 85%;
    padding: 0.2em 0.6em;
    line-height: 1;
    display: inline-block;
    float: none;
    font-weight: normal;
}
.wpcf7-form .must {
	background: #e22632;
}
.wpcf7-form .option {
	background: #ababab;
}
.wpcf7-form .notice {
    font-size: 90%;
    color: #e22632;
    display: inline-block;
    line-height: 1.25;
}
.wpcf7-form input.wpcf7-free-text {
    display: inline-block;
    width: 65%;
}
.wpcf7-form .must.nf {
	float: none;
}
.wpcf7-form .submit {
	text-align: center;
	margin-top: 45px;
}
.wpcf7-form input[type=submit] {
    font-size: 120%;
    padding: 10px 40px;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.wpcf7-form input[type=submit]:hover {
	cursor: pointer; 
}
.wpcf7-form input[type=button] {
    font-size: 120%;
    padding: 10px 40px;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.wpcf7-form input[type=button]:hover {
	cursor: pointer; 
}
.wpcf7-form span.wpcf7-not-valid-tip {
	color: #f94e4e; 
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #fffde0;
}
.wpcf7-form label:hover {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
.captcha {
    text-align: center;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], .wpcf7-form input[type="url"], .wpcf7-form input[type="number"], .wpcf7-form select {
    line-height: 50px;
    height: 50px;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	margin-bottom: 5px;
}
.wpcf7-form .acceptance_request {
    text-align: center;
}
@media only screen and (max-width: 640px) {
.wpcf7-form table.formTable th, .wpcf7-form table.formTable td {
    padding-left: 0;
    padding-right: 0;
}
	input[type="checkbox"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
	}
.wpcf7-form .wpcf7-list-item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    width: 100%;
}
	span.wpcf7-list-item-label {
		vertical-align: middle;
	}

.wpcf7-form .must, .wpcf7-form .option {
	float: none;
}
input[type="text"].wpcf7-captchar {
    width: 70%;
}
.wpcf7-form .wpcf7-date {
    width: 100% !important;
}
}







/*　JUMBO / WAGON-ジャンボ/ワゴン　*/
.post .cvList li.circle {
	 width: 220px;
    height: 220px;
    border-radius: 50%;
}
.post .meritList {
    margin: 60px 0 20px;
    text-align: center;
}
.post .meritList li {
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    font-size: 120%;
    line-height: 2;
    font-weight: bold;
    color: #2c3e6f;
    position: relative;
    padding: 45px 4% 0;
    background: #f0e800;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
}
.post .meritList li .meritList_number {
    position: absolute;
    top: -20px;
    left: 50%;
    font-size: 300%;
    line-height: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #cabe7f;
}
.post .meritCheck li {
    font-size: 110%;
    letter-spacing: -0.03em;
}
.post h3.fukidashi {
    padding: 25px 10px;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.post .merit_detail {
    position: relative;
}
.post .merit_detail .text {
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 20px 20px 5px;
}
.post .column {
    background: #e4e8f3;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}
.post .column .question {
    position: absolute;
    top: 15px;
    left: -5px;
    font-weight: bold;
    font-size: 450%;
    transform: rotate(-15deg);
    color: #fff;
}
.post .column h3 {
    font-size: 110%;
    border: none;
    margin-bottom: 10px;
}
.post .block_column2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    justify-content: space-between;
}
.post .block_column2 .column2_50, .post .block_column2 .column2_50:nth-child(odd) {
    display: block;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.post .block_column2 .column2_50 img {
    margin: 0;
	width: 100%;
	line-height: 1;
	height: auto;
}
.post .block_column2 .column2_50.text {
	padding: 20px;
}
@media print, screen and (max-width: 640px) {
.post .merit_detail .text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.post .block_column2 {
    flex-direction: column;
}
.post .block_column2 .column2_50, .post .block_column2 .column2_50:nth-child(odd) {
    width: 100%;
}
.post .block_column2 .column2_50.text {
    order: -1;
    padding: 0;
}
}
/* balloon-1 bottom */
#balloon-1-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	color: #19283C;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}
#balloon-1-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
#balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

/*　table/th/td　*/
.post table th {
	vertical-align: middle;
}

/*　CONTACT-お問合せ　*/
img.smallicon {
	vertical-align:middle;
	margin:0 15px 10px 10px;	
}
.post p.btext {
	font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
}
.post p.btext .title {
    display: inline-block;
    width: 11em;
}
span.bstrong {
	font-size: 2em;
	color: #e22632;
}
.btextbox {
    text-align: left;
    padding: 0 10px;
    margin: 0 auto 20px;
    display: table;
    max-width: 100%;
    box-sizing: border-box;
}
.spbr {
    display: none;
}
@media only screen and (max-width: 640px) {
span.bstrong {
    font-size: 1.6em;
}
.post p.btext .title {
    display: block;
}
}

.gallery-item img {
	max-width:100% !important;
}
#gallery-1 img, #gallery-2 img, #gallery-3 img, #gallery-4 img, #gallery-5 img, #gallery-6 img {
	border:none !important;
	vertical-align: bottom;
}
.post img {
	border:none !important; padding:0;
}
.post h2 .vehicle_name {
    display: block;
    font-size: 120%;
    color: #92a6dc;
}
.column2_60.maincar {
	position: relative;
	overflow: hidden;
}
.column2_60.maincar p {
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.07em;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
span.retag {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #f0e800;
    border-left: solid 10px #f0e800;
    position: absolute;
    bottom: 0;
    left: -15px;
    letter-spacing: -1px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-10deg);
}
@media only screen and (max-width: 750px) {
.column2_60.maincar p {
	font-size:12px;
	line-height: 1.2;
}
span.retag {
    bottom: 10px;
}
}

.post .column2_50 img {max-width: 100%;}
.post .column2_50 {width:49%;}
.post .column2_50:nth-child(odd) {
	margin-right:1%;
}
.col2.pc-lo {
    float: right;
    margin: 0 0 2% 1% !important;
	}
.column2_50.pc-lo {
    float: right;
    margin: 0 0 2% 1% !important;
	}
.column2_40.pc-lo {
    float: right;
    margin: 0 0 2% 1% !important;
	width: 39%;
	}
@media only screen and (max-width: 750px) {
.post .column2_50 {width:100%;}
.post .column2_50:nth-child(odd) {margin-right: 0;}
.column2_40.pc-lo, .column2_50.pc-lo, .col2.pc-lo {
    float:none;
    margin: 1% 0 !important;
	width: 100%;
	}
.post .column2_40,.post .column2_60{
	width: 100%;		
	}
}

.post .scene-area {
    margin-top: 45px;
}
.col2 {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
	padding: 0 1%;
	box-sizing: border-box;
	text-align: left;
	margin: 2% 0;
}
.col2s {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
	padding: 0 1%;
	box-sizing: border-box;
	text-align: left;
	margin:0;
}
.col2 .thumb, .col2 .txt {
	display: inline-block;
	vertical-align: top;
}
.col2 .thumb{
	margin: 0 2%;
}
.col2 p.caption {
    font-size: 12px;
    line-height: 1.5em;
}
.col2.newsttl {
    vertical-align: bottom;
}
.col2.wid70 {
	width: 64.5%;
}
.col2.wid30 {
	width: 35%;
}
@media print, screen and (max-width: 1690px) {
.col2{
	padding: 0;
	}
.col2s{
	padding: 0;
	}
.col2 .thumb{
	margin: 0 1%;
	width: 25%;
	}
.col2 .txt{
    width: 70%;
}
.col2 p.subcat {
    font-size: 0.9vw;
}
.col2 p.caption{
	font-size: 0.7vw;
	}
}
@media print, screen and (max-width: 1300px) {
.col2{
	width: 100%;
	margin: 2% auto;
	}
.col2s{
	width: 100%;
	margin: 0 auto;
	}
.col2 .thumb{
	margin: 0 5%;
	}
.col2 p.subcat {
    font-size: 13px;
}
.col2 p.caption{
    font-size: 12px;
	}
}
@media print, screen and (max-width: 1200px) {
#news-area .white-area {
    max-width: 800px;
    text-align: center;
}
.col2 {
	width: 96%;
	}
.col2.wid70 {
	width: 100%;
}
.col2.wid30 {
	width: 100%;
}
.col2.fb-area {
    text-align: center;
}
.col2.fb-area:before{
	right: 10%;
	}
.col2.newsttl{
		margin: 5% 0 0 0;
	}
.col2.fb-area{
		margin: 0 0 5% 0;
	}
.col2 .thumb{
	margin: 0 2%;
	}
}
@media print, screen and (max-width: 640px) {
.col2 {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #cccccc;
	}
.lead-caption .col2 {
	width: 100%;
	margin: 0;
	border-bottom: 0px;
	}
.col2.wid70 {
	width: 100%;
}
.col2.wid30 {
	width: 100%;
}
.firstcol{
	border-top: 1px solid #cccccc;
	}
.col2 .thumb{
	margin: 0 2% 0 0;
	}
.post .col2 .thumb img.aligncenter{
	margin: 0;
	}
.col2 .thumb, .col2 .txt{
	vertical-align: middle;
	}
.col2 .txt{
	padding: 20px 0;
	}
.col2 .txt h2{
	position: relative;		
	}
.col2 .txt h2:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 150%;
    position: absolute;
    top: -30%;
    right: 0;
    transform: translate(-10%, 10%);
    visibility: visible;
	font-weight: 900;
}
.col2 .txt h2.menuOpen:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.col2.fb-area:before {
    content: none;
}
.col2.fb-area:after {
    content: none;
}
#plan-area:before{
	content: none;
}
#plan-area,
#news-area{
    padding: 8% 0;
	}
}
.post ul{
	margin: 0;
}
.list_plan h3 {
    margin: 10px 0 0 0;
    border-bottom: 0;
    font-size: 1.5vw;
    padding: 5px 0 0 0;
	text-align: left;
}
@media only screen and (min-width: 1720px) {
.list_plan li {
    display: inline-block;
    background: #ffffff;
    padding: 0.5%;
    width: 18.8%;
    margin: 0 0.5%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	}
}
@media only screen and (max-width: 1719px) {
.list_plan li{
    display: inline-block;
    background: #ffffff;
    padding: 0.5%;
    width: 17.8%;
    margin: 0 0.5%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	}
}
@media only screen and (max-width: 1460px) {
.list_plan h3 {
		font-size: 1.7vw;
	}
.list_plan h3:after{
	top: -5px;
	padding-top: 5px;
    height: 32px;
	}
.list_plan li {
	width: 24.8%;
    padding: 1.5%;
	}
}
ul.list_plan {
    margin: 0 auto;
    text-align: center;
}
.list_plan figure{
	position: relative;
    background: #512b1a !important;
}
.list_plan figure img{
	vertical-align: bottom;
	padding: 0;
}
.list_plan figcaption {
    text-align: center;
    position: absolute;
    top: 50%;
    color: #ffffff;
    border: 1px solid;
    right: 50%;
    padding: 70px 50px;
    border-radius: 50%;
    font-size: 150%;
    transform: translate(50%,-50%);
	display: none;
}
.list_plan a:hover figcaption {
    display: inherit;
}
.list_plan li a img:hover{
	opacity: 0.2;
}

.list_plan h3:after {
    width: 36px;
    background: #512b1a;
    height: 36px;
    content: url(/wp/wp-content/uploads/arrow.png);
    color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.home dl.gallery-item:first-child:before {
    content: url(/wp/wp-content/uploads/2018/08/top_sub1.png);
    display: block;
}
.home dl.gallery-item:nth-child(2n):before {
    content: url(/wp/wp-content/uploads/2018/08/top_sub2.png);
    display: block;
}
.home dl.gallery-item:nth-child(3n):before {
    content: url(/wp/wp-content/uploads/2018/08/top_sub3.png);
    display: block;
}
.home dl.gallery-item:nth-child(4n):before {
    content: url(/wp/wp-content/uploads/2018/08/top_sub4.png);
    display: block;
}
.c3thumbWrap p {
    padding-top: 6.2vh;
}
@media print, screen and (max-width: 1024px) {
.c3thumbWrap p {
    padding-top: 5.2vh;
}
.sp-scroll {
    height: 320px;
    overflow-y: hidden;
    margin: 0;
}
ul.list_plan {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 50px;
    margin: 25px 0 0;
    -webkit-overflow-scrolling: touch;
}
.list_plan li {
    margin-right: 10px;
	padding: 1.5% 1.5% 2% 1.5%;
    display: inline-block;
    width: 250px;
    border: 1px solid #ddd;
    background: #fff;
}
.page .post .list_plan h3 {
    font-size: 126%;
}
.list_plan h3:after{
	height: 28px;
    padding-top: 7px;
    top: -3px;
	}
.gallery-caption{
	max-width: 95%;
	}
}
@media print, screen and (max-width: 640px) {
.c3thumbWrap p {
    padding-top: 2.2vh;
}
}
#footer .inner {
    display: flex;
    flex-wrap: wrap;
}
#footer ul {
    text-align: left;
    display: inline-block;
    width: 70%;
	vertical-align: middle;
}
#footer .inner ul {
    flex-basis: 70%;
    order: 1;
}
.foot-address {
    width: 29%;
    text-align: right;
    vertical-align: middle;
    flex-basis: 29%;
    order: 2;
}
/*.foot-address {
    display: inline-block;
    width: 29%;
    text-align: right;
	vertical-align: middle;
}*/
.foot-address img{
	width:100%;
	max-width: 204px;
}

address{
	color: #ffffff;
    display: block;
}

address a{
	color:#ffffff;
}
.mobile #copyright{
	margin-bottom: 0;
}
br.sp{
		display: none;
	}
@media print, screen and (max-width: 1200px) {
address,#copyright{
		width: 100%;
		margin: 0 auto;
		display: inherit;
	}
br.sp{
		display: inherit;
	}
}
.foot-area {
    border-top: 1px solid #ffffff;
    margin-top: 20px;
    padding-top: 20px;
}
@media print, screen and (max-width: 640px) {
.foot-area {
    border-top: none;
    margin-top: 0;
}
}
#header-area{
    position: relative;
    width: 100%;
}
#header-area #header-layout {
    position: absolute;
    top: 0;
    display: block;
    z-index: 10;
    width: 100%;
	max-width: inherit;
	background: #ffffff;
}
#header-area #header-layout:after {
    content: url(/wp-content/uploads/head-arrow.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
#header-area .logo {
    display: block;
    text-align: center;
	margin: 10px 0 -30px 0;
    position: relative;
    z-index: 2;
}
#header-area .contect-area {
    display: inline-block;
    text-align: right;
    color: #ffffff;
	width: 79%;
}

@media print, screen and (max-width: 959px) {
#header-area{
		display: none;
	}
#mainImg{
		padding-top: 0px;
	}
}
#fixbutton {
    bottom: 50%;
    position: fixed;
    right: 1%;
    display: block;
    z-index: 10;
	margin-bottom: -90px;
}
@media print, screen and (max-width: 640px) {
#fixbutton {
    bottom: 11%;
    width: 100%;
    max-width: 100px;
	margin-bottom: 0;
	}
}

/*------footer bar-------*/
#foot-bar{
	background: #970d0d;
    /*border-top: 1px solid #ddd;*/
    display: table;
    font-size: 12px;
    position: fixed;
    bottom: -140px;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
		padding:0;
		font-weight:bold;
		-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
		}
#foot-bar .menu-item {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #b63039;
}
#foot-bar .menu-item:first-child{
	border-left:0;
}
#foot-bar a {
	color:#FFFFFF;
    display: block;
    padding: 15px 0 25px 0;
	line-height:1.2em;
}
#foot-bar a b{
	font-weight:normal !important;
	}
#foot-bar .current-menu-item a b{
	color: #FFFFFF !important;
	}
/*---mobilecontents---*/
#nav-drawer {
	margin-top: 35px;
	position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
    display: inline-block;
    vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 75%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
		-webkit-overflow-scrolling: touch;
	padding: 0 3%;
	box-sizing: border-box;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-drawer input#nav-input:checked:after {
    opacity: 1.0;
		transform: rotate(0deg);
}
#nav-drawer input[type="checkbox"]{
	display: inherit;
}
#nav-drawer input[type="checkbox"]:after {
    content: '×';
    position: fixed;
    bottom: 10%;
    right: 9.2%;
    opacity: 0;
    font-size: 300%;
    color: black;
    transition: .3s;
    transform: rotate(-360deg);
		z-index: 10000;
}

/*mobilecontents widget*/
h2.widget-title {
    background: #512b1a;
    vertical-align: middle;
    position: relative;
    padding: 7px 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#nav-content ul.menu{
	margin:20px 0;
	}
#nav-content ul.menu > li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: relative;
}
#nav-content ul.menu li:first-child {
    border-top: 1px solid #ddd;
}
#nav-content ul.menu > li > a {
    padding: 0 22px 0 10px;
    text-align: left;
    line-height: 42px;
    height: 42px;
}
#nav-content ul li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #512b1a;
    border-bottom: 1px solid #512b1a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
#nav-content ul.menu > li > a > b {
	padding-left:10px;
	    font-size: 90%;
    font-weight: normal;
    color: #504845;
}
#nav-content ul.menu .sub-menu li:first-child {
    border-top: 1px solid #ddd;
}
#nav-content ul.menu .sub-menu li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#nav-content ul.menu .sub-menu li > a {
    line-height: 42px;
    padding: 0 42px 0 40px;
    width: 100%;
    background: transparent;
}
#nav-content ul.menu .sub-menu li:last-child {
    border-bottom: 0px;
}
#nav-content ul.menu .sub-menu li > a > b {
	padding-left:10px;
}
#nav-content ul.menu .current-menu-item a {
    color: inherit !important;
}
#nav-content ul.menu .current-menu-item a b{
    color: inherit !important;
}
#nav-content .widget_sp_image img {
    margin-top: 20px;
    margin-bottom: 20px;
}
#nav-content #searchform {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

/*sub contents*/
.post .column3_33 .linkBtn {
    width: 100%;
}

/*独自追記ここまで*/
@media print, screen and (max-width: 1023px) {
.left_box_50{
	width: 100%;
	margin: 0 auto;
	}
}
.home #full-wrapper .post{
	padding: 0;/*postの余白がデフォルトで利用している為、デザインの汎用性を持たせるため打ち消します*/
}
@media print, screen and (max-width: 1023px) {/**/
#full-wrapper #content.wide {
	width: 100%;/*デフォルトだと多少の余白が出てしまいデザイン要素に影響を与える為、100%とする*/
	}
}
.page .post h3{
    margin: 5% 0 2% 0;
	font-size: 170%;
    font-weight: normal;
	font-family: 'Libre Baskerville','Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media print, screen and (max-width: 640px) {
.page .post h3{
	font-size: 120%;		
	}
}
p.head-catch {
    font-size: 150%;
    line-height: 1.4em;
}
.left_box_50 {
    width: 100%;
    margin-right: 50%;
    max-width: 900px;
}


/*frontbanner*/
.post .container{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.post .container .column4_25:first-child,
.post .container-rwd .column4_25:first-child{
	border-left: 0px;	
}
.post .container .column4_25,
.post .container-rwd .column4_25{
	width: 25%;
	margin: 0;
	flex-basis: auto;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
	overflow: hidden;
	max-height: 500px;
}
.post .container-rwd .column4_25 a:hover {
    background: rgba(81, 43, 26, 1);

}
.post .container-rwd .column4_25 a:hover .refborder {
	/*border: 10px solid #ffffff;
    box-sizing: border-box;*/
	box-shadow: inset 0 0 0 10px #ffffff;
}
.post .container .column5_20:first-child,
.post .container-rwd .column5_20:first-child{
	border-left: 0px;	
}
.post .container .column5_20,
.post .container-rwd .column5_20{
	width: 25%;
	margin: 0;
	flex-basis: auto;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
	overflow: hidden;
	max-height: 500px;
}
.post .container-rwd .column5_20 a:hover {
    background: rgba(81, 43, 26, 1);
	height: 100%;
}
.post .container-rwd .column5_20.fb5 a:hover {
    background: rgba(0, 0, 0, 1);
}
.post .container-rwd .column5_20 .refborder{
	height: 100%;
}
.post .container-rwd .column5_20 a:hover .refborder {
	box-shadow: inset 0 0 0 10px #ffffff;
}
.post figure img.aligncenter {
    margin: 0;
}
.refborder figure img.aligncenter {margin: 0 auto;}
.column4_25 figure {
    margin: 0;
    transform: scale(1);
    transition: all 0.3s;
}
.column4_25 a:hover figure {
    transform: scale(2.0);
	padding-top: 60px;
    margin-bottom: -60px;
	opacity: 0.3;
}
.column5_20 figure {
    margin: 0;
    transform: scale(1);
    transition: all 0.3s;
}
.column5_20 a:hover figure {
    transform: scale(2.0);
	padding-top: 60px;
    margin-bottom: -60px;
	opacity: 0.3;
}
.post .container-rwd .column4_25.fb1 a,
.post .container-rwd .column4_25.fb2 a,
.post .container-rwd .column4_25.fb3 a,
.post .container-rwd .column4_25.fb4 a{
	position: relative;
}
.post .container-rwd .column5_20.fb1 a,
.post .container-rwd .column5_20.fb2 a,
.post .container-rwd .column5_20.fb3 a,
.post .container-rwd .column5_20.fb4 a,
.post .container-rwd .column5_20.fb5 a{
	position: relative;
}
.post .container-rwd .column4_25.fb1 a:hover:before {
    content: url(/wp-content/uploads/commnet1on.png);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post .container-rwd .column4_25.fb2 a:hover:before {
    content: url(/wp-content/uploads/commnet2on.png);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post .container-rwd .column4_25.fb3 a:hover:before {
    content: url(/wp-content/uploads/commnet3on.png);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post .container-rwd .column4_25.fb4 a:hover:before {
    content: url(/wp-content/uploads/commnet4on.png);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post .container-rwd .column5_20 a:hover:before {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post .container-rwd .column5_20.fb1 a:hover:before {
    content: url(/wp-content/uploads/commnet1on.png);
}
.post .container-rwd .column5_20.fb2 a:hover:before {
    content: url(/wp-content/uploads/commnet2on.png);
}
.post .container-rwd .column5_20.fb3 a:hover:before {
    content: url(/wp-content/uploads/commnet3on.png);
}
.post .container-rwd .column5_20.fb4 a:hover:before {
    content: url(/wp-content/uploads/commnet4on.png);
}
.post .container-rwd .column5_20.fb5 a:hover:before {
    content: url(/wp-content/uploads/commnet5on.png);
}
@media print, screen and (max-width: 640px) {
	.post .container-rwd .column4_25.fb1 a:hover:before {
		content: url(/wp-content/uploads/commnet1on_sp.png);
	}
	.post .container-rwd .column4_25.fb2 a:hover:before {
		content: url(/wp-content/uploads/commnet2on_sp.png);
	}
	.post .container-rwd .column4_25.fb3 a:hover:before {
		content: url(/wp-content/uploads/commnet3on_sp.png);
	}
	.post .container-rwd .column4_25.fb4 a:hover:before {
		content: url(/wp-content/uploads/commnet4on_sp.png);
	}
	.post .container-rwd .column5_20.fb1 a:hover:before {
		content: url(/wp-content/uploads/commnet1on_sp.png);
	}
	.post .container-rwd .column5_20.fb2 a:hover:before {
		content: url(/wp-content/uploads/commnet2on_sp.png);
	}
	.post .container-rwd .column5_20.fb3 a:hover:before {
		content: url(/wp-content/uploads/commnet3on_sp.png);
	}
	.post .container-rwd .column5_20.fb4 a:hover:before {
		content: url(/wp-content/uploads/commnet4on_sp.png);
	}
	.post .container-rwd .column5_20.fb5 a:hover:before {
		content: url(/wp-content/uploads/commnet5on_sp.png);
	}
	.post .container-rwd .column5_20.tab_column1_100,
	.column5_20.tab_column1_100 figcaption{
		max-height: inherit;
	}
}
.post .container-rwd .column4_25.fb1 a:hover:after,
.post .container-rwd .column4_25.fb2 a:hover:after,
.post .container-rwd .column4_25.fb3 a:hover:after,
.post .container-rwd .column4_25.fb4 a:hover:after{
    content: url(/wp-content/uploads/readmore.png);
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post .container-rwd .column5_20.fb1 a:hover:after,
.post .container-rwd .column5_20.fb2 a:hover:after,
.post .container-rwd .column5_20.fb3 a:hover:after,
.post .container-rwd .column5_20.fb4 a:hover:after,
.post .container-rwd .column5_20.fb5 a:hover:after{
    content: url(/wp-content/uploads/readmore.png);
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.column4_25 figcaption,
.column5_20 figcaption{
    padding: 50px 15px;
    transition: all 0.3s;
	max-height: 180px;
}
@media print, screen and (max-width: 414px) {
	.column4_25 figcaption,
	.column5_20 figcaption{
		/*height: 50px;*/
		}
	.column4_25 a:hover figure,
	.column5_20 a:hover figure{
		transform: scale(4.0);
		}
	.home .post h2 {
		font-size: 5.0vw;
	}
}
.column4_25 a:hover figcaption,
.column5_20 a:hover figcaption{
    opacity: 0;
}
@media print, screen and (max-width: 1280px) {
	.post .container .column4_25,
	.post .container-rwd .column4_25,
	.post .container .column5_20,
	.post .container-rwd .column5_20{
		height: auto;
		}
	#footer ul{
		width: 100%;
		margin: 0 auto;
		display: block;
		text-align: center;
		}
	#footer .inner ul{
		flex-basis: 96%;
		order: 2;		
		}
	.foot-address{
		display: block;
		width:96%;
		margin: 0 auto;
		text-align: center;
		flex-basis: 100%;
		order: 1;
		padding: 20px 0;
		}
	#copyright {
		width: 96%;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
}
@media print, screen and (max-width: 1023px) {
.spnav #rev {
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
	display: none;
}
.spnav .nav-reserve a {
    padding: 10px 40px;
}
.spnav .nav-event a {
	font-size: 90%;
    padding: 19px 40px 19px 47px;
}
}
@media print, screen and (max-width: 959px) {
	.container-rwd .column4_25.tab_column2_50{
		flex-basis: 50%;
	}
	.container-rwd .column5_20.tab_column2_50{
		flex-basis: 50%;
	}
	.container-rwd .column5_20.tab_column1_100{
		flex-basis: 100%;
	}
}

/*head-topics*/
.head-topics {
    position: absolute;
    width: 300px;
    display: block;
    z-index: 10;
    background: rgba(255,255,255,1);
	right: 0;
	top: 82px;
}
.head-topics ul li {
    margin-left: 0;
    display: table;
    width: 100%;
    padding: 2% 4%;
    box-sizing: border-box;
}
.head-topics ul li:nth-child(even) {
    background: rgba(245, 245, 220, 0.5);
}
.head-topics .thumb {
    display: table-cell;
    vertical-align: middle;
}
.head-topics .thumb img {
    width: 100px;
    height: auto;
    vertical-align: bottom;
}

.head-topics .thumb-capt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
}

.head-topics time {
    display: block;
    font-size: 90%;
	font-style: italic;
}

/*sphead-topics*/
.sphead-topics {
    position: fixed;
    width: 300px;
    display: block;
    z-index: 10;
    background: rgba(255,255,255,1);
	transition: all 0.2s;
    right: -300px;
	top: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100vh;
}
.sphead-topics h2 {
    text-align: center;
    display: block;
    padding: 0;
    font-size: 4.5vw;
    font-family: 'Libre Baskerville','Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #512b1a;
    border-bottom: 1px solid;
    margin: 11px;
    /*border-top: 1px solid;*/
}
.sphead-topics h2 i {
    position: absolute;
    right: 3%;
    top: 15px;
}
.sphead-topics ul li {
    margin-left: 0;
    display: table;
    width: 100%;
    padding: 2% 4%;
    box-sizing: border-box;
}
.sphead-topics ul li:nth-child(even) {
    background: rgba(245, 245, 220, 0.5);
}
.sphead-topics .thumb {
    display: table-cell;
    vertical-align: middle;
}
.sphead-topics .thumb img {
    width: 100px;
    height: auto;
    vertical-align: bottom;
}

.sphead-topics .thumb-capt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
}

.sphead-topics time {
    display: block;
    font-size: 90%;
	font-style: italic;
}

.sphead-topics.active {
    display: block !important;
    right: 0;
}
/*sphead-topicsをクリックするとメニューが消える*/
.panel.nav-effect.close {
    display: none !important;
}

/*TOP表示順変更*/
@media print, screen and (max-width: 959px) {
#topflex {
    display: inline-flex;
    flex-wrap: wrap;
	}
#topflex .flex1 {
    order: 1;
    flex-basis: 100%;
	}
#topflex .flex2 {
    order: 0;
    flex-basis: 100%;
	border-bottom: 1px solid #cccccc;
	}
}

/*instagram*/
#insta {
    background: #323232;
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 1000;
}
.timeline {
	display: inline-block;
	width: 55%;
	vertical-align: middle;
}
.sns {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.sns ul li{
	display: inline-block;
	color: #ffffff;
	margin: 0;
}
.sns ul li i {
	color: #ffffff;	
	vertical-align: middle;
}
.sns ul li a i {
	color: #ffffff;	
	vertical-align: middle;
	padding: 0 10px;
}
.sp-sns{
	background: #323232;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}
.sp-sns p{
	color:#ffffff;
	text-align: center;
	font-size: 13px;
	padding-bottom: 5px 0;
}
.sp-sns ul li{
	display: inline-block;
	color: #ffffff;
	margin: 0;
}
.sp-sns ul li i {
	color: #ffffff;	
	vertical-align: middle;
}
.sp-sns ul li a i {
	color: #ffffff;	
	vertical-align: middle;
	padding: 0 10px;
}

.sbi_owl-theme .sbi_owl-controls{
	margin-top: 0 !important;
}
#sb_instagram #sbi_load{
	padding-top: 0 !important;
}
@media print, screen and (max-width: 1023px) {
#insta {
		display: none;
	}
}

/*Cuisine*/
.post h2 span.large {
    font-size: 120%;
}
.post h2 span.sub_catch {
    font-size: 1.4rem;
    display: block;
    padding-left: 15px;
    padding-top: 5px;
}
.lead-caption{
	padding: 2%;
	box-sizing: border-box;
}
.page-cuisine .lead-caption{
	padding: 2% 0;
	box-sizing: border-box;
}
.page-cuisine .lead-caption .col2{
	padding: 0;
}
.col2.topic-caption {
    background: rgba(170, 207, 69, 0.1);
    border-radius: 10px;
	padding: 2% !important;
}
.col2.topic-caption p {
    font-size: 85%;
}
.col2.topic-caption h3 {
    margin: 20px 0 10px 15px;
    font-size: 120%;
    border: none;
    padding: 0;
    position: relative;
}
.col2.topic-caption h3:before {
    content: "";
    position: absolute;
    background: #AACF45;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.chef-profile {
    padding: 2%;
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    overflow: hidden;
}
.chef-profile .alignright {
    padding-left: 25px;
}
.chef-profile p.wp-caption-text {
    margin: 0;
}
.chef-profile .chef-shopname{
	font-weight: bold;
}
@media print, screen and (max-width: 1300px) {
	.page-cuisine .lead-caption{
		padding: 2%;
		box-sizing: border-box;
	}
}
@media print, screen and (max-width: 1200px) {
.col2.topic-caption {
	width: 100%;
    box-sizing: border-box;
	}
.page-cuisine .post h2{
	padding: 0;
	}
}
@media print, screen and (max-width: 640px) {
.page-cuisine .col2,
.page-golf .col2{
	border-bottom: 0px;
	}
.page-cuisine .post .col2 h2 {
    padding: 15px 0 5px 0;
	}
.page-cuisine .topic-caption .gallery-columns-3 .gallery-item{
	width: 33% !important;
	}
.chef-profile .alignright{
	padding-left: 0;
	}
.chef-profile .wp-caption{
	margin: 0 auto 10px auto;
	text-align: center;
	}
.chef-profile .chef-shopname{
	text-align: center;
}
.spnav .nav-reserve a {
    padding: 10px 0px;
}
}

/*golf*/
.bg-couse {
    padding: 3%;
    background: rgba(250, 235, 215, 0.5);
    margin: 2% 0;
}
#cg-tbl{
	clear: both;
	font-size: 90%;
}
#cg-tbl table td {
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
    background: none;
    color: inherit;
}
#cg-tbl table tr:nth-child(odd) {
    background: #40210f;
    color: #ffffff;
}
@media print, screen and (max-width: 640px) {
.bg-couse{
		padding: 10% 3%;
	}
#cg-tbl{
	font-size: 75%;
	}
#cg-tbl table td{
	padding: 2px;
	}
.page-golf h1.title,
.page-access h1.title{
    font-size: 12.4vw;
	}
}
/*access*/
.access-place {
    text-align: center;
    border: 10px solid #dddddd;
    padding: 5%;
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
}
.access-place p a {
    margin-bottom: 0;
}
@media print, screen and (max-width: 640px) {
.page-access .post h2{
	font-size: 130%;
	padding: 0 20px;
	}
}

.birthday input, .birthday select{
    width: auto;
    margin: 0 10px;
}
.add-tt input {
    width: auto;
    margin: 5px 10px 5px 0;
}
input.w18{width:18%;}
input.w20{width:20%;}
input.w25{width:25%;}

.post table.formtable{
	border: 0px;
	border-top:1px solid; 
	border-bottom:1px solid; 
}
.post table.formtable input{
	font-size: 105%;
	font-family: 'Libre Baskerville','Noto Serif JP',"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
input#b-seireki {
    width: 100%;
    max-width: 150px;
}
.post table.formtable th,
.post table.formtable td{
    background-color: #ffffff;
    color: inherit;
    border-right: 0px;
    border-left: 0px;
}
.pp-area{
	margin: 2% 0;
	background: rgba(217,217,217,0.70);
	padding: 2%;
	box-sizing: border-box;
}
.post .pp-area h3 {
    margin: 0 0 1% 0;
	padding: 0;
	font-size: 115%;
}

.post table.formtable input:-moz-read-only {
	border: none;
	background: none;
}
.post table.formtable input:read-only {
	border: none;
 }
.post table.formtable select:read-only{
	background: none;
}
input.wpcf7-text::-webkit-input-placeholder{
	color: #dddddd;
}
input.wpcf7-text:-moz-placeholder{
	color: #dddddd;
}
input.wpcf7-text::-moz-placeholder{
	color: #dddddd;
}
input.wpcf7-text:-ms-input-placeholder{
	color: #dddddd;
}
input.wpcf7-text::placeholder{
	color: #dddddd;
}

#footer{
	text-align: center;
}
#footer #tw {
    height: 200px;
    max-width: 500px;
    overflow-y: scroll;
    display: inline-block;
    margin-right: 2.5%;
    width: 100%;
}
#footer #fnav{
    display: inline-block;	
}
@media print, screen and (max-width: 1800px) {
	#footer .inner{
		width: 100%;
	}
}
@media print, screen and (max-width: 1364px) {
	#footer #tw{
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media print, screen and (max-width: 640px) {
	#footer #tw{
		width: 92%;
		margin: 20px auto 0 auto;
	}
}

/*fleximage*/
.flex-img {
    display: flex;
    flex-wrap: nowrap;
	padding-bottom: 2%;
    clear: both;
}
.flex-img img{
	vertical-align: bottom;
	width:100%;
}
@media print, screen and (max-width: 960px) {
.flex-img {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 5%;
}
}
span.box-con {
    padding: 2px 14px;
    margin-right: 20px;
    background: #970d0d;
    color: #ffffff;
}
.page .post #movies{
	margin-top: -50px;
	padding-top: 50px;
}
.movie-des{
	margin: 0 auto;
}
.wp-video{
	margin: 0 auto;
}
/*movie list*/
.movie-list18 {
    display: flex;
    flex-wrap: wrap;
}
.movie-list18 p {
    margin-bottom: 0;
}
.post .movie-list18 .linkBtn{
	width: 130px;
	margin: 5px;
}
/*@media print, screen and (max-width: 640px) {
	.movie-list18 {
		 justify-content: space-between;
	}
}*/
@media print, screen and (max-width: 640px) {
	.movie-list18{
		display: inherit;
		margin: 0 auto;
	    text-align: center;
	}
	.movie-list18 .links {
		text-align: center;
		width: 32%;
		display: inline-block;
	}
	.post .movie-list18 .linkBtn{
		padding: 0.5em 2.5em 0.5em 2.5em;
		width: 100%;
		margin: 5px 0;
	}
}
/*landscape*/
.press-cl {
    display: flex;
    justify-content: space-around;
}
.press-cl .captions {
    width: 50%;
    text-align: center;
    border: 1px solid;
    padding: 2%;
    box-sizing: border-box;
}
.press-cl a.btn{
    width: 50%;
    text-align: center;
	padding: 2%;
    box-sizing: border-box;
    background: #c51515;
    display: block;
	color: #ffffff;
	transition: all 0.3s;
	border: 1px solid #c51515;
}
.press-cl a.btn:hover {
    background: #8C001A;
}
@media print, screen and (max-width: 640px) {
	section{
		margin: 2% auto;
	}
	.press-cl {
		flex-wrap: wrap;
	}
	.press-cl .captions,
	.press-cl a.btn{
		width:100%;
	}
}

/*press*/
@media print, screen and (max-width: 959px) {
img.sp-res-img{
    float: none;
    display: block;
    margin: 2% auto;
	}
}
.sp-none{
	display: none !important;
	}
@media print, screen and (max-width: 640px) {
.sp-none{
	display:initial !important
	}
.pc-none{
	display: none !important;
	}
}

/*jimototeam*/
.join-team {
    border: 5px solid cornsilk;
    margin-bottom: 20px;
    padding: 2.5% 2.5% 2% 2.5%;
    box-sizing: border-box;
}
.join-team ol li{
	list-style: circle;
}
.join-team-caution {
    background: #eeeeee;
    border-radius: 20px;
    padding: 1.5% 3%;
    box-sizing: border-box;
    font-size: small;
}
span.red{
	color: rgba(223,0,3,1.00);
	font-weight: bold;
}
span.jimoto{
	font-size: 130%;
	font-weight: bold;
}
span.marker {
background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
background: -o-linear-gradient(transparent 60%, #ffff66 60%);
background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 120%;
	font-weight: bold;
}
#footer ul li li li{
	margin-left:10px;
}
#footer ul > li.menu-item-52 a:hover {
    text-decoration: none;
}
#footer ul li li li a:hover {
    text-decoration: underline !important;
}
/*farm akira area*/
.fa-area {
    display: flex;
    justify-content: space-between;
    font-size: 90%;
    align-items: center;
}
.fa-area .fa-name {
    width: 35%;
}
.fa-area .chef-prof {
    width: 65%;
    padding: 0 0 0 4%;
    border-left: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
}
p.fa-shopname {
    text-align: center;
}
p.fa_links {
    text-align: center;
}
.fa-area .chef-prof:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: url(/wp-content/uploads/akira_watanabe.jpg);
    display: block;
    width: 510px;
    height: 345px;
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
}
@media print, screen and (max-width: 1280px) {
	.fa-area {
	    flex-direction: column;
	}
	.fa-area .chef-prof {
	    width: 100%;
	    padding: 2% 0 0 0;
	    border-left: 0;
	    border-top: 1px solid #cccccc;
	}
}
@media print, screen and (max-width: 768px) {
	.fa-area .fa-name {
	    width: 100%;
	}
	.fa-area .chef-prof {
	    max-width: 500px;
	}
	.fa-area .chef-prof:before {
	    content: '';
	    position: relative;
	    z-index: -1;
	    background: url(/wp-content/uploads/akira_watanabe.jpg);
	    display: block;
	    width: 500px;
	    height: 345px;
	    background-size: contain;
	    right: 0;
	    background-repeat: no-repeat;
	    margin: 0 auto;
	}
}
@media print, screen and (max-width: 414px) {
	.fa-area .chef-prof {
	    max-width: 350px;
	}
	.fa-area .chef-prof:before {
	    width: 350px;
	    height: 245px;
	}
	img.logo-sp1{
		max-width: 180px;
	}
	.page-cuisine .post h2{
		font-size: 110%;
	}
	.post h2 span.sub_catch {
	    font-size: 95%;
	    padding-left: 10px;
	}
}
/*20220505-CF7-maintenance*/
.wpcf7-response-output:empty {
    display: none;
}
/*GLAMPROOK FUTTSU BRISTOL HILL*/
#glamping {
    line-height: 2.0;
}
#glamping .lead-caption {
    padding: 0 2%;
    margin: 4.5% auto;
}
#glamping h1 {
    font-size: 300%;
    font-weight: 600;
    letter-spacing: 0.80rem;
    margin-bottom: 1.5%;
}
#glamping h1 span.large {
    padding-bottom: 1rem;
    display: block;
	color: #000000;
}
.post #glamping h2 {
    line-height: 1.5;
	margin-bottom: 6%;
}
.post #glamping h3 {
    margin-top: 0;
    padding-top: 0;
}
.glamping-profile {
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    overflow: hidden;
}
.glamping-profile .alignright {
    padding-left: 25px;
}
.glamping-profile p.wp-caption-text {
    margin: 0;
}
.fa-area {
    display: flex;
    justify-content: space-between;
    font-size: 90%;
    align-items: center;
}
.fa-area .fa-name {
    width: 35%;
}
.fa-area .glamping-prof {
    width: 65%;
    padding:0 4%;
    border-left: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
}
.glamping-prof .col2.images {
    width: 35%;
}
.glamping-prof.gl-box {
    align-items: stretch;
}
.glamping-prof .col2.lead-caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
	width: 60%;
}
.glamping-prof .col2.lead-caption p {
    margin-bottom: 0;
    font-size: 105%;
}
.glamping-prof .col2.lead-caption p.headline {
    font-size: 140%;
    font-weight: bold;
}
p.fa_links {
    text-align: center;
}
.gl-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4% auto;
}
.gl-box .wid30 {
    width: 35%;
    margin: 0;
    padding: 0;
}
.gl-box .wid70 {
    width: 60%;
}
#glamping img.aligncenter {
    margin: 0 auto;
}
ol.caution {
    font-size: 90%;
    margin: 0;
}
ol.caution li {
    list-style: none;
    position: relative;
    left: 0;
    padding-left: 15px;
    margin-bottom: 0.25em;
}
ol.caution li:before {
    content: '*';
    position: absolute;
    left: 0;
}
@media print, screen and (max-width: 1280px) {
	.fa-area {
	    flex-direction: column;
	}
	.fa-area .glamping-prof {
	    width: 100%;
	    padding: 2% 0 0 0;
	    border-left: 0;
	    border-top: 1px solid #cccccc;
	}
}
@media print, screen and (max-width: 768px) {
	#glamping h1 {
		font-size: 200%;
		line-height: 1.5;
	}
	#glamping h1 span.large{
		display: inline;		
	}
	.post #glamping h2 {
		font-size: 140%;
	}
	.post #glamping h3 {
		font-size: 130%;
		margin-bottom: 4%;
		
	}
	.gl-box {
		flex-direction: column;
	}
	.gl-box .wid30, .gl-box .wid70 {
		width: 100%;
		margin-bottom: 7%;
	}
	.gl-box .col2 + .col2 {
		margin-bottom: 0;
	}
	#glamping .lead-caption {
		margin: 6.5% auto;
	}
	.glamping-prof .col2.images {
		width: 80%;
		margin: 0 auto;
	}
	#glamping .col2.lead-caption {
		width: 80%;
	}
	.fa-area .fa-name {
	    width: 100%;
	}
	.fa-area .glamping-prof {
	    max-width: 500px;
		padding-top: 10%;		
	}
}
@media print, screen and (max-width: 414px) {
	.fa-area .fa-name {
	    padding-top: 5%;
	}
	.fa-area .glamping-prof {
	    max-width: 350px;
	}
	#glamping img.logo {
		max-width: 250px;
	}
}
#sb_instagram #sbi_images{
	padding: 0 !important;
}