@charset "utf-8";

/*　pc(tablet)・sp　switching  
-------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
  
  .t-left-sp {
    text-align: left!important;
  }
}

/*pc・tablet*/ 
@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: none;
  }
}

/* tablet only */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tab-on {
    display: block;
  }
}


/*-------------------------------
	Common  (mobile first)
-------------------------------*/
article {
  font-family: "Yu Gothic", "Yu Gothic medium", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/*　テキスト
-------------------------------*/
article p{
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	article p{
		font-size: 16px;
	}
}

/*　h2 
-------------------------------*/
.heading-h2 {
    position: relative;
	text-align: center;
	margin: 0 auto 15px;
}

.heading-h2 span {
	display: block; /*縦並び*/
}

.heading-h2-img {
    scale: 0.55;
}

.heading-h2-text {
	font-weight: bold;
	font-size: 18px;
	color: #232323;
	
}


@media (min-width: 768px) {
	.heading-h2 {
		margin: 0 auto 50px;
	}
	.heading-h2-img {
		scale: 1;
		margin-bottom: 20px;
	}
	.heading-h2-text {
		font-size: 24px;
	}
}

/*　h3
-------------------------------*/
.heading-h3 {
    position: relative;
	text-align: center;
	margin: 0 auto 15px;
}

.heading-h3-text {
	font-weight: bold;
	font-size: 16px;
	color: #232323;
}

.heading-h3 span {
	display: block; /*縦並び*/
}


@media (min-width: 768px) {
	.heading-h3 {
		margin: 0 auto 20px;
	}

	.heading-h3-text {
		font-size: 20px;
	}
}

/*　h4
-------------------------------*/
.heading-h4 {
    position: relative;
	text-align: center;
	margin: 0 auto 15px;
}

.heading-h4-text {
	font-weight: bold;
	font-size: 16px;
	color: #232323;
}

.heading-h4 span {
	display: block; /*縦並び*/
	border-bottom: solid 1px #707070;
    text-align: left;
}


@media (min-width: 768px) {
	.heading-h4 {
		margin: 0 auto 20px;
	}

	.heading-h4-text {
		font-size: 18px;
	}
}

/*　リストの「・」
-------------------------------*/
.list-dot {
	position: relative;
	padding-left: 15px;
}
.list-dot:before{
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
}

/*　リード文
-------------------------------*/
.text-lead{
	font-weight: bold;
	font-size: 14px;
}

@media(min-width:768px) {
	.text-lead{
		font-size: 16px;
	}
}

/*　文字色
-------------------------------*/
.red{
	color: #B43131;
}


/*  ボタン
-------------------------------*/
.link-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #232323;
    border-radius: 60px;
    width: 100%;
	max-width: 278px;
    padding: 15px 50px 15px 30px;
    margin: 20px auto;
	transition: 0.3s;
}
a.link-btn:not([href]):not([tabindex]){
	color: #fff;
	cursor: pointer;
}

.link-btn:hover {
    color: #fff;
	opacity: 0.8;
	text-decoration: none;
}
.link-btn:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
	top: calc(50% - 10px);
    right: 1em;
    font-weight: bold;
    z-index: 2;
    color: #fff;
    width: 20px;
	font-size: 15px;
    transform: scale(1);
}

/*各ボタン*/
.link-btn.bg-white {
    background: #fff;
	color: #232323;
	border: solid 2px #232323;
	max-width: 313px;
	min-height: 60px;
	font-size: 14px;
	padding: 0 50px 0 30px;
	text-align: left;
}
.link-btn.bg-white:before {
	color: #232323;
}

/*アコーディオンボタン「+」*/
.link-btn.accbtn:before {
	content: "\f067";
}

.link-btn.other-tab:before {
    content: "\f24d";
}

@media (min-width: 768px) {
	.link-btn {
		max-width: 340px;
		font-size: 18px;
	}
	.link-btn.bg-white {
		max-width: 340px;
	}
}


/*  背景画像　線幅調整
-------------------------------*/
.bg-repeat-border{
	background-size: 5px 5px;
}

@media (min-width: 768px) {
	.bg-repeat-border{
		background-size: 8px 8px;
	}
}

/*-------------------------------
	Hero
-------------------------------*/
/* MV
-----------------------------*/
#Hero h1{
	padding: 0;
	margin: 0 auto;
}

