﻿body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #FF4500} /* メインカラー */
.txt_color2{color: #FFAC67} /* サブカラー */
.txt_color3{color: #128339} /* アクセントカラー1 */
.txt_color4{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #FF4500} /* メインカラー */
.bg_color2{background-color: #FFAC67} /* サブカラー */
.bg_color3{background-color: #128339} /* アクセントカラー1 */
.bg_color4{background-color: #E6EAED} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #FF4500}
.border_color2{border-color: #FFAC67}
.border_color3{border-color: #128339}
.border_color4{border-color: #E6EAED}


/* 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: #FF4500} /* メインカラー */
.hvr_txt_color2:hover{color: #FFAC67} /* サブカラー */
.hvr_txt_color3:hover{color: #128339} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #FF4500} /* メインカラー */
.hvr_bg_color2:hover{background-color: #FFAC67} /* サブカラー */
.hvr_bg_color3:hover{background-color: #128339} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #E6EAED} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #FF4500}
.hvr_border_color2:hover{border-color: #FFAC67}
.hvr_border_color3:hover{border-color: #128339}
.hvr_border_color4:hover{border-color: #E6EAED}



/* ----------　all　---------- */
.linkStyle{
	color:#FF4500;
}
.linkStyle:hover{
	color:#FF4500;
	opacity: 0.7;
	transition: all 0.5s;
}
#footer {
    border-top: 4px double #128339;
}
.btn a::before {
    border-left: 1px solid #ff4500;
}
.btn a::after {
    border-right: 1px solid #ff4500;
}
.btn a::before, .btn a::after {
    border-top: 1px solid #ff4500;
    border-bottom: 1px solid #ff4500;
}
#header {
    margin-top: 30px;
}
#header_menu {
    height: 150px;
}
#logo {
    transform: scale(1.2);
}
#fakeloader {
    background-image: url(./Dup/img/con_bg.jpg);
}
.spinner4 {
    background-color: #ff4500;
}
/* ----------　TOP　---------- */
.clone-nav #header {
    margin-top: 0;
    margin-bottom: 10px;
}
#main_img {
    height: 41vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-height: initial;
}
#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/main_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 73%;
}
#main_img:after {
   content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/catch1.png),url(./Dup/img/catch2.png);
    background-repeat: no-repeat;
    background-position: 90% -5%,7% 76%;
    background-size: 12%,16%;
}
#intro {
    height: 450px;
    padding: 100px;
    max-height: 450px;
    text-align: center;
    /* margin: 0 auto; */
    position: relative;
}
#intro:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/con_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    z-index: -1;
}
#intro #intro_txt h2 {
    white-space: pre;
}
#contents .back_color {
    position: relative;
}
#contents .back_color:before {
    content: "";
    background-image: url(./Dup/img/line.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 70vw;
    z-index: 1;
}
#top_cms .cms_title .bg-mask {
    background: transparent;
}
#top_cms .cms_title .title_box h2 {
    padding: 30px 40px;
    writing-mode: inherit;
    text-shadow: 0px 0px 5px #ff450066;
}
#top_cms .cms_title .title_box h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/con_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    z-index: -1;
}
#top_cms .cms_title {
    padding: 50px;
}
#top_cms .cms_title .title_box {
    background-color: transparent;
}
/* ----------　下層ページ　---------- */
.all_header #header {
    margin: 10px auto;
}
.all main {
    padding-top: 105px;
}
#page_title {
    background-position: 50% 65%;
}
#page_title h2 {
    padding: 20px 40px;
    max-height: 180px;
}
#page_title h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/con_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    z-index: -1;
}
#page_title .back_color {
    background: transparent;
}
#page_title .back_color2 {
    background: transparent;
}
.cate_title:before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ff450066;
    position: absolute;
    z-index: -1;
    transform: translate(-50%,-50%);
}
#cms_5-c .box_txt1::before,.cms_5-c .box_txt1::before  {
    color: #128339;
}
#cms_5-c .box_title1,.cms_5-c .box_title1 {
    border-color: #128339;
}
/* 会社情報 */
/* お問い合わせ */
#page08 {
    position: relative;
}
#page08:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/con_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    z-index: -1;
}
#page08 #tel_contact{padding: 50px 20px;}
#page08 #mail_contact #form_bt .bt{overflow: hidden;}
#page08 #mail_contact #form_bt .bt input{
	position: relative;
	z-index: 2;
	padding: 10px 50px;
	background-color: transparent;
	cursor: pointer;
}
#page08 #mail_contact #form_bt .bt span{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: ease 0.3s;
	opacity: 0;
}
#page08 #mail_contact #form_bt .bt:hover span{
	transform: translateX(0);
	opacity: 1;
}
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
.clone-nav #header {
    margin-top: 10px;
}
/* ----------　TOP　---------- */
#main_img {
    height: 60vw;
}
#main_img:before {
    background-position: 50% 70%;
    background-size: 90%;
}
#main_img:after {
    width: 100%;
    background-position: 98% 50%,1% 20%;
    background-size: 19%,22%;
}
#contents.back_color {
    overflow: hidden;
}
#contents .back_color:before {
    background-image: url(./Dup/img/line_tb.png);
    height: 131vw;
}
.cms_title {
    background-position: 40%;
}
/* ----------　下層ページ　---------- */
#page_title {
    background-position: 50% 50%;
}
#page_title h2 {
    padding: 20px 30px;
    max-height: 150px;
    line-height: 1.5;
}
/* 会社情報 */
/* お問い合わせ */
	#page08 #tel_contact .tel_txt span{display: block;width: 100%;}
	#page08 #tel_contact .tel_txt span.tb_hide{display: none;}
	#page08 #tel_contact .tel_txt span:first-of-type{border-bottom: 1px solid;}	
	#page08 #tel_contact .tel_txt span:last-of-type{padding: 10px;}	
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
#header {
    margin-top: 10px;
}
/* ----------　TOP　---------- */
#main_img {
    height: 100vw;
}
#main_img:before {
    background-position: 111% 68%;
    background-size: 126%;
}
#main_img:after {
    background-position: 100% 90%,1% 10%;
    background-size: 27%,35%;
}
#intro {
    height: auto;
    max-height: initial;
    padding: 10px;
}
#intro:before  {
    background-size: cover;
    height: 125%;
    top: 66%;
    background-position: 50% 100%;
}
#contents .back_color:before {
    bottom: 67%;
    right: -3%;
    width: 107vw;
    height: 141vw;
}
#top_cms .cms_title .title_box h2 {
    padding: 15px 25px;
}
#top_cms .cms_title {
    padding: 0px;
    background-size: 140%;
    background-position: 42% 32%;
}
#top_cms .cms_title .bg-mask {
    width: 100%;
    background: #0000001f;
    padding: 10px;
}
/* -
---------　下層ページ　---------- */
.all main {
    padding-top: 92px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}


/*-------------------------------------------------------
		            	loopSlider
-------------------------------------------------------*/
/* ---------- loopSlider ---------- */
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 430px;
}
.loopSlider {
    margin: 0 auto;
    height: 430px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:430px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 450px;
    height: 430px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.loopSlider .ul .li img{
    border-radius: 0;
    margin: 0 20px;
    width: 100%!important;
    height: auto!important;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 280px;
}
.loopSlider .ul .li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 154px!important;
}
.loopSlider .ul .li{
    width: 154px;
}
.loopSlider .ul .li img {
    margin: 0 10px;
}
}