@charset "UTF-8";
/*
Theme Name: twp Camellia
Theme URI: https://taratorowp.com/camellia/
Author: taratoro WP
Author URI: https://taratorowp.com
Version:1.2.1
Description:好きな配色にできるテーマです。
Text Domain: twp-camellia
*/


/*-----------------続きを読む（未使用）-----------------*/
/*
a.readmore {
	background-color:inherit;
	border:1px solid #999;
	color:#999;
	transition-duration:0.3s;}
a.readmore:hover {
	background-color:#666;
	color:#efefef;
}
*/
/*-------------------------------------------*/
/*	WEBフォント（アイコン）
/*-------------------------------------------*/
@font-face {
  font-family: 'twp-icon';
  src:  url('images/fonts/twp-icon.eot?6p6t6c');
  src:  url('images/fonts/twp-icon.eot?6p6t6c#iefix') format('embedded-opentype'),
    url('images/fonts/twp-icon.ttf?6p6t6c') format('truetype'),
    url('images/fonts/twp-icon.woff?6p6t6c') format('woff'),
    url('images/fonts/twp-icon.svg?6p6t6c#twp-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'twp-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 300%;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twp-svg_i-arrow-l:before {
  content: "\e900";
}
.icon-twp-svg_i-arrow-r:before {
  content: "\e901";
}
.icon-twp-svg_i-clock:before {
  content: "\e902";
}
.icon-twp-svg_i-fb:before {
  content: "\e903";
}
.icon-twp-svg_i-folder:before {
  content: "\e904";
}
.icon-twp-svg_i-insta:before {
  content: "\e905";
}
.icon-twp-svg_i-rss:before {
  content: "\e906";
}
.icon-twp-svg_i-sankaku-l:before {
  content: "\e907";
}
.icon-twp-svg_i-sankaku-r:before {
  content: "\e908";
}
.icon-twp-svg_i-tag:before {
  content: "\e909";
}
.icon-twp-svg_i-tw:before {
  content: "\e90a";
}

/************************************
　リセット
*************************************/
* {
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-moz-text-size-adjust: 100%;/*フォントサイズ調整*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1;
}

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

.wrap {
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 0;
}
ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

#content h1 {
	margin: 10px auto;
	padding:50px 0;
	text-align:center;
}

/*HOME本文枠（冒頭）の見出し3：フォント大きめ*/
#content .top-info h3 {
	padding: 10px 0;
	margin-bottom: 0;
	/*background:inherit;*/
	border-top:none;
	font-size: 140%;
}

/*本文エリア　見出し2*/
#content h2 {
	padding: 10px;
	line-height: 1.4;
	margin-top:30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content h3 {
	padding:15px 0 5px;
}
/*フォントサイズ*/
h1 {font-size: 180%;}
h2 {font-size: 130%;
	-webkit-margin-before: 30px ;
    -webkit-margin-after: 10px;}
h3 {font-size: 120%;
	-webkit-margin-before: 30px ;
    -webkit-margin-after: 10px;}
h4 {font-size: 110%;
	-webkit-margin-before: 30px ;
    -webkit-margin-after: 10px;}
h5 {font-size: 105%;
	-webkit-margin-before: 30px ;
    -webkit-margin-after: 10px;}
h2+h3 {margin-top:30px;}
p {
	font-size: 100%;
	line-height: 1.8;
	margin: 1.4em 0;
}
p.editlink {
	font-size: 83%;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
/*ページ内のリスト */
#content ul {
	margin:10px 0 0 20px;
	list-style:circle;
}
#content ol {
	margin:10px 0 0 20px;
	list-style-type:decimal;
}
#content li {
	padding:5px 0;
	font-size:100%;
	line-height:1.6;
}
li.bypostauthor {
	font-size:83%;
}
/* テーブル */
table {
	border-collapse: collapse;
}
.site-content table {
	width:100%;
	height:inherit;
	margin:20px auto;
}
.site-content table th {
	font-size:100%;
	line-height:1.5;
	padding:8px;
}
.site-content table td {
	font-size:100%;
	line-height:1.5;
	padding:8px;
}
/*フロート解除*/
.clear {clear: both;}
.clearfix:before, .clearfix:after {
	content: "."; 
	display: block; 
 	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

/*角丸*/
.radius3px {
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	behavior: url(border-radius.htc); /* IE */
}
.radius5px {
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	behavior: url(border-radius.htc); /* IE */
}
.radius {
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url(border-radius.htc); /* IE */
}
hr {
	border:1px dashed #ad816a;
	margin:20px auto;
	clear:both;
}
.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.aligncenter {
	display:block;
	margin:10px auto;
	text-align:center;
}
/*キャプション*/
.wp-caption {
	max-width:100%;
	height:auto;
	text-align: center;
	padding-top: 4px;
	margin:5px 0 15px;
}
.wp-caption-text {font-size:79%;}
.sticky {
    border-top: 4px solid #633;
    padding: 10px 20px;
}
.gallery-caption,
.wp-caption-text {
    font-size: 83%;
	line-height:1.5;
}

/* 引用 */
blockquote {
	background-color:#efefef;
	margin:30px 0;
	position:relative;
	padding:2em 1em;
}
blockquote:before{
content:"“";
font-size:400%;
line-height:1em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#ccc;
position:absolute;
left:10px;
top:0;
}
blockquote:after{
content:"”";
font-size:400%;
line-height:0em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#ccc;
position:absolute;
right:10px;
bottom:0;
}
/* コメントは受付けていませんを消す */
.nocomments {display: none;}
/*続きを読むのリンク*/
.readmore {
	margin:2px 0 4px;
}
a.readmore {
	padding: 8px 10px;
	font-size: 90%;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	display:block;
	float:right;
}
/*------------------------
　固定ページ 
------------------------*/
.page-header-title {
	position: relative;
	width: 900px;
	height: 140px;
	margin: 20px auto 50px;
}
.page-header-title img {
	width: 900px;
	height: 140px;
	object-fit: cover;
}
#content .page-header-title h1 {
	position: absolute;
	left:0;
	right: 0;
	top: 5px;
	bottom: 0;
	margin:auto;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.page-header-img {
	margin: 5px auto 0;
}
/*------------------------
　添付ファイルページattachment.php
------------------------*/
p.attachment-link {
	text-align:center;
	clear:both;
}

/*---------------------------------------------------
 <iframe></iframe>のレスポンシブ表示の最大サイズ
-----------------------------------------------------*/
/* iframeを左右一杯に配置したい場合*/
.large-box .responsive-box .responsive iframe {
	width:100%;
}

/*------------------------
　ヘッダー
------------------------*/

header {
	margin:20px 0;
	position:relative;
}
.top-logo h1.no-style {
	margin:0;
	padding:0;
	border:none;
}
.top-logo img {
	margin:10px auto;
	display: block;
}
.top-logo h1 {
	font-size: 200%;
	border: none;
	padding: 0;
	margin:30px 0 10px;
	text-align: center;
}
.top-logo a {
	text-decoration: none;
}
p.catch {
	margin: 0;
	font-size:83%;
	text-align: center;
}
h1.site-title {/*テキストサイトタイトル*/
	margin: 25px auto 20px;
}

/*------------------------
　パンくずリスト
------------------------*/
/*schema.org構造化データ*/
.twp-breadcrumb {
	clear: both;
	overflow:hidden;
	margin:20px 0 0 30px;
}
.archive .twp-breadcrumb,
.single .twp-breadcrumb,
.blog .twp-breadcrumb {
	margin:20px 0 0 0;
}
.twp-breadcrumb ol {
	margin:0;
	padding:0;
	font-size:76%;
}
.twp-breadcrumb ol li {
	list-style:none;
	display:inline;
	line-height:1.6;
}
.twp-breadcrumb ol li a {
	padding:0;
	text-decoration: none;
}
.twp-breadcrumb ol li a:hover {
	text-decoration:underline;
}
.twp-breadcrumb ol li:after {
	content: " > ";
	padding:0 5px;
	font-size: 73%;
}
.twp-breadcrumb ol li:last-child:after {
	content:'';
}

/*------------------------
　ヘッダーメニュー
------------------------*/

ul.top-menu {
	*zoom: 1;
	margin: 0 auto;
	text-align: center;
}
ul.top-menu:before,
ul.top-menu:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
ul.top-menu:after{
  clear: both;
}
ul.top-menu li {
	padding: 0;
	font-size: 90%;
	position:relative;
	display: inline-block;
}
ul.top-menu li a {
	display:block;
	text-decoration: none;
	padding: 18px 18px;
	margin: 0 -3px 0 0;
	line-height:1;
}
ul.top-menu li ul.sub-menu {
	position:absolute;
	z-index:9999;
	top:100%;
	left:0;
	margin:0;
	padding:0;
	width:100%;
}
ul.top-menu li ul.sub-menu li {
	width:100%;
}
ul.top-menu li ul.sub-menu li a {
	padding: 13px 5px 13px 8px;
	text-align: left;
	line-height:1.3;
}
/*サブメニューがフェードインして現われる*/
nav#header-menu ul.top-menu li ul.sub-menu {
	visibility: hidden;
 	opacity: 0;
 	transition: 0s;
}
nav#header-menu ul.top-menu li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
}
nav#header-menu ul.top-menu li ul.sub-menu li a {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
nav#header-menu ul.top-menu li:hover ul.sub-menu li a{
	visibility: visible;
	opacity: 1;
}


