@charset "UTF-8";
/* Main CSS Document */
@import "animate.css";
/*@import "sub.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; }
a:link {
	color: #3f51b5;
	color: #1a73e8;
	font-weight: bold;
	font-size:max(3.2vw,12px);
	font-size:min(3.2vw,18px);
}

/*-------------------------------------------*/

.pace-running #wrap {
            display:none;
        }



body{
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;/*#463319*/
	max-width:750px;
	width:100%;
	overflow-x:hidden;
	padding-bottom: 56px;
}


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: none;

}
a:hover{
	text-decoration: none;

}

a img.wp-post-image,
a img.image_hover{
	transition:all 0.5s ease;
}
a:hover .wp-post-image,
a:hover img.image_hover{
	opacity: 0.8;/*要素の透明度*/
	filter: alpha(opacity=80); /*ie6、7*/
	-ms-filter: "alpha(opacity=80)";/*ie8*/
	-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
a.hover_img{
	background-color:#09F; /*背景に白を設定*/
	display:block; /*ブロック化重要！*/
	}
a.hover_img img{
	transition:all 0.5s ease;
	}
a:hover.hover_img img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

.font-hiraw3min{font-family:'HiraginoMinchoW3';}

.section-block{padding-bottom: 50px;}

/*---------------header-----------------*/

header{
	position:fixed;
	height:52px;
	width:100%;
	top:0;
	max-width:750px;
	z-index:9999;
	background:rgba(255,255,255,0.9);
}



#bread_wrap{
	display:none;
}





/*----------g_menu---------------- */

#global-navi {
    background:none;

}

#header_top{
	background-color: #EEEEEE;
}



main{
	margin-top:52px !important;
	position:relative;
}

/*-------------------------------------

/*-------------------------------------
works
-------------------------------------*/
#works{
	padding-bottom: 100px;
	position: relative;
	padding-top: 40px;
	text-align: center;
}
#works h2 img{
	padding-bottom: 30px;
}
#works-slide{text-align: center;}
#works-slide li{
	position: relative;
	height: 280px;
	width: 30%;
	z-index: 10;
}
#works-slide li .imgWrap {
  overflow: hidden;
  width: 280px;
  height: 187px;
  background: #fff;
  cursor: pointer;
  object-fit: cover;
}
#works-slide li .imgWrap img {
  display: block;
  transition-duration: 0.3s;
}
#works-slide li .imgWrap img:hover {
  opacity: 0.7;
  transform: scale(1.05);
  transition-duration: 0.3s;
}

#works-slide li .work-cat01,
#works-slide li .work-cat02,
#works-slide li .work-cat03{
	height: 25px;
	width: 75px;
	color: #FFF;
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 1000;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 3px;
	background-color: #000;
	padding-right: 10px;
}

#works-slide li p{
	z-index: 1000;
	position: absolute;
	left: 1px;
	top: 200px;
	color: #333;
	text-align: left;
}

#works-list{text-align: center;}
#works-list a{
	display: inline-block;
	height: 70px;
	width: 450px;
	text-align: center;
	background-color: #0455BF;
	color: #FFF;
	line-height: 4.5em;
	border: 1px solid #0455BF;
}
#works-list a:hover{
	color: #0455BF;
	background-color: #fff;
	border: 1px solid #0455BF;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}


#works-img{
	text-align:center;
}


/*
#works-ul{
	padding-bottom: 50px;
}


#works-ul li{
	display: inline-block;
	color: #FFF;
	background-color: #000;
	font-size: 18px;
	line-height: 3em;
	width: 230px;
	height: 60px;
	margin-right: 20px;
}
#works-ul li a:hover,
#works-ul li.work-on a{
	display: inline-block;
	width: 230px;
	height: 60px;
	border: 1px solid #A28100;
	background-color: #FFF;
	color:#A38200;
}
#works-ul li a{
	color: #fff;
	width: 230px;
	height: 60px;
	display: block;
}
#works-ul li.work-on a:hover{
	color: #A38200;
	border: 1px solid #A28100;
	background-color: #FFF;
	color:#A38200;
}
#works-ul li a:hover{}
*/

/*-------------------------------*/

#btn_contact{position: fixed;
	top: 350px;
	right: 0px;
	z-index: 100;}


/*-------------- page-top-----------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	bottom: 55px;
	right: -100px;
	z-index: 100;
}
#page-top a {


}
#page-top a:hover {

}

/*-------------------------------------
foot-banner
-------------------------------------*/
#foot-banner{
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#foot-banner ul li{
	display: inline-block;
	width:47%;
	margin:1%;
}
#foot-banner ul li:first-child{
}

#foot-block {
    margin-top: 0px;
    width: 100%;
    background-color: #EEEEEE;
	text-align:center;
	padding:10px;
}


#foot-contact a{
	color:#FFF;
	font-size:14px;
	padding:10px;
}
#foot-contact {
	width:240px;
    background-color: #000;
    padding: 0px;
    margin-top: 10px;
    margin: 10px auto 10px;
    text-align: center;
	padding:20px;
}

/*footer*/
#footer{

	color: #fff;
	font-size: 12px;
	width: 100%;text-align:center;
}

#
#footer #copy{}
footer a{
	color:#fff;

}
#footer a:hover{
	color:#fff;
	text-decoration:underline;

}
#copy{
	padding: 10px 0;
	background-color: #000;
}
#footer ul{
	padding-top: 5px;
}
#footer ul li{
	display: inline-block;
	width:48%;
	text-align:center;
	font-size: 10px;
	letter-spacing: 0.1em;
}

#fix_link {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px;
	background-color: #FFF;
}
#fix_link ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0 auto;
}
#fix_link ul li {
	width: 50%;
	max-width: 320px;
}
#fix_link ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: #FFF;
	font-size: 16px;
	transition: .3s;
	height: 40px;
}
#fix_link ul li a:hover {
	opacity: .7;
}
#fix_link ul li a.tel_btn {
	background-color: #bc9515;
}
#fix_link ul li a.mail_btn {
	background-color: #3d8446;
}
#fix_link ul li a.tel_btn img {
	width: 26px;
	height: auto;
	display: block;
}
#fix_link ul li a.mail_btn img {
	width: 30px;
	height: auto;
	display: block;
	aspect-ratio: 82 / 66;
}


/*==================================================
 ページネーション
================================================== */
.pagenation {
	margin: 0 0 20px;
	text-align: center;
	color: #999;
	font-size: 0;
	letter-spacing: 0;
}

.pagenation li {
	width: 26px;
	margin: 0 2px;
	line-height: 30px;
	color: #999;
	font-size: 13px !important;
	background: #aaa;
	display: inline-block;
	font-weight: bold;
}

.pagenation li > * {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 13px !important;
}

.pagenation li:hover,
.pagenation li.current {
	background: #54a2dc;
}
