@charset "utf-8";


.font-size-140{
	font-size: 140%;
	font-weight: bold;
}

.contents-header{
	margin-bottom: 40px;
	text-align: center;
}
.contents-header h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}
.contents-header div{
	margin-bottom: 20px;
}
.layout-course + .layout-course{
	margin-top: 50px;
}
.layout-header{
	margin-bottom: 30px;
}
.layout-course h3{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.layout-course h3:before{
	content: "●";
	margin-right: 10px;
	color: #48B8A9;
}
.layout-course h3:after{
	content: "●";
	margin-left: 10px;
	color: #48B8A9;
}
.layout-course h3 + p{
	margin-top: 10px;
}
@media(max-width:768px) {
.contents-header h2{
	font-size: 24px;
}
.layout-header{
	margin-bottom: 20px;
}
}


/*キービジュアル*/
.img-pc{
	display: none;
}
@media(min-width:576px) {
.inner-hero{
	background: url(/static/img/maas/autonomousdriving-odaiba/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 20px;
	text-align: center;
}
.inner-hero h1{
	padding: 0 15px;
}
.img-pc{
	display: inline-block !important;
}
.img-sp{
	display: none !important;
}
}


.under-hero{
	background: #fafafa;
	padding: 30px 0;
	text-align: center;
}
.btn-pagenav{
	display: block;
	background: #B84865;
	color: #fff;
	font-size: 20px;
	border-radius: 8px;
	padding: 20px 10px;
	width: 100%;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.btn-pagenav b{
	display: block;
	font-size: 22px;
}
.btn-pagenav:hover{
	opacity: 0.5;
	color: #fff;
	text-decoration: none;
}
.btn-pagenav:before{
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    font-weight: 900;
}
@media(max-width:768px) {
.under-hero{
	padding: 15px 0;
}
.btn-pagenav{
	font-size: 16px;
	padding: 15px 10px 25px;
}
.btn-pagenav b{
	font-size: 18px;
}
.btn-pagenav:before{
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
    position: absolute;
    top: auto;
    right: auto;
    bottom:10px;
    left: 50%;
    transform: translate(-50%, 0);
}
}




/*お台場シティバリューアッププロジェクトとは？*/
#Lead{
	padding: 80px 0 80px;
}
.wrap-lead{
	width: 100%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.wrap-lead p{
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
.wrap-lead p + p{
	margin-top: 15px;
}

.tit-green{
	background: #48B8A9;
	border-radius: 20px;
	padding: 10px 0;
	width: 180px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 20px auto;
	
}
.txt-priod{
	font-weight: bold;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	max-width: 400px;
		margin: 0 auto;
	justify-content: center;
}



@media(max-width:768px) {
#Lead{
	padding: 80px 0 40px;
}
.wrap-lead p{
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}
	
.txt-priod{
	font-size: 16px;

}
	
	
	
}


/*運行ルート*/
#Route{
	padding: 80px 0 80px;
    background: url(/static/img/maas/autonomousdriving-odaiba/bg-01.png) top left;
    background-size: 5px 5px;
}

.line-green{
	display: flex;
	align-items: center;	
	margin-bottom: 60px;
}

.line-green::before,.line-green::after{
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #48B8A9;
	display: block;
}

.west-route{
	border: #3473C5 3px solid;
	background: #fff;
	padding: 20px;
	border-radius: 8px;	
	text-align: center;
	margin-bottom: 60px;
}

.west-route h4{
	background: #3473C5;
	border-radius: 20px;
	padding: 10px 0;
	width: 180px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 20px auto;
	margin-top: -40px;	
}

.west-route dl.route-day{
	margin-bottom: 20px;
}

.west-route dt span{
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	line-height: 2em;
	
}
.west-route dt span::after{
content: ''; /* コンテンツを追加 */
  width: 100%; /* 線の幅 */
  height: 3px; /* 線の高さ */
  background-color: #3473C5; /* 線の色 */
  position: absolute; /* position: relative;からの線の絶対位置 */
  bottom: 0; /* 線の位置 */
  left: 0; /* 線の位置 */
}

.west-route .pickup-place{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.west-route .pickup-place dt{
	width: 100%;	
			
}
.west-route .pickup-place dd{
	width: 24%;
	font-size: 0.85em;
}
.west-route .pickup-place dd img{
	margin-bottom: 5px;
}

.ohashi-route{
	border: #1C1C1C 3px solid;
	background: #fff;
	padding: 20px;
	border-radius: 8px;	
	text-align: center;
	margin-bottom: 60px;	
}

.ohashi-route h4{
	background: #1C1C1C;
	border-radius: 20px;
	padding: 10px 0;
	width: 180px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 20px auto;
	margin-top: -40px;	
}

.ohashi-route dl.route-day{
	margin-bottom: 50px;
}

.ohashi-route dt span{
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	line-height: 2em;
	
}
.ohashi-route dt span::after{
content: ''; /* コンテンツを追加 */
  width: 100%; /* 線の幅 */
  height: 3px; /* 線の高さ */
  background-color: #1C1C1C; /* 線の色 */
  position: absolute; /* position: relative;からの線の絶対位置 */
  bottom: 0; /* 線の位置 */
  left: 0; /* 線の位置 */
}

.ohashi-route .pickup-place{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ohashi-route .pickup-place dt{
	width: 100%;	
			
}
.ohashi-route .pickup-place dd{
	width: 60%;
	font-size: 0.85em;
}
.ohashi-route .pickup-place dd img{
	margin-bottom: 5px;
}


.east-route{
	border: #C53438 3px solid;
	background: #fff;
	padding: 20px;
	border-radius: 8px;	
	text-align: center;
	margin-bottom: 60px;	
}

.east-route h4{
	background: #C53438;
	border-radius: 20px;
	padding: 10px 0;
	width: 180px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 20px auto;
	margin-top: -40px;	
}

.east-route dl.route-day{
	margin-bottom: 20px;
}

.east-route dt span{
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	line-height: 2em;
	
}
.east-route dt span::after{
content: ''; /* コンテンツを追加 */
  width: 100%; /* 線の幅 */
  height: 3px; /* 線の高さ */
  background-color: #C53438; /* 線の色 */
  position: absolute; /* position: relative;からの線の絶対位置 */
  bottom: 0; /* 線の位置 */
  left: 0; /* 線の位置 */
}

.east-route .pickup-place{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.east-route .pickup-place dt{
	width: 100%;	
			
}
.east-route .pickup-place dd{
	width: 19%;
	font-size: 0.85em;
}
.east-route .pickup-place dd img{
	margin-bottom: 5px;
}

.txt-red{
	color: #B84865;
	font-weight: bold;
}


@media(max-width:768px) {
#About{
	padding: 80px 0 40px;
	}
	

		
.west-route .pickup-place dd,.ohashi-route .pickup-place dd,.east-route .pickup-place dd{
	width: 48%;
	font-size: 0.85em;
}	
	
.ohashi-route dl.route-day{
	margin-bottom: 20px;
}	
	
	
	
	
}




/*自動運転の仕組み*/
#About{
	padding: 80px 0 80px;

    background-size: 5px 5px;
}
.dl-step{
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 2;
	border:solid 3px #1C1C1C;
	border-radius: 8px;
	margin-bottom: 30px;
}
.dl-step:after{
    border: 18px solid transparent;
    border-top: 18px solid #48B8A9;
    right: 50%;
    top: auto;
    bottom: -43px;
    transform: translate(50%, 0);
    content: "";
    position: absolute;
    z-index: 1;
}
.dl-step.last{

}
.dl-step.last:after{
	display: none;
}
.dl-step dt{
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.dl-step dt:before{
	content: "●";
	font-size: 80%;
	position: absolute;
	top: 3px;
	left: 0;
	color: #48B8A9;
}
.dl-step dd{
	font-size: 14px;
	line-height: 1.6;
}
.wrap-carspec{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.dl-carspec{
	padding: 20px;
}
.dl-carspec dt{
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.dl-carspec dd{
	font-size: 14px;
	line-height: 1.6;
}
.dd-carspecimg{
	margin-top: 10px;
}
.dd-carspecimg img{
	zoom:0.6;
}
.dd-carspecimg img + img{
	margin-top: 10px;
}
.wrap-spectext{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
@media(max-width:768px) {
#About{
	padding: 80px 0 40px;
}
.dl-step dt{
	margin-bottom: 0;
}
.dl-step dd{
	font-size: 16px;
}
.wrap-carspec{
	padding: 10px;
	margin-bottom: 0px;
}
}
@media(min-width:768px) {
.dl-step{
	margin-bottom: 0px;
}
.dl-step:after{
    border: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #48B8A9;
    right: -48px;
    bottom:auto;
    top: 50%;
    transform: translate(0, -50%);
}
}




/*自動運転の無料体験・ご予約について*/
#Reserve{
	padding: 80px 0 80px;
	background: #F1F1F1;
}
.wrap-shijouseiyaku{
	margin-bottom: 40px;
}
.btn-shijouseiyaku{
	display: block;
	background: #48B8A9;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	padding: 20px 10px;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1;
	position: relative;
}
.btn-shijouseiyaku:before {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.btn-shijouseiyaku:hover{
	opacity: 0.5;
	color: #fff;
	text-decoration: none;
}
.wrap-reserve{
	padding: 0 10px;
}
.dl-reserve{
	border:solid 3px #1C1C1C;
	border-radius: 8px;
	overflow: hidden;
}
.dl-reserve dt{
	background: #1C1C1C;
	text-align: center;
	padding: 15px 10px;
	color: #fff;
	margin:-2px -2px 0;
}
.dl-reserve dt small{
	display: block;
	font-size: 16px;
}
.dl-reserve dd{
	padding: 15px;
	text-align: center;
}
.dl-reserve dd p{
	margin-bottom: 10px;
}
.dl-reserve dd p span{
	display: block;
	color: #B84865;
}
#Reserve .btn-pagenav:before{
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    font-weight: 900;
}


#btn-reserve{
	margin: 60px auto 60px;
}


.btn-base
{
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 6px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
	margin-bottom: 30px;
}

.btn-base::after
{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "\f0da";
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.btn-base:hover{
	text-decoration: none;
	background: #e9b93b;
	color: #fff;
}

.btn-01{
	background: #3473C5;
	color: #fff;
}
.btn-02{
	background: #C53438;
	color: #fff;
}
.btn-03{
	background: #1C1C1C;
	color: #fff;
}



@media(max-width:768px) {
#Reserve .btn-pagenav{
	padding: 15px 10px 15px;
}
#Reserve .btn-pagenav:before{
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom:auto;
    left: auto;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    font-weight: 900;
}
.dl-reserve dt{
	margin: 0;
}
.dl-reserve dt small{
	font-size: 16px;
}
	

#btn-reserve{
	margin: 40px auto 60px;
}
	
.btn-base{
	font-size: 15px;
	}
	
	
}

.ul-howtostep{
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.ul-howtostep > li{
	border:solid 2px #ACACAC;
	background: #fff;
	padding: 15px 15px 15px 120px;
	font-size: 18px;
	position: relative;
	border-radius: 8px;
}
.ul-howtostep li > img{
	position: absolute;
	top: 14px;
	left: -10px;
}
.ul-howtostep > li + li{
	margin-top: 30px;
}
.ul-howtostep > li:after{
	content: "";
    border: 18px solid transparent;
    border-top: 18px solid #48B8A9;
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translate(-50%, 0);
}
.ul-howtostep > li:last-child{
	
}
.ul-howtostep > li:last-child:after{
	display: none;
}





.wrap-appdownload{
	background: #EBEBEB;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
}
.list-apps{
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center
}
.list-apps-apple{
	width: 108px;
	margin-right: 20px;
}
.list-apps-google{
	width: 133px;
}
.link-qr{
	background: none;
	padding: 0;
	text-decoration: underline;
	color: #3789C9;
	cursor: pointer;
	text-align: left;
}
.link-qr:hover{
	text-decoration: none;
}
.wrap-appdownload .link-qr{
	font-weight: bold;
}
.wrap-calendar{
	margin-bottom: 40px;
}
.title-month{
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
}
.title-month b{
	font-size: 120%;
	color: #B84865;
}
.table-calender{
	width: 100%;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
.table-calender th,
.table-calender td{
	width: 14.285%;
	text-align: center;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	line-height: 1;
	padding: 8px 3px;
}
.table-calender tr:first-child th{
	background: #fafafa;
	font-size: 80%;
	padding: 5px 3px;
}
.day-aka{
	background: #fff5f8 !important;
}
.day-blue{
	background: #f7faff !important;
}
.day-drive{
	background: #B84865 !important;
	color: #fff;
}
.text-drive{
	color: #B84865;
}
@media(max-width:768px) {
#Howto{
	padding: 80px 0 40px;
}
.wrap-course{
	padding: 20px 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.wrap-course h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.ul-course li{
	font-size: 18px;
	padding-left: 25px;
	background: url(/static/img/maas/autonomousdriving-odaiba/icon-check.png) no-repeat 0 5px;
	background-size: 15px 15px;
}
.inner-wrap-waribiki{
	padding: 30px 10px 10px;
}
.wrap-shop{
	display:block
}
.dl-shopdata{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px;
}
.dl-shopdata dt{
	width: 90px;
}
.dl-shopdata dd{
	width: calc(100% - 100px);
	font-size: 14px;
}
.tab-content{
	padding: 40px 25px 25px;
}
.wrap-coursedep{
	padding: 10px 5px;
}
.ul-busstop li button{
	text-align: left;
}
.ul-howtostep > li{
	border-width: 1px;
	font-size: 15px;
	padding: 10px 10px 10px 90px;
}
.ul-howtostep > li small{
	line-height: 1.4;
	margin-top: 5px;
}
.ul-howtostep li > img{
	width: 100%;
	max-width: 80px;
}
.wrap-appdownload{
	margin-left: -75px;
}
.list-apps{
	display: block;
}
.list-apps-apple{
	width: 100%;
}
.list-apps-apple img{
	width: 100%;
	max-width: 136px;
}
.list-apps-google{
	width: 100%;
	margin-top: 15px;
}
.list-apps-google img{
	width: 100%;
	max-width: 169px;
}
}







/*お台場 自動運転の利用方法*/
#Schedule{
	padding: 80px 0 80px;
}

.row-dia{
	margin-top: 40px;
}

.tbl-dia{
	width: 100%;
	max-width: 515px;
	margin-left: auto;
	margin-right: auto;
}
.ver-5retsu .tbl-dia{
	width: 100%;
	max-width: 100%;
}


.tbl-dia td{
	font-size: 16px;
}
.tbl-dia.tbl-west thead th{
	background: #3473C5;
	color: #fff;
	text-align: center;
	padding: 16px;
}


.tbl-dia.tbl-east thead th{
	background: #C53438;
	color: #fff;
	text-align: center;
	padding: 16px;
}

.tbl-dia.tbl-ohashi thead th{
	background: #1C1C1C;
	color: #fff;
	text-align: center;
	padding: 16px 10px;
}


.tbl-dia tbody tr:nth-child(odd){
	background: #F7F7F7;
}

.tbl-dia tbody tr:nth-child(even){
		background: #EBEBEB;
}

.tbl-dia tbody tr td{
	border-right: #C6C6C6 1px solid;
	text-align: center;
	font-size: 16px;
}

.tbl-dia tbody tr td:last-child{
	border-right: none;
}

.tbl-dia tbody tr td.busstop{
	text-align: left;
	width: 22%;
	height: 70px;
	padding: 0 12px;
}

.tbl-dia.tbl-ohashi tbody tr td.busstop{
	text-align: left;
	width: 12%;
	height: 70px;
	padding: 0 10px;
}


@media(max-width:768px) {
#Schedule{
	padding: 80px 0 40px;
}

.row-dia.ver-5retsu{
	overflow-x: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.wrap-dia{
	width: 100%;
}
.ver-5retsu .wrap-dia{
	width: 800px;
}
.ver-5retsu .wrap-dia.wrap-1200{
	width: 1200px;
}
.row-dia::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.row-dia::-webkit-scrollbar-track {
	background:#ccc;
}
.row-dia::-webkit-scrollbar-thumb {
	background: #333;
}
.tbl-dia{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.sticky_row {
	position: sticky;
	top: 0;
	left: 0;
}
.sticky_row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.sticky_col {
	position: sticky;
	top: 0;
	left: 0;
}
.sticky_col::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-left: 1px solid #ccc;
}
.sticky_cross {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
}
.sticky_cross::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
	.tbl-dia tbody tr td{
		font-size: 14px;
	}	
}


/*注意事項*/
#Notes{
	padding: 80px 0 80px;
}
.ul-notes{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.ul-notes li + li{
	margin-top: 6px;
}
.ul-notes li{
	padding-left: 20px;
	position: relative;
}
.ul-notes li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.ul-notes li.child:before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.ul-notes li.square:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width:768px) {
#Notes{
	padding: 0px 0 40px;
}
}



@media(max-width:768px) {
#Info{
	padding: 40px 0 40px;
}
}


