/* 
Theme Name: FLOW2016
Theme URI: http://www.flow-web.jp/
Version:1.00
 */
 
  /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}
 
 @charset "utf-8";
 
  @-webkit-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-moz-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-o-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-ms-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}

/*全体の調整*/

body{
	margin:0;
	background-color:#F8F5EF;
	font-family: 'メイリオ','Hiragino kaku Gothic Pro', sans-serif;
	position : relative;
	-webkit-animation: fadein 1.5s;
	-moz-animation: fadein 1.5s;
	-o-animation: fadein 1.5s;
	-ms-animation: fadein 1.5s;
	}

a {
	color:#0645AD;
	text-decoration:none;
}

a:visited{
	color:#0645AD;
}

a:hover{
	color:#E1E1E1;
}

a img{
	border-style:none;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}

a:hover img{
	transition: 0.3s;
	opacity:0.5;
}

.center{
	text-align:center;
}

strong{
	font-weight:bold;
}

.spimg{
	display:none;
}

#container{
	margin:0;
}

.inner{
	margin:0 auto;
	width:960px;
	padding:0 20px;
}

/* ▽ヘッダー部 */

#header {
	margin:0;
	padding:0;
}

#headline{
	margin:0;
	padding:2px 0;
	font-size:0.8em;
	color:#777777;
}

.header-scroll{
		width:100%;
	background-color:#FFFFFF;
}


#header-title {

}

#header-title:after{
	content:"";
	display:block;
	clear:both;
}

#header-title h1, #header-title .hx{
	float:left;
	font-size: 1.25em;
	margin:0;
	padding:20px 0;
	font-weight:bold;
}

#header-title h1 a, #header-title .hx a{
	text-decoration: none;
	color:#F27900;
}

.header-tel {
	float:right;
	padding:7px 0 0 0;
}

/*ナビゲーション*/
#menubtn {
	display: none;
}

nav.menu {
	display: block;
}

nav.menu {
	font-size:0.875em;
	margin:0;
	padding:0;
	background:#F27900;
	width: 100%;
}

nav.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

nav.menu ul li{
	float:left;
	width:160px;
}

nav.menu ul li a {
	display:block;
	padding:12px 0;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: 0.6s ease;
}

nav.menu ul li a:hover, .main-navi ul li.current-menu-item a:hover{
	background-color:#B75B00;
}

nav.menu ul li.current-menu-item a{
	background-color:#FFF0E1;
	color:#F27900;
}

nav.menu ul:after {
	content:"";
	display:block;
	clear:both;
}

nav.menu ul{*zoom:1;
}



.fixed{
	position: fixed;
	top:0 ;
	z-index:100;
	-webkit-box-shadow:0px 4px 4px #CCCCCC;
	box-shadow:0px 4px 4px #CCCCCC;
}

/* ヘッダー画像 */
#header-image{
	background-size:cover;
	background-position:25% 100%;
	background-image:url(images/main_bg.jpg);
	height:637px;
}

#header-image_mini{
	background-size:cover;
	background-position:25% 100%;
	background-image:url(images/main_bg.jpg);
	height:390px;
}

.mainimage{
	padding-top:40px;
}

.mainimage-mini{
	padding-top:20px;
}

/* ヘッダー画像 */
.three-box{
	margin:0;
}

.three-box:after{
	content:"";
	display:block;
	clear:both;
}

.box1{
	float:left;
	width:298px;
	margin-right:30px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
}

.box2{
	float:left;
	width:298px;
	margin-right:30px;
	background-color:#FFFFFF;
		border:1px solid #CCCCCC;
			border-bottom:2px solid #CCCCCC;

}

.box3{
	float:right;
	width:298px;
	background-color:#FFFFFF;
		border:1px solid #CCCCCC;
			border-bottom:2px solid #CCCCCC;

}

.box1 p, .box2 p, .box3 p{
	font-size:0.875em;
	font-color:#444444;
	padding:8px;
	line-height:1.8;
}

.box1 img, .box2 img, .box3 img{
	width:100%;
	height:auto!important;
}

.box-h{
	font-size:1.2em;
	text-align:center;
	padding:12px 0;
	background-color:#F27900;
	color:#FFFFFF;
	font-weight:bold;
}

/* パンくずリスト */
.breadcrumbs{
	font-size:0.875em;
	padding:20px 0 0;
}

.breadcrumbs a{

}

/*▽コンテンツ部*/

#content {
	margin:0;
}