#Hero .wrap-inner{
	padding: 20px 0 0;
    background: url(/static/img/maas/autonomousdriving-abashiri/bg-repeat.png) top left;
}
#Hero .wrap-inner .attention-text{
	padding: 2px 5px 0;
	text-align: right;
}

/* slider
-----------------------------*/
.slider-item-top{
	max-width: 300px;
	margin: 0 7px;
	border-radius: 10px;
}
.slick-slider{
	margin-bottom: 0;
}

.slick-slide img{
	width: 100%;
	max-width: 300px;
}

@media(min-width:768px) {
	#Hero .wrap-inner{
		padding: 37px 0 5px;
	}
	#Hero .wrap-inner .attention-text{
		padding: 10px 10px 0;
	}
	.slider-item-top{
		max-width: 755px;
	}
	.slick-slide img{
		max-width: 755px;
	}
}

@media(min-width:768px) and (max-width:1200px){
	.slick-slide img{
		max-width: 450px;
	}
}

/*-------------------------------
	Lead
-------------------------------*/
#Lead{
	padding: 40px 0 60px;
	padding: 40px 0 40px;
}

#Lead .text-lead{
	font-size: 16px;
}

@media(min-width:768px) {
	#Lead{
		padding: 90px 0 120px;
		padding: 90px 0 90px;
	}
	#Lead .text-lead{
		font-size: 18px;
	}
}

/*-------------------------------
	Schedule
-------------------------------*/
#Schedule{
	padding: 0 0 15px;
	padding: 35px 0 15px;
    background: url(/static/img/maas/autonomousdriving-abashiri/bg-repeat.png) top left;
/*    background-size: 8px 8px;*/
}

#Schedule .heading-h2{
	top: -40px;
	margin: 0 auto -25px;
}

/*　page-nav
-------------------------------*/
.page-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px auto 35px;
}

/*ナビ幅　余白*/
.page-nav > li{
	width: 49%;
	margin-right: 2%;
}
.page-nav > li:nth-of-type(even){
	margin-right: 0;
}

/*ボタン*/
.page-nav > li a {
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #232323;
	background: #fff;
	border-radius: 40px;
	border: solid 1px #232323;
	padding: 10px 30px 10px 20px;
	margin: 10px 0 0 0;
}
/*テキスト*/
.page-nav > li a span{
	display: block;
}
.page-nav > li a .en-text{
	font-size: 12px;
}

/*矢印*/
.page-nav > li a::before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	color: #242424;
	font-size: 10px;
	width: 10px;
	height: 10px;
	right: 9%;
	top: 50%;
	transform: translate(0, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
/* hover */
.page-nav > li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media (min-width: 768px) {
	#Schedule{
		padding: 0 0 45px;
		padding: 30px 0 45px;
	}
	.page-nav {
		max-width: 785px;
        margin: 20px auto 20px;
        flex-wrap: nowrap;
	}
	.page-nav > li:nth-of-type(2){
		margin-right: 2%;
	}
	.page-nav > li:last-of-type{
		margin-right: 0;
	}
	
	.page-nav > li a {
		font-size: 20px;
	}
	.page-nav > li a .en-text{
		font-size: 16px;
	}
}

/*-------------------------------
	tab
-------------------------------*/
/*タブ全体*/
#TabWrap{
	position: relative; 
	margin: 70px 0 0;
}
/*タブのナビ背後の線*/
#TabWrap:before{ 
  position: absolute; 
  content: ""; 
  display: block; 
  width: 100%; 
  height: 1px; 
  background: #000; 
  top: 0; 
} 

/*タブの中身全体*/
#TabContentsWrap{
	padding: 70px 0 0;
}

/*タブのナビ全体*/
.tab-nav-wrap { 
  margin: -32px auto 0; 
  position: absolute; 
  left: 0; 
  right: 0; 
  max-width: 1140px; 
} 

.tab-nav-wrap a{ 
  background: #fff; 
  border: solid; 
  margin: 0 10px; 
} 

/*タブのナビ*/
ul.nav-area{
	width: 100%;
	max-width: 1140px;
    margin: 0 auto 20px;
	border: none;
	padding: 0 15px;
}

