/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
body { font-size:18px; }

a:hover, #index_featured_post .post2 h4.title a:hover, #index_featured_post a, #logo a:hover, #footer_logo_text a:hover
 { color:#16A085; }

.pc #global_menu li a, .archive_headline, .page_navi a:hover:hover, #single_title h2, #submit_comment:hover, #author_link:hover, #previous_next_post a:hover, #news_title h2,
 .profile_author_link:hover, #return_top, .author_social_link li.author_link a
 { background-color:#16A085; }

#comment_textarea textarea:focus, #guest_info input:focus
 { border-color:#16A085; }

#index_featured_post .post2 h4.title a:hover, #index_featured_post a:hover
 { color:#2ECC71; }

.pc #global_menu li a:hover, #return_top:hover, .author_social_link li.author_link a:hover
 { background-color:#2ECC71; }


a.su-button {
	margin-bottom: 5px;
}

/*目次アイコン*/
.su-list ul {
	list-style: none;
}

div.su-custom-gallery {
	margin-bottom: 0;
}

.su-list ul li:before {
	font-family: FontAwesome;
	content: '\f02d';
}

.pc div#global_menu li ul li a {
	background-color: #7A7B7D;
}

/*DL, DT, DD TAGS LIST DATA*/
dl.bimi,dl.bimi dt,dl.bimi dd {
	margin: 0;
	padding: 0;
}

dl.bimi {
	background-color: #5f3436;
	border: 1px solid #000;
	border-top: none;
}

dl.bimi dt {
	color: #fff;
	width: 7em;
	padding: .5em 0 .5em 1em;
	border-top: 1px solid #000;
	float: left;
}

dl.bimi dd {
	background-color: #FFF;
	margin: 0 0 0 7em;
	padding: .5em 1em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

/* 美味伝承ページ */
div#contents div.bimi_title {
	border: 2px solid #5f3436;
	overflow: hidden;
}

div#contents h2.bimi {
	background: #000 url(https://www.machinet.jp/wp-content/uploads/bimi-densho.png) no-repeat 100% 0;
	height: 45px;
	font-size: x-large;
	font-family: serif;
}

@media screen and (max-width: 480px) {
	div#single_title h2.bimi {
		background: #000 url(https://www.machinet.jp/wp-content/uploads/bimi-densho.png) no-repeat 100% 0;
		height: 40px;
		padding-top: 53px;
		font-size: large;
		font-family: serif;
	}
}

/*** レスポンシブテーブルデザイン ***/
.shokai {
	width: 100%;
	border: 2px solid #d6ceb4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.shokai th {
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #eeece4;
}

.shokai td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: dotted 1px #e0dccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

@media (max-width: 400px) {
	.shokai th {
		width: 100%;
		display: block;
		margin: 0 auto;
		border: none;
		border-radius: 3px;
	}
	
	.shokai td {
		display: list-item;
		width: 100%;
		border-top: none !important;
	}
}

/* end */
.pc #global_menu ul ul.sub-menu {
	background-color: #81F3FD;
}

/*ヘッダー*/
div#header_menu {
	float: left;
	margin: 10px 20px 0 0;
}

div.footer h3.side_headline {
	background: #ffffff;
}

/* グラデーション */
.button {
	position: relative;
	display: block;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .3s;
	margin: 5px 0;
}

.side_widget img {
	width: 18px;
}

a.link1,a.link1:visited {
	border: 2px solid #017b4e;
	color: #017b4e;
}

a.link2,a.link2:visited {
	border: 2px solid #EE6557;
	color: #EE6557;
}

.side_widget a.link2 img {
	width: 18px;
	margin-right: 5px;
}

a.link3,a.link3:visited {
	border: 2px solid #1D77EF;
	color: #1D77EF;
}

.button::before,
.button::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all .3s;
}

.button::before {
	border-top: 2px solid #00a0d2;
	border-bottom: 2px solid #00a0d2;
	transform: scale(0,1);
}

.button::after {
	border-right: 2px solid #00a0d2;
	border-left: 2px solid #00a0d2;
	transform: scale(1,0);
}

.button:hover {
	color: #00a0d2;
}

.button:hover::after,
.button:hover::before {
	transform: scale(1);
}