#content:after{
	content:"";
	display:block;
	clear:both;
}

#content-left{
	float:right;
	margin:20px 0 40px;
	width:642px;
}

#content strong{
	font-weight:bold;
}

/*トップページLP*/

.main-phone{
	margin:10px 0 20px;
}

.bg-white{
	background-color:#FFFFFF;
	padding:40px 0;
}

.bg-brown{
	background-color:#CDBA92;
		padding:40px 0;
}

.bg-cream{
	background-color:#F8F5EF;
	padding:30px 0;
}

.bg-blue{
	background-color:#F27900;
	padding:40px 0 20px;
}

.bg-lightblue{
	padding:40px 0 20px;
	background-color:#F3FFE6;
	}

#top-lp h3{
	font-size:2em;
	color:#F27900;
	margin-bottom:12px;
}

#top-lp p{
	font-size:1em;
	line-height:2;
	color:#444444;
	margin-bottom:18px;
}

#top-lp i{
	padding-right:6px;
}

#top-lp lp-header .bg-brown h2, #top-lp .bg-brown p{
		color:#FFFFFF;
}

#top-lp .lp-header h2{
	text-align:center;
	font-size:2.5em;
	font-weight:bold;
		color:#F27900;
		padding:20px 0;
}

#top-lp .bg-brown .lp-header h2{
	text-align:center;
	font-size:2.5em;
	font-weight:bold;
		color:#FFFFFF;
		padding:20px 0;
}

#top-lp .bg-blue .lp-header h2{
	text-align:center;
	font-size:2.5em;
	font-weight:bold;
		color:#FFFFFF;
		padding:20px 0;
}

#top-lp .lp-header p{
	text-align:center;
	margin-bottom:10px;
}

#top-lp .bg-blue .lp-header p, #top-lp .bg-brown .lp-header p{
	text-align:center;
	margin-bottom:10px;
	color:#FFFFFF;
}

#top-lp img.onayami{
	margin:0 auto;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:10px 0 20px;
}

#top-lp .bg-blue h3, #top-lp .bg-blue p{
	color:#FFFFFF;
}


.profile p{
	font-size:0.9em;
}

/* 64横並び */
.twobox-64{
	text-align:left;
	margin-bottom:20px;
}

.twobox-64 h3{
	font-size:1.5em;
	padding-bottom:20px;
}

.twobox-64 p{
	line-height: 2;
}

.twobox-64 img{
	max-width:100%;
	height:auto!important;
}

.twobox-64l{
	float:left;
	width:58%;
	padding: 12px 0;
}

.twobox-64r{
	float:right;
	width:38%;
	padding: 12px 0;
}

.twobox-64:after{
	content:"";
	display:block;
	clear:both;
}

/* 46横並び */
.twobox-46{
}

.twobox-46 img{
	max-width:100%;
	height:auto!important;
}

.twobox-46l{
	float:left;
	width:38%;
	padding: 12px 0;
}

.twobox-46r{
	float:right;
	width:58%;
	padding: 12px 0;
}

.twobox-46:after{
	content:"";
	display:block;
	clear:both;
}

/*LP内３ボックス*/
.lp-box{
}

.lp-box:after{
	content:"";
	display:block;
	clear:both;
}

.fixblock {
	background: url("images/lpbg01.jpg");
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
}
	

/*投稿*/
#post {
	color:#444444;
	font-size: 1em;
	line-height: 1.8;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}

.entry{
	padding:0 20px;
}

#post p{
	line-height: 1.9;
	margin-bottom:1em;
}

.entrytitle{
	color:#FFFFFF;
	font-size:1.2em;
	padding:20px;
	margin-bottom:20px;
	background-color:#F27900;
}

.entrytitle a{
	color:#FFFFFF;
	text-decoration:none;
}

.entry h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	background-color:#F27900;
	margin-bottom:10px;
}
.entry h3 {
	color: #F27900;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #F27900;
	margin-bottom:10px;
}
.entry h4 {
	color: #F27900;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 10px;
	margin-bottom:10px;
	border-left:4px solid #F27900;
}

.six-box {
	margin:20px 0;
}

.six-box img{
	width:100%;
	height:auto!important;
}

.six-box a:hover{

}

.six-box:after {
	content:"";
	display:block;
	clear:both;
}

.boxA{
	float:left;
	width:290px;
}

.boxB{
	float:right;
	width:290px;
}

.boxA p, .boxB p{
	padding:0;
	font-size:1em;
	line-height:1.8;
}

.six-box1{
}

