
/**
*
* タクシー特殊作業
*  
**/

.wrap {
  background: none;
  line-height: 1.8;
  font-size: 15px;
}


.staff {
  display: block;
}
.taxipage {
  margin-top: 0;
  height: 100%;
}
#hitpoint{
	width:798px;
	margin:60px auto 0 auto;
	position:relative;
}
#hitpoint #hitimg{
	width:100%;	
		z-index:-100;
}
.close-page1,.close-page2,.close-page3,.close-page4,.close-page5,.close-page6,.close-page7{
	cursor:pointer;	
}

@media screen and (min-width: 992px) {
  .wrap {
    width: 100%;
  }
}

.taxipage {
  margin-top: 0;
  height: 100%;
  max-width:798px;
}

@media screen and (max-width: 768px) {
#hitpoint{
	width:100%;
}
	#hitimg{
		display:none;	
	}
  .taxipage {
    margin-top: 0;
  }
}

/* コンテンツ */
.staff {
  display: block;
  line-height: 0;
  position: absolute;
}

.staff {
  bottom:0;
  right: 0;
  z-index: 2;
}

.staff img {
  width: 800px;
}

.taxipage div[class*="target"] {
	position: absolute;
	width: 4px;
	height: 1px;
} 

.target1 {
	display: block;
	top: 199px;
	bottom: 50%;
	left: 10px;
	right: 67%;
}

.target2 {
	display: block;
	top: 366px;
	bottom: 35%;
	left: 209px;
	right: 70%;
}

.target3 {
	display: block;
	top: 466px;
	bottom: 30%;
	left: 263px;
	right: 54%;
}

.target4 {
	display: block;
	top: 277px;
	bottom: 65%;
	left: 270px;
	right: 97%;
}

.target5 {
	display: block;
	top: 433px;
	bottom: 17%;
	left: 362px;
	right: 64%;
}

.target6 {
  display: block;
  top: 84%;
  bottom: 13%;
  left: 54%;
  right: 48%;
}

.target7 {
	display: block;
	top: 528px;
	bottom: 16%;
	left: 689px;
	right: 11%;
}



.target3 img {
  width: 500px;
}

.target1 img,
.target4 img {
  width: 250px;
}

.target2 img,
.target3 img,
.target5 img,
.target6 img,
.target7 img {
  width: 100px;
}


@media screen and (max-width: 1280px) {
  #hitpoint{
	margin-top:15px;
}
}

@media screen and (max-width: 992px) {
  .wrap {
    height: 100%;
  }
  
  .staff img {
    width: 90%;
  }
  
  .staff {
    bottom:0;
    right: auto;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .target1,
  .target2,
  .target3,
  .target4,
  .target5,
  .target6,
  .target7 {
    display: none;
  }
}

/* copyright */
.copyright {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #122540;  
  z-index: 3;
}

/*
@media screen and (min-width: 768px) {
  .copyright {
    background: none;  
  }
}
*/

@media screen and (max-width: 768px) {
  .price {
    border: none;
    margin-top: 20px;
  }
  
  .copyright {
    margin: 0;
    background: #122540;
    z-index: 3;
  }
}

.staff_content img {
  width: 100%;
}

.mb0 {
  margin-bottom: 0px;
}

/* ボタン */
.btn_wrap {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .btn_wrap {
    display: none;
  }
}

.btn_wrap.top {
  margin-top: 15px;
}

.square_btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #58B99D; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #4B9080;
  border-radius: 3px;
  width: 200px;
}

.square_btn:visited,
.square_btn:link {
  text-decoration: none;
  color: #fff;
}

.square_btn:active {/*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  text-decoration: none !important;
  color: #fff;
}

/* モーダルコンテンツ */
.modal-content {
  background: #333;
  margin-top: 20px;
  padding:20px 20px;
  border: none;
  font-family: "Noto Sans Japanese";
  text-align:left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  min-height:400px;
  max-width:600px;
  margin:0 auto;
}

div[class*="close-"] {
  text-align: center;
  margin-top: 30px;
}

.mtitle{
	font-size:2.4rem;
	border-bottom:1px #FFF solid;
	margin-bottom:20px;
}