/*------------------------
　サイドバー
------------------------*/

#sidebar h2 {
	font-size: 90%;
	padding:15px 10px;
	line-height:1;
	margin-top:0;
}
#sidebar ul {
	margin-bottom: 20px;
}
#sidebar p {
	font-size: 93%;
}
.widget img,
.widgets_ctn {
	margin-bottom:10px;
}
.sidebar-widget li {
	padding: 5px 0;
	font-size: 86%;
	line-height: 1.4;
}
.sidebar-widget li a {
	text-decoration: none;
}
.sidebar-widget li a:hover {
	text-decoration: underline;
}

#sidebar .post-date {
	font-size:79%;
	display:block;
	margin-top:5px;
}
.widget_recent_entries li {
	padding:6px 0;
}
.widget_categories li {
	padding:8px 0;
}

/*子カテゴリー*/
#sidebar .widget_categories li ul.children {
	margin:5px 0 0 0;
}
#sidebar .widget_categories li ul.children li {
	border:none;
	font-size:93%;
	padding:5px;
}
/*サイドバーアーカイブ*/
.widget_archive {
	margin-bottom:20px;
}
/*タグクラウド*/
.tagcloud {
	margin-bottom:20px;
	overflow:hidden;
}
/*タグクラウドのフォントサイズを統一*/
.tagcloud a {
    font-size: 83% !important;
	line-height:1.8;
	padding:0 10px 10px 0;
}
/*検索フォーム*/
.searchform {
	margin:30px 0;
}
.rss-widget-icon {
	display: none;
}
.screen-reader-text {
	display: none;
}
#sidebar .responsive {
	margin-bottom:10px;
}

