@charset "UTF-8";
/*******************************
04trolleyページ Css
*******************************/
body{
	background-color: #000;
}
/*全画面movie*/
main{
	display: none;
}

/*pageTop*/
.pageTop{
	background-color: #8a46a6;
	padding-top: 0;
	padding-bottom: 150px;
}
.pageTitle{
	width: 100%;
}
.pageRead{
	max-width: 1050px;
    margin: 0 auto;
}

.btn.tanken{
	max-width: 790px;
	width: 60%;
	margin-bottom: 80px;
}

#page .contents .inner .flex.box:nth-child(n+2){
	margin-top: 120px;
}

/*intro*/
#intro{
	background-image: url("../img/block01-bg.jpg");
}

/*induction*/
#page #induction.contents{
    background-image: url(../img/block02-bgObj.png);
    background-position: center top;
	padding: 100px 0;
	margin-top: -10%;
}
#induction .btn.tanken{
	margin-top: 80px;
}

/*sousa*/
#sousa{
	background-image: url("../img/block03-bg.jpg");
}

/*foot*/
#page #foot.contents{
    background-image: url("../img/block04-bgObj1.png");
    background-position: center top;
	padding: 150px 0 500px;
	margin-top: -10%;
}
#page #foot.contents:before{
	content: "";
	background-image: url("../img/block04-bgObj2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#foot .caution{
	width: 50%;
    position: absolute;
    max-width: 750px;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
	#page #intro.contents, #page #sousa.contents{
		padding-bottom: 200px;
	}
	#page #induction.contents{
		padding-bottom: 0;
	}
	#page #foot.contents{
		padding-bottom: 250px;
	}
}
/*==== mobile スマホ用css ===*/
@media screen and (max-width: 768px) {
	.btn.tanken {
		margin-bottom: 40px;
	}
	.pageTop{
		padding-bottom: 80px;
	}
	#page #intro.contents, #page #sousa.contents {
		padding-bottom: 150px;
	}
	#induction .btn.tanken {
		margin-top: 40px;
	}
	#page .contents .inner .flex.box:nth-child(n+2) {
		margin-top: 60px;
	}
	#page #induction.contents {
		padding: 50px 0;
	}
	#page #foot.contents {
		padding: 50px 0 180px;
	}
	#page #foot.contents:before{
		bottom: 10%;
	}
	#foot .caution{
		bottom: 100px;
	}
}
/*==== mobile スマホ縦用css ===*/
@media screen and (max-width: 480px) {
	.pageTop {
		padding-bottom: 40px;
	}
	.btn.tanken{
		width: 100%;
	}
	#page #induction.contents{
		padding-bottom: 0;
	}
	#foot .btn.tanken{
		margin-bottom: 20px;
	}
	#page #foot.contents {
		padding-bottom: 140px;
	}
	#page #foot.contents:before{
		content: none;
	}
}


/*=========================
地下空間トロッコアドベンチャー コンテンツ
===========================*/
#page #Page-tanken.contents.lower{
	background-image: url("../contents/img/bgImg.jpg");
	background-position: center top;
}
#page #Page-tanken.contents.lower .title{
	max-width: 1200px;
	margin-bottom: 0;
}

.btnArea{
	padding-bottom: 150px;
    background-color: #8a46a6;	
}
.btnList{
}
.btnList .item{
	width: calc( 100%/3);
	padding: 0 10px;
}


@media screen and (max-width: 1024px) {
}
/*==== mobile スマホ用css ===*/
@media screen and (max-width: 768px) {
}
/*==== mobile スマホ縦用css ===*/
@media screen and (max-width: 480px) {
	#page #Page-tanken.contents.lower{
		padding-bottom: 50px;
	}
	#page #Page-tanken.contents.lower .title {
    	max-width: 250px;
	}
	.btnList .item {
    	width: 100%;
		margin-bottom: 20px;
	}
}
