@charset "UTF-8";
/* CSS Document */
@media (max-width: 1250px){

}
@media (max-width: 1120px){

#logo{
	width: 30%;
}
.glovalnavi ul li{
	width: 13%;
	
}    
.t-contact .t-tel a{
font-size: 1.5em;         
}    
.contener{
	width: 98%;
	padding: 0 ;
    margin: 0 auto;
}
.t-contact{
	width: 70%;  
}   
}
/*スマホ用の可変指示*/
@media (max-width: 950px){
.glovalnavi ul li{
	width: 15%;
	
}       
.t-contact .t-tel a{
font-size: 1.2em;         
}  

.greet p{
	position:static;
	width: 80%;
}
.greet .photo1{
	width: 100%;
}
.greet{
	padding: 1% 5% 5%;
	}
.contact-box{
height: 350px;
}
   
.f-box{
width: 50%;
height: auto;
display:block;
margin: 1% auto;
}
.f-box p{
font-size:0.9em;		
}
.business-wrapper .business{
align-items:flex-start;	
}	
.business-wrapper .business2 .re{
width: 30%!important;	
height: auto;	
padding: 1% 1% 0;	
margin-top: 1%;		
}	
	
.business-wrapper .business2 .b-box2{
height: 350px;		
}	
.about p{
   	font-size: 1em;	
	text-align: left;
	line-height: 1.75;
	color: #333;
	padding: 4.5%;
	position: absolute;
	width: 60%;
	top:100px;
	right:0;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 2px 2px 5px #333;
}
.about .photo2{
	position: absolute;
	top:150px;
	left: 0;
	width: 30%;
}
.profile{	
padding: 2%;		
}	
.profile .map {
width: 100%;	
}	
.profile .map iframe{
width: 100%;	
margin: 1% auto;
}	
.profile table{
  width: 100%;
}	
.recruit-text{
 position: absolute;
bottom:70px;
right: 0;
width: 100%;    
padding: 3%;
border:2px solid #fff;
}
.contents-photo{
width: 49%; 
margin-top: 1% ;    
} 
.business-box{
width: 100%;    
}  
.recruit-box .r-photo1{
width:25%;
right:0;
bottom:-80%;    
} 
    .top-recruit{
width: 100%;
height: auto;  
padding:0 2% 3%;
}      
.recruit-flex{ 
width: 100%;   
height: auto;         
}  
.recruit-text{
 position:inherit;
bottom:0;
right: 0;
border:2px solid #fff;  
} 
.r-box1{   
margin: 5% 0;
} 
.recruit1{
padding: 2%;    
}    

.r-box1{
width: 100%!important;    
} 
.recruit-wrapper iframe{
height: 200px!important;
} 

.recruit-photo img{
width: 100%;    
}
.recruit-text2{
position:static;  
} 
.business-box img{
margin-bottom: 5%;
} 
.child_1{
   order: 1;     
    }   
.child_2{
   order: 2;     
    } 
.business-wrapper img{
width: 100%;
}    
}



@media (max-width: 670px){
.breadcrumb {
bottom: 10px;       
}

.top_slide{
position: relative;
}
.top_slide1{
height: 150px;    
}

.top_slide1 p{
position: absolute;
top: 45%;     
}    
.fullscreenmenu{
display: block;
}    
    .kaigyo{
    display: block; 
    padding-bottom: 1%;    
    }    
.midashi h2{
    font-size: 1.2em;
}
.border-left{
  font-size: 1.1em;
  margin-bottom: 20px;   
}    
.text1{
font-size:0.9em;
}	
.text1 strong{
font-size: 1.2em;
display: block;  
}
.text2{
font-size:0.9em;  
}	
.text2 strong{
font-size: 1.1em;
}    
    .t-contact{
    display: none;
    }
    .glovalnavi,.footernavi{
display: none;
}
   
.pc{
display: none;
	}
.sp{
display: block;
	}
#logo{
width: 70%;
}    
.g-flex{
top: 20px;  
left: 20px;    
}
.g-flex{
 position:static;
top: 0;  
left: 0;    
}  
.business{
justify-content:space-between;
}    
.bus-photo{
width: 49%; 
margin-top: 1% ;
}
.bis_text{   
font-size: 1em;   
}    
.recruit-box .r-photo1{
width:50%;
right:0;
bottom:-50%;    
} 