/*------------------------
　カレンダーウィジェット
------------------------*/
#wp-calendar {
    width: 100%;
	margin:20px auto;
	font-size:83%;
	color: #333;
	background-color: #fff;
}
#wp-calendar caption {
	margin:0 0 5px;
}
#wp-calendar thead tr th {
	border:1px solid #ccc;
	text-align: center;
	padding: 5px 3px;
}
#wp-calendar td {
    text-align: center;
    padding: 5px 3px;
    border:1px solid #ccc;
}
#wp-calendar td a {
	text-decoration:underline;
}
#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}
#wp-calendar tbody tr #today {
    background-color: #efefef;
}

/*------------------------
　ページトップへ
------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #aaa;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 40px;
}
#page-top a:hover {
	text-decoration: none;
	background: #ccc;
}
/*------------------------
　HOME スライドショー
------------------------*/
.slider {
	margin-top:30px;
	display:none;/*画像が一瞬縦に並ぶのを避ける*/
}

/*------------------------
　HOME 3PRボックス
------------------------*/
.box-row {
	display: block;

	display:-webkit-box;
	flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	
	-js-display: flex;
 	display: flex;
 	display: -ms-flexbox;
    display: -webkit-flex;

 	justify-content: center;
}
.box-row .box3 {
	flex: 1;
	padding: 0 15px 5px;
	margin: 10px 10px 15px;
	
	width: 31%;
	display: inline-block;
	min-width: 20%;
}
#content .box3 h2 {
	font-size: 100%;
	text-align: center;
	padding: 6px 3px;
	margin:8px 0 12px;
}
.box3 h2 a {
	color:inherit;
	text-decoration:none;
}
.box3 p {
	line-height: 1.5;
	font-size:96%;
	margin:10px 0;
}
.box3 img {
	padding:0 15px;
	display: block;
	margin: 0 auto;
}
p.shosai {
	text-align: right;
	font-size: 83%;
	line-height: 1;
	margin: -5px 5px 15px 0;
}
p.shosai a::before {
	content: '\0025b7';/* ▷ */
}
p.shosai a {
	text-decoration: none;
}
p.shosai a:hover {
	text-decoration: underline;
}

