@charset "utf-8";
/*
Theme Name: タイルコーティング
*/

.film_roll_wrapper { overflow: hidden; }
.film_roll_shuttle { position: relative; }
.film_roll_child { display: inline-block; margin-right: 0px; }
.btn_prev, .btn_next { position: absolute; top: 30%; width: 48px; height: 48px; }
.btn_prev { left: 15px; }
.btn_next { right: 15px; }
.btn_prev:hover, .btn_next:hover { opacity: 0.7; }
.film_roll_pager { text-align: center; }
.film_roll_pager span { display: none; }
#film_roll_arrow { display: none; }


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
ul li{
	list-style: none;
}
ul{
	margin:0;
    padding:0;
}
html {
  font-size: 15px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 24px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
body {
  margin: 0 auto;
  padding: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}
.spa{
	display:none!important;
}
@media screen and (max-width: 780px) {
.pca{
	display:none!important;
}
.spa{
	display:inherit!important;
}
}

header {
    width: 100%;
    position: fixed;
    z-index: 100;
	background:#fff;
    top: 0;
}
header .inner {
    max-width: 1100px;
    margin:auto;
}
header .inner .logo {
    width: 135px;
    position: absolute;
    top: 3px;
    left: 5px;
}
header .inner .logo img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 780px) {
header{
	width:100%;
	margin: 0px auto 0 auto;
	overflow: hidden;
	position: fixed;
	top:0px;
	left: 0;
	transform: translate(0%, 0%);
	z-index: 100;
}
header .logo{
	width: 135px;
    position: absolute;
    top: 2px;
    left: 13px;
}
}


header .naviL{
	float: left;
	width: 85%;
	position: relative;
	height:66px;
	margin: 0;
}
header .naviR {
    float: right;
    width: 13%;
    position: relative;
    border: 1px solid #1b6eab;
    height: 44px;
    margin: 10px 10px 10px;
    color: #1b6eab;
}
@media screen and (max-width: 780px) {
header .naviL{
	float: none;
    width: auto;
    /* background: #fff; */
    /* border-radius: 10px; */
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    /* box-shadow: 0 0 8px grey; */
    /* position: relative; */
    height: 66px;
    margin: 0;
}
header .naviR{
	display:none;
}		
}


#gnav {
    position: absolute;
	right: 18px;
    top: 11px;
}
@media screen and (max-width: 780px) {
#gnav{
    display:none;
}
}
nav{
}
nav ul {
	list-style: none;
	padding:0;
	margin: 0;
	overflow: hidden;
}
nav ul li {
	float:left;
	margin-left:45px;
}
nav ul li a {
	color:#000!important;
	font-weight: bold;
	font-weight: bold;
	display: block;
}
#gnav02 {
   /* position: absolute;
    right: 15px;
	top: 10px;*/
}

#gnav02 ul {
	list-style: none;
	padding:0;
	margin: 0;
	overflow: hidden;
}
#gnav02 ul li {
	/*float:left;*/
	margin-left:0;
	text-align: center;
}
#gnav02 ul li a {
	font-weight: bold;
	display: block;
	color: #1b6eab;
	vertical-align: middle;
	padding:10px;
}
#gnav02 ul li a img {
	margin-right:5px;
	vertical-align: middle;
}
.news{
	background: #ececec;
}
.news .inner{
	width:1100px;
	margin:0 auto 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 780px) {
.news .inner{
	width:100%;
	margin:0 auto 0 auto;
	overflow: hidden;
}
}

.newsArea{
	width:70%;
	margin:auto;
}

.box .newsArea dt{
  float: left;
	font-size: 16px;
	color: #009ee8;
	font-weight: bold;
	line-height: 30px;
}

.box .newsArea dd{
  margin-left: 130px;
	font-size: 16px;
	line-height: 30px;
}
@media screen and (max-width: 780px) {
.newsArea{
	width:100%;
	margin:auto;
}

.box .newsArea{
	float: none;
	width:100%;
	padding:0 15px 0 15px;
}
.box .newsArea dt{
  float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.box .newsArea dd{
  margin-left: 105px;
	font-size: 14px;
	line-height: 30px;
}
}

#content{
	margin:50px 0 0 0;
}
.box{
	max-width:1100px;
	margin:0 auto 0 auto;
	padding:0 0 50px 0;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
.box{
	max-width:100%;
	margin:0 auto 0 auto;
	padding:0 15px 50px 15px;
	overflow: hidden;
}
}