.six-box2{
}

.six-box3{
}

#post p.more{
	margin:10px 0px 40px 0px;
	text-align:right;
	font-size:0.875em;
}

#post p.more a{
	color:#444444;
	padding:4px;
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	text-decoration:none;
}

#post p.more a:hover{
	background-color:#CCCCCC;
}

/*記事内の画像*/
#post img{
	max-width: 100%;
	height: auto!important;
}


.catchimg img{
	clear:both;
	display: block;
	max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright{
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
}

.wp-caption{
	border: 1px solid #AAAAAA;
	text-align: center;
	padding-top: 3px;
}

.thumb{
	text-align: center;
}

.maruimage{
        border-radius: 20px}

/* 記事のテーブル */
#post table {
	margin: 0 0 1em 0;
	border-collapse: collapse;
}
#post td {
	border: 1px solid #E0E0E0;
	padding: 15px;
	font-size: 0.875em;

}
#post th {
	border: 1px solid #E0E0E0;
	padding: 15px;
	font-size: 0.875em;
	background-color: #FFFFF1;
	text-align: center;
}

#post ul, #post ol {
	margin:10px 20px;
	line-height:1.8;
	color:#444444;
}

#post ul {
	list-style-type:disc;
}

#post ol {
	list-style-type:decimal;
}

/*ページナビ*/

.pagination {
clear:both;
padding:20px;
position:relative;
	font-size:0.875em;
line-height:1.5;
}

.pagination:after{
	content:"";
	display:block;
	clear:both;
}
  
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #F27900;
	border-radius:3px;
	box-shadow:2px 2px 2px #EEEEEE;
}
  
.pagination a:hover{
color:#fff;
background: #CCCCCC;
}
  
.pagination .current{
padding:6px 9px 5px 9px;
background: #CCCCCC;
color:#565461;
}

.flow3box{
	margin:20px;
}
.flow3box:after{
	content:"";
	display:block;
	clear:both;
}

.flow3box-h{
	font-size:1.15em;
	background-color:#F27900;
	color:#FFFFFF;
	padding:4px;
}

.flow3box p{
	padding:10px;
	margin-bottom:0px;
	font-size:0.9em;
}

.flow3box-1{
	float:left;
	width:31%;
	margin-right:3.5%;
	background-color:#FFFFEE;
}

.flow3box-2{
	float:left;
	width:31%;
	margin-right:3.5%;
	background-color:#FFFFEE;
}

.flow3box-3{
	float:right;
	width:31%;
	background-color:#FFFFEE;
}

.flow3box-1 img, .flow3box-2 img, .flow3box-3 img{
	width:100%;
	height:auto!important;
}

.soudan-area p{
	line-height: 1.9;
	margin-bottom:1em;
	padding:10px;
}

.wpcf7-textarea{
	width:90%;
}

.wpcf7-submit {
font-size: 1.2em;
padding: 5px 20px;
background-color: #F27900;
color: #fff;
border-style: none;
}
 
.wpcf7-submit:hover:enabled {
background-color: #999;
color: #fff;
}

/*▽サイドバー部*/
#sidebar {
	float: left;
	width: 260px;
	font-size: 0.875em;
	margin:20px 0 40px;
}

.side-banner img{
	margin-bottom:20px;
}

/*サイドバーの見出し*/
.side-h {
	background-color:#FFFFFF;
	color: #444444;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dotted #CCCCCC;
	font-size:1.1em;
		border-top:4px solid #F27900;
}

/*リスト表示*/
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	line-height: 2;
}
#sidebar li li {
	list-style: none;
	line-height: 2;
}

#sidebar li li a{
	display:block;
	padding:6px 10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #EFEFEF;
}

#sidebar li li a:hover {
	background-color:#EFEFEF;
	color:#444444;
}

#sidebar img {
	max-width: 100%;
	height: auto !important;
}

#sidebar p{
	margin:0 10px 20px;
}

#sidebar .textwidget{
	padding:10px;
	font-size:90%;
	background-color:#FFF;
}

#sidebar .side-tel{
	background-color:#FFF;
}

/*▽フッター*/

#footer{
	background-color:#F27900;
	color:#FFFFFF;
	font-size:0.875em;
	padding:20px 0;
	text-align:center;
}

#footer a{
	color:#FFFFFF;
}

/*ページトップへ*/
#back-top {
    position: fixed;
    bottom: 5%;
    right: 3%;}

#back-top span {
    width: 29px;
    height: 28px;
    display: block;}