



.video-container {
	width: 100%;
	margin-top:52px;

}

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: 80px;
}

#message h2{
	color: #9A7F39;
	font-size: 20px;
	font-weight: normal;
}

#m-txt{
	font-size: 14px;
	padding-top: 20px;
	line-height: 2.0em;
	padding-bottom: 30px;
}
.enji{
	color: #B20000;
	font-weight: bold;
}


.btn-detail{

}
.btn-detail a{
	font-size: 16px;
	color: #FFF !important;
	background-color: #000;
	text-decoration: none;
	font-weight: normal;
	padding-right: 50px;
	padding-left: 50px;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.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;

}


#works-ul li{


}



#works-ul{
	padding-bottom: 50px;
}


#works-ul li{
	display: inline-block;
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	line-height: 3em;
	height: 60px;
	margin:1%;
	width:22%;
}
#works-ul li a:hover,
#works-ul li.work-on a{
	display: inline-block;
	width: 100%;
	height: 60px;
	border: 1px solid #A28100;
	background-color: #FFF;
	color:#A38200;
}
#works-ul li a{
	color: #fff;
	width: 100%;
	height: 60px;
	display: block;
}






/*-------------------------------------
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: 100%;
	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 {
	width:47%;
	margin:1%;
	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);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
	width:100%;
}
.sevice-ul li a:hover .s-txt {background-color:rgba(163,130,0,0.7);}
.sevice-ul li .imgWrap {
  overflow: hidden;

  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:40px;
	padding-bottom: 40px;
	text-align: center;
}

#top-banner li{
  width: 47%;
  margin:1%;
  display:inline-block;
  overflow:hidden;
}

#top-banner li a{
	position:relative;
}

#top-banner li a img{
	width:100%;
	height:auto;
}

/*-------------------------------
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{
}
#contact-area h4.contact-area_title{
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 20px;
	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: 60px;
	width: 250px;
	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;
}


/*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;
}

.top_add_img{
	margin-bottom: 80px;
}
.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: 20px;
    font-weight: normal;
}
.top_add_img_title p{
	text-align: center;
}
.top_add_img_txt{
	text-align: center;
	color: #B20000;
	font-size: 14px;
	margin-top: 10px;
}
.top_add_img_txt span{
    font-weight: bold;
	font-size: 25px;
}