.box .secTxt{
	width:49%;
	float:left;
}
.box .secPhoto{
	width:50%;
	float:right;
}
.box .secPhoto img{
	width:100%;
	height:auto;
}
.box .secTxt02{
	width:49%;
	float:right;
}
.box .secPhoto02{
	width:45%;
	float:left;
}
.box .secPhoto02 img{
	width:100%;
	height:auto;
}
.box .secIcon{
	margin:0 0 20px 0;
}		
h2.reTitle{
	font-size: 32px;
	color: #009ee8;
	line-height: 45px;
	margin:0 0 20px 0;
}
p.catch{
	line-height: 28px;
}
.moreBtn{
	color: #009ee8;
	display: table-cell;
	vertical-align: middle;
    padding-top:20px;
}
.moreBtn a{
	color: #009ee8;
	font-size:17px;
	display: table-cell;
	vertical-align: middle;
	font-weight:bold;
	margin-top:20px;
}
.moreBtn img{
	vertical-align: middle;
}
@media screen and (max-width: 540px) {
#content{
	margin:50px 0 0 0;
}
.box{
	width:100%;
	margin:0 auto 30px auto;
	overflow: hidden;
	padding:0 10px 0px 10px;
}
.box .secTxt{
	width:100%;
	float:none;
}
.box .secPhoto{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.box .secIcon{
	margin:0 0 20px 0;
	text-align:center;
}
h2.reTitle{
	font-size: 32px;
	color: #DF1E3D;
	line-height: 45px;
	margin:0 0 20px 0;
	text-align:center;
}
.moreBtn{
	color: #DF1E3D;
	display: table-cell;
	vertical-align: middle;
    padding-top:0px;
	float:right;
}
.box .secTxt02{
	width:100%;
	float:none;
}
.box .secPhoto02{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.box .secPhoto02 img{
	width:100%;
	height:auto;
}
}

.imageP{
  margin-bottom: 50px;
  height:300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.imageP img{
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
.imageP{
  margin-bottom: 30px;
  height:150px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
}	
h2.nor{
	color: #DF1E3D;
	font-size:25px;
	text-align: center;
	margin-bottom:35px;
}
h2.nor span{
	font-family: 'Questrial', sans-serif;
	display:block;
	font-size:18px;
	color:#000;
	padding-top:10px;
}
ul.shop{
	overflow: hidden;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.shop li{
	width: 23.5%;
    float: left;
    margin-right: 2%;
	margin-bottom: 15px;
}
ul.shop li:nth-child(4n){
	margin-right:0%;
}
ul.shop li .photo{
  margin-bottom: 10px;
  height:200px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
ul.shop li .photo img{
  position: absolute;
  width: auto;
  height: 125%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.shop li .ico{
	border: 1px solid #DF1E3D;
	text-align: center;
	padding: 0 5px;
	font-size: 12px;
	color:#DF1E3D;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
ul.shop li p{
	font-weight: bold;
	margin: 0;
}
ul.shop li .date{
    margin-top: 5px;
	color:#3B3B3B;
}
.detailBtn{
	text-align: center;
	margin:20px auto 0 auto;

}
.detailBtn a {
	font-size: 16px;
	color:#009ee8;
	font-weight: bold;
	padding:10px 60px 10px 60px;
	border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
	border: 1px solid #009ee8;
	display: inline-block;;
}
.ico{
	border: 1px solid #009ee8;
	text-align: center;
	padding:5px;
	font-size: 12px;
	color:#009ee8;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline;
}
@media screen and (max-width: 780px) {
ul.shop{
display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
ul.shop li{
	width: 49%;
	float: left;
    margin-right: 2%;
	margin-bottom: 10px;
}
ul.shop li:nth-child(even){
	margin-right:0%;
	width: 49%;
    float: right;
	margin-bottom: 10px;
}
ul.shop li .ico{
	font-size: 10px;
	letter-spacing: -1px;
	margin-bottom:10px;
}
ul.shop li .photo{
  margin-bottom: 10px;
  height:120px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
}

.ec {
    float: left;
    width: 50%;
}
.ec a {
    background: #027db7;
    display: block;
    padding: 30px 0 30px 0;
    text-align: center;
    color: #fff;
	font-size:22px;
	text-decoration: underline;
	font-weight: bold;
}
.attention {
    float: right;
    width: 50%;
}
.attention a {
    background: #078bca;
    display: block;
    padding: 30px 0 30px 0;
    text-align: center;
    color: #fff;
	font-size:22px;
	text-decoration: underline;
	font-weight: bold;
}
.atec {
    overflow: hidden;
    margin: 80px 0 0 0;
}
footer{
	background: #013c88;
}
@media screen and (max-width: 540px) {
footer{
	margin-bottom:50px;
}
}
footer .inner{
	position: relative;
	width:1100px;
	margin: 0 auto 0 auto;
	color: #fff;
	padding:30px 0 30px 0;
}
footer .inner a{
	color: #fff;
}
/*.footlogo{
	position: absolute;
	top:30px;
}*/
.footac{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
	text-align:center;
}
.copyright{
    font-size: 12px;
    font-family: 'Questrial', sans-serif;
	text-align:center;
}
.nav01{
    position: absolute;
    top: 87px;
    left: 626px;
    font-size: 13px;
}
.nav02{
    position: absolute;
    top: 87px;
    left: 796px;
    font-size: 13px;
}
.nav03{
    position: absolute;
    top: 87px;
    right: 0px;
	font-size: 13px;
}
.nav04{
    position: absolute;
    top: 87px;
    left: 510px;
	font-size: 13px;
}
@media screen and (max-width: 780px) {
footer .inner{
	height: auto;
	position: relative;
	width:auto;
	margin: 0 auto 0 auto;
	color: #fff;
	padding:20px 0 20px 0;
}
.nav01{
    display:none;
}
.nav02{
    display:none;
}
.nav03{
    display:none;
}
.nav04{
    display:none;
}
.footlogo{
	position: static;
	text-align:center;
	margin-bottom:10px;
}
.footac{
    position: static;
    font-size: 12px;
    line-height: 18px;
	text-align:center;
	margin-bottom:10px;
}
.copyright{
    font-size: 12px;
    font-family: 'Questrial', sans-serif;
    position: static;
	text-align:center;
}
.ec a {
    background: #ce1735;
    display: block;
    padding: 30px 0 30px 0;
    text-align: center;
    color: #fff;
	font-size:16px;
	text-decoration: underline;
	font-weight: bold;
}
.attention a {
    background: #eb2645;
    display: block;
    padding: 30px 0 30px 0;
    text-align: center;
    color: #fff;
	font-size:16px;
	text-decoration: underline;
	font-weight: bold;
}
}

.bnr ul{
	overflow:hidden;
	width:1100px;
	margin:20px auto 0 auto;
}
.bnr ul li{
	width: 19.2%;
	float:left;
	margin-right:1%;
}
.bnr ul li img{
	width:100%;
	height:auto;
}
.bnr ul li:last-child{
	margin-right:0%;
}
@media screen and (max-width: 780px) {
.bnr ul{
	overflow:hidden;
	width:100%;
	margin:20px auto 0 auto;
	padding:0 10px 0 10px;
}
.bnr ul li{
	width: 49%;
	float:left;
	margin-right:1%;
	margin-bottom:10px;
}
.bnr ul li:nth-child(2n){
	float:right;
	margin-right:0%;
} 
.bnr ul li img{
	width:100%;
	height:auto;
}
.bnr ul li:last-child{
	text-align:center;
	margin:0 auto 0 auto;
	float: none;
}
}	

/*button#responsive-menu-button{
border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}*/

.ukv{
	text-align:center;
	margin:50px auto 30px auto;
}
.ukv img{
	margin:0;
}
.ukv h1 {
	color:#000;
}
.ukv h1 span {
	color:#df1e3d;
	font-size:15px;
	display:block;
	padding:0 0 20px 0;
	font-family: 'Questrial', sans-serif;
}
.sign{
	font-size:20px;
	text-align:right;
	line-height:25px;
}
.sign span{
	font-size:14px;
}
h2.und{
	color:#1ea0c3;
	text-align:center;
	line-height:30px;
}
.cat{
	text-align:center;
	overflow:hidden;
}
.conc {
	overflow:hidden;
}
.conc li{
	float:left;
	width:32.5%;
	margin-right: 1.25%;
	text-align:center;
}
.conc li:last-child{
	float:right;
	margin-right:0;
}
h3.concT{
	color:#fff;
	font-family: 'Allura', cursive;
	background: #eb2645;
	text-align:center;
	padding:10px 0 10px 0;
	font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}
.conc li span{
    font-size:20px;
	color:#fe6101;
	font-weight:bold;
	line-height:28px;
}
.conc li .photo img{
    width:100%;
	height:auto;
}
@media screen and (max-width: 780px) {
.ukv{
	text-align:center;
	margin:30px auto 30px auto;
}
.conc li{
	float:none;
	width:100%;
	margin-right: 1.25%;
	text-align:center;
}
}


/*nabi*/
#gnav ul{
    list-style: none;
	padding: 0;
	margin:0;
}
#gnav ul li{
	list-style: none;
	float: left;
	padding: 0 0px 0 0px;
	margin:0 ;
	background: url("images/sla.png");
	background-repeat: no-repeat;
	background-position: right;
}
#gnav ul li:last-child{
	list-style: none;
	float: left;
	padding: 0 0 0 0;
	margin:0 ;
	background: none;
	background-repeat: no-repeat;
	background-position: right;
}
#gnav > ul {
  display: table;
  padding-left: 0px;
	  text-align: center;
}
#gnav > ul > li {
  display: table-cell;
margin-left: 0px;
font-size: 15px;
}
#gnav > ul > li:hover {
  color: #fff;
  background-color: #fff;
}
#gnav > ul > li:hover > a {
  color: #000;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  padding: 10px 15px;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  /*background-color: #fff;*/
}
#gnav > ul .menu .menu_inner {
  padding: 30px 0;
	display: inline-block;
	width:465px
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
margin: 0 -10px;
	font-size:13px;
	font-weight:normal;
 background:none!important;
}
#gnav > ul .menu .menu_inner li a {
	font-weight:normal!important;
}
#gnav > ul .menu a {
/*角丸文字囲み*/
background: #df1e3d;
color:#fff!important;
line-height: 1.4;
padding: 7px 20px;
border-radius: 20px;
}
#gnav > ul .menu a:hover {
 /*color: #fff;*/
}

