@charset "UTF-8";
/* CSS Document */

/*border-radius: 150px;*/

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #000;
	
  	margin:0;
 	padding:0;
 	/* perspective: 1px; */　
  	transform-style: preserve-3d; 
  	height: 100%; /* palarax */
  	overflow-y: auto;
  	overflow-x: hidden; 
	
	/* ふわっと1/2 */　
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
	/* ふわっと1/2 */　
}
h1{
	position: absolute;
	top: -20px;
}
/* ふわっと2/2 */　
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* ふわっと2/2 */　

html {
 -webkit-text-size-adjust: 100%;
 height: 100%;
 /*overflow: hidden;	/* sp pararax */
}

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; }
a:active { color: #000; }
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ロールオーバー */
    a.hoge {
        color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
        }
    a.hoge:hover {
        color: #ccc;
        }

hr.dot {
	border:none;
  border-top: 1px dotted #ded2c3;
}
/* ここまで初期設定 **********************************************************************/	
p.font01{	/* ご利用区間 */  
  color: #ded2c3;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 20px;
}
p.font02{	/* 自宅から */  
  color: #ded2c3;
  font-size: 20px;
  font-weight: normal; 
  letter-spacing: 0.1em;
  line-height: 20px;
}


p.font07{	/* 自宅から */  
  color: #ded2c3;
  font-size: 20px;
  font-weight: normal; 
  margin: 0px;
  text-align:center;
  letter-spacing: 0.1em;
  line-height: 35px;
}
p.font08{	/* ご利用区間 */  
  color: #ded2c3;
  font-size: 15px;
  font-weight: normal; 
  margin: 0px;
  text-align:center;
  letter-spacing: 0.1em;
  line-height: 20px;
}

/* ここまでフォント設定 **********************************************************************/	

/* iflame */
.ifrm-container {
  width:700px;
  height:110px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  z-index: 100;
  background: #222;
}

.ifrm {
  width:100%;
  height:100%;
  border:none;
  display:block;
}
/* iflame */


/* 画像のmove2 **********************************************************************/
.list{
	margin: 0px 0px;
	list-style-type: none;
	overflow: hidden;
	
}
.list li{
	margin: 2px 5px;
	float: left;
	transition: .8s;
	
}
.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}




/* palalax **********************************************************************/
.image1 {
    background: url("../image/companys.jpg") no-repeat fixed 0% 0% transparent;
}

.image2 {
    background: url("../image/dis.png") no-repeat fixed 0% 0% transparent;
}


/* 背景画像の高さ */
.image-base{
    min-height: 650px; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* palalax **********************************************************************/


/* 
@media screen and (max-width:480px){
.image-base {
 min-height: 400px; 
} 
}
@media screen and (min-width:481px) and (max-width:800px){
.image-base {
 min-height: 400px; 
} 
}
@media screen and (min-width:801px){
.image-base {
 min-height: 450px;
} 
}
 */
/* 背景画像の高さ */
.boxer000_0 {		/* all base */
	width: 1000px;
	height: 3650px;
    margin: 0 auto;  
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
 	/* background-color: rgba(0,255,255,0.3); */
	}
	
.boxer001_0 {		/* menu */
	width: 100%;
	height: 100px;
    margin: 0 auto;  
	
	position: fixed;
	z-index: 100;
 	background: #000;
	}
.boxer001_01 {		/* menu base */
	width: 800px;
	height: 70px;
    margin: 0 auto;  
	position: relative;
	top: 30px;
	left: 0px;
	z-index: 100;
 	
	}
.boxer001_02 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 100;
 	
	}
.boxer001_03 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 200px;
	z-index: 100;
 	
	}
.boxer001_04 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 500px;
	z-index: 100;
 	
	}
.boxer001_05 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 650px;
	z-index: 100;
 	
	}
.boxer001_06 {		/* menu main logo */
	width: 51px;
	height: 54px;
    margin: 0 auto;  
	position: absolute;
	top: 0px;
	left: 385px;
	z-index: 100;
 	
	}

.boxer001_5 {		/* gold1*/
	width: 100%;
	height: 2px;
	background: #A38D51;
	position: relative;
    left: 0px;
    top: 100px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	z-index: 3;
	}	
.boxer001_6 {		/* gold2*/
	width: 100%;
	height: 2px;
	background: #A38D51;
	position: relative;
    left: 0px;
    top: 648px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	z-index: 3;
	}	
	
/* ここまでTOPmenu***********************************************/
	
	
	



/* ---------------------------------------------------------------------- */	
.boxer001_101 {		/* back 1 black */
	width: 100%;
	height: 550px;
	background-color: rgba(0,0,0,0.5);
	position: relative;
    left: 0px;
    top: 100px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;	
	}	
.boxer001_102 {		/* back 1 base */
	width: 800px;
	height: 200px;
	
	position: relative;
    left: 0px;
    top: -400px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;	
	}	

.boxer001_intro {		/* 見出し */
	width: 800px;
	height: 100px;
	
	position: absolute;
    left: 0px;
    top: 0px;
	border: 0px solid #888;
    margin: 0 auto; 
	}	
	
.boxer001_150 {		/* TOP文字　大 */
	width: 800px;
	height: 200px;
	
	position: absolute;
    left: 0px;
    top: 150px;
	border: 0px solid #888;
    margin: 0 auto; 
	}	