/*各ナビ*/
li.nav-item{
	display: flex;
	flex: 1;/*幅　均等割り当て*/
	width: 100%;
    max-width: 563px;
	text-align: center;
}
.nav-area > li.nav-item:last-of-type{
    margin-right: 0;
}

/*選択外のタブのデザイン*/
.nav-area a.nav-link,
.nav-area > li.nav-item a.nav-link:hover{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
    border-radius: 50px;
	width: 100%;
	color: #232323;
    background: #fff;
	border: solid 1px #232323;
	font-size: 14px;
	padding: 15px;
	opacity: 1;
	margin: 5px;
}

/*アクティブ(選択中)のナビ*/
.nav-area > li.nav-item a.nav-link.active{
	background: #f5ce66;
	border: solid 1px #232323;
	color: #232323;
}

/*地図*/
#TabContentsWrap .map-wrap{
	max-width: 970px;
    margin: auto;
}

@media(min-width:768px) {
	/*タブ全体*/
	#TabWrap{
		margin: 110px 0 0;
	}
	/*タブの中身全体*/
	#TabContentsWrap{
		padding: 120px 0 0;
	}

	.nav-area a.nav-link,
	.nav-area > li.nav-item a.nav-link:hover,
	.nav-area > li.nav-item a.nav-link.active{
		border-width:2px;
		font-size: 20px;
		padding: 15px;
		margin: 0 10px;
	}
}

/*-------------------------------
	Route
-------------------------------*/
#Route{
	padding: 0;
    background: url(/static/img/maas/autonomousdriving-abashiri/bg-repeat.png) top left;
}

#Route .heading-h2.route-title{
	background: #fff;
	padding: 15px 0 25px;
}

/*タブ内 route*/
.wrap-inner-route{
	padding-bottom: 30px;
}

.wrap-inner-route .contents01{
	margin-bottom: 50px;
}
.wrap-inner-route .contents01 .heading-h3-text{
	font-size: 16px;
}
/*地図*/
.wrap-inner-route .contents01 iframe{
	width: 100%;
	max-width: 1140px;
	max-height: 300px;
}
.wrap-inner-route .contents01 > p{
	margin: 30px 0;
	font-weight: bold;
}

/*乗り場について~　以下*/
.wrap-inner-route .contents02{
	background: #fff;
	border-radius: 10px;
	text-align: center;
	max-width: 947px;
	margin: auto;
	padding: 30px 15px;
}
.wrap-inner-route .contents02 figcaption{
	margin-top: 7px;
	font-size: 14px;
}

.wrap-inner-route .contents02 .attention{
	color: #B43131;
	font-weight: bold;
} 


.wrap-inner-route .about-bus{
	margin: 30px 0;
}

.wrap-inner-route .about-bus .left{
	margin: 0 0 20px;
}
.wrap-inner-route .about-bus .right{
	text-align: left;
}


@media (min-width: 768px) {
	#Route .heading-h2.route-title{
		padding: 35px 0;
	}
	
	/*タブ内 route*/
	.wrap-inner-route{
		padding-bottom: 60px;
	}
	.wrap-inner-route .contents01 .heading-h3-text{
		font-size: 24px;
	}
	.wrap-inner-route .contents01 iframe{
		max-height: 500px;
	}
	
	.wrap-inner-route .contents02{
		padding: 50px 30px 40px;
	}
	.wrap-inner-route .contents02 figcaption{
		font-size: 16px;
	}
	.wrap-inner-route .about-boarding .inner-wrap{
		display: flex;
		justify-content: center;
	}
	.wrap-inner-route .about-boarding .inner-wrap figure:nth-of-type(odd){
		margin-right: 15px;
	}
	
	
	.wrap-inner-route .about-bus{
		margin: 60px 0 60px;
	}
	
	.wrap-inner-route .about-bus .inner-wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 700px;
		margin: auto;
	}
	.wrap-inner-route .about-bus .inner-wrap > div{
		width: 43%;
	}
	.wrap-inner-route .about-bus .left{
		margin: 0 50px 0 0;
	}
}


/*-------------------------------
	Booking
-------------------------------*/
.Booking{
	padding: 0 0 60px;
}
.Booking .heading-h2{
	background: #fff;
	padding: 15px 0 25px;
	margin: 0 auto 30px;
}

.Booking .contents01{
	border: solid 1px #B43131;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	max-width: 947px;
	margin: 30px auto 20px;
	padding: 30px 15px;
}