section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
.demo01 p{
	margin:0;
	padding:0;
}
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:780px){
    .demo01 { margin: 0; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}

.wp-pagenavi {
    margin: 0 0 5px 0;
}

.ggmap {
position: relative;
padding-bottom: 38%;
padding-top: 30px;
height: 0;
overflow: hidden;
clear:both;
margin-top:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.breadcrumbs{
	text-align:center;
	font-size:12px;
	margin:15px auto 0px auto;
}
@media only screen and (max-width:780px){
.breadcrumbs{
	text-align:center;
	font-size:12px;
	margin:15px auto 0px auto;
}
}

.imageP02{
  margin-bottom: 0px;
  height:100px;
  width: 100%;
  overflow: hidden;
  position: relative;
	margin-top: 66px;
}
.imageP02 img{
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
.imageP02{
  margin-bottom: 0px;
  height:100px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
}
.inp{
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background:#f6f6f6;
	padding: 10px;
    border: 1px solid #ccc;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:16px;
}
.subm{
	background:#fff;
	padding:10px 30px 10px 30px;
	font-size: 16px;
    color: #009ee8;
    font-weight: bold;
    padding: 10px 60px 10px 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 1px solid #009ee8;
    display: inline-block;
	margin-top:30px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.his{
	border: 1px solid #DF1E3D;
	font-size: 10px;
    color: #DF1E3D;
	padding:0 5px 0 5px;
	display: inline-block;
	margin-left:10px;
}

.sl{
	overflow:hidden;
}
.sl li{
	float:left;
	width:49%;
	margin-bottom:20px;
}
.sl li img{
	width:100%;
	height:auto;
}
.sl li:nth-child(2n){
	float:right;
	width:49%;
}
h2.slt{
	font-size:20px;
	text-align:center;
	color: #DF1E3D;
}
h2.slt span{
	font-size:14px;
	display:block;
	padding-top:5px;
	color: #000;
	font-weight:normal;
}
@media screen and (max-width: 780px) {
.sl li{
	float:none;
	width:100%;
	margin-bottom:20px;
}
.sl li:nth-child(2n){
	float:none;
	width:100%;
}
.sl li:last-child{
	margin-bottom:0px;
}
}

.ret a{
	font-size: 16px;
    color: #DF1E3D;
    font-weight: bold;
    padding: 10px 60px 10px 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 1px solid #DF1E3D;
    display: inline-block;
}
.ret{
	text-align: center;
    margin: 20px auto 0 auto;
}

.ggf {
    background-color: #f1f8fc;
    background-image: url(images/sec3_bg1.png), url(images/sec3_bg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    padding: 50px 0 0 0;
	margin-bottom:50px;
}
.waf {
    text-align: left;
    margin: 0 auto 40px auto;
}
h2.fur {
    color: #1b6eab;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px #1b6eab solid;
    padding-bottom: 15px;
}
@media screen and (max-width: 780px) {
h2.fur {
  color: #1b6eab;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px #1b6eab solid;
    padding-bottom: 15px;
}	
}
@media screen and (max-width: 540px) {
h2.fur {
  color: #1b6eab;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px #1b6eab solid;
    padding-bottom: 15px;
}	
}

.cene {
    text-align: left;
	margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
.cene {
    text-align: left;
	margin-bottom: 20px;
}
}
ul.list {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
    margin:0;
    padding:0;
}
ul.list li {
    width:48.6%;
	margin-right:2.5%;
    list-style:none;
	margin-top:20px;
}
ul.list li:nth-child(even) {
	margin-right:0%;
}
ul.list h3 {
    text-align: center;
    color: #3cacad;
	font-size: 18px;
}
ul.list .photo img{
	width:100%;
	height:auto;
}

ul.list02 {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
    margin:0;
    padding:0;
	justify-content: center;
}
ul.list02 li {
    width:48%;
	margin-right:2%;
    list-style:none;
}
ul.list02 li:nth-child(2n) {
	margin-right:0%;
}
ul.list02 h3 {
    text-align: center;
    color: #3cacad;
}
ul.list02 .photo img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 540px) {
ul.list li {
    width:100%;
	margin-right:0;
    list-style:none;
	margin-bottom: 20px;
}
ul.list02 li {
    width:100%;
	margin-right:0;
    list-style:none;
	margin-bottom: 20px;
}
}


.flow{
	overflow:hidden;
	margin:0 0 50px 0;
}
.flowL{
	overflow:hidden;
	margin:0 0 0 0;
}
.flow .text{
	width:48%;
	float:right;
}
.flow .text h3{
	font-size:18px;
}
.flow .img{
	width:48%;
	float:left;
}
.flow .img img{
	width:100%;
	height:auto;
}
.flow .num{
	display: inline;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #fff;
    font-size: 2.0rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4;
    font-weight: normal;
	background:#009ee8;
	padding:5px 15px 5px 10px;
}
.flowL .text{
	width:48%;
	float:right;
}
.flowL .text h3{
	font-size:18px;
}
.flowL .img{
	width:48%;
	float:left;
}
.flowL .img img{
	width:100%;
	height:auto;
}
.flowL .num{
	display: inline;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #fff;
    font-size: 2.0rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4;
    font-weight: normal;
	background:#009ee8;
	padding:5px 15px 5px 10px;
}
@media screen and (max-width: 540px) {
.flow .text{
	width:100%;
	float:none;
}
.flow .img{
	width:100%;
	float:left;
	margin-top:20px;
}
.flowL .text{
	width:100%;
	float:none;
}
.flowL .img{
	width:100%;
	float:none;
	margin-top:20px;
}
}	

#p01,#p02,#p03,#p04,#p05,#p06,#p07 {
padding-top: 100px;
margin-top: -100px;
}

.wp-pagenavi {
    text-align: center;
}

.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
	z-index:100;
}
.footer_fix_btn ul li {
	width:50%;
	float:left;
}
.footer_fix_btn ul li img {
	width:100%;
	height:auto;
}

.rop{
	width:70%;
	margin:auto;
}
@media screen and (max-width: 540px) {
.rop{
	width:100%;
	margin:auto;
}
}

.unit {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
}
.unit:after {
    content: "";
    display: block;
    width: 40px;
    border-top: 3px solid #3cacad;
    margin: 20px auto 25px auto;
}

ul.list03 {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
    margin:0;
    padding:0;
}
ul.list03 li {
    width:48.6%;
	margin-right:2.5%;
    list-style:none;
	margin-top:0px;
}
ul.list03 li:nth-child(even) {
	margin-right:0%;
}
ul.list03 h3.be {
    text-align: center;
	background:#2eaaab;
    color: #fff;
	font-size: 18px;
	margin:0;
	padding:10px;
}
ul.list03 h3.af {
    text-align: center;
	background:#f15e87;
    color: #fff;
	font-size: 18px;
	margin:0;
	padding:10px;
}
ul.list03 .photo img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 780px) {
ul.list03 li {
    width:100%;
	margin-right:0;
    list-style:none;
	margin-top:0px;
}
}

.timg{
	text-align:center;
	margin-bottom:50px;
}
@media screen and (max-width: 780px) {
.timg{
	text-align:center;
	margin-bottom:30px;
}
.timg img {
	width:100%;
	height:auto;
}
}

.pock{
	overflow:hidden;
	width:80%;
	margin:auto auto 30px auto;
}
.pho{
	display: inline-block;
	vertical-align: middle;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
	width:38%;
}
.pho img{
	width: 100%;
	height:auto;
}
.txx{
	display: inline-block;
	vertical-align: middle;
	width:60%; /* 幅の指定がない場合、改行が必要な幅を超えるとカラム落ちします。 */
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
	padding-left:20px;
}
.txx h3 {
    color: #3cacad;
	margin-top:0;
}


figure{
	margin:0;
	padding:0;
}

figure.hover-parent {
  width: 100%;
  /*height: 350px;*/
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
figure.hover-parent {
  width: 100%;
  /*height: 350px;*/
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}
}
figcaption.hover-mask {
  width: 100%;
  /*height: 350px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  color: #fff;
 display: flex;
 align-items: center;
 text-align: left;
 padding: 30px;
}
figcaption.hover-mask {
opacity: 1;
transition:all 0.6s ease;
left: -100%;
}
figure.hover-parent:hover .hover-mask {
left: 0;
}

@media screen and (max-width: 540px) {
figcaption.hover-mask {
  width: 100%;
  position: static;
padding: 15px;
}
}


/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}


.ppoi img{
	width:100%;
	height:auto;
}

.bbk{
	margin-bottom:30px;
	/*margin-top:50px;*/
}
.bbk img{
	width:100%;
	height:auto;
}

span.maru{
border-radius:50%;
 line-height:50px;
 text-align:center;
  border: 1px solid #003c88;
	padding: 11.5% 5%;
	margin-left:30px;
	font-size: 128%;
}
.pdd{
	padding:110px 0 30px 0;
}
.txtx{
	margin-top:20px;
	max-width:50%;
	margin-bottom:30px;
}

@media screen and (max-width: 540px) {
span.maru{
border-radius:0;
 text-align:left;
  border: none;
	padding:0;
	margin-left:0px;
	font-size:30px;
	line-height:45px;
}
.pdd{
	padding:0px 0 30px 0;
}
.txtx{
	margin-top:20px;
	max-width:100%;
	margin-bottom:0px;
}
}
.cont01{
	overflow:hidden;
	margin-bottom:30px;
}
.contAleft{
	border-left:5px solid #003c88;
	float:left;
	width:48%;
	padding:30px 0 30px 0;
}
.titr{
	font-size:20px;
	color: #003c88;
	padding:0 0 15px 30px;
	border-bottom:1px solid #003c88;
	margin-bottom:15px;
}
.titr span{
	font-size:15px;
	color: #83a0c5;
	margin-left:15px;
}
.txtl{
	padding:0 0 0 30px;
}
.contAright{
	float:right;
	width:48%;
}
.contAright img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 540px) {
.contAleft{
	border-left:5px solid #003c88;
	float:none;
	width:100%;
	padding:30px 0 30px 0;
	margin-bottom:15px;
}
.contAright{
	float:none;
	width:100%;
}
}

