<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: NB-02-D1.0
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［オリジナルテーマ］
Version: 1.0
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v1.0
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp
*/

/*-------------------------------------------------------------------------------------------*/
/* 　リセット
/*-------------------------------------------------------------------------------------------*/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
body {
	line-height: 1;
}
div#watch-time  {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear:both; 
	font-size:0; 
	line-height:0;
}
html {
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, table th{
	font-weight: normal;	
}



/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    font-size: 10px;
}
body {
	font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
	color: #666;
    background: #f7f4ef;
	-webkit-text-size-adjust: none;
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-------- リンク設定 --------*/
a {
	color: orange;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
    transition: 0.3s;
}
a:hover, a:active {
	outline: none;
	color: red;
}

/*-------- ベースレイアウト --------*/
*{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.inner {
	display: block;
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
}
header{
	display: inline-block;
	width: 100%;
    background: #fff;
}
#container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#content {
	width: 720px;
	margin-bottom: 20px;
}
#sidebar {
	width: 270px;
	margin-bottom: 20px;
}
#footer{
	display: inline-block;
	width: 100%;
	padding: 60px 0 50px;
	margin-top: 30px;
	background-color: #fff;
}
.box{
	width: 100%;
	padding: 0px;
}
.text p, .single-post p {
	margin-bottom: 20px;
}
.text:after {  
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.text{
    display: inline-block;
}
.text {
    display: block;
} 
:before,
:after {
    font-family: "FontAwesome";
}

/*-------- 画像 --------*/
img {
	max-width: 100%;
	height: auto;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}



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

/*-------- ヘッダトップ --------*/
.header-top {
    display: inline-block;
	width: 100%;
	padding: 5px 0;
    border-bottom: 1px solid #ededed;
    background: #f8f8f8;
}
.header-copy {
	flex-shrink: 10;
    display: inline-block;
    color: #666;
    font-size: 1.3rem;
	text-align: left !important;
	line-height: 1.4;
	padding-top: 10px;
}
.header-sns {
	display: flex;
    float: right;
	margin: 0;
}
.header-sns .fa-facebook-f, .footer-address .fa-facebook-f,
.header-sns .fa-twitter, .footer-address .fa-twitter,
.header-sns .fa-google-plus-g, .footer-address .fa-google-plus-g,
.header-sns .fa-skype, .footer-address .fa-skype,
.header-sns .fa-rss, .footer-address .fa-rss {
	width: 25px;
    height: 25px;
    color: #fff;
	margin: 6px 0 0 2px;
    border-radius: 2px;
}
.fa-facebook-f {
    background: #305097;
}
.fa-twitter {
    background: #00aced;
}
.fa-google-plus-g {
    background: #db4a39;
}
.fa-skype {
    background: #00aff0;
}
.fa-rss {
    background: #f90;
}

/*-------- ヘッダコンテンツ --------*/
header .logo {
	display: block;
    width: 420px;
	height: auto;
	margin: 30px auto 15px;
}
header .logo a img:hover {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
header .header-banner img {
    float: right;
	height: 20px;
	margin: 9px 3px 0 0;
	display: block;
}

/*-------- ヘッダホーム画像 --------*/
#header-img {
	margin: 0;
	line-height: 0;
	z-index: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

/*-------- ヘッダ画像 --------*/
.head-title {
    position: relative;
	height: 150px;
	padding-top: 20px;
	margin: 0 auto 10px;
	background: url(images/head01.jpg) no-repeat center !important;
	-moz-background-size: cover;
	background-size: cover !important;
}
.head-title h1{
	width: 1024px;
    color: #fff;
	font-size: 3rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 15px;
	margin: 0 auto;
}

/*-------- パンくず --------*/
#breadcrumb{
    position: absolute;
    bottom: 0;
	display: block;
    width: 100%;
	padding: 10px;
	background: rgba(255,255,255,0.30);
	margin: 0 auto;
}
#breadcrumb ul{
	display: flex;
    flex-wrap: wrap;
	width: 1024px;
	color: #fff;
	margin: 0 auto;
}
#breadcrumb li, #breadcrumb li a{
    flex-grow: 0;
    font-size: 1.2rem;
	line-height: 2;
    margin-right: 5px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/