.boxer001_160 {		/* TOP文字　小 */
	width: 800px;
	height: 200px;
	
	position: absolute;
    left: 0px;
    top: 400px;
	border: 0px solid #888;
    margin: 0 auto; 
	}		


/* ---------------------------------------------------------------------- */		
.boxer002_1 {		/* コンテンツベース */
	width: 100%;
	
	background: #000;
	position: relative;
    left: 0px;
    top: -100px;
	border: 0px solid #FFFFFF;
    margin: 0 auto;  
    text-align: center; 
	
	}
.boxer002_2a {
	width: 100%;
	height: 528px;
	
	position: relative;
    left: 0px;
    
	border: 0px solid #FFFFFF;
    margin: 0 auto;  
    text-align: center;
	background-image: url(../image/box.jpg);
	}	
.haneda01 {		/* map */
	width: 700px;
	height: 425px;
	
	position: relative;
    left: 0px;
    top: -20px;
	border: 0px solid #FFFFFF;
    margin: 0 auto;  
    text-align: center;
	}	
.haneda02 {		/* 都内各地の営業所 */
	width: 250px;
	height: 40px;
	background: #000;
	position: relative;
    left: -250px;
    top: 80px;
	border: 1px solid #FFFFFF;
    margin: 0 auto;
	
    display: flex;
    align-items: center;
    justify-content: center;
	}	
.haneda03 {		/* 定額エリア */
	width: 250px;
	height: 40px;	
	position: relative;
    left: -305px;
    top: 80px;
	border: 0px solid #FFFFFF;
    margin: 0 auto;
	}			
/* ---------------------------------------------------------------------- */		

.map01 {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 370px;
	left: 110px;
}
.map02 {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 50px;
	left: 310px;
}
.map03 {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 80px;
	left: 310px;
}
.map04 {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 110px;
	left: 310px;
}
.map05 {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 470px;
	left: 350px;
}
.map06 {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 500px;
	left: 350px;
}

.shop {					/* 事業所ベース */
	position: relative;
	width: 100%;
	height: 2800px;
	background: #000;
	border: 0px solid #888;
}
.shop00 {				/* all base */
	position: absolute;
	width: 780px;
	
	background: #000;
	border: 0px solid #888;
	left: 50%;
	margin-left: -400px;
	margin-top: 50px;
	
}

.shoptitle {				/* 営業所名 */

	width: 780px;
	height: 60px;
	background: #000;
	border: 0px solid #888;
	float:left;
}

.shop01 {				/* shop1 */
	width: 780px;
	height: 350px;
	background: #000;
	border: 0px solid #888;
	float:left;
	margin-bottom: 50px;
}
.shop01a {				/* shop picture */
	width: 370px;
	height: 350px;
	background: #000;
	float:left;
}
.shop01b {
	width: 100px;
	height: 49px;
	background: #000;
	float:left;
  	text-align:left;
	padding-left: 20px;
}
.shop01b2 {
	width: 100px;
	height: 49px;
	background: #000;
	float:left;
  	text-align:left;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.shop01c {
	width: 260px;
	height: 49px;
	background: #000;
	float:right;
	text-align:left;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.shop01d {
	width: 380px;
	height: 1px;
	background: #ded2c3;
	float:right;
	text-align:left;
	padding-left: 20px;
}




.lists {					/* グループ一覧ベース */
	position: relative;
	width: 100%;
	height: 500px;
	background: #000;
	border: 0px solid #888;

}
.lists00 {					/* all base */
	position: absolute;
	width: 780px;
	height: 620px;
	background: #000;
	border: 0px solid #888;
	left: 50%;
	margin-left: -400px;
	text-align: left;
}
.lists01 {
	width: 390px;
	height: 350px;
	background: #000;
	float:left;
  	text-align:left;
}
.lists02 {
	width: 390px;
	height: 150px;
	background: #000;
	float:left;
  	text-align:left;
}



.ensen {					/* 沿線ベース */
	position: relative;
	width: 100%;
	
	background: #000;
	border: 0px solid #888;
}
.ensen00 {					/* all base */
	position: absolute;
	width: 780px;
	height: 100%;
	background: #000;
	border: 0px solid #888;
	left: 50%;
	margin-left: -400px;
	text-align: left;
}
.ensen01 {
	width: 100px;

	background: #000;
	float:left;
  	text-align:left;
}
.ensen02 {
	width: 680px;
	
	background: #000;
	float:left;
  	text-align:left;
}
.ensen03 {
	width: 680px;
	height: 1px;
	
	background: #ded2c3;

}

	
#sh01 {
	position: relative;
	top: 0px;
}
#sh02 {
	position: relative;
	top: 460px;
}
#sh03 {
	position: relative;
	top: 920px;
}
#sh05 {
	position: relative;
	top: 1780px;
}


/********** footer **********/
.boxer005_1 {		/* 5 footer */
	width: 100%;
	height: 130px;
	background: #000;
	position: relative;
    left: 0px;
    top: 30px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: left;  	
	}		
.boxer005_2 {		/* 5 footertext*/
	width: 800px;
	height: 50px;
	
	color: #888;
	position: relative;
    left: 0px;
    top: 10px;
    margin: 0 auto;  
    text-align: center; 
	line-height: 1.4;
	letter-spacing: 0.05em;
	}	
	
	
	