.listPh{
	overflow:hidden;
}
.listPh li{
	width: 32.25%;
	display:inline-block;
	margin:0 1% 3% 0;
}
.listPh li:nth-child(3n){
	margin:0 0% 3% 0;
}
.listPh li img{
	width:100%;
	height:auto;
}
.listPh li h3{
	background:#4c4c4c;
	color:#fff;
	text-align:center;
	padding:5px 0 ;
}
@media screen and (max-width: 540px) {
.listPh li{
	width:100%;
	display:inline-block;
	margin:0 0% 3% 0;
}
.listPh li:nth-child(3n){
	margin:0 0% 3% 0;
}
}
.hoti{
	width:48%;
	float:left;
	position:relative;
	margin-bottom: 120px;
}
.hoti02{
	width:48%;
	float:right;
	position:relative;
	margin-top: 50px;
    margin-bottom: 70px;
}
@media screen and (max-width: 540px) {
.hoti{
	width:100%;
	float:none;
	position:relative;
	margin-bottom: 120px;
}
.hoti02{
	width:100%;
	float:none;
	position:relative;
	margin-top: 0px;
	margin-bottom: 120px;
}
}

.photoG{
}
.photoG img{
	width:100%;
	height:auto;
}
.textG{
	background:#003c88;
	padding:15px;
	width:90%;
	color:#fff;
	position:absolute;
	top: 85%;
}
.textG h3{
	color:#fff;
	font-size:20px;
	margin:0 0 20px 0;
	    position: relative;
}
.textG .ura{
	color:#729bce;
	position:absolute;
	font-size:30px;
	top:19%;
	left:30%;
	font-family: 'Great Vibes', cursive;
}