/*-------- ホームタイトル --------*/
.top-copy {
    position: relative;
    color: #333;
    font-size: 130%;
    line-height: 2;
    text-align: center;
    padding: 50px 10px 20px;
    background: rgba(255,255,255,0.6);
}
.top-copy strong {
    position: absolute;
    top: -23px;
    left: 50%;
    font-size: 130%;
    padding: 0 20px;
    background: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*-------- ホームお知らせ --------*/
.news li {
    font-size: 1.4rem;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #ccc;	
}
.news .ymd {
    color: #FFF;
    font-size: 1.2rem;
	padding: 3px 10px 4px;
	margin-right: 10px;
    border-radius: 3px;
}
.top_content {
	padding: 20px 20px 10px;
	background: #f5f5f5;
}

/*-------- ホームコンテンツ --------*/
.greeting {
    position: relative;
}
.greeting .w7 {
    padding-bottom: 20px;
}
.greeting .button {
    position: absolute;
    bottom: 0;
    display: block;
    width: 56.6666666667%;
    text-align: center;
}
.greeting .button:hover {
    color: #fff;
}
.top-box {
    padding: 80px 0;
    background: url(images/top-back.jpg) no-repeat fixed bottom;
}
.top-box h2 {
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 20px;
}
.top-box h2 span {
    font-size: 2.4rem;
}
.top-box h2:before {
    content: "";
    flex-grow: 1;
    height: 1px; 
    margin:0 .4em 0 0;
}
.top-box h2:after {
    content: "";
    flex-grow: 1;
    height: 1px; 
    margin:0 0 0 .4em;
}
.top-box h4 {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 8px;
}
.top-box [class^="w"] {
    background: #fff;
}
.top-box [class^="w"] p {
    margin: 5px 20px 15px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 固定タイトル --------*/
h2.title {
	display: inline-block;
	width: 100%;
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1.4;
}
h3.title {
	display: inline-block;
	width: 100%;
	font-size: 2rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1.4;
}
h3.title span {
	font-size: 5rem;
	margin-right: 10px;
}
h5.title {
    display: inline-block;
	width: 100%;
    color: #fff;
	font-size: 1.7rem;
	line-height: 1.4;
    padding: 3px 10px;
}
p.title {
	display: inline-block;
	width: 100%;
	font-size: 1.7rem;
	margin-bottom: 5px;
	line-height: 1.4;
}
.title-box {
    width: 220px;
    text-align: center;
    padding: 5px 10px;
}

/*-------- 固定画像 --------*/
.alignnone, .aligncenter, .alignleft, .alignright {
	display: block;
	position: relative;
}
.aligncenter {
	margin: 0px auto 15px;
}
.alignleft {
	float: left;
	margin: 0px 35px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 35px;
}

/*-------- 検索結果 --------*/
h2.post-list-title {
	font-size: 2rem;
    line-height: 30px;
    margin-bottom: 5px;
}
h2.post-list-title a {
	color: #222;
}
.search-box .title {
	font-size: 1.8rem;
	color: #F30;
	margin-bottom: 20px;
	display: inline-block;
}
.search-box p {
	margin: 20px 0;
}

/*-------- テーブル --------*/
.table-time {
	width: 100%;
	border-collapse: collapse;
	border: 1px #ccc solid;
	margin-bottom: 10px;
}
.table-time tr th {
	font-size: 1.4rem;
	border: 1px #ccc solid;
	background-color: #f4f4f4;
	text-align: center;
	font-weight: normal;
}
.table-time tr td {
	font-size: 1.2rem;
	border: 1px solid #DADADA;
	border: 1px #ccc solid;
	text-align: center;
}
.table1 {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.table1 th {
	color: #0099ff;
	text-align: left;
	padding: 10px 0px;
	font-weight: 400;
	border-bottom: #e3e3e3 1px solid;
}
.table1 td {
	text-align: left;
	padding: 10px 0px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 5px;
}
.table1 th.last,.table1 td.last {
	border-bottom: none;
}

/*-------- リスト --------*/
.list1 {
    color: #333;
}
.list1 li {
    padding: 5px 0 3px;
    text-indent: -1em;
    padding-left: 1em;
}
.list1 li + li {
    border-top: 1px dotted #CCC;
}
.list1 li:before {
    content: "\f138";
    font-size: 1.4rem;
    margin-right: 7px;
}
.list2 {
    counter-reset: li;
    color: #333;
}
.list2 li {
    padding: 5px 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.list2 li:before {
    content: counter(li, decimal) ". ";
    counter-increment: li;
}

/*-------- ボタン --------*/
a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	color: red;
	overflow: hidden;
}

/*-------- Q&amp;A --------*/
.accordion-panel dt {
    display: block;
    width: 100%;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 20px 35px 18px 35px;
    margin: 0px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}
.accordion-panel dt:before {
    content: "\f0fe";
    float: right;
    font-size: 2.2rem;
    margin-top: -5px;
    margin-right: -35px;
}
dt.opened:before {
    content: "\f146";
}
.accordion-panel a {
    color: #222;
}
.accordion-panel dd {
    display: inline-block;
     width: 100%;
    padding: 5px 35px 15px 35px;
    border-bottom: 1px dotted #ccc;
}
.dropcap-q, .dropcap-a {
    float: left;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: bold;
    text-indent: 0px;
    text-align: center;
    overflow: hidden;
    margin: -2px 8px -4px -35px;
    background: #8b9dd3;
    border-radius: 50%;
}
.dropcap-a {
    background: #f29da6;
}
dl#accordion .opened{
    border-bottom: none;
}

/*-------- イベントカレンダー --------*/
.fc-event-container span, .qtip-content {
    font-size: 1.3rem !important;
}

/*-------- 固定コンテンツ --------*/
dt {
    float: left;
    width: 200px;
}
dt, dd {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.profile img {
    background: rgba(255,255,255,0.6);
}

/*-------- プロフィールページ --------*/
dt.dt_year {
    width: 170px;
}


/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿ヘッダ --------*/
.post-header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
	background: none;
}
.cal-single{
    flex-shrink: 0;
	padding: 13px 10px 5px;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 10px 0 0;
	border-radius: 3px;
}
.cal-single .year{
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
}
.cal-single .day{
	color: #E9E9E9;
	margin-bottom: 0px;
}
.blog-info-single{
	flex-grow: 1;
	color: #666;
	font-size: 1.2rem;
	padding: 0px;
}
.blog-info-single ul {
    padding: 5px 0;
    margin-top: 18px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

/*-------- 投稿タイトル --------*/
h2.post-title {
	color: #222;
	font-size: 2.4rem;
	line-height: 1.4;
    margin-bottom: 8px;
}

/*-------- 投稿コンテンツ --------*/
.single-_post{
	word-wrap: break-word;
}

/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
}
.social-sharing ul{
	display: flex;
	justify-content: center;
}
.social-sharing li{
    margin: 0px 5px 0px 0px;
}
.social-sharing li:last-child{
    margin-right: 0px;
}
.social-sharing li img:hover{
    transform: scale(1, 1) ;
    -webkit-transform: scale(1, 1) ;
    -moz-transform: scale(1, 1) ;
    -ms-transform: scale(1, 1) ;
    -o-transform: scale(1, 1) ;
}

/*-------- 投稿ページナビ --------*/
.pagenav {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.pagenav a{
	border-radius: 3px;
}
.prev a{
	margin: 2px 2px 2px 0;
	padding: 6px 15px 5px;
}
.prev a:hover, .next a:hover{
	border: 1px solid red;
}
.prev a:before {
	content: "\f137";
	margin-right: 10px;
}
.next a{
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
}
.next a:after {
	content: "\f138";
	margin-left: 10px;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
	position:relative;
	display:inline-block;
	color: #F60;
	border-bottom: 1px dotted #F60;
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 1.2rem;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
	border-radius: 4px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.tooltip-top.tooltip-movable:before, .tooltip-top.tooltip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.tooltip-top.tooltip-movable:before {
	margin-bottom: -15px;
}
.tooltip-top.tooltip-movable:after {
	margin-bottom: -3px;
}
.tooltip-top.tooltip-movable:hover:before, .tooltip-top.tooltip-movable:hover:after {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.tooltip-top:before, .tooltip-top:after {
	left: 30%;
}
.tooltip-top:after {
	margin-left: -120px;
	height: auto;
	width: 150px;
	padding: 11px;
	line-height: 19px;
	white-space: normal;
	text-align: left;
}
.tooltip-top:after {
	margin-bottom: 7px;
}
[data-tooltip].tooltip-top:before {
}
[data-tooltip].tooltip-top:after {
	color: #ecf0f1;
}
.tooltip-top:before, .tooltip-top:after {
	bottom: 100%;
}
.tooltip-top:before {
	margin-bottom: -5px;
}
/* ソーシャルアイコンツールチップ */
[data-tooltip].social {
	border-bottom: none;
}
[data-tooltip].social:after {
	text-align: center;
	width: 120px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
.post-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.post-list p{
	margin-bottom: 0;
}
.post-list-search{
    margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.search .post-list{
    display: block;
}

/*-------- アイキャッチ --------*/
.image-orver{
	margin-right: 25px;
	padding: 0px;
}
.image-orver{
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 180px;
	display: inline-block;
}
.image-orver a .cover {
	display: inline-block;
	width: 180px;
	height: 180px;
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.image-orver a:hover .cover{
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}

/*-------- 投稿情報 --------*/
div.blog-info {
	flex-basis: 100%;
	flex-shrink: 20;
}
h3.post-list-title a {
	color: #222;
	font-size: 2rem;
    line-height: 1.4;
	padding-bottom: 5px;
}
div.blog-info ul {
	display: flex;
	flex-wrap: wrap;
	color: #666;
	padding: 8px 0px 4px;
    margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
div.blog-info li, div.blog-info li a {
	font-size: 1.2rem;
}
.blog-comment {
	font-size: 1.4rem;
	overflow: hidden;
	display: block;
}
.blog-button {
	color: 666;
    font-size: 1.2rem;
	margin-top: 16px;
	display: inline-block;
	padding: 5px 15px 3px;
	border-radius: 3px; 
}
.blog-button:before {
	content: "\f138";
	font-size: 1.3rem;
	margin-right: 7px;
	vertical-align: top;
}
.blog-button:hover {
	color: #FFF;
	border: 1px solid red;
	background: red;
}
.blog-button:hover:before {
	color: #FFF;
}
.blog-info-single ul {
	display: flex;
}
.blog-info li, .blog-info-single li {
	margin:0 15px 0 5px;
	justify-content: center;
}
.blog-info-single li, .blog-info-single li a {
    font-size: 1.2rem;
}
.blog-info li a, .blog-info-single li a {
	color: #666
}
.blog-info li a:hover, .blog-info-single li a:hover {
	color: red;
}
.blog-info li:before, .blog-info-single li:before {
	margin-right: 7px;
}
.blog-info li.cal:before, .blog-info-single li.cal:before {
	content: "\f073";
}
.blog-info li.aut:before, .blog-info-single li.aut:before {
	content: "\f007";
}
.blog-info li.cat:before, .blog-info-single li.cat:before {
	content: "\f07c";
}
.blog-info li.tag:before, .blog-info-single li.tag:before {
	content: "\f02c";
}

/*-------- ページナビゲーション --------*/
.pagination {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	border-radius: 25px;
}
.pagination .current{
	margin: 0 2px;
	width: 30px;
	height: 30px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 5px;
	border-radius: 15px;
}
.pagination a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	padding-top: 3px;
	padding-bottom: 5px;
    border-radius: 25px;
}
.pagination a:hover{
	color: #fff;
	border-radius: 15px;
	background: red;
}
.pagination a:before{
    display: inline-block;
	font-size: 2rem;
    margin-top: -5px;
}
.pagination a:hover:before{
	color: #fff;
}
.previous-button a:before{
	content: "\f104";
}
.first-button a:before{
	content: "\f100";
}
.next-button a:before{
	content: "\f105";
}
.last-button a:before{
	content: "\f101";
}

	


/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
/*-------- タイトル --------*/
#sidebar .widget h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-bottom:7px;
}

/*-------- ブロック --------*/
.widget{
	width: 100%;
	margin-bottom: 40px;
}

/*-------- 検索 --------*/
#searchform {
	width: 100%;
	display: block;
	height: 34px;
	position: relative;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #e3e3e3 inset;
}
#s {
	width: 100%;
	position: absolute;
	top: 2px;
	left: 5px;
	right: 5px;
	outline: 0;
	background: none;
	line-height: 14px;
	font-size: 1.4rem;
	padding-top: 0px;
	padding-top: 15px\9 !important;
	z-index: 10;
} 
#searchsubmit { 
    position: absolute;
	right: 0px;
	z-index: 90;
	height: 34px;
	width: 34px;
	border-radius: 0 5px 5px 0;
}
#searchsubmit:hover {
	background: red;
}
#search-2 input {
	border: none;
}

/*-------- 最近の投稿（アイキャッチ） --------*/
.widget-post {
	display: flex;
	padding: 7px 0;
	margin-top: 7px;
	border-bottom: 1px dotted #ccc;
}
.widget-post div {
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-post h4 {
	line-height: 1.4;
}
.widget-post h4 a {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 3px;
}
.post-date{
	font-size: 1.2rem;
}
.post-date:before {
	content: "\f073";
	color: #999;
    font-size: 1.2rem;
	margin-right: 7px;
}
.widget-post .cover {
	width: 50px;
	height: 50px;
	margin: 0px 13px 6px 2px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}

/*-------- 最近の投稿（タブ） --------*/
ul.tab-widget:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
ul.tab-widget{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
ul.tab-widget li {
	flex: 1 1 50%;
	text-align: center;
	margin-right: 3px;
}
ul.tab-widget li:last-child {
	background: none;
}
ul.tab-widget li a {
	display: block;
	padding-top: 2px;
	letter-spacing: 1px;
	text-align: center;
	background: #ebebeb;
	line-height: 35px;
}
ul.tab-widget li:last-child {
	margin-right: -4px;
}
ul.tab-widget li a:hover {
	color: #fff;
	background: red;
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover {
	color: orange;
	background: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: -1px;
}
#detail-widget {
	clear: both;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 40px;
	border: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.tabbox-widget {
	display: none;
}
.tabbox-widget .widget-post div{
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-button{
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	padding: 2px 0;
	margin-top: 5px;
	background: #e2e2e2;
}
.widget-button:hover{
	color: #fff;
	background: red;
}
.tabbox-widget .widget-post:last-child {
	border-bottom: none;
}

/*-------- カテゴリー --------*/
.widget_categories li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
	content: "\f07c";
	margin-right: 10px;
}

/*-------- アーカイブ --------*/
label.screen-reader-text {
	display: none;
} 
.widget_archive select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 15px 11px 35px;
	line-height: 1.5;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	border: 1px solid #c0c0c0;
}
.widget_archive:after{
	content: "\f078";
	font-size: 1.4rem;
	padding-left: 5px;
	z-index: 2;
	position: absolute;
	margin-top: -32px;
	margin-left: 10px;
 }

/*-------- 固定ページ --------*/
.widget_pages li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_pages li a:before {
	content: "\f15b";
	margin-right: 10px;
}

/*-------- タグ --------*/
.tagcloud{
	display: flex;
	flex-wrap: wrap;
}
.widget_tag_cloud a{
	color: #fff;
	font-size: 1.2rem !important;
	text-align: center;
	line-height: 1.2;
	margin: 5px 3px 0 0;
	padding: 4px 10px;
	border-radius: 3px;
    transition: 0.5s;
}
.widget_tag_cloud a:hover{
    color: #fff;
	background: red;
}

/*-------- カレンダー --------*/
#wp-calendar {
    width: 100%;
    font-size: 1.2rem;
    border: none
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}
#wp-calendar thead {
    font-size: 1.2rem;
}
#wp-calendar thead th {
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	font-size: 1.2rem;
	text-align: center;
}
#wp-calendar tfoot, #wp-calendar tfoot td {
    background: none;
    border: none;
    font-size: 1.2rem;
    text-align: left;
    padding: 0;
}
#wp-calendar tfoot tr {
    border: none;
}
#wp-calendar td:first-child {
    font-weight: normal;
}
#wp-calendar tbody td {
    background: #eee;
    font-size: 1.2rem;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody td a {
    font-size: 1.2rem;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}

