/* 
Theme Name: FLOW2016v2
Theme URI: http://www.flow-web.jp/
Version:1.4
 */
 
  /** * 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:#FFFFFF;
	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;
}

.spimg{
	display:none;
}

#container{
	margin:0;
}

.inner{
	margin:0 auto;
	width:960px;
	padding:0 20px;
}

.center{
	text-align:center;
}

/* ▽ヘッダー部 */

#header {
	margin:0;
	padding:0;
}

#headline{
	margin:0;
	padding:2px 0;
	font-size:0.8em;
	color:#777777;
}

.header-scroll{
		width:100%;
	background-color:#FFFFFF;
	border-top:2px solid #014D85;
}


#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:15px 0;
	font-weight:bold;
}

#header-title h1 a, #header-title .hx a{
	text-decoration: none;
	color:#014D85;
}

.header-tel {
	float:right;
	padding:2px 0 0 0;
}

/*ナビゲーション*/
#menubtn {
	display: none;
}

nav.menu {
	display: block;
}

nav.menu {
	font-size:0.875em;
	margin:0;
	padding:0;
	background:#014D85;
	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:#00BEFD;
}

nav.menu ul li.current-menu-item a{
	background-color:#01345A;
}

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;
	width:100%;
	background-position:100% 50%;
	background-image:url(images/main_bg.jpg);
	height:729px;
}

#header-image_mini{
	background-size:cover;
	background-position:75% 75%;
	background-image:url(images/main_bg.jpg);
	height:300px;
}

.mainimage{
	padding-top:0;
}

.mainimage-mini{
	padding-top:20px;
}

/* ヘッダー画像 */
.three-box{
	margin:20px 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:#014D85;
	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:640px;
}

/*トップページLP*/

.main-phone{
	margin:10px 0 20px;
}

.bg-white{
	background-color:#FFFFFF;
	padding:50px 0;
}

.bg-maincolor{
	background-color:#014D85;
	padding:50px 0;	
}

.bg-lightmaincolor{
	background-color:#E6F9FF;
	padding:50px 0;	
}

.bg-brown{
	background-color:#CDBA92;
	padding:50px 0;
}

.bg-cream{
	background-color:#F8F5EF;
	padding:50px 0;
}

.bg-green{
	background-color:#478E00;
	padding:50px 0;
}

.bg-lightgreen{
	background-color:#F0FFE1;
	padding:50px 0;
}

.bg-blue{
	background-color:#0159A0;
	padding:50px 0px;
}

.bg-lightblue{
	padding:50px 0px;
	background-color:#EEF8FF;
	}

.bg-p20{
	padding:20px 0px;
}

#top-lp i{
	padding-right:6px;
}

#top-lp .lp-header{
	background-color:#014D85;
	position: relative;
}

#top-lp .lp-header:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 48.5%;
	height: 0;
	width: 0;
	border: solid 20px transparent;
	border-top-color: #014D85;
}

#top-lp .lp-header h2{
	text-align:center;
	font-size:2.25em;
	font-weight:bold;
		color:#FFFFFF;
		padding:20px 0;
}

#top-lp .bg-maincolor .lp-header h2, #top-lp .bg-brown .lp-header h2, #top-lp .bg-green .lp-header h2, #top-lp .bg-blue .lp-header h2{
	text-align:center;
	margin-bottom:10px;
	color:#FFFFFF;
}


#top-lp h3{
	font-size:2em;
	color:#014D85;
	margin-bottom:12px;
}

#top-lp .bg-maincolor h3, #top-lp .brown h3, #top-lp .bg-green h3, #top-lp .bg-blue h3{
	font-size:2em;
	color:#FFFFFF;
	margin-bottom:12px;
}

#top-lp p{
	font-size:1em;
	line-height:2;
	color:#444444;
	margin-bottom:18px;
}

#top-lp .lp-header p{
	text-align:center;
}

#top-lp .bg-maincolor .lp-header p, #top-lp .bg-brown .lp-header p, #top-lp .bg-green .lp-header p, #top-lp .bg-blue .lp-header p{
	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;
}

.profile p{
	font-size:0.9em;
}

/* 64横並び */
.twobox-64{
	text-align:left;
	margin:40px 0 0;
}

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

.twobox-64r{
	float:right;
	width:38%;
	padding:0;
}

.twobox-64:after{
	content:"";
	display:block;
	clear:both;
}

/* 46横並び */
.twobox-46{
	margin:40px 0 0;
}

.twobox-46 img{
	max-width:100%;
	height:auto!important;
}

.twobox-46l{
	float:left;
	width:38%;
	padding:0;
}

.twobox-46r{
	float:right;
	width:58%;
	padding:0;
}

.twobox-46:after{
	content:"";
	display:block;
	clear:both;
}