/*------------------------
　HOME news-list
------------------------*/
#content h2.top-news-title {
	margin-top:40px;
}
dl.news-list {
	margin:10px 0 0;
}
.home dl.news-list dt {
	font-size:93%;
	margin:8px 0;
	float:left;
	width:90px;
	line-height:1.5;
}
dl.news-list dd{
	padding:8px 10px 8px 90px;
	margin:0;
	font-size:96%;
	line-height:1.5;
}
p.news-link {
	margin:10px 0 0;
	font-size: 86%;
}
p.news-link a::before {
	content: '\0025b7';/* ▷ */
}
/*お知らせページ*/
.news-post {
	margin-bottom:50px;
}
#content .news-post h1 {
	line-height:1.5;
	text-align:left;
	padding:0 3px;
	margin-bottom: 20px;
	font-size: 150%;
}
#content h5.news {
	padding-top: 20px;
}

/*------------------------
　HOME 新着ブログ
------------------------*/
#content h2.top-blog-title {
	margin-top:20px;
}
.new-blog {
	clear:both;
	padding-top:30px;
}
.blog-new {
	clear: both;
	padding-top:15px;
}
.blog-new p {
	margin-top:1em;
}
.blog-new-img {
	float: left;
	margin: 0 15px 10px 0;
}
.blog-new-img img {
	width:150px;
	height:100px;
	object-fit: cover;
}
p.blog-date {
	font-size: 76%;
	display: block;
	margin:0 0 5px;
	line-height:1;
}
#content h3.blog-title {
	font-weight: bold;
	padding:0;
	margin:10px 0 -10px;
	border:0;
	line-height:1.3;
	font-size: 100%;
}
/*ブログトップへのリンク*/
p.blog-link {
	margin-top:20px;
}


/*------------------------
　ブログトップ
------------------------*/
.more-link {
	font-size:90%;
	float:right;
}
/*------------------------
　ブログ個別記事
------------------------*/
p.date {
	clear:both;
	font-size: 76%;
	margin: 0 0 10px;
}
.post,
.blog-post {
	margin: 0 0 10px 0;
	padding: 5px 0 10px;
}
#content .post h1,
#content .blog-post h1 {
	line-height:1.5;
	text-align:left;
	padding:25px 3px 0;
	margin-bottom: 20px;
	font-size: 150%;
}
#blog-content h1 {
	font-size: 150%;
	line-height: 1.5;
	margin-bottom: 20px;
}
/*記事前後のリンク*/
.paging {
	font-size: 83%;
	line-height: 1.6;
	margin-bottom:40px;
	overflow:hidden;
}
.next, .prev {
	padding: 5px;
}
.next {
	text-align:right;
}
.prev-link-box {
	width:50%;
	float:left;
}
.next-link-box {
	width:50%;
	float:right;
}

.article-icon {
	font-size: 150%;
	vertical-align:-15%;
}

/*------------------------
　コメント欄
------------------------*/
p.comment-form-comment label {
	display:block;
}
.fn {
	font-style:normal;
}
ul.comment-list li {
	list-style:none;
}
li.comment p {
	font-size:13px;/*ここはpxにしないと入れ子になると小さくなる*/
}
.comment-meta {
	font-size:11px;
}
ul.children {
	padding-left:10px;
}
ul.children li ul.children {
	padding-left:0;
}
.navigation {
	margin:20px 0;
}
p.comment-notes {
	font-size:79%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	display:block;
}
/*--------------------------
　ブログ関連記事　Related Posts
---------------------------*/
#content h3.related {
	font-size:90%;
	padding:10px 0;
	line-height:1;
}
ul.single_btm_cate {
	margin:0 0 30px 20px;
}
ul.single_btm_cate li,
.widgets_single_btm li {
	font-size:83%;
	line-height:1.5;
	padding:5px 0;
	list-style: circle;
}
/*--------------------------
　news個別記事の下に表示される新着リスト
---------------------------*/