/*-------- バナー --------*/
#banners {
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 20px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- フッダコンテンツ --------*/
#footer .widget{
	margin-bottom: 0px;
}
#footer h3 {
	font-size: 1.8rem;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-style: none;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: orange;
}
.footer-logo {
    display: block;
    font-size: 130%;
    color: #333;
    padding-left: 0 !important;
	margin-bottom: 15px !important;
}
.footer-banners {
    float: right;
    width: 270px;
	color: #fff;
    font-size: 120%;
    text-align: center;
    padding: 10px 20px;
    margin-top: 50px;
}
.footer-banners h3 {
    color: #fff !important;
    font-weight: bold;
    text-align: center !important;
}
.footer-banners a {
	display: block;
    color: #fff !important;
    font-size: 80%;
    margin-top: 5px;
    border: 1px solid rgba(255,255,255,0.3);
}
.footer-banners a:hover {
	background: rgba(255,255,255,0.3);
}
.footer-banners br {
	display: none;
}

/*-------- フッダメニュー --------*/
.footer-under {
	display: inline-block;
	width: 100%;
	padding: 25px 0 20px;
}
.footer-under .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.copyright {
	font-size: 1.2rem;
	color: #FFF;
	margin-top: -5px;
}
.footer-menu a{
	color: #fff;
    font-size: 1.2rem;
}
.footer-menu a:hover{
	color: red;
}
.footer-menu ul{
	display: flex;
}
.footer-menu ul li{
    font-size: 1.2rem;
	border-left: 1px dotted rgba(255,255,255,0.30);
	border-right: 1px dotted rgba(255,255,255,0.30);
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1;
}
.footer-menu ul li + li{
	border-right:1px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}
