@charset "UTF-8";
/* Main CSS Document */
@import "anicollection.css";
@import "sub.css";
@import "font.css";

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
*        { margin: 0px; padding: 0px; font-size: 100%; }
ul, ol { list-style: none; }
body,h1, h2, h3, h4, h5,p,
ul, ol, li, dl, dt, dd,
table,
form, input {margin:0;padding:0; }
/*hr  { display: none; }*/
th	{ font-weight:lighter; }
img { border: none; vertical-align: bottom; }


/*-------------------------------------------*/
body{
	background-color: #ffffff;
	font-size: 15px;
	color: #333333;/*#463319*/
	line-height: 1.8em;
	font-family: 'sawarabi_gothicmedium';
	font-weight: normal;
}
body.home{
	background-color: #ffffff;
	font-size: 15px;

	
}
body.sub{
	background-color: #FFFFFF;	
}
.clearfix:after { /*float解除*/
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}
.clearfix {
min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
height: 1px;
 /*¥*//*/ /*MAC IE5.x対策*/
height: auto;
overflow: hidden;
 /**/
}

a{
	text-decoration: underline;
	color: #0066CC;
}
a:hover{
	text-decoration: none;
	color: #0066CC;
}
#wrap{
	width: 100%;
	margin: 0px auto;
}


a img.wp-post-image,

a img.image_scale{
	transition:all 0.5s ease; 
}
a:hover .wp-post-image,
a:hover img.image_scale{
	opacity: 1.0;/*要素の透明度*/
	filter: alpha(opacity=100); /*ie6、7*/
	-ms-filter: "alpha(opacity=100)";/*ie8*/
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

a img.image_hover{
	transition:all 0.5s ease; 
}
a:hover img.image_hover{
	opacity: 0.7;/*要素の透明度*/
	filter: alpha(opacity=70); /*ie6、7*/
	-ms-filter: "alpha(opacity=70)";/*ie8*/
}

a.hover_img{
	background-color:#09F; /*背景に白を設定*/
	display:block; /*ブロック化重要！*/
	}
a.hover_img img{
	transition:all 0.5s ease;
	}
a:hover.hover_img img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}


.line-gn{
	height: 1px;
	background-color: #CCCCCC;
	width: 100%;
	border: none;
	margin-bottom: 10px;
}
/*---------------header-----------------*/


#header {
	position: relative;	
}
#header #site_disc{
	font-family:HiraginoKakuW3;
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 13px;
	color: #00CCFF;
	font-weight: normal;
}

#header #btns{
	float: left;
	margin-top: 25px;
	width: 180px;
	margin-right: 15px;
}

#header #contact{
	width: 280px;
	position: absolute;
	top: 26px;
	right: 0px;
	text-align: left;
}
#header #contact p{
	line-height: 2.0em;
}

/*----------g_menu---------------- */

#menu_block{
	height:55px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
#fixblock,
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

*#g_menu * {
  -webkit-transition: 0.8s;/*0.5s*/
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  }

#logo{
	float: left;
	padding-top: 10px;
}
#dropmenu {
	float: right;
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 55px;
	
}
#dropmenu h3{
	font-family:'HiraginoMinchoW3';
	font-size: 16px;
	font-weight: normal;
	padding-top: 11px;
	padding-bottom: 10px;
}
#dropmenu li {
	display: inline-block;
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: center;
	
}
#dropmenu li a {
	margin: 0;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#dropmenu li a:hover {
	color: #999;
	font-weight: bold;	
}

#dropmenu li img{
	width: 181px;
	height: 20px;
}
/*----------top_img---------------- */
#top_img{
	padding-top:0px;
	text-align:left;
	padding-bottom: 0px;
	height: 847px;
	z-index: 100;
	margin-top: -55px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	background-image: url('../images/top-img.jpg');
	background-position: 0px 0px,center;
	background-size: cover;

}


#inner-slide{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: -1;
}

#copy-txt h2{
	position: absolute;
	font-family:'HiraginoMinchoW3';
	font-size: 70px;
	line-height: 1.5em;
	font-weight: normal;
  	top:300px;
  	left: 0;
  	width:800px;
  	height:150px;
	z-index: 10;
	color: #fff;

}
#copy-info{
	position: absolute;
	font-size: 23px;
	font-weight: normal;
  	top:530px;
  	left: 0;
  	width:800px;
  	height:150px;
	z-index: 10;
	color: #fff;
}


