
@charset "utf-8";

/*ハンバーガーボタン*/
.el_humburger {
	display: none;
    position: fixed;
    top: 45px;
    right: 60px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}

.el_humburger_wrapper {
    margin-bottom: 5px;
    width: 42px;
    display: inline-block; 
}

.spm_menu {
    font-size: 15px;
    color: #ccc;
    color: #fff;
    text-align: center;
    padding:  0px 0px 0px 0px;
    margin-top: -10px;
	margin-top: -5px;
}

.el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
}

.el_humburger_text.el_humburger_text__close {
    display: none; 
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block; 
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}

.el_humburger span.el_humburger_bar:last-child {
margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000;
    background: #fff;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
opacity: 0; 
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
-webkit-transform: translateY(-11px) rotate(45deg);
-ms-transform: translateY(-11px) rotate(45deg);
transform: translateY(-11px) rotate(45deg); }

.el_humburgerButton.el_humburgerButton__close {
top: 2%;
right: 2%; 
}

.el_humburgerButton__close span.el_humburger_bar {
display: block;
width: 35px;
margin: 0 auto;
height: 4px;
background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
-webkit-transform: translateY(5px) rotate(-45deg);
-ms-transform: translateY(5px) rotate(-45deg);
transform: translateY(5px) rotate(-45deg); }

.el_humburgerButton__close span.el_humburger_bar.bottom {
-webkit-transform: translateY(-6px) rotate(45deg);
-ms-transform: translateY(-6px) rotate(45deg);
transform: translateY(-6px) rotate(45deg); }

.navi {
    display: none;
    position: fixed;
    will-change: transform;
    right:0;
    height: 100%;
    background-color: #f6f6f6;
	background-color: #fff9f1;
    width: 0px;
    z-index: 3;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*	 transition: all 600ms ease-out; */ 
transition: all 600ms ease-out;
transition: all 500ms ease-out;
    overflow-y: scroll;
}

.js_humburgerOpen .navi {
width: 450px;
    /*transform:translateZ(0) translateX(0%);*/ 
	
}

.navi_item {
	margin-bottom: 10px;
	margin-bottom: 10px;
	margin-bottom: 6px;
	font-size: 16px;
	padding: 0 10px 10px 6vw;
	padding: 0 10px 6px 20px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", "Arial", sans-serif;
    white-space: nowrap;
    margin-left: 90px; 
	margin-left: 0px; 
	border-bottom: 1px solid #999;
    box-sizing: border-box;
}

.navi_item.op_innerLink {
	cursor: pointer; 
}



@media (max-width: 574px) {
.el_humburger {
        position: fixed;
        display: block;
        right: 0;
        top: 0;
        padding-top: 20px;
        padding-top: 15px;
        width: 70px;
        height: 70px;
        background-color: #193488;
		background-color: #f01e28;
		background-color: #e6002d;
        z-index: 99999999;
    }

  #factory .el_humburger {
    display: none;
  }

  .el_humburger_wrapper {
    width: 30px;
    margin-bottom: 5px;
  }

    .el_humburger_text {
        font-size: 10px;
        padding-top: 2px; 
    } 

 el_humburger_text svg path {
        -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        fill: #000; 
    }

    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000; 
    }

    .el_humburger span.el_humburger_bar {
        left: 0;
        top: 0;
        background: #f6f6f6;
    }


	
    .header_inner {
		padding: 20px 0px 0 0;
		margin-left: 8%;
        margin-right: 8%;
    }