.watt{
	overflow:hidden;
}
.wqw {
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #003c88;
    padding: 40% 5%;
    margin-left: 30px;
    font-size: 22px;
	color:#003c88;
}

.asw{
	border-right: 3px solid #003c88;
    float: left;
    width: 45%;
    padding: 5% 10% 5% 0;
}
.dok{
	float: right;
	width:48%;
}
.dok img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 780px) {
.wqw {
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #003c88;
    padding: 35% 5%;
    margin-left: 30px;
    font-size: 116%;
    color: #003c88;
}
}
@media screen and (max-width: 540px) {
.wqw {
    border-radius: 0;
    line-height: 0;
    text-align: left;
    border: none;
    padding: 0 0 0 20px;
    margin-left: 0;
    font-size: 20px;
	color:#003c88;
}
.asw{
	border-right: none;
	border-left: 3px solid #003c88;
    float: none;
    width: 100%;
    padding: 5% 10% 5% 0;
	margin-bottom:15px;
}
.dok{
	float: none;
	width:100%;
}
}
h3.tim01{
	background:#666666;
	text-align:right;
	padding:10px;
	color:#fff;
}
h3.tim02{
	background:#666666;
	text-align:left;
	padding:10px;
	color:#fff;
}
.sliImg img{
	width:100%;
	height:auto;
}