.contents_text{     
font-size: 1em;
}    
ul#newsList li{
	font-size:0.8em;
}
.g-box{
  margin-bottom: 5%;    
    }    
.f-box{
width: 95%;    
}    
.contact-tel a{
width: 100%; 
font-size: 1.3em;    
    } 
.kojin h4{	
font-size: 1em;
}

.kojin p{
font-size:0.9em;       
}    
	/*-----ハンバーガーメニュー--------*/

#nav-drawer {
  	position: fixed;
  	right: 10px;
    top: 10px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-color:  #DAC360;
    text-align: center;
	border-radius: 50%;
	display: block; /*これがないと非表示のままになる*/
	z-index: 9999;/*これで最前列*/
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 55px;/*反応範囲　#drawerと合わせる*/
	height: 55px;
    vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after{
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: white;
    display: block;
    cursor: pointer;
	content: '';
	top:12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#nav-open span:before {
    top: 13px;
}
#nav-open span:after {
    top: 25px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;/*最前面に*/
    width: 50%;/*サイドに隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
	background-color: #FFFAE3;	
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);/*左に隠しておく*/
}
	
#nav-content ul li{
	font-size: 1.1em;
    border-bottom: 1px dotted #43190E;
	}
	
	
#nav-content ul li a{
    display: block;
    color: #43190E;
    padding: 1em 0;
    text-decoration: none;
	}
	
#nav-content ul li a:hover {
	color: #fff;
	}

.tel_s, .mail_s	{
	margin-top: 5%;
	font-size: 15px;
	}

.tel_s a, .mail_s a{
	color: #43190E;
	text-decoration: none;
	border: 1px solid;
	padding: 5%;;
	border-radius: 8px;
	width: 80%;
	display: block;
	margin: 0 auto;
	}
	
.tel_s a:hover, .mail_s a:hover{
	color: #fff;
	background-color: #DAC360;
	border-radius: 8px;
	}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

	/*-----ハンバーガーメニュー--------*/

#nav-drawer {
  	position: fixed;
  	right: 10px;
    top: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-color:  #F00C23;
    text-align: center;
	border-radius: 50%;
	display: block; /*これがないと非表示のままになる*/
	z-index: 9999;/*これで最前列*/
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 55px;/*反応範囲　#drawerと合わせる*/
	height: 55px;
    vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after{
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: white;
    display: block;
    cursor: pointer;
	content: '';
	top:12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#nav-open span:before {
    top: 13px;
}
#nav-open span:after {
    top: 25px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;/*最前面に*/
    width: 50%;/*サイドに隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
     background-image:url("../img/background.png");
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);/*左に隠しておく*/
}
	
#nav-content ul li{
	font-size: 1.1em;
	}
	
#nav-content ul li a{
    display: block;
    color: #333;
    padding: 1em 0;
    text-decoration: none;
	}
	
#nav-content ul li a:hover {
	color: #F00C23;
	}

.tel_s, .mail_s	{
	margin-top: 5%;
	font-size: 15px;
	}

.tel_s a, .mail_s a{
	color: #333;
	text-decoration: none;
	border: 1px solid;
	padding: 5%;;
	border-radius: 8px;
	width: 80%;
	display: block;
	margin: 0 auto;
	}
	
.tel_s a:hover, .mail_s a:hover{
	color: #fff;
	background-color: #F00C23;
	border-radius: 8px;
	}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
	
	
	}


/*----------------414px-----------------*/

	@media (max-width: 414px){
.recruit-box .r-photo1{
bottom:-45%;    
}   
}