.Booking .contents01 .inner-wrap{
	max-width: 700px;
	margin: auto;
}

.Booking .contents01 .heading-h3 span{
	display: inline;
	color: #B43131;
}


.Booking .red{
    font-weight: bold;
	color: #B43131;
}

.Booking p.attention-text{
    font-size: 16px;
	margin-bottom: 20px;
}

.attention-list {
    max-width: 692px;
    text-align: left;
    margin: auto;
	font-size: 14px;
}
.attention-list li{
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.Booking .heading-h2{
		margin: 0 auto 45px;
		padding: 35px 0;
	}
	.Booking .contents01{
		padding: 30px ;
		margin: 50px auto 30px;
	}
}
	

/*　ボタン  アコーディオン　
-------------------------------*/
.link-btn.accbtn{
	padding: 8px 37px 8px 20px;
}
.link-btn.accbtn:before{
	right: 0.5em;
}

/*開いてるとき*/
.link-btn.accbtn:before{
	content: "\f068";
}

/*閉じてるとき*/
.link-btn.accbtn.collapsed:before{
	content: "\f067";
}

/*アコーディオン中身*/
.Booking .acc-card{
	background: #fff;
	padding: 20px;
	border: solid 2px #232323;
	border-radius: 10px;
	z-index: 5;
	max-width: 680px;
	text-align: left;
	font-size: 14px;
}

.Booking .acc-card p{
	font-size: 14px;
}

@media (min-width: 768px) {
	/*アコーディオン　ボタン*/
	.Booking .contents01 .wrap-accordion{
		display: flex;
		justify-content: center;
		margin: auto;
		max-width: 692px;
	}
	.Booking .contents01 .accordion-item{
		width: calc(50% - 10px);
	}
	.Booking .contents01 .accordion-item:nth-of-type(1){
		margin-right: 20px;
	}
	
	.link-btn.accbtn{
		min-width: 315px;
		padding: 0 35px 0 15px;
	}
	.link-btn.accbtn:before{
		right: 1em;
	}
	
	/*アコーディオン中身*/
	.Booking .acc-card{
		position: absolute;
	}
}


/*　ボタン  同意書・試乗予約
-------------------------------*/

/*同意書ボタン*/
.Booking .link-btn.consent-btn{
	background: #F3C74F;
	display: block;
	color: #232323;
}
.Booking .link-btn.consent-btn:before{
	color: #232323;
}
.Booking .link-btn.consent-btn .small-text{
	display: block;
	font-size: 14px;
}

/*予約ボタン*/
.Booking .link-btn.reservation-btn{
	background: #F04848;
}
@media (min-width: 768px) {
	/*　ボタン  同意書・試乗予約*/
	.Booking .wrap-btn{
		display: flex;
		justify-content: center;
		margin: auto;
		max-width: 692px;
	}
	
	.Booking .wrap-btn .link-btn{
		width: calc(50% - 10px);
		padding: 5px 50px 5px 30px;
	}
}
	
/*　お問い合わせ
-------------------------------*/
/*
.wrap-contact{
    background: url(/static/img/maas/autonomousdriving-abashiri/img-bg-contact-sp.jpg) no-repeat top center / cover;
	padding: 100px 0;
}
.wrap-contact .inner-wrap{
    max-width: 692px;
	text-align: center;
	margin: auto;
}
.wrap-contact .inner-wrap p{
    font-weight: bold;
	color: #fff;
}
.wrap-contact .inner-wrap p.about-tel{
    font-size: 18px;
}
.wrap-contact .inner-wrap p.tel{
    font-size: 40px;
}
.wrap-contact .inner-wrap p.tel a{
    color: #fff;
	text-decoration: none;
}
.wrap-contact .inner-wrap p.about-customer{
    font-size: 18px;
}
*/


/*
@media (min-width: 768px) {
	.wrap-contact{
		background: url(/static/img/maas/autonomousdriving-abashiri/img-bg-contact.jpg) no-repeat top center / cover;
		margin-top: 50px;
	}
	.wrap-contact .inner-wrap p.about-tel{
		font-size: 26px;
	}
	.wrap-contact .inner-wrap p.tel{
		font-size: 46px;
	}
	.wrap-contact .inner-wrap p.about-customer{
		font-size: 20px;
	}
}
*/


