@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;
}

/*-------------------------------------------*/

.pace-running #wrap {
            display:none;
        }

body{
	background-color: #ffffff;
	font-size: 16px;
	color: #000000;/*#463319*/

}

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';}
.innerbox{
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.innerbox1000{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.section-block{padding-bottom: 50px;}

/*---------------header-----------------*/
#wrap{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

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

#global-navi {
    background:none;

}
#wrapper nav ul li{

}

#header_top{
	background-color: #EEEEEE;
}
#disp{
	float: left;
	font-size: 14px;
	line-height: 3.3em;
	padding-left: 30px;
}
#phone{
	float: right;
}


.sticky {
	z-index: 10000;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
        }


#menu_block{
	height: 100px;
	width: 100%;
}

#logo{
	float: left;
	padding-top: 20px;
	padding-right: 0px;
}

#logo img{
	vertical-align: middle;
}
#dropmenu {
	float: right;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#dropmenu h2{
	font-size: 17px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: normal;
	font-family: "M PLUS 1p";
	letter-spacing: 0.2em;
}
#dropmenu h3{
	font-size: 12px;
	padding-bottom: 0px;
	color: #000000;
	font-weight: normal;
}
#dropmenu li {
	margin: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	display: inline-block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin-bottom: 33px;
}
#dropmenu li:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}


#dropmenu li a {
	display: block;
	margin: 0;
	color: #0454BF;
	font-size: 15px;
	/*font-weight: bold;*/
	line-height: 1;
	text-decoration: none;
}

#dropmenu li.on a h2,#dropmenu li.on a h3,
#dropmenu > li:hover > a h2,#dropmenu > li:hover > a h3{
	color: #D96D00;
}

/*drop menu*/

#dropmenu li {
	position: relative;
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;


}
#dropmenu li a {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	padding-top: 0px;/*18*/
	padding-right: 0;
	padding-bottom: 0px;/*16*/
	padding-left: 0;

}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 250px;/*100%*/
	height: 0;
	color: #fff;
	transition: .5s;

}
#dropmenu li ul li a {
	padding: 18px 23px;/*13 15*/
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	/*background-color: #000000;*/
	background-color: rgba(0,0,0,0.7);
}
#dropmenu > li:hover > a {   }
#dropmenu > li:hover li:hover > a {
	/*background-color: #CCCCCC;*/
	background-color:rgba(163,130,0,0.7);
	color: #fff;
}
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 48px;/*38*/
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 18px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff; /*border-left-color: #454e08;*/
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 48px;
}
#dropmenu li ul li ul li a {
	/*background-color: #000000;*/
	background-color: rgba(0,0,0,0.7);
}
#dropmenu li:hover ul li ul li a:hover {
	background-color: #CCCCCC;
	color: #000; }


.video-container {
	width: 100%;

}

video {
  width: 100%;
}

/*-------------------------------------
message
-------------------------------------*/

#message{
	background-color: #FFF;
	background-image: url(../images/bg_message.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin-top: -5px;
	padding-top: 50px;
	padding-bottom: 150px;
}

#message h2{
	color: #9A7F39;
	font-size: 40px;
	font-weight: normal;
}

#m-txt{
	font-size: 18px;
	padding-top: 20px;
	line-height: 2.0em;
	padding-bottom: 50px;
}
.enji{
	color: #B20000;
	font-weight: bold;
}


.btn-detail{

}
.btn-detail a{
	font-size: 20px;
	color: #FFF !important;
	background-color: #000;
	text-decoration: none;
	font-weight: normal;
	padding-right: 70px;
	padding-left: 70px;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.btn-detail a:hover{
	background-color: #fff;
	color: #A38200 !important;
	border: 1px solid #A38200;

}


.work-detail a{
	font-size: 20px;
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	font-weight: normal;
	padding-right: 70px;
	padding-left: 70px;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	display:block;

}
.work-detail a:hover{
	background-color: #fff;
	color: #A38200;
	border: 1px solid #A38200;

}


/*-------------------------------------
top service
-------------------------------------*/
#top-service{
	width: 100%;
	margin-top: 0px;
	z-index: 1;
	text-align: center;
	padding-bottom: 0px;

}
#top-service h2 img{
	padding-bottom: 50px;
}
.padd{
	padding-bottom: 100px;
	padding-top: 100px;
}