.hd_logo {
float:left;
float:none;
	width: 230px;
	width: 200px;
line-height:1.0em; 
margin:0px 0px 15px 0%;
	padding: 10px 0px 0px 0px;
}
.hd_logo img {
max-width: 100%;
height:auto;
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.navi {
        position: fixed;
        top: 0;
		display: block;
        padding: 0; 
        z-index: 99999;
    }
    .js_humburgerOpen .navi {
	box-sizing: border-box;
        padding: 0;
		width: 100%;
        width: 100vw;
    } 

    .navi_inner{
	 width: 100vw;
		padding: 60px 0px 0;
		padding: 30px 0px 0;
		padding: 10px 0px 0;
		overflow:hidden;
    }

    .navi_item {
        margin-left: 6vw;
        margin-right: 6vw;
		margin-left: 8%;
        margin-right: 8%;
        font-size: 18px; 
		font-size: 16px; 
    } 

    .navi_item a {
        display: inline-block;
        width: 35px;
		width: 100%;
		width: 100vw;
        vertical-align: middle;
    }
	
	 .navi_item a:hover {
       text-decoration: none;
    }

    .navi_item a img {
        display: inline-block;
        width: 100%;
        height: auto;
        margin: -8px 0 0;
        vertical-align: middle;
}


.ctt_mcp_sp {
	box-sizing: border-box;
	color: #333;
	font-size: 17px;
	text-align:center;
	font-weight: bold;
	line-height:1.4em; 
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 0px;
	margin:20px auto 15px auto;
	position: relative;
	overflow:hidden;
	z-index: 30;
}			
/* =お問い合わせ部分 */				
.ctt_tenpo0_sp {
	box-sizing: border-box;
	max-width: 440px;
	width: auto;
	position: relative;
	margin:0px 6% 30px 6%;
	margin:0px 8% 30px 8%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo1_sp {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 920px;
	width: auto;
	position: relative;
	margin:0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo2_sp {
	box-sizing: border-box;
	float:left;
	float:none;
	width: 320px;
	width: auto;
	position: relative;
	margin:0px 0 0px 0;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}

.ctt_tenpo_svsttl_sp{
	box-sizing: border-box;
	color: #f01e28;
	font-size: 17px;
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding: 0px 0px 0px 19px;
	margin:0px 0 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 30;
}			
.ctt_tenpo1_cts_sp {
	box-sizing: border-box;
	width: 920px;
	width: 100%;
	height:650px;
	height:auto;
	border-top: 16px solid #e0f1ff;
	border-left: 1px solid #71b7e6;
	border-right: 1px solid #71b7e6;
	border-bottom: 1px solid #71b7e6;
	background-color: #fff;
	position: relative;
	margin:-16px auto 0px auto;
	padding: 0px 30px 0px 30px;
	overflow:hidden;
	z-index: 20;
}		
.ctt_tenpo2_cts_sp {
	box-sizing: border-box;
	width: 440px;
	height:650px;
	height:auto;
	width: 100%;
	border-top: 16px solid #e0f1ff;
	border-left: 1px solid #71b7e6;
	border-right: 1px solid #71b7e6;
	border-bottom: 1px solid #71b7e6;
	background-color: #fff;
	position: relative;
	margin:-16px auto 0px auto;
	padding: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	overflow:hidden;
	z-index: 20;
}				

.ctt_tenpo1_box_sp {
	box-sizing: border-box;
	width: 884px;
	width: auto;
	max-width: 320px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	overflow:hidden;
}				
.ctt_tenpo2_box_sp {
	box-sizing: border-box;
	width: 282px;
	width: auto;
	max-width:320px;
	position: relative;
	margin:0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	overflow:hidden;
}				
				
.ctt_tenpo1_tnpo1_sp {
	box-sizing: border-box;
	float:left;
	float:none;
	width: auto;
	max-width:320px;
	position: relative;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}					
.ctt_tenpo1_tnpo2_sp {
	box-sizing: border-box;
	width: auto;
	max-width: 320px;
	position: relative;
	margin:0px 0px 0px 0;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo2_tnpo_sp {
	box-sizing: border-box;
	width: auto;
	max-width: 320px;
	position: relative;
	margin:0px 0px 0px 0;
	margin:0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo_name_sp {
	box-sizing: border-box;
	float:left;
	width: 35%;
	color: #333333;
	font-size: 15px;
	background-color: #f3f3f3;
	background-color: #fff;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 1px solid #c9c9c9;
	border: 1px solid #ccc;
	margin:0px auto 15px auto;
	margin:0px 4% 0px 0;
	padding: 4px 2px 4px 2px;
	overflow:hidden;
}
.ctt_tenpo_tel_sp{
	box-sizing: border-box;
	float:left;
	width: 220px;
	width: 150px;
	width: 60%;
	text-align:center;
	text-align:left;
	line-height: 1.6;
	margin:0px auto 0px auto;
	padding: 3px 0px 0px 0px;
	overflow:hidden;
}			
.ctt_tenpo_tel_sp img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}				
.ctt_tenpo_tel_sp a:hover img {
opacity: 1.00;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-ms-filter: "alpha(opacity=100)";
}	

.ctt_tenpo2_box_sp2 {
	box-sizing: border-box;
	width: 282px;
	width: auto;
	max-width:320px;
	position: relative;
	margin:0px auto 0px auto;
	margin:-25px auto 0px auto;
	padding: 15px 0px 15px 0px;
	overflow:hidden;
}		
.ctt_tenpo_name_sp2 {
	box-sizing: border-box;
	float:left;
	width: 35%;
	color: #333333;
	font-size: 14px;
	background-color: #f3f3f3;
	background-color: #fff;
	text-align:center;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.0em;
	border-bottom: 0px solid #c9c9c9;
	border: 0px solid #ccc;
	margin:0px auto 15px auto;
	margin:0px 4% 0px 0;
	padding: 6px 2px 4px 2px;
	overflow:hidden;
}				

.ctt_tenpo_cp_sp {
	box-sizing: border-box;
	width: auto;
	max-width: 282px;
	color: #333;
	font-size: 13px;
	text-align:center;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}					
				
.ctt_tenpo_bn0_sp {
	box-sizing: border-box;
	max-width: 620px;
	max-width: 440px;
	position: relative;
	margin:30px auto 50px auto;
	margin:30px 8% 50px 8%;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}	
.ctt_tenpo_bn0_sp img {
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0;
}	
				
.ctt_tenpo_bn1_sp {
	box-sizing: border-box;
	float:left;
	width: 300px;
	max-width: 200px;
	width: 47%;
	position: relative;
	margin:0px auto 12px auto;
	margin:0px 4% 0px 0;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo_bn2_sp {
	box-sizing: border-box;
	float:left;
	width: 300px;
	max-width: 200px;
	width: 47%;
	position: relative;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	z-index: 20;
}				
.ctt_tenpo_bn0_sp a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}


 }   