﻿@charset "utf-8";
/* CSS Document */
body{font-size: 19px;}
/* color */
.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #E67928} /* メインカラー */
.txt_color2{color: #FFD18F} /* サブカラー */
.txt_color3{color: #999999} /* アクセントカラー1 */
.txt_color4{color: #eeeeee} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #E67928} /* メインカラー */
.bg_color2{background-color: #FFD18F} /* サブカラー */
.bg_color3{background-color: #b1b1b1} /* アクセントカラー1 */
.bg_color4{background-color: #eeeeee} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #E67928}
.border_color2{border-color: #FFD18F}
.border_color3{border-color: #b1b1b1}
.border_color4{border-color: #eeeeee}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #E67928} /* メインカラー */
.hvr_txt_color2:hover{color: #FFD18F} /* サブカラー */
.hvr_txt_color3:hover{color: #999999} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #eeeeee} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #E67928} /* メインカラー */
.hvr_bg_color2:hover{background-color: #FFD18F} /* サブカラー */
.hvr_bg_color3:hover{background-color: #999999} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #E67928} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #E67928}
.hvr_border_color2:hover{border-color: #FFD18F}
.hvr_border_color3:hover{border-color: #999999}
.hvr_border_color4:hover{border-color: #eeeeee}


/*********************************
ここから個別指定
********************************/
.linkStyle{
	color: #E67928;
}
/*#top_contents1 .catch_txt::before {
	content: url("./Dup/img/pi-ko.png");
}*/
#top_contents1 {
         padding: 5%;
}
#header .before {
	background-color: #E67928;
}
.more .d_block:hover {
	background-color: #E67928;
	color: #fff;
}
#main_img:before{
	content: "";
    display: block;
    position: absolute;
    bottom: 5%;
    left: -1%;
    background: url(Dup/img/catch6.png)no-repeat;
    background-size: contain;
    width: 50%;
    height: 50%;
    z-index: 2;
}
#top_contents2{
	background-color: #f9f9f9;
}
#top_contents2 .con_box .text_box .before{
	background-color: #E67928;
}
#top_contents2 h2{
	position: relative;
}
#top_contents2 .con_box .text_box{overflow-y: visible;}
#top_contents2 .con_box:nth-of-type(1) h2:before{
	content: "";
	display: block;
	position: absolute;
	top: -8vw;
	right: 4%;
	background: url(Dup/img/item1.png)no-repeat;
	background-size: contain;
	width: 100%;
	height: 6vw;
	z-index: 2;
	opacity: 0.1;
}

#top_contents2 .con_box:nth-of-type(2) h2:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 98%;
	left: 26%;
	background: url(Dup/img/item3.png)no-repeat;
	background-size: contain;
	width: 100%;
	height: 7vw;
	z-index: 2;
	opacity: 0.1;
}

 #top_contents2 .con_box{min-height: 810px}
@media screen and (max-width: 1280px){
	#top_contents2 .con_box:nth-of-type(1):before{
		top: 3vw;
		right: 12%;
		width: 30vw;
	}
	#top_contents2 .con_box:nth-of-type(2):before{
		bottom: 96%;
		left: 13%;
	}
       
}
.fa-envelope:before{
	display: none;
}
#top_contact_box .con_bt a{
	padding-left: 0;
}
#footer::before{
	background: transparent;
}
#loading_logo{
	max-width: 300px;
}
#footer #logo2{
	max-width: 250px;
	width: 50%!important;
}
.font_8up{font-size:calc(1rem + 18px);}
.font_2dw{font-size: calc(1rem - -4px);}
.font_4dw{font-size: calc(1rem - -8px);}
.font_100per{font-size: 19px;}
.font_4up{font-size: calc(1rem + 8px);}
.font_6dw{font-size: calc(1rem - 3px);}
.font_6up{font-size: calc(1rem + 8px);}
.font_2up{font-size: calc(1rem + 6px);}
p{font-size: 19px;}
#top_info .info_txt{
	padding-left: 0;
	text-align: center;
	width: 100%!important;
}
#top_info .info_txt .mg_b-40px{
	text-align: left;
	display: inline-block;
}
#top_info .info_txt .mg_b-40px h3{font-size: 28px;}
#top_info .info_txt .tel_bt{
	text-align: center;
	display: block;
        margin-right: 50px;
}
#top_contents2 h2{font-size: 30px;}
#logo{
	width: 200px;
    height: 130px;
    background-color: transparent!important;
}
#header-nav li a{font-size: 16px;}
#top_contents1 h2{margin-bottom: 0;}