#service-bg{
	width: 100%;
	background-image: url(../images/bg01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.inner1500{
	width: 1500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.sevice-ul {
	padding-top: 0px;
	font-size:0;
}
.sevice-ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.sevice-ul li a{color: #FFF;}
.sevice-ul li .s-txt{
	position: absolute;
	bottom: 0px;
	background-color:rgba(0,0,0,0.5);
	width: 299px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
}
.sevice-ul li a:hover .s-txt {background-color:rgba(163,130,0,0.7);}
.sevice-ul li .imgWrap {
  overflow: hidden;
  width: 299px;
  background: #fff;
  cursor: pointer;
}
.sevice-ul li .imgWrap img{
	object-fit: cover;

}
.sevice-ul li a {
  display: block;
  transition-duration: 0.3s;
}
.sevice-ul li a:hover {
  opacity: 0.8;
  transform: scale(1.03);
  transition-duration: 0.3s;
}
/*-------------------------------------
top-banner
-------------------------------------*/
#top-banner{
	background-color: #EEEEEE;
	padding-top: 120px;
	padding-bottom: 120px;
	text-align: center;
}
#top-banner ul li{
	display: inline-block;
}
#top-banner ul li:first-child{
	padding-right: 30px;
}


/*-------------------------------
contact-area
--------------------------------*/
#contact-area{
	background-image: url(../images/bg_contact_area.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #FFF;
}
#contact-area .waku{
	padding: 0px;
	height: 336px;
	width: 1420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid rgba(255,255,255,0.5);
}
#contact-area h4.contact-area_title{
	font-size: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
	letter-spacing: 0.3em;
}
#contact-area h4{padding-bottom: 20px;}
#contact-area h5{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: normal;
}
#contact-btn a{
	height: 70px;
	width: 450px;
	background-color: #FFF;
	color: #000;
	line-height: 3.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#contact-btn a:hover{background-color: #BC9B50;}
#contact-area .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px 0 0;
}
#contact-area .btn_wrap > a {
	width: 280px;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	padding: 2px 10px;
	line-height: 1;
	font-size: 16px;
	height: 50px;
	box-sizing: border-box;
	transition: .3s;
}
#contact-area .btn_wrap > a:hover {
	opacity: .7;
}
#contact-area .btn_wrap > a.tel_btn {
	background-color: #bc9515;
	display: grid;
	grid-template-rows: 14px 30px;
	grid-template-columns: 40px 160px;
	position: relative;
	padding: 5px 30px;
}
#contact-area .btn_wrap > a.tel_btn::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#contact-area .btn_wrap > a.mail_btn {
	background-color: #3d8446;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

#contact-area .btn_wrap > a.tel_btn > img {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	width: 26px;
	height: auto;
	margin: auto;
}
#contact-area .btn_wrap > a.tel_btn > span {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	font-size: 11px;
}
#contact-area .btn_wrap > a.tel_btn > p {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
#contact-area .btn_wrap > a.tel_btn > p .big {
	font-size: 150%;
}
#contact-area .btn_wrap > a.mail_btn > img {
	width: 30px;
	height: auto;
	display: block;
	aspect-ratio: 82 / 66;
}

#fix_link {
	display: none !important;
}

/*-------------------------------------
works
-------------------------------------*/
#works{
	padding-bottom: 150px;
	position: relative;
	padding-top: 80px;
	text-align: center;
}
#works h2 img{
	padding-bottom: 50px;
}
#works-slide{}
#works-slide li{
	position: relative;
	height: 320px;
	width: 280px;
	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-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{}


/*-------------------------------------
foot-banner
-------------------------------------*/
#foot-banner{
	background-color: #EEEEEE;
	padding-top: 100px;
	padding-bottom: 100px;
	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;
 margin: 10px 0;
}
#foot-banner ul li:first-child{
	padding-right: 30px;
}

/*-------------------------------
footer block
--------------------------------*/
#foot-block{
	margin-top: 0px;
	width: 100%;
	/* height: 460px; */
	height: 520px;
	background-color: #EEEEEE;
}