#sub_img{
	padding-top:0px;
	text-align:left;
	padding-bottom: 0px;
	height: 350px;
	z-index: 100;
	margin-top: -55px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	background-image: url('../images/top-img.jpg');
	background-position: 0px 0px,center;
	background-size: cover;

}

#sub_img #copy-txt h2{
	position: absolute;
	font-family:'HiraginoMinchoW3';
	font-size: 60px;
	line-height: 1.5em;
	font-weight: normal;
  	top:150px;
  	left: 0;
  	width:800px;
	z-index: 10;
	color: #fff;

}
#sub_img #copy-info{
	position: absolute;
	font-size: 23px;
	font-weight: normal;
  	top:250px;
  	left: 0;
  	width:800px;
  	height:50px;
	z-index: 10;
	color: #fff;
}


#icon_contact{
	position: fixed;
	top: 180px;
	right: -60px;
	z-index: 100;
}
#icon_contact a:hover{
	position: fixed;
	top: 180px;
	right: -50px;
	z-index: 100;
}

#icon_fac{
	position: fixed;
	top: 320px;
	right: -60px;
	z-index: 100;
}
#icon_fac a:hover{
	position: fixed;
	top: 320px;
	right: -50px;
	z-index: 100;
}


/*-------------------------------------
concept
-------------------------------------*/
#concept{
	width: 100%;
	font-family:'HiraginoMinchoW3';
	font-size: 16px;
}
#concept .left-side{float: left;width: 750px;padding-right: 50px}
#concept .right-side{float: left;width: 500px;}
hr.under-line{width: 10%;
height: 1px;}

#concept h2{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}
#concept h3{
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 20px;
}
.blue{color: #00468C}

hr.under-line{
	width:50px;
	border-width: 1px 0 0 0; /* size */
	border-style: solid;
	border-color: #333;
	padding-bottom: 20px;
}
	
/*-------------------------------------
service
-------------------------------------*/
#service{
	background-color: #EEEEEE;
}
.title-block{
text-align: center;
}
.title-block-left{
text-align: left;
}

.top-title {
	font-size: 50px;
	font-family:'HiraginoMinchoW3';
	padding-bottom: 40px;
}
.top-title h3{
	font-family:logotype_mp_b;
	font-size: 35px;
	color: #E55385;
}
.title-line{
	width:50px;
	border-width: 1px 0 0 0; /*size*/
	border-style: solid;
	border-color: #333;
	padding-bottom: 40px;
}

.col3 {
  display: flex;

}
.col3 li {
  width : 33.33333% ; 
}
.disc{
	color:#333333;
	
	height: 300px;
	font-size:16px;
	background-color: #fff;
	font-weight: normal;	/*border-right: dotted 1px #ccc;*/
	line-height: 1.8em;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
}
li:last-child .disc{
	border-right: none;
}

/*-------------------------------------
selfcheck
-------------------------------------*/

#selfcheck .left-check{float: left;width: 300px;padding-left: 100px}
#check{
	background-color: #005096;
	height: 50px;
	width: 250px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 2.8em;
	margin-top: -20px;
	margin-bottom: 50px;
	margin-left: -30px;
}

#selfcheck .right-check{
	float: right;
	width: 800px;
	background-image: url(../images/bg-nurikae.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 425px;
	margin-left: 50px;
}


.contact-bnr{
	height: 300px;
	width: 100%;
	background-image: url(../images/bg-contact-bnr.jpg);
	background-size: cover;
	text-align: center;
	
}
.contact-bnr .txt{
	font-size: 20px;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 2.0em;
}
.contact-bnr .contact{}

.check-slider li img{
	height: 380px;
	width: 600px;
	object-fit: cover;
}

/*-------------------------------------
works
-------------------------------------*/
#works{
	text-align: center;
	margin-bottom: 80px;
}
#works-bg{
	background-image: url(../images/bg-works.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 410px;
	width: 100%;
	padding-top: 20px;
	}

.shadow {
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

#works-more{
	height: 50px;
	width: 250px;
	margin: 50px;
	background-color: #005000;
	color: #FFF;
	font-size: 15px;
	line-height: 3.3em;
	font-weight: bold;
	font-family:'kozuka-pro-m';
	border-radius: 30px;
	display: inline-block;
}
#works-more a{
	color: #FFF;
	display:block;
	height: 50px;
	width: 250px;
}
#works-more:hover{
	background-color: #FF9300;
}
#works_pics{
	padding-top: 30px;
}
.works_slider{}
.work-title a{
	color: #000;
	font-size: 15px;
	font-weight: normal;
}
.work-title a:hover{
	color: #999;
	text-decoration: underline;
}
.work-block{
	width: 340px;
	height: 350px;
}
.work-title{
	width: 340px;
	height: 255px;
	text-align: left;
}

