@charset "UTF-8";
/*******************************
05shibaraceページ Css
*******************************/
.vrcontents{
	background-color: #a1edfb;
}
/*全画面movie*/
main{
	display: none;
}

/*pageTop*/
.pageTop{
	padding-bottom: 150px;
}
.pageTop:before{
	content: "";
	background-image: url("../img/pageTop-Obj.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.pageTitle{
	width: 100%;
}
.pageRead{
	max-width: 1050px;
    margin: 0 auto;
}

.btn.yusho{
	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-color: #fff;
	padding: 0 0 100px;
}
#page #induction.contents:before{
	content: "";
    background-image: url("../img/block02-bgObj1.png");
    background-position: center top;
    background-repeat: no-repeat;	
    background-size: cover;
	width: 100%;
    height: 15%;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#induction .btn.yusho{
	margin-top: 80px;
}

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

/*foot*/
#page #foot.contents{
	padding: 150px 0 500px;
}
#page #foot.contents:before{
	content: "";
    background-image: url("../img/block04-bgObj1.png");
    background-position: center top;
    background-repeat: no-repeat;	
    background-size: cover;
	width: 100%;
    height: 15%;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#page #foot.contents:after{
	content: "";
	background-image: url("../img/block04-bgObj.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	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.yusho {
		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: 0 0 30px;
	}
	#page #foot.contents {
		padding: 50px 0 180px;
	}
	#page #foot.contents:after{
		bottom: 10%;
	}
	#foot .caution{
		bottom: 100px;
	}
}
/*==== mobile スマホ縦用css ===*/
@media screen and (max-width: 480px) {
	.pageTop {
		padding-bottom: 40px;
	}
	.btn.yusho{
		width: 100%;
	}
	#page #induction.contents{
		padding-bottom: 0;
	}
	#page #induction.contents:before, #page #foot.contents:before {
		height: 5%;
		top: -5%;
	}
	#foot .btn.yusyo{
		margin-bottom: 20px;
	}
	#page #foot.contents {
		padding-bottom: 140px;
	}
	#page #foot.contents:after{
		content: none;
	}
}


/*=========================
芝レース コンテンツ
===========================*/
#page #Page-choice.contents.lower, #page #Page-ship.contents.lower{
	background-image: url("../contents/img/contents-bg.jpg");
	background-position: center;
	padding: 100px 0;
}
#Page-choice .flex .ship{
	width: 48%;
	margin-bottom: 100px;
    position: relative;
}
#Page-choice .flex .ship .btn{
    margin-top: 20px;
    width: 100%;
}

#Page-ship .img.ship{
	max-width: 500px;
	margin: 0 auto 50px;
}
#Page-ship .img.txt{
	max-width: 700px;
	margin: 0 auto;
}
#page #Page-ship.contents.lower .btn.yusho{
    width: 100%;
	max-width: 790px;
    margin: 80px auto;
    display: block;
}

#page #Page-movie.contents.lower{
	background-image: url("../contents/img/contents01-bg.jpg");
}
#Page-movie.contents.lower .title{
	max-width: 700px;
    margin-bottom: 0;
}
#Page-movie.contents.lower .btnList{
	margin-top: 100px;
}
#Page-movie.contents.lower .btnList .item{
	width: calc( 100%/3);
	padding: 0 10px;
}
#page #Page-movie.contents.lower .btn{
	margin-top: 0;
}

#page .contents.lower .btn.return{
	margin: 0;
}


@media screen and (max-width: 1024px) {
	#Page-choice .flex .ship{
		margin-bottom: 40px;
	}
	#Page-choice .flex .ship .btn{
		margin-top: 10px;
	}
}
/*==== mobile スマホ用css ===*/
@media screen and (max-width: 768px) {
	#page #Page-choice.contents.lower, #page #Page-ship.contents.lower{
		height: 100vh;
	}
	#Page-movie.contents.lower .btnList {
		margin-top: 50px;
	}
}
/*==== mobile スマホ縦用css ===*/
@media screen and (max-width: 480px) {
	#page #Page-choice.contents.lower, #page #Page-ship.contents.lower{
		padding-bottom: 50px;
		height: 100%;
	}
	
	#Page-choice .flex .ship {
    	width: 100%;
	}
	#Page-choice .flex .ship .btn{
		
	}
	
	#Page-ship .img.ship{
		margin-bottom: 20px;
	}
	#page #Page-ship.contents.lower .btn.yusho {
		margin: 50px auto;
	}
	
	#page #Page-movie.contents.lower{
		padding-bottom: 50px;
	}
	#Page-movie.contents.lower .title {
    	max-width: 250px;
	}
	#Page-movie.contents.lower .btnList {
		margin-top: 50px;
	}
	#page .contents.lower .btnList .item {
    	width: 100%;
		margin-bottom: 20px;
	}
	#page #Page-movie.contents.lower .btn{
		max-width: none;
	}
}