#foot-add{
	width: 40%;
	color: #000;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-top: 50px;
	padding-left: 150px;
}
#foot-add h2{
	line-height: 3em;
	padding-bottom: 20px;
}
#foot-phone{padding-bottom: 20px;}
#foot-add p{
	padding-top: 5px;
	padding-bottom: 0px;
}
#foot-map{
	float: right;
	width: 50%;

}
@media screen and (max-width:1500px){
#foot-add{
	width: 40%;
	padding-left: 50px;
	}
#foot-map{width: 50%;}
}
@media screen and (max-width:1100px){
#foot-add{
	width: 50%;
	padding-left: 0px;
	}
#foot-map{width: 50%;}
}



#foot-contact{
	background-color: #000;
	padding: 0px;
	height: 70px;
	width: 400px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#foot-contact a{
	padding: 0px;
	height: 70px;
	width: 400px;
	font-size: 18px;
	line-height: 3.7em;
	display: block;
	color: #FFF;
}
#foot-contact a:hover{
	background-color: #A28100;
	color: #000;
}

#foot-menu {
	background-color: #FFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#foot-menu li {
	display: inline-block;
	font-size: 18px;
	width: 120px;
	letter-spacing: 0.1em;
}

#foot-menu li a{color: #000;}
#foot-menu li a:hover{
	color: #FF9933;
}

/*footer*/
#footer{
	background-color: #000;
	color: #fff;
	font-size: 12px;
	height: 50px;
	width: 100%;
}

#footer a{
	color:#fff;

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

}
#copy{
	float: left;
	width: 400px;
	padding-top: 10px;
}
#footer ul{
	padding-top: 5px;
	float: right;

}
#footer ul li{
	display: inline-block;

	font-size: 15px;
	letter-spacing: 0.1em;
	padding-left: 50px;
}
/*-------------------------------*/
.sub_t20{
	padding-bottom: 20px;
}
.sub_t30{
	padding-bottom: 30px;
	color: #FFF;
	font-size: 18px;
}
.sub_t40{
	padding-bottom: 40px;
}

.sub_t50{
	padding-bottom: 50px;
}

.sub_t40 img{
	padding-right: 15px;
	padding-left: 15px;
}

#btn_contact{position: fixed;
	top: 350px;
	right: 0px;
	z-index: 100;}


/*-------------- page-top-----------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: -100px;
	z-index: 100;
}
#page-top a {


}
#page-top a:hover {

}

/*--------------other-----------------------*/

.font-jost-bi{font-family: 'Jost* BoldItalic';}
.font-jost-b{font-family: 'Jost* Bold';}
.font-jost-m{font-family: 'Jost* Medium';}
.font-blanch{font-family: 'Blanch Condensed Regular';}
.normal{
	font-weight: normal;
}
.f-color333{color: #333;}
.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;
}
.f16{
	font-size: 16px;
}

.f18{
	font-size: 18px;
}
.f19{
	font-size: 19px;
}

.f23{font-size: 23px;}
.f25{font-size: 25px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f45{font-size: 45px;}
.f50{font-size: 50px;}
.blue{color: #0452BF;}
.white{color: #ffF;}
.fefe{color: #FEFEFE;}

hr.clear{
	display: none;
	clear: both;
}

img.padd{
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.exp{
	display: none;
	visibility: hidden;
}

.top_add_img{
 margin-bottom: 100px;
}
.top_add_img img{
	width: 100%;
}
.top_add_img p{
	text-align: center;
}
.top_add_img_title{
	margin-bottom: 30px;
}
.top_add_img_title h4{
	text-align: center;
	color: #9A7F39;
    font-size: 35px;
    font-weight: normal;
}
.top_add_img_title p{
	text-align: center;
}
.top_add_img_txt{
	text-align: center;
	color: #B20000;
	font-size: 25px;
	margin-top: 10px;
}
.top_add_img_txt span{
    font-weight: bold;
	font-size: 35px;
}
.mov{
	width:60%;
	margin: 0 auto;
    margin-top: 100px;
}

#menu_block{
	position: relative;
}

.instaLink{
	position: absolute;
	right: -65px;
	top:22px
}
#dropmenu h3.dropmenu_main_title{
	font-size: 17px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: normal;
    font-family: "M PLUS 1p";
    letter-spacing: 0.2em;
}