.work-title h4{
	font-size: 18px;
	font-weight: normal;
	color: #004CA0;
	padding-bottom: 10px;
}
.work-title h3{
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
}
.work-block .thumbs{
	width: 340px;
	height: 255px;
	padding-bottom: 20px;
}

.work-block .thumbs img{
	width: 340px;
	height: 255px;
	object-fit: cover;
	
}
.work-block figure {
	width: 340px;
	height: 255px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.work-block figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.work-block figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.border_radius {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.border_radius_top {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.border_radius_bottom {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
}

/*-------------------------------------
flow
-------------------------------------*/
#flow{
	margin-top: 0px;
	height: 100%;
	text-align: center;
	padding-bottom: 100px;
}
#flow h4{
	font-family:'HiraginoMinchoW3';
	font-size: 20px;
	color: #0050A4;
	padding-bottom: 20px;
}

ul.table{
	padding-top: 30px;
	display:table;
	table-layout: fixed;
	width:100%;
	padding-bottom: 0px;
	}
ul.table li{
	display:table-cell;
	vertical-align:top;
	text-align:center;
	}
ul.table li p{
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
ul.table li img{padding-bottom: 30px;}


#koutei-t{
	font-family:'HiraginoMinchoW3';
	background-color: #000;
	height: 40px;
	width: 240px;
	line-height: 2.0em;
	color: #FFF;
	font-size: 20px;
	margin-top: 50px;
	z-index: 100;
	position: relative;
}
ul.koutei{
	padding-top: 30px;
	display:table;
	table-layout: fixed;
	width:100%;
	margin-top: -50px;
	z-index: 1;
	position: relative;
	}
ul.koutei li{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 1;
	}
#flow ul.koutei h4.red{
	font-family:'HiraginoMinchoW3';
	font-size: 20px;
	color: #DF443F;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
}
#flow ul.koutei h4.red img{
	padding-right: 15px;
	padding-top: 5px;
}
ul.koutei li:last-child{background-color: #FFF;text-align:center;}
ul.koutei li p{
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
}
.k-first{
	display: block;
	height: 100px;
}

/*-------------------------------------
company
-------------------------------------*/
#company{
	height: 180px;
	width: 100%;
	background-image: url(../images/bg-company.jpg);
	background-repeat: repeat-x;
	
}

.top-title-w {
	font-size: 50px;
	font-family:HiraginoMinchoW3;
	padding-bottom: 40px;
	color: #FFF;
	padding-top: 60px;
	font-weight: normal;
}
.top-title h3{
	font-family:logotype_mp_b;
	font-size: 35px;
	color: #E55385;
}
hr.title-wline{
	width:50px;
	border-width: 1px 0 0 0; /*size*/
	border-style: solid;
	border-color: #FFF;
	padding-bottom: 40px;
}

/*-------------------------------------
greeting
-------------------------------------*/
#greeting{
	font-family:'HiraginoMinchoW3';
	height: 600px;
	width: 100%;
	background-image: url(../images/bg-greeting.jpg);
	background-size:cover;
	color: #FFF;
}
hr.title-wline-sub{
	width:50px;
	border-width: 1px 0 0 0; /*size*/
	border-style: solid;
	border-color: #FFF;
	padding-bottom: 20px;
}
.greeting-e{
	font-size: 16px;
	font-weight: normal;
	padding-bottom:20px;
}
.greeting-t{
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 30px;
}

ul.divid{
	padding-top: 30px;
	display:table;
	table-layout: fixed;
	width:100%;
	padding-bottom: 0px;
	}
ul.divid li{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	}
ul.divid li p{
	font-size: 17px;
	line-height: 1.8em;
}
/*-------------------------------------
about
-------------------------------------*/
#about{
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
#about_table{
	font-size: 18px;
}

#about_table tr:nth-child(odd) th{background-color: #DDDDDD;}
#about_table tr:nth-child(odd) td{background-color: #F8F8F8}
#about_table tr:nth-child(even) th{background-color: #BBBBBB;}
#about_table tr:nth-child(even) td{background-color: #DDDDDD;}



#about_table th{
	width: 30%;

}
#about_table th{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#about_table td{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}