/* 73横並び */
.twobox-73{
	text-align:left;
	margin:40px 0 0;
}

.twobox-73 h3{
	font-size:1.5em;
	padding-bottom:20px;
}

.twobox-73 p{
	line-height: 2;
}

.twobox-73 img{
	max-width:100%;
	height:auto!important;
}

.twobox-73l{
	float:left;
	width:68%;
	padding:0;
}

.twobox-73r{
	float:right;
	width:28%;
	padding:0;
}

.twobox-73:after{
	content:"";
	display:block;
	clear:both;
}

.six-box {
	margin:40px 0;
}

.six-box:after {
	content:"";
	display:block;
	clear:both;
}

/*2まとまりボックス*/
.boxA{
	float:left;
	width:320px;
}

.boxB{
	float:left;
	width:320px;
}

.boxC{
	float:left;
	width:320px;
}

.boxA p, .boxB p, .boxC p {
	padding:0 25px;
	font-size:1em;
	line-height:1.8;
}

/*LP内３ボックス*/
.lp-box{
}

.lp-box:after{
	content:"";
	display:block;
	clear:both;
}

.fixblock {
	background: url("images/footer_bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
	padding:120px 0;
}

.price1 {
	background: url("images/price1_bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
	padding:30px 0;
}

.price2 {
	background: url("images/price2_bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
	padding:30px 0;
}
	

/*投稿*/
#post {
	color:#444444;
	font-size: 1em;
	line-height: 1.8;
	margin-bottom:20px;
}

.entry{
	padding:0;
}

#post p{
	line-height: 1.9;
	margin-bottom:1em;
}

.entrytitle{
	color:#444444;
	font-size:1.3em;
	padding:12px;
	margin-bottom:20px;
	border:1px solid #014D85;
	border-left:4px solid #014D85;
}

.entrytitle a{
	color:#444444;
	text-decoration:none;
}

.entry h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	background-color:#014D85;
	margin-bottom:10px;
}
.entry h3 {
	color: #014D85;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #014D85;
	margin-bottom:10px;
}
.entry h4 {
	color: #014D85;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 10px;
	margin-bottom:10px;
	border-left:4px solid #014D85;
}

/*記事内の画像*/
#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;
}

.nextstep{
	text-align:center;
	margin:-2em 0 1em;
}


/* 記事のテーブル */
#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;
}

/*続きを読む*/
#post p.more{
	margin:10px 0px 40px 0px;
	text-align:right;
	font-size:0.875em;
}

#post p.more a{
	color:#444444;
	padding:4px 8px;
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	text-decoration:none;
}

#post p.more a:hover{
	color:#FFFFFF;
	background-color:#014D85;
	border:1px solid #CCCCCC;
}


/*お問合せコーナー*/
.soudan-phone, .soudan-web, .soudan-mail {
	font-size:1.3em;
	background-repeat:no-repeat;
	padding:8px 0 8px 60px;
	margin:0;
	font-weight:bold;
	color:#014D85;
}

.soudan-phone{
	background-image:url(images/icon_phone.png);
}
.soudan-web {
	background-image:url(images/icon_web.png);
}
.soudan-mail {
	background-image:url(images/icon_mail.png);
}

.soudan-area{
	margin:0;
	border:1px solid #CCCCCC;
	border-top:none;
	padding:10px;
	background-color:#FFFFFF;
}
.soudan-tel {
	text-align:center;
	margin:10px 0 20px;
}

.wpcf7-textarea{
	width:98%;
}

.lp-soudan{
	margin:0 auto;
	width:640px;
	padding:0;
}

.lp-soudan .soudan-area{
	border-bottom:1px solid #CCCCCC;
}

.lp-soudan .soudan-phone, .lp-soudan .soudan-web, .lp-soudan .soudan-mail {
	padding:16px 0 16px 60px;
}

/*ページナビ*/
.pagination {
	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:#444444;
	background: #F1F1F1;
	border:1px solid #CCCCCC;
}
  
.pagination a:hover{
	color:#FFFFFF;
	background: #EEEEEE;
}
  
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #014D85;
	color:#FFFFFF;
}

/*▽サイドバー部*/
#sidebar {
	float: left;
	width: 260px;
	font-size: 0.875em;
	background:#FFFFFF;
	margin:20px 0 40px;
}
/*サイドバーの見出し*/
.side-h {
	color: #FFFFFF;
	margin: 0;
	padding: 4px 10px;
	background-color:#014D85;
	font-size:1.1em;
}
/*リスト表示*/
#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 0;
	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 10px;
}

#sidebar .textwidget{
	padding:10px 0;
	font-size:90%;
}


/*▽フッター*/

#footer{
	background-color:#014D85;
	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;}