.footer-menu ul ul li{
	border-right:0px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}

/*-------- フッダアドレス --------*/
#footer .footer-address img {
	margin-right: 5px;
}
#footer .footer-address p {
	padding-left: 30px;
	margin-bottom: 1px;
}

.footer-address .address small {
    display: block;
    line-height: 1.4;
}

#footer .time, #footer .off{
	width: 100%;
	padding-top: 3px;
	padding-left: 0px !important;
	border-top: 1px dotted #CCC;
}
.footer-address p:before { 
	font-size: 1.2rem;
	color: #fff;
	margin: 0 5px 0 -30px;
}
.footer-address .address:before{
	content: "\f015";
	padding: 5px;
}
.footer-address .access:before{
	content: "\f1b9";
	padding: 3px 4px 4px 3px;
}
.footer-address .tel:before{
	content: "\f095";
	padding: 5px 6px;
}
.footer-address .fax:before{
	content: "\f02f";
	padding: 5px;
}
.footer-address .mail:before{
	content: "\f0e0";
	padding: 5px 5px 5px 4px;
}
#footer .footer-sns-line{
	width: 100%;
	margin-top: 1px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

/*-------- ページスクロール --------*/
#page-top{
	z-index: 100;
    position:fixed;
    right:20px;
    bottom:70px;
}
#page-top .fa-angle-up{
    width: 50px;
    height: 50px;
    color: #fff;
	cursor: pointer;
    background-color: orange;
    border-radius: 50%; 
    transition:all 0.3s;
    opacity: 0.8;
}
#page-top .fa-angle-up:hover{
	background-color:orange;
	border-radius: 5px; 
}




/*-------------------------------------------------------------------------------------------*/
/* 　フォーム（Contact Form 7）
/*-------------------------------------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}
form.wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: #fef0f0;
}
.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 {
	width: 100%;
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	width: 100%;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel] {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
    height: 40px;
    font-size: 1.6rem;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.4;
	box-sizing: border-box;
}
textarea {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
    font-size: 1.6rem;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.6;
	box-sizing: border-box;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
  -webkit-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -moz-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -o-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=submit]:hover,
input[type=reset]:hover { border-color: red }
.dual {
	width: 47.5%;
}
.full {
	width: 100%;
}
.wpcf7 p{
	color: #000;
	margin-bottom: 15px;
}
input[type=submit]{
	width: 100%;
	color: #fff;
    font-size: 1.6rem;
	text-align: center;
    letter-spacing: 0.2rem;
	padding: 9px 30px;
	background: orange;
	border: solid 1px orange;
	border-radius: 3px;
    transition: 0.5s;
}
input[type=submit]:hover {
	color: #fff;
	background: red;
}
.star:before{
	content: "\f005";
	color: #f33;
	font-size: 1rem;
	padding-left: 5px;
}
.star2:before{
	content: "\f005";
	color: #f33;
	padding-left: 5px;
}

</pre></body></html>