a.machi {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1D77EF',endColorstr = '#61A0F4');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1D77EF',endColorstr = '#61A0F4')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top,#1D77EF,#61A0F4);
	background-image: -ms-linear-gradient(top,#1D77EF,#61A0F4);
	background-image: -o-linear-gradient(top,#1D77EF,#61A0F4);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#1D77EF),to(#61A0F4));
	background-image: -webkit-linear-gradient(top,#1D77EF,#61A0F4);
	background-image: linear-gradient(top,#1D77EF,#61A0F4);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.su-button-center span {
	color: #EE6557;
	padding: 2px 16px;
	font-size: 13px;
	line-height: 20px;
	border-color: #f39389;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: none;
}

a.links {
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FF9500',endColorstr = '#FF5E3A');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FF9500',endColorstr = '#FF5E3A')";
	background-image: -moz-linear-gradient(top,#FF9500,#FF5E3A);
	background-image: -ms-linear-gradient(top,#FF9500,#FF5E3A);
	background-image: -o-linear-gradient(top,#FF9500,#FF5E3A);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#FF9500),to(#FF5E3A));
	background-image: -webkit-linear-gradient(top,#FF9500,#FF5E3A);
	background-image: linear-gradient(top,#FF9500,#FF5E3A);*/
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

a.higashi {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#008a15',endColorstr = '#039e75');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#008a15',endColorstr = '#039e75')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top,#008a15,#039e75);
	background-image: -ms-linear-gradient(top,#008a15,#039e75);
	background-image: -o-linear-gradient(top,#008a15,#039e75);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#008a15),to(#039e75));
	background-image: -webkit-linear-gradient(top,#008a15,#039e75);
	background-image: linear-gradient(top,#008a15,#039e75);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

h3.side_headline {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#FFE0B2');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#FFE0B2')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top,#ffffff,#FFE0B2);
	background-image: -ms-linear-gradient(top,#ffffff,#FFE0B2);
	background-image: -o-linear-gradient(top,#ffffff,#FFE0B2);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#FFE0B2));
	background-image: -webkit-linear-gradient(top,#ffffff,#FFE0B2);
	background-image: linear-gradient(top,#ffffff,#FFE0B2);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

div#text-4 h3.side_headline,
div#text-3 h3.side_headline {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#a3d1ff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#a3d1ff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top,#ffffff,#a3d1ff);
	background-image: -ms-linear-gradient(top,#ffffff,#a3d1ff);
	background-image: -o-linear-gradient(top,#ffffff,#a3d1ff);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#a3d1ff));
	background-image: -webkit-linear-gradient(top,#ffffff,#a3d1ff);
	background-image: linear-gradient(top,#ffffff,#a3d1ff);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

body.home {
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

div#global_menu > ul > li a {
	font-size: medium;
	font-weight: normal;
}

#header_menu li a {
	font-size: 15px;
}

.pc #global_menu li#menu-item-1972 a,
.pc #global_menu li#menu-item-27 a,
.pc #global_menu li#menu-item-1971 a {
/*background-color: #E9872E;*/
	background-color: #DDDDDD;
	font-size: 15px;
	font-weight: normal;
}

.pc #global_menu li#menu-item-1970 a {
	background-color: #018E2A;
	font-size: 15px;
	font-weight: 400;
}

/* 検索フォーム */
div.search_area {
	width: 330px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 56px;
	background: #fff;
}

/* index左側 */
div#index_recent_post li {
	width: 95%;
	height: 100%;
	border: none;
}

/* バックナンバー注目記事 */
span.small {
	font-size: smaller;
	color: #999;
	margin-left: 15px;
}

div#global_menu img {
	vertical-align: middle;
}

/* フッター */
.footer {
	margin: 15px 0 0 120px;
}

.footer-text {
	font-size: small;
}

/* コメントフォーム */
.asterisk {
	margin: 0 0 0 .2em;
	color: #f5637a;
}

span.wpcf7-list-item {
	display: block;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: .5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"] {
	font-size: 100%;
	padding: .2em .4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

/* 注目記事 */
h3.chumoku:before {
	color: #e9872e;
	content: "\f00c";
	font-family: "FontAwesome", sans-serif;
	margin-right: 5px;
}

h3.chumoku {
	padding-bottom: 5px;
	border-bottom: 3px solid #222;
	margin-bottom: 5px;
	font-size: initial;
}

.clearfix2 {
	display: block;
}

#index_recent_post div.book_new {
	font-size: 11px;
	width: 300px;
	float: left;
	margin: .5em 2em .5em .5em;
}

#index_recent_post div.book_new ul {
	border-left-width: 0;
	border-right-width: 0;
	margin: 0 0 1.5em !important;
	padding: 0 !important;
	background: #f9f9f9;
}

#index_recent_post div.book_new li {
	border-left-width: 0;
	border-right-width: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 100%;
	line-height: 110%;
	margin: 0 0 10px;
	padding: 0 0 0 9px;
	background: none;
	font-size: smaller;
}

/* リンク見出し */
span.link {
	display: block;
	font-size: 81%;
	padding-top: 5px;
	border-top: 2px solid #222;
}

span.link:before {
	color: #0C555D;
	content: "\f0d7";
	font-family: "FontAwesome", sans-serif;
	margin: 0 5px;
}

/* index_iconリスト */
#left_col ul#icon_list li {
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	line-height: 100%;
}

/* 施設タイトルH2 */
div#single_title h2:before {
	color: #fff;
	margin-right: 10px;
	font-family: "FontAwesome";
	font-weight: 100;
	content: "\f138";
	font-size: 130%;
}

#left_col h5,#main_col h5 {
	position: relative;
	padding: 0 0 10px 20px;
	border-bottom: 3px solid #ddd;
	font-size: 17px;
}

#left_col h5:after,#main_col h5:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background: #1D62F0;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

#left_col h5:before,#main_col h5:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: #1D62F0;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

#left_col h6 {
	position: relative;
	padding: 10px 20px;
	margin: 10px 15px 15px;
	border-top: 3px solid #ffe9c9;
	border-left: 3px solid #ffe9c9;
	border-right: 3px solid #ffe9c9;
	font-size: 15px;
}

#left_col h6:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 3px solid #ffe9c9;
	z-index: 0;
}

#left_col h6:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 30px;
	width: 12px;
	height: 12px;
	border-left: 3px solid #ffe9c9;
	border-bottom: 3px solid #ffe9c9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	z-index: 100;
}

img.app2 {
	float: left;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 20px;
}

iframe#twitter-widget-0 {
	width: 598px;
}

#news_list .news_date {
	font-size: 12px;
	margin: 0 0 7px 5px;
	padding: 0;
	line-height: 100%;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/* index_最近の記事 */
div#left_col #index_recent_post .info {
	float: left;
	width: 188px;
	margin: 10px 0 0;
}

#index_recent_post h4.title {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 160%;
	height: 30px;
	overflow: hidden;
}

div.info img {
	width: auto;
	height: 25px;
}

#tb1 th {
	background: #eee;
	font-weight: normal;
}

.textwidget {
	font-size: 1.3em;
}

#left_col h3.machi-yume {
	position: relative;
	padding: 10px 20px;
	margin: 0;
	border: 3px solid rgba(231,76,60,1.0);
	font-size: 22px;
}

#left_col h3.machi-yume:after {
	content: "";
	position: absolute;
	top: -12px;
	left: -12px;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid rgba(231,76,60,1.0);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#left_col h3.machi-yume:before {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid rgba(231,76,60,1.0);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

a:-webkit-any-link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ボタン */
div.su-button-center .su-button small {
	display: block;
	margin: -.2em 0 0;
	color: inherit;
	text-align: center;
	font-style: normal;
	font-size: .7em;
	line-height: 1;
	opacity: .7;
	filter: alpha(opacity=70);
}

/*真ん中ウィジェットタイトル*/
#right_col h3.side_headline {
	position: relative;
	padding: 0 0 0 30px;
	border-bottom: 3px solid #ddd;
}

#right_col h3.side_headline:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 10px;
	left: 10px;
	font-size: 26px;
	border: 2px solid #1D62F0;
}

#right_col h3.side_headline:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 10px;
	left: 10px;
	font-size: 26px;
	border: 2px solid #1D62F0;
}

/* 真ん中リスト画像 */
.side_widget div.su-list ul li {
	line-height: 110%;
	margin: 0 0 10px;
	padding: 0 0 0 9px;
	background: none;
	font-size: smaller;
}

/* 施設タイトル */
span.name,div.info h4.title a {
	background: -moz-linear-gradient(transparent 60%,#ffe9c9 0%);
/* Firefox用 */
	background: -webkit-linear-gradient(transparent 60%,#ffe9c9 0%);
/* Safari用 */
	background: -ms-linear-gradient(transparent 60%,#ffe9c9 0%);
/* IE用 */
	background: -o-linear-gradient(transparent 60%,#ffe9c9 0%);
/* Opera用 */
	background: linear-gradient(transparent 60%,#ffe9c9 0%);
/* Default */
}

span.name:before {
	color: #222;
	content: "\f0da";
	font-family: "FontAwesome", sans-serif;
	margin: 0 1px 0 5px;
}

/*防災*/
#index_recent_post ul.bosai {
	border-left: 0;
	border-right: 0;
	padding: 0;
	background: #f9f9f9;
	margin: 0 0 20px;
}

#index_recent_post li.bosai {
	width: 100%;
	display: block;
	border: 0 solid #ccc;
	border-bottom: 0 solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*ulマージン*/
#index_recent_post ul.margin {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	background: #f9f9f9;
	margin: 0 0 20px;
}

/* 左部分タイトル */
#left_col h3.headline1 {
	position: relative;
	padding: 10px 20px;
	margin: 0;
	border: 3px solid #ffe9c9;
	font-size: 22px;
}

#left_col h3.headline1:after {
	content: "";
	position: absolute;
	top: -12px;
	left: -12px;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #ffe9c9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#left_col h3.headline1:before {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #ffe9c9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 右部分タイトル */
#side_col h3.side_headline {
	position: relative;
	padding: 0 0 10px;
	font-size: 120%;
	text-align: center;
}

#side_col h3.side_headline:after {
	content: "";
	position: relative;
	top: 0;
	width: 20px;
	height: 0;
	border-bottom: 3px solid #1D62F0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

#side_col h3.side_headline:before {
	content: "";
	position: relative;
	top: 0;
	width: 20px;
	height: 0;
	border-bottom: 3px solid #1D62F0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
}

/* 最新記事表示 */
#single_new li {
	overflow: hidden;
	clear: both;
	list-style: none;
	border-bottom: 1px dotted #383C3F;
	padding: 0 0 9px;
	margin: 0 0 8px;
}

#single_new img {
	float: left;
	border: solid 5px #3D3E3C;
	border-image: initial;
	width: 140px;
}

#single_new a:hover img {
	float: left;
	border: solid 5px #3CF;
	border-image: initial;
}