/*その他*/
#Other{
	background: #F1F1F1;
	padding: 80px 0 80px;
	position: relative;
}
#Other:before{
	content: "";
	width: 2px;
	height: 80%;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}
#Other .contents-body{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.ul-contact > li{
	display: flex;
	align-items: center;
	line-height: 1;
	width: 100%;
	justify-content: space-between;
}
.ul-contact > li + li{
	margin-top: 15px;
}
.ul-contact > li span{
	width: 50px;
	text-align: center;
}
.ul-contact > li b{
	width: calc(100% - 60px);
}
.list-contact-01{
	font-size: 20px;
}
.list-contact-02{
	font-size: 40px;
	font-weight: bold;
}
.ul-team{

}
.ul-team li + li{
	margin-top: 5px;
}
.ul-team li{
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
.ul-team li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
@media(max-width:992px) {
.list-contact-01{
	font-size: 18px;
}
.list-contact-02{
	font-size:24px;
}
}
@media(max-width:768px) {
#Other:before{
	display: none;
}
#Other .contents-body{
	width: 100%;
}
.list-contact-01{
	font-size: 18px;
}
.list-contact-02{
	font-size:24px;
}
.ul-team li{
	font-size: 16px;
}
}




/*モーダル*/
.modal-header{
	background: #48B8A9;
	color: #fff;
}
.dl-qrcheck{
	width: 100%;
	display: flex;
}
.dl-qrcheck + .dl-qrcheck{
	margin-top: 20px;
	padding-top: 20px;
	border-top: dotted 1px #48B8A9;
}
.dl-qrcheck dt{
	width: 60%;
	font-size: 16px;
	order: 2;
	padding-left: 20px;
}
.dl-qrcheck dd{
	order: 1;
	width: 40%;
}