/*-------------------------------------
map
-------------------------------------*/

#map {
	width: 100%;
	height: 450px;
	margin-bottom: 70px;
 }
 

/*-------------------------------------
contact-area
-------------------------------------*/
#contact-link{padding-bottom: 50px;}
#contact_form{
	padding-left: 100px;
	padding-top: 0px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:1100px;
	padding-bottom: 100px;
}
#contact_form dl {
	
	font-size: 18px;
	color: #431F26;
}
#contact_form dt {
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;  
}
#contact_form dd {
	margin-left:260px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px; 
	
}

input[type="text"], select, textarea {
	background-color: #E7E7E7;
	border:none;
	padding: 10px;
	width: 600px;
}
 textarea {
	height: 150px;
}
input[type="text"]:focus,textarea:focus {
	border:1px solid #999999;
	background-color: #FFF;
}


form input#submit_button{
	width : 150px;
	height :51px;
	padding : 4px 10px;
	margin-left : 5%;
	vertical-align : middle;
	color : #333;
	font-family : inherit;
	font-weight : bold;
	background-color: #EAEAEA;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	behavior: url(border-radius.htc);
}

form input#submit_button:hover{
	cursor : pointer;
	color : #333333;
	background : #e0e0e0;
}
/*-------------------------------
footer block
--------------------------------*/

#footer_add{
	background-color:#000;
	padding-bottom: 0px;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
}
#footer_add img{
	padding-bottom: 20px;
	
}
#footer_add h2{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}

footer{
	clear: both;
	background-color:#000;
	font-size: 14px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 70px;
}

footer a{
	color:#fff;
	text-decoration: none;	
}
footer a:hover{
	color:#46331A;
	
}

.copy {
	text-align: center;
	padding-top: 30px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.copy a:hover {
	color:#fff;
	text-decoration: underline;
	
}

/*-------------------------------*/
.block{}
.top-padd{
	padding-top: 60px;
}
.both-padd{
	padding-top: 60px;
	padding-bottom: 60px;
}
.bottom-padd{
	padding-bottom: 60px;
}

.sub_t20{
	padding-bottom: 20px;
}
.sub_t30{
	padding-bottom: 30px;
}
.sub_t40{
	padding-bottom: 40px;
}

.sub_t50{
	padding-bottom: 50px;
}


.f17{
	font-size: 17px;
}



/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/

.innerBox{
	width:1100px;
	margin:0px auto;
	position: relative;
	z-index: 20;
}
.innerServcie{
	width:1400px;
	margin:0px auto;
	position: relative;
	z-index: 20;
}

.innerCheck{
	width:1400px;
	margin:0px;
	position: relative;
	z-index: 20;
	float: right;
}




/*-------------- page-top-----------------------*/


#page-top {
    position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 100;
}


	
/*--------------other-----------------------*/
.f12g{
	font-size: 12px;
	color: #999;
}
.f13g{
	font-size: 13px;
	color: #999;
	line-height: 1.2em;
	font-weight: normal;
}

.f14g{
	font-size: 14px;
	color: #333;

}
.f15b{
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.f16{
	font-size: 16px;
}

.f14{
	font-size: 14px;
}
.f18{
	font-size: 16px;
}
	
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
	font-weight: bold;
	color: #E55285;
}
.f23{font-size: 23px;}
	
/*hr.clear{
	display: none;
	clear: both;
}*/

img.padd{
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.artic2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 20px;
}
ul.artic2 > li {
	width: 49%;
	list-style: none;
	border: 1px solid #F8F8F8;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
}
ul.artic3 {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
	 padding-bottom: 20px;
}
ul.artic3 > li {
	width: 31%;
	list-style: none;
	border: 1px solid #F8F8F8;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
}

#c_block img{
	height: auto;
	width: 48%;
}


.exp{
	display: none;
	visibility: hidden;
}

/*----------------------------------
bread_list
-----------------------------------*/

#bread_wrap{
	height: 60px;
	width: 100%;
	color: #333333;
	background-color: #fff;
}
#bread_list{
	font-family:'HiraginoKakuW6';
	font-size: 14px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 3.5em;
	font-weight: normal;
	padding-right: 0px;
}
#bread_list ul{}
#bread_list ul li{
	display: inline-block;
}
#bread_list a{
	color: #D2000B;
	text-decoration: underline;
	
}

#bread_list a:hover{
	color: #E55486;
	text-decoration: none;
	
}