/*-------------------------------
	About
-------------------------------*/
#About{
	padding: 0;
	background: #fff;
}

#About .bg-wrap {
    background: #F3F3F3;
    width: calc(100% - 30px);
    margin: auto;
	padding: 30px 0;
}

#About .heading-h2{
	padding: 35px 0;
}

/*共通　流れ*/
#About .flow-item {
	position: relative;
    text-align: center;
    background: #fff;
    border: solid 1px #D7D7D7;
    border-radius: 15px;
	max-width: 258px;
	width: 100%;
	min-height: 270px;
    padding: 25px 19px;
    margin: 0 auto 40px;
}
/*矢印*/
#About .flow-item:before {
	content: "";
	position: absolute;
	bottom: -32px;
	left: calc(50% - 20px);
	display: block;
    width: 40px;
    height: 20px;
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-triangle.png) no-repeat top center / 100%;
}
#About .flow-item:last-of-type:before {
	display: none;
}

#About .flow-item .heading-h4-text{
    text-align: center;
    border: none;
}
#About .flow-text-list{
    text-align: left;
	font-size: 14px;
	margin: 15px 0 0;
}

/*自動運転の安全性について*/
#About .about-safety {
	margin-top: 50px;
}
#About .about-safety .flow-item {
    padding: 38px 23px;
}


/*ボタン　お問い合わせ*/
.link-btn.contact-btn{
	font-size: 14px;
	padding: 15px 30px 15px 20px;
}
.link-btn.contact-btn:before{
	right: 0.5em;
}

/*車両について*/
#About .about-bus{
	margin: 60px 0 0;
}

#About .about-bus .left{
	margin: 0 0 20px;
	text-align: center;
}
#About .about-bus .right{
	text-align: left;
}


@media (min-width: 768px) {
	#About{
		padding: 0;
	}
	/*背景*/
	#About .bg-wrap {
		background: #F3F3F3;
		width: 90%;
		margin: auto;
		padding: 50px 0 80px;
	}
	
	/*	自動運転のしくみ*/
	#About .flow-autonomous {
		display: flex;
		justify-content: center;
	}
	
	#About .flow-item{
		margin-right: 35px;
	}
	#About .flow-item:last-of-type {
		margin-right: 0;
	}

	/*矢印*/
	#About .flow-item:before {
		content: "";
		position: absolute;
		top: calc(50% - 20px);
		right: -30px;
		left: inherit;
		display: block;
		width: 20px;
		height: 40px;
		background: url(/static/img/maas/autonomousdriving-abashiri/icon-triangle-right.png) no-repeat top center / 100%;
	}
	
	/*自動運転の安全性について*/
	#About .flow-safety {
		display: flex;
		justify-content: center;
	}
	
	/*ボタン　お問い合わせ*/
	.link-btn.contact-btn{
		font-size: 18px;
		padding: 15px 30px 15px 20px;
		max-width: 370px;
	}
	.link-btn.contact-btn:before{
		right: 1em;
	}
	
	/*	車両について*/	
	#About .about-bus{
		margin: 90px 0 0;
	} 	
	#About .about-bus .inner-wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 700px;
		margin: auto;
	}
	#About .about-bus .inner-wrap > div{
		width: 41%;
	}
	#About .about-bus .left{
		margin: 0 50px 0 0;
	}
}


/*-------------------------------
	Area
-------------------------------*/
#Area{
	padding: 50px 0;
	text-align: center;
}

/*バナー*/
.bnr-torimobi{
	display: block;
    margin: 0 0 30px;
	transition: 0.3s;
}
.bnr-torimobi:hover{
	opacity: 0.8;
}
/*あばしりフリーパス*/
.box-pdf{
	max-width: 660px;
	margin: 0 auto;
}

/*sp時調整*/
@media (max-width: 991px) {
	/*動画*/
	.wrap-video{
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin: 30px auto 15px;
	}

	.wrap-video iframe{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 768px) {
	#Area{
		padding: 50px 0 130px;
	}
	/*動画*/
	.wrap-video{
		margin: 50px auto 40px;
	}
}

/*-------------------------------
	fixed btn
-------------------------------*/
.fixedBtn {
	opacity: 0;
	position: fixed;
	bottom: 0;
	z-index: 5;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 auto;
	background: rgba(255,255,255,0.6);
	border-top: solid 2px #919191;
	width: 100%;
}