#content ul.related-list {
	margin:0 0 30px 20px;
	padding:0;
}
#content ul.related-list li {
	font-size:83%;
	line-height:1.5;
	padding:5px 0;
}
.list-date {
	padding-right:15px;
}

.post-article h1 {
	line-height:1.4;
}

/*------------------------
　ブログ一覧、カテゴリー
------------------------*/
#blog-content h1.blog-list-title {
	line-height:1.5;
	padding:15px 0;
	font-size:130%;
}
.blog-post {
	overflow:hidden;
}

.blog-list-date {
	font-size:76%;
	margin:0 0 5px 0 ;
}
.archive .entry-content p {
	margin-top:0;
}

.category .entry-content p {
	margin-top:0;
}
/*ブログアーカイブ*/
#blog-content h1.archive-title {
	border-bottom:none;
	font-size:100%;
	margin:20px 0;
}

/*------------------------------------------
　ブログトップとarchive.phpのページネーション
------------------------------------------*/
.pagenation {
	overflow:hidden;
	margin-bottom:20px;
	padding:0 0 5px;
}
ul.page-numbers {
	text-align: center;
	line-height:2;
}
ul.page-numbers li {
	display: inline-block;
    vertical-align: middle;
	font-size: 78%;
	display: inline;/*ie7*/
    zoom: 1;/*ie7*/
}
ul.page-numbers li a.page-numbers {
	padding: 10px;
}
ul.page-numbers li a.page-numbers:hover {
	text-decoration: none;
}
.current {
	padding: 10px;
	margin: 0;
}

/*------------------------
　contactform7
------------------------*/
table.formtable {
	margin:10px auto 30px;
	width:100%;
}
table.formtable th {
	font-weight:normal;
	padding:10px;
}
table.formtable td {
	font-weight:normal;
	padding:10px;
}
table.formtable td input {
	width:100%;
	height:40px;
	font-size:110%;
}

table.formtable td .wpcf7-radio input {
	width:inherit;
	height:inherit;
	font-size:110%;
}
table.formtable td .wpcf7-checkbox input {
	width:inherit;
	height:inherit;
	font-size:110%;
}

table.formtable td textarea {
	width:100%;
}
.kakunin {
	font-size:90%;
	text-align:center;
}
.kakunin label {
	margin:0;
	padding:0;
}

.wpcf7-submit {
	width: 200px;
	letter-spacing: 1em;
}

.sbt {
	text-align:center;
	font-size:83%;
}
.wpcf7-response-output {
	font-size:90%;
	padding:10px;
}
span.wpcf7-list-item {/*チェックボックス改行*/
display: block;
}


/*送信ボタンを押したときに出てくるメッセージの色*/
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
        color:#B4322B;
        background-color:#F7F1D6;
		border:none;
}
.wpcf7 .wpcf7-mail-sent-ok {
        color:#090;/*#5DAD3E*/
        background-color:#C7E4C4;
		border:none;
}

/*------------------------
　フッター
------------------------*/
footer {
	margin:10px 0 10px;
	text-align: center;
}
p.footer-name {
	font-weight:bold;
	font-size:96%;
	margin:15px 0;
}

#footer-menu ul {
	margin-top: 20px;
}
#footer-menu ul li {
	display: inline;
	padding: 10px 5px;
	font-size: 79%;
	line-height: 1.5;
}
.copyright {
	font-size: 76%;
}
.theme-twp {
	font-size: 65%;
}
p.login {
	margin:-10px auto 10px;
	font-size:76%;
}
/* SNS */
ul.sns-navi {
	margin:20px auto 0;
	padding:0;
}
ul.sns-navi li {
	display:inline;
	padding:0;
	margin:0;
}
ul.sns-navi li a:hover {
	text-decoration: none;
}

