@charset "utf-8";
@media only screen and (max-width: 750px) {
.title3 {
	font-size: 16px;
}
    
/*modal*/
    
/*    
.modal{
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 9999999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
     .modal__content p img{
    width: 100%;
         padding-bottom: 20px;
     }*/
/* topMain */
#topMain {
	position: relative;
	overflow: hidden;
}
#topMain .contact {
	display: none;
}
#topMain #movieTop {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 56.25%;
}
#topMain #movieTop #slideImg_sp ul li {
	width: 100%;
}
#topMain #movieTop #slideImg_sp ul li img {
	width: 100%;
	height: auto;
}
/* topMain info */
#topMain #info {
	background-color: #ff8c00;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	color: #ffffff;
	width: 100%;
	z-index: 1000;
	height: 45px;
}
#topMain #info a {
	color: #ffffff;
}
#topMain #info #infoTitle {
	display: block;
	border-right: solid 2px #dfe1e4;
	width: 52px;
	float: left;
}
#topMain #info #infoTxt {
	float: left;
	width: calc(96% - 70px);
	padding-left: 1%;
	padding-right: 1%;
	overflow: hidden;
}
#topMain #info #infoTxt li {
	display: block;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 4px 0;
}
#topMain #info #infoTxt li span {
	display: block;
}
#topMain #info #infoTxt a {
	color: #ffffff;
}
#topMain #info #toInfo {
	color: #ffffff;
	float: left;
	width: 20px;
}
/* topMain info edn */
/* topMain end */
/* contents */
.grayBG2 p {
	color: #ffffff;
}

/* serviceBox */
#serviceBox {
	background-color: #e3e4e3;
}
#serviceBox ul li:nth-child(n+3) {
	margin-top: 10px;
}
/* aboutBox */
#aboutBox .box p.aboutImg img {
	margin-top: 20px;
}
/* snsBox */
#snsBox #blogBox {
	background-color:#ffffff;
	border: solid 1px #cfcfcf;
	border-radius: 5px;
	padding: 10px;
	color: #000000;
	margin-top: 16px;
}
#snsBox #blogBox ul span {
	display: block;
}
#snsBox #blogBox ul li {
	padding-top: 10px;
}
#snsBox #blogBox ul li:first-child {
	border-bottom: solid 1px #7c8286;
	padding-bottom: 10px;
}
#snsBox #blogBox ul .title {
	font-size: 13px;
	font-weight: bold;
}
#snsBox #blogBox ul .date {
	font-size: 12px;
	color: #5870ae;
	line-height: 1.4em;
}
#snsBox #blogBox ul .text {
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
}
#snsBox #blogBox .btn a {
	display: block;
	width: 50.31%;
	margin: 0 auto;
}
#snsBox #blogBox ul li:nth-child(n+3){
    display: none;
}
/* recruitBox */
#recruitBox .mynaviBtn {
	text-align: left;
}
#recruitBox .mynaviBtn li span {
	font-size: 16px;
	display: block;
}
#recruitBox .mynaviBtn li#mynavi img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	border: solid #9b9c9b 1px;
}
/*#recruitBox .mynaviBtn li#mynavi_t img {
	width:71.995%;
	height: auto;
	margin-top:10px;
}*/

/* accessBox */
#accessBox .title {
	font-size: 16px;
	padding-bottom: 10px;
}
/*#accessBox #map_canvas {
	width: 100%;
	padding-bottom: 61.8%;
	border: solid 1px #cfcfcf;
}*/
	
	#accessBox .gmap{
height: 0;
overflow: hidden;
padding-bottom: 61.8%;
position: relative;
}
	#accessBox .gmap iframe{
position: absolute;
left: 0;
top: 0;
width: 100%;
		height: 100%;
		
	}
	
	
	
	
	
	
/* contents end */
@media print {
 .print {
display:none
}
}
}