/*下層----------------------------------------------*/
#page_title .title_box{
	border-bottom: 1px solid #b1b1b1;
}
#cms_3-c .bg_color{
	background-color: #e67928;
}
#cms_3-e .bg_color3{
	background-color: #e67928;
}
#page5 .cate_wrap figure{
	width: 30%!important;
}
#page6 .box_wrap{
	display: block;
}
#page8 .txt_color2{
	color: #e67928!important;
}
#page9 .border_color4{
	border-color: #8e8e8e;
}
#page10 .btn a:hover,
#page10 .btn a :hover span{
	color: #fff;
	transition: all 0.3s;
}
#contact_tel a{max-width: 350px;}
#page4 .sub_cate_title{color: #ff9e03;}
#cms_2-a p{line-height: 1.8}


@media screen and (max-width: 768px){
	#top_contents2 .con_box:nth-of-type(1):before {
		top: -2%;
		right: 65%;
		width: 30vw;
	}
	#top_contents2 .con_box:nth-of-type(2):before {
		bottom: 98%;
		left: 5%;
	}
	/*#top_contetns2 .img_box{
		position: relative;
	}
	#top_contents2 .con_box:nth-of-type(1):before,
	#top_contents2 .con_box:nth-of-type(2):before{
		display: none;
	}
	#top_contents2 .con_box:nth-of-type(1) .img_box:before {
		content: "";
		display: block;
		position: absolute;
		top: 53%;
		right: 56%;
		background: url(Dup/img/item2_.png)no-repeat;
		background-size: contain;
		width: 30vw;
		height: 7vw;
		z-index: 2;
		opacity: 0.2;
}
	#top_contents2 .con_box:nth-of-type(2) .img_box:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 46%;
		left: 15%;
		background: url(Dup/img/item2_.png)no-repeat;
		background-size: contain;
		width: 30vw;
		height: 7vw;
		z-index: 2;
		opacity: 0.2;
}*/
	#logo h1{
		max-width: 300px!important;
	}
	#logo h1 img{
		width: 100%;
		
	}
	.eye_catch{
padding-top: 15%;
text-align: center;
}
       /* #top_contents2 .con_box .con_img{position: relative;}
	#top_contents2 .con_box:nth-of-type(1) .con_img:before{
		content: "";
		display: block;
		position: absolute;
		top: -3vw;
		right: 4%;
		background: url(Dup/img/item1.png)no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		z-index: 2;
		opacity: 0.2;
	}
	#top_contents2 .con_box:nth-of-type(2) .con_img:before{
		content: "";
		display: block;
		position: absolute;
		bottom: 108%;
		left: 26%;
		background: url(Dup/img/item2_.png)no-repeat;
		background-size: contain;
		width: 100%;
		height: 7vw;
		z-index: 2;
		opacity: 0.2;
	}
	#top_contents2 .con_box:nth-of-type(2) h2:before,#top_contents2 .con_box:nth-of-type(1) h2:before{display: none;}*/
        #footer_nav .font_2dw{font-size: calc(1rem - 0px);}
         #top_contents2 .con_box:nth-of-type(1) h2:before{
		top: -4vw;
		right: 4%;
		opacity: 0.1;
	}
	#top_contents2 .con_box:nth-of-type(2) h2:before{
		bottom: 81%;
		left: -1%;
		opacity: 0.1;
                height: 6vw;
	}
       .eye_catch img{width: 80%!important;}

}


@media screen and (max-width: 678px){
	#page5 .cate_wrap figure{
		width: 100%!important;
	}
	#top_contents2 .con_box:nth-of-type(1):before {
		top: -2%;
		right: 58%;
		width: 30vw;
	}
	#top_contents2 .con_box:nth-of-type(2):before {
		bottom: 98%;
		left: 13%;
	}
	#logo{
		width: 100%!important;
	}
        #loading_logo {
    width: 70%;
}
body,p,.font_100per{font-size: 14px;}
	.eye_catch{padding-top: 25%;}
       
	.font_8up{font-size: calc(1rem + 6px);}
	.font_2dw{font-size: calc(1rem - 0px);}
	#logo{height: 80px;}
	.eye_catch img{width: 100%!important;}
	#top_info .info_txt .tel_bt{margin-right: 0;}
	#top_contents2 h2 {
    font-size: 22px;
}
.font_4up{font-size: calc(1rem);}
.font_2up {
    font-size: calc(1rem + 2px);
}
#cms_5-a h3{padding: 5px;}
#top_contents1 h2 {
    margin-bottom: 10px;
}
#top_info .info_txt .mg_b-40px h3 {
    font-size: 20px;
}



}


@media all and (-ms-high-contrast: none){
	#top_cms .more a{
		padding: 15px 15px 12px;
	}
	#top_contact_box a i{
		transform: translateY(-49%);
	}
	.tel_bt a i{
		transform: translateY(-45%);
	}
}