/*----------------------------
　検索フォーム
------------------------------*/
.searchform {
	margin:20px auto;
}
.searchform label {
	display:none;
}
.searchform input.searchfield {
	padding:3px;
	font-size:83%;
	width:180px;
}
input.searchsubmit {
	border: 1px solid #999;
	background-color: #fff;
	color:#999;
	margin:0;
	font-size: 76%;
}
/*------------------------
　検索結果
------------------------*/
.search-post .readmore{
	display:none;
}
.search-post .post-title {
	padding-left:10px;
}
#content .search-post .post-title h2 {
	font-size:110%;
	margin:0;
	background-color:inherit;
	border:none;
	padding:5px 0;
	border-bottom:none;
	box-shadow:none;
}
.search-post .post-title p{
	margin:0;
	color:#999;
	font-size:79%;
}
.search-post .post-content p {
	margin:10px 0 50px;	
	padding-left:10px;
}

	
/*------------------------
　メニュートリガー
------------------------*/
#menu-trigger, #menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 999999;
}
#menu-trigger {
	position: relative;
	width: 34px;
	height: 27px;
}
#menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
}
#menu-trigger span:nth-of-type(1) {
	top: 0;
}
#menu-trigger span:nth-of-type(2) {
	top: 12px;
}
#menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-315deg);
	transform: translateY(12px) rotate(-315deg);
}
#menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(315deg);
	transform: translateY(-12px) rotate(315deg);
}

/************************************
   レスポンシブレイアウト
************************************/
/* PC */
@media screen and (min-width: 769px) {
.wrap {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
.tag .wrap,
.category .wrap,
.date .wrap,
.single-post .wrap,
.blog .wrap {
	margin-top: 30px;
}

#sidebar {
	width: 260px;
	float: right;
}
#blog-content {
	width: 650px;
	float: left;
}
.sp-right {
	display: none;
}
#content {
	padding:0 30px;
}
.home #content {
	padding:0;
}

}
/* タブレット以下 */
@media screen and (max-width: 768px) {

/*----------------------------------------------------
　YouTubeやGoogleマップなどiframeをレスポンシブで表示
------------------------------------------------------*/
.responsive {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive iframe, .responsive object, .responsive embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*ヘッダー*/
.sp-right {
	margin-top:5px;
	float:right;
}
.top-logo img {
	margin-top: -20px;
}
p.catch {
	margin: 0 0 5px;
}
/* スライドショー */
.slider {
	margin-top:0;
}
/*コンテンツエリア*/
.wrap {
	margin: 0 20px;
	text-align: left;
}
.twp-breadcrumb {
	margin:20px 0 0 0;
}
#blog-content {
	float: none;
}
#sidebar {
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 20px;
	margin-top:30px;
}
/* HOMEの3つのPR */
.box3 h2 {
	font-size: 93%;
}
.box3 {
	margin: 10px 10px 10px 0;
	width: 31.5%;
}
#content h1 {
	padding: 30px 0;
	margin:0 auto;
}
/*メニュー関連*/
ul.top-menu {
	display: none;
}

nav#header-menu {/*メニューの位置調整*/
	position:absolute;
	top:0;
	width:100%;
	z-index:1000;
}
ul.top-menu {
	padding: 0;
	margin: 60px 0 0;
}
ul.top-menu li {
	text-align: left;
	float:none;
	font-size:100%;
	font-weight:bold;
	display: inherit;
}
ul.top-menu li a {
	display: block;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

nav#header-menu ul.top-menu li:last-child a {
	border-bottom: none;
}
/*ドロップダウン*/
nav#header-menu ul.top-menu li ul.sub-menu {
	visibility:visible;
 	opacity: 1;
 	transition: 0s;
	position:inherit;/*サブメニューの重なり防止*/
}
nav#header-menu ul.top-menu li ul.sub-menu li a{
	visibility:visible;
	opacity: 1;
	transition: 0s;
	text-align:left;
	line-height:1;
	padding: 0 0 0 20px;
	height: 30px;
	line-height: 30px;
	border-top:none;
	font-size: 83%;
	background-color: inherit;
}
/*サイドバー*/
.sidebar-widget li {
	font-size:96%;
}
/*タグクラウドのフォントサイズを統一*/
.tagcloud a {
    font-size: 96% !important;
	line-height:2.5;
}
/*ブログ一覧日付*/
.blog-list-date {
	margin:0 0 10px 0;
	text-align:left;
}
/*テーブル（お問い合わせ）*/
table.formtable th {
	display:block;
	border-bottom:none;
	padding-bottom:0;
}
table.formtable td {
	display:block;
}
/*フッターメニュー*/
#footer-menu ul li {
	line-height:2.5;
	padding: 10px 0;
	margin:0 -2px;
}
#footer-menu ul li:after {
	content:"｜";
}
.theme-twp {
	display:block;
}
/*固定ページ*/
.page-header-title {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 auto 20px;
}
.page-header-title img {
	height: 100px;
}
#content .page-header-title h1 {
	position: absolute;
	left:0;
	right: 0;
	top: 5px;
	bottom: 0;
	margin:auto;
}
.page-header-img {
	margin: 0 auto;
	width:100%;
}

}/*タブレットここまで*/