.footlogo{
	display:inline-block;
	width:100px;
}
.footlogo img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 540px) {
	.footlogo{
	display:block;
	width:100px;
		text-align:center;
		margin: 0 auto 10px auto;
}
}
.kv{
	position:relative;
	margin-top:66px;
}
@media screen and (max-width: 780px) {
.kv{
	position:relative;
	margin-top:66px;
}
}

@media screen and (max-width: 540px) {
.kvsp{
	position:relative;
	margin-top:66px;
}
}

.ter{
	position:absolute;
	top:12%;
	left: 0;
  right: 0;
  margin: auto;
width: 10%;
}
.ter img{
	width:100%;
	height:auto;
}
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 3.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
@media screen and (max-width: 540px) {
.ter02{
	position:absolute;
	top:10%;
	left: 0;
  right: 0;
  margin: auto;
width: 28%;
}
.ter02 img{
	width:100%;
	height:auto;
}
}

.fur02{
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color: #1b6eab;
	margin-top:50px;
	margin-bottom:10px;
	line-height: 30px;
	padding-bottom:10px;
	border-bottom: 1px #1b6eab solid;
}
.dcv{
	display:block;
	font-size:15px;
	margin-top:0px;
	color: #9e9e9e;
	text-align: center;
	margin-bottom:30px;
}
.pyu {
    margin: auto auto 50px auto;
    text-align: center;
}

.title-border {
display: flex;
align-items: center;
font-size:35px;
font-weight:normal;
color: #1b6eab;
	margin:50px auto 10px auto;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}

@media screen and (max-width: 540px) {
.pyu {
    margin: auto auto 30px auto;
   /* text-align: left;*/
}
}

.dfd {
    text-align: right;
    max-width: 610px;
    margin: 30px auto auto auto;
}

.bbk{
background-image:url("images/bbk.jpg") ;
	background-position:center;
	background-repeat:no-repeat;
background-size:cover;
	padding:20px;
	
}