.fixedBtn.is_visible{
  opacity: 1;
  pointer-events: all;
}

.fixedBtn .fixedBtn-inner{
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 0 15px;
}

.fixedBtn .link-btn{
	margin: 15px auto;
	padding: 10px 28px 10px 20px;
	font-size: 14px;
}
.fixedBtn .link-btn.reservation-btn{
	margin-left: 10px;
	display: block;
	background: #F04848;
}
.fixedBtn .link-btn:before{
	right: 0.5rem;
}
.fixedBtn .link-btn .small-text{
	font-size: 12px;
}

@media (min-width: 768px){
	.fixedBtn{
		padding: 10px 0;
	}
	.fixedBtn .fixedBtn-inner{
		max-width: 700px;
	}
	.fixedBtn .link-btn{
		padding: 15px 50px 15px 30px;
		font-size: 18px;
	}
	.fixedBtn .link-btn:before{
		right: 1rem;
	}
	.fixedBtn .link-btn .small-text{
		font-size: 14px;
	}
}

/*上に戻るボタン*/
/*
@media (max-width: 767px) {
    #pageup a {
        width: 20px;
        height: 20px;
    }
}
*/


/*-------------------------------
	フッター
-------------------------------*/
/*固定ボタン分、余白あける*/
/*
footer{
	padding: 0 0 80px 0;
}

@media (min-width: 768px) {
    footer{
		padding: 35px 0 100px;
	}
}
*/

/*-------------------------------
	モーダル内
-------------------------------*/
/* 共通 -------------------*/
.modal-dialog{
	max-width: 800px;
}

.modal-header{
	position: relative;
	border-bottom:none;
}

/*見出し無しの場合*/
.heading-less .modal-header{
	padding: 15px 0 32px;
}
.modal-heading{
	text-align: center;
	margin: 30px auto 20px;
	font-size: 18px;
}

.modal-header .close{
	position: absolute;
    right: 1rem;
	color: #fff;
    background: #232323;
    opacity: 1;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
	.modal-heading{
		font-size: 20px;
	}
}

/* Minibus -------------------*/
/* contents01*/
#minibus-mordal .left,
#minibus-mordal .right{
	width: 100%;
}
#minibus-mordal .right{
	margin-top: 30px;
}


#minibus-mordal .about-box li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px;
}

#minibus-mordal .about-box li:before{
	content: "";
	display: block;
	width: 41px;
	height: 42px;
	position: absolute;
	top: -5px;
	left: 0px;
}

#minibus-mordal .about-box li.about-01:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-num01.png) no-repeat center / 100%;
}

#minibus-mordal .about-box li.about-02:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-num02.png) no-repeat center / 100%;
}

#minibus-mordal .about-box li.about-03:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-num03.png) no-repeat center / 100%;
}

#minibus-mordal .about-box li.about-04:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-num04.png) no-repeat center / 100%;
}

#minibus-mordal .about-box li.about-05:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-num05.png) no-repeat center / 100%;
}


/* contents02*/
#minibus-mordal .contents02{
	text-align: center;
}
#minibus-mordal .contents02 h3{
	margin: 20px;
}


@media (min-width: 768px) {
	/* contents01*/
	#minibus-mordal .contents01{
		display: flex;
		justify-content: space-between;
	}
	
    #minibus-mordal .left,
    #minibus-mordal .right{
		width: 49%;
	}
	
	#minibus-mordal .right{
		margin-top: 0px;
	}
}


/* 時刻表（運行スケジュール） -------------------*/
#time-table-mordal .modal-body{
	padding: 10px 0 10px 10px;
}

/*見出し*/
.wrap-experience-limit {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    color: #232323;
    border: solid 2px #232323;
    border-radius: 100px;
    font-size: 14px;
	font-weight: bold;
    padding: 10px 5px;
}
.suspension-text {
    color: #B43131;
	font-weight: bold;
}

/*テーブル*/
.wrap-experience-dia{
	width: 100%;
	max-width: 700px;
	margin:0 auto;
	overflow-x: scroll;
}
.tbl-experience{
	width: 580px;
	background: #E8E8E8;
	margin:10px auto 10px;
}