/*-------------------------------------------*/
/*　スマートフォン
/*-------------------------------------------*/
@media screen and (max-width: 480px) {
#content {
	clear: both;
	margin-top:20px;
}
/*画像回り込み解除*/
.alignright {
	display:block;
	float:none;
	margin:15px;
}
.alignleft {
	display:block;
	float:none;
	margin:15px;
}

.no-sp {
	display:none;
}
.wrap {
	margin: 0 15px;
	text-align: left;
}
header {
	margin: 10px 0 0;
}
.top-logo img {
	width:76%;
}

.box-row {
	display: inherit;
    flex-wrap:inherit;
    -ms-flex-wrap:inherit;
    -webkit-flex-wrap:inherit;
	-js-display:inherit;

}
.box-row .box3 {
	flex:inherit;
	padding: 5px 15px;
	margin: 10px auto 20px;
	width: 96%;
	display:inherit;
}
#content .box3 h2 {
	font-size: 110%;
}
.box3 img {
	display:block;
	margin:auto;
	width: 90%;
}
.blog-new-img {
	float:none;
}

#content h1 {
	font-size: 130%;
	line-height: 1.3;
	margin: 10px auto 20px;
	padding: 0;
}
.top-logo h1 {/*サイトタイトル*/
	font-size:140%;
	margin-top: 10px;
}
#content h2 {
	font-size: 110%;
}
#content .top-info h3 {
	font-size:100%;
	padding:0;
}
#content h3 {
	margin: 25px 0 5px;
	padding: 0;
	font-size: 100%;
}
#content h4,
#content h5 {
	margin: 25px 0 5px;
	padding: 0;
	font-size: 90%;
}

#blog-content h1,
#content .post h1,
#content .blog-post h1,
#content .news-post h1 {
	line-height:1.5;
	border-top:none;
	text-align:left;
	padding:10px 0 0;
	margin-bottom: 10px;
	font-size: 110%;
}

/* ページング */
a.page-numbers {
	padding: 10px 9px;
	border: 1px solid #ccc;
}
.current {
	padding: 10px 6px;
}
#footer-menu ul {
	text-align:left;
}
/* 記事前後リンク */
.prev-link-box {
	width:100%;
	float:none;
}
.next-link-box {
	width:100%;
	float:none;
}
.next {
	text-align:left;
	border-left:none;
}
/* お知らせ */
dl.news-list dt.news-date {
	float:none;
	margin:0;
	font-size:86%;
}
dl.news-list dd{
	padding:5px 0;
	margin-bottom:10px;
	font-size:93%;
}
/*記事*/
.post,
.blog-post {
	padding: 5px 0 10px;
}
textarea#comment {
	width: 300px;
}
/*固定ページ*/
#content .page-header-title {
	position: relative;
	width: 100%;
	height: 80px;
	margin: -20px auto 20px;
	}
#content .page-header-title h1 {
	position: absolute;
	left:0;
	right: 0;
	top: 45%;
	bottom:0;
	margin:auto;
	line-height: 1;
}
.page-header-img {
	margin: 0 auto;
	width:100%;
	height: 80px;
}
}/*スマホここまで*/

/*-------------------------------------------*/
/*	印刷用CSS
/*-------------------------------------------*/
@media print{
.wrap {
	margin: 0 auto;
	text-align: left;
	width:960px;
}
#sidebar {
	width: 280px;
	float: right;
}
#content {
	width: 650px;
	float: left;
}
.sp-right {
	display: none;
}
iframe {
	display:inherit;
}
}