#single_new .title {
	float: left;
	padding: 0;
	font-weight: bold;
	line-height: 120%;
	text-shadow: 2px 2px 3px #CCC;
	border-bottom: none;
}

#single_new li:hover {
}

#single_new li:hover .title {
}

#single_new li:hover .title a {
}

#single_new li .date {
	color: #333;
	font-weight: normal;
	line-height: 120%;
	text-shadow: none;
}

#single_new li:hover .date {
}

/* --- リストエリア --- */
div.post ul.thumbnail {
	width: 100%;
/* リストエリアの幅 */
	margin: 0;
	padding: 0 0 30px;
/* リストエリアのパディング（上、左右、下） */
	list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
	width: 150px;
/* 項目の幅 */
	float: left;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
	width: 142px;
/* 内容の幅 */
	margin: 0 auto;
/* 内容のセンタリング */
	font-size: 80%;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
/* height: 102px; */
/* 写真エリアの高さ（dt要素の高さを指定する場合） */
	margin-bottom: 5px;
/* 写真エリアの下マージン */
}

ul.thumbnail dt img {
	border: 1px #808080 solid;
/* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
	margin: 0 0 3px;
/* キャプションエリアのマージン（上、左右、下） */
	height: 4em;
/* キャプションエリアの高さ */
	line-height: 120%;
}

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

.clearFix {
	min-height: 1px;
}

.post table ul {
	margin: 5px 0 0 15px;
	font-size: 16px;
}