.tbl-experience tr th,
.tbl-experience tr td{
	padding: 15px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.tbl-experience tr:nth-child(even) th,
.tbl-experience tr:nth-child(even) td{
	background: #F0F0F0;
}

/*上部見出し項目*/
.tbl-experience tr:first-child th{
	font-size: 16px;
	padding: 6px 3px;
	background: #8E8E8E;
	color: #fff;
}

.tbl-experience tr th:first-child{
	border-right: 1px solid #D9D9D9;
}

/*基本幅*/
.tbl-experience tr td{
	width: 5%;
}

/*停車場所名*/
.tbl-experience tr th.stopname{
	width: 16%;
    text-align: left;
}

/*注意事項*/
#time-table-mordal .wrap-attention{
	max-width: 700px;
	margin: auto;
	padding-right: 10px;
}
.wrap-attention p{
	font-size: 12px;
}


@media(min-width:768px) {
	#time-table-mordal .modal-body{
		padding: 1rem;
	}
	.wrap-experience-dia{
		overflow-x: inherit;
	}
	.tbl-experience{
		width: 100%;
	}
	/*基本幅*/
	.tbl-experience tr td{
		width: 100px;
	}
	/*停車場所名*/
	.tbl-experience tr th.stopname{
		width: 30%;
		text-align: center;
	}
}



/* 予約の流れ -------------------*/
#flow-mordal .flow-list ul{
	margin: 30px 0;
}

#flow-mordal .flow-list li{
	position: relative;
    background: #FAFAFA;
    padding: 25px 15px 15px 15px;
	margin: 0 10px 50px;
	font-size: 14px;
}

/*最後*/
#flow-mordal .flow-list li:last-of-type{
	margin: 0 10px;
}

#flow-mordal .flow-list li:before{
	content: "";
	position: absolute;
	display: block;
	width: 107px;
	height: 28px;
	top: -14px;
	left: 0;
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step01.png) no-repeat center / 100%;
}

/*各ステップのicon*/
#flow-mordal .flow-list li.step01:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step01.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step02:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step02.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step03:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step03.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step04:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step04.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step05:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step05.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step06:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step06.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step07:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step07.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step08:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step08.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step09:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step09.png) no-repeat center / 100%;
}
#flow-mordal .flow-list li.step10:before{
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-step10.png) no-repeat center / 100%;
}

/*矢印*/
#flow-mordal .flow-list li:after{
	content: "";
	position: absolute;
	display: block;
	width: 32px;
	height: 17px;
	bottom: -35px;
	left: calc(50% - 16px);
	background: url(/static/img/maas/autonomousdriving-abashiri/icon-triangle.png) no-repeat center / 100%;
}

/*最後*/
#flow-mordal .flow-list li:last-of-type:after{
	display: none;
}

@media(min-width:768px) {
	#flow-mordal .flow-list li{
		padding: 15px 15px 15px 120px;
		font-size: 16px;
	}
	#flow-mordal .flow-list li:before{
		top: calc(50% - 14px);
		left: -7px;
	}
}


/* 実施体制とお問い合わせ先はこちら -------------------*/

#contact-mordal .contact-list{
	line-height: 1.8;
}
#contact-mordal .contact-list dt{
	margin-top: 20px;
}

#contact-mordal .contact-list dt:first-of-type{
	margin-top: 0px;
}

#contact-mordal .contact-list dd{
	font-size: 14px;
	padding-left: 10px;
}

#contact-mordal .contact-list .big{
	font-size: 22px;
}

/*字下げ*/
#contact-mordal dt.indent{
	font-weight: normal;
	padding-left: 30px;
	margin-top: 10px;
}
#contact-mordal dd.indent{
	padding-left: 40px;
}

@media(min-width:768px) {
	#contact-mordal .contact-list{
		padding: 10px 30px 50px;
	}
	#contact-mordal .contact-list dd{
		font-size: 16px;
	}
}

/*  modal調整
-------------------------------*/

#Autonomousdriving-lp .modal {
    position: fixed!important;
}

/*  緊急対応用
-------------------------------*/
.w-660{
	width:100%;
	max-width: 660px;
	margin: 0 auto;
	font-size: 14px;
}

#About .about-bus{
	background: #fff;
	border-radius: 10px;
	padding: 40px 20px;
}
@media(min-width:768px) {
	#About .about-bus{
	padding: 60px 40px;
}
	.w-660{
		font-size: 16px;
	}	
}