@charset "utf-8";
/* CSS Document */

.page-usj section:nth-child(n+2){
	/*display: none;*/
}

/*------------------------------------------------*/
/*ホテル京阪ユニバーサルタワーアクセスプラン*/
/*------------------------------------------------*/
/*ファーストビュー*/

.page-usj {
	background-color: rgba(255,255,255,0.00) !important;
}
}
.page-usj #page-header {
	background-color: #eefbff;
	position: relative;
}
.page-usj #page-header::before{
	content: '';
	display: block;
	width: 100%;
	height: 160px;
	background-image: url("../images/usj/bg01sp.jpg");
	background-size: 100% auto;
	background-position: center top;
	position: relative;
	position: absolute;
}
.page-usj #page-header .page-header {
	background-color: #eefbff !important;
	min-height: 515px;
	background: none;
	border: none;
}
.page-usj #page-header .container {
	width: 97.22%; /*700*/
	/*margin-top: 55px;*/
	margin-bottom: 0;
	padding: 0;
}

.page-usj #page-header .container .pack{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px auto;
}

.page-usj #price{
	width: 100%;
	/*min-height: 266px;*/
	min-height: auto;
	position: absolute;
	z-index: 2;
}
.page-usj #price .container{
	padding: 0;
}
.page-usj #price .container .inn{
	width: 100%;
	margin: 0 auto 0;
	background-color: #f45a2a;
	padding: 0 20px 20px;
}
.page-usj #price .container .inn > dl{
	margin-top: 0;	
    margin-bottom: 0;	
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0 20px;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.page-usj #price .container .inn > dl::before{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: #f7e921;
	position: absolute;
	bottom: 0;
}
.page-usj #price .container .inn > dl dt, .page-usj #price .container .inn > dl dd{
	position: relative;
}
.page-usj #price .container .inn > dl dt{
	font-size: 1.8rem;
}
.page-usj #price .container .inn > dl dd span:nth-of-type(1){
	font-size: 4.3rem;
}
.page-usj #price .container .inn > dl dd span:nth-of-type(2){
	font-size: 1.9rem;
}
.page-usj #price .container .inn .sub{
	margin: 10px auto 0;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
}
.page-usj #price .container .redtxt{
	margin: 5px auto 0;
	font-size: 1.3rem;
	font-weight: 700;
	color: #e81c24;
	text-align: center;
}

/*------------------------------------------------*/
/*カバー（装飾）*/
.page-usj #cover01{
	background: url("../images/usj/cover01sp.png") center 100px / 100% auto no-repeat;
	position: relative;
	min-height: 100vh;
	margin: 100px 0 0;
	/*background-color: #fff;*/
}

/*------------------------------------------------*/
/*セクション共通*/
.page-usj .main-title {
    border-top: none;
    font-size: 2rem;
    color: #0071B7;
    text-align: center;
    position: relative;
    padding: 0 !important;
	margin: 0 auto 15px !important;
}
.page-usj .main-title::after {
    content: "";
    width: 45px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	top: auto;
    bottom: -5px;
    background-color: #F45A2A;
}
.page-usj h3.hd {
    font-size: 1.5rem;
    color: #000;
	font-weight: 700;
    text-align: center;
}
.page-usj #cover02 .main-title{
	color: #ec5a24;
}
.page-usj #cover02 .main-title::before{
	display: none;
}

/*背景：白*/
.page-usj section .container.type01 > .inn{
	/*
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
}
.page-usj section .container.type01 .main-title::before{
	content: '';
	display: block;
	width: 80px;
	height: 57px;
	background: url("../images/usj/parts01.png") 0 0 / contain no-repeat;
	position: absolute;
	top: -15px;
	right: -5px;
}
.page-usj #cover02 section .container.type01 > .inn{
	background-color: rgba(255, 255, 255, 0.0);
}

/*背景：オレンジ*/
.page-usj section .container.type02{
	position: relative;
	padding: unset;
}
.page-usj section .container.type02::before{
	content: '';
	display: block;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 100%;
	background-color: #fffbe1;
	position: absolute;
	top: 0;
	z-index: -1;
}

.page-usj section p.fs-30{
	font-size: 1.5rem;
}

/*------------------------------------------------*/
/*セクション個別*/
.page-usj section#usj01{
	padding: 100px 0 0;
}

/*バスのりば・時刻表*/
.page-usj .container.platform > .inn {
	padding: 0px 0 50px;
}
.page-usj .container.platform h3.hd {
    margin-bottom: 10px;
}
.page-usj .container.platform .flex{
	width: 225px;
	margin: 0 auto 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px 0;
}
.page-usj .container.platform .flex .column{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page-usj .container.platform .flex .column h4.hd{
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	background-color: #0054a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	font-size: 1.3rem;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 123%;
}
.page-usj .container.platform .flex .column > p{
	border: 2px solid #0054a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	background-color: #fff;
	flex: 1;
}
.page-usj .container.platform .flex .column > p img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	border: 5px solid #fff;
	box-sizing: border-box;
}

.page-usj .container.platform .timetable{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
.page-usj .container.platform .timetable .box-schedule{
	width: 100%;
}
.page-usj .container.platform .timetable tr:first-child td:first-child {
	background-color: #fff;
}

.page-usj .container.platform .timetable tr:first-child td:not(:first-child), .page-usj .container.platform .timetable tr:first-child td:not(:first-child) a {
	font-size: 1.0rem;
	color: #fff;
	line-height: 129%;
	font-weight: 700;
}
.page-usj .container.platform .timetable tr:first-child td.orange {
    background: #ec5a24;
}
.page-usj .container.platform .timetable tr:first-child td.blue {
    background: #0054a0;
}
.page-usj .container.platform .timetable tr td {
	height: 30px;
	font-size: 1.0rem;
    padding: 5px 10px;
}

/*便利Point1*/
.page-usj .container.flows .main-title::before{
	content: '';
	display: block;
	width: 80px;
	height: 57px;
	background: url("../images/usj/parts01.png") 0 0 / contain no-repeat;
	position: absolute;
	top: -50px;
	right: -35px;
}
.page-usj .container.flows > .inn{
	padding: 35px 40px 60px;
}
.page-usj .container.flows > .inn > p span {
    color: #f45a2a;
}

/*便利Point2*/
.page-usj .container.point02 > .inn{
	margin: 0 auto;
	padding: 55px 0 55px;
}
.page-usj .container.point02 .main-title::before{
	content: '';
	width: 80px !important;
	height: 57px !important;
	background: url("../images/usj/parts02.png") 0 0 / contain no-repeat !important;
	left: 0;
}
.page-usj .container.point02 > .inn > dl{
	width: calc( 100% - 0px );
	margin: 0 auto;
	background-color: #0071b7;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	padding: 25px;
}
.page-usj .container.point02 > .inn > dl dt{
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 129%;
	text-align: left;
	letter-spacing: -0.025em;
}
.page-usj .container.point02 > .inn > dl dt > div:nth-of-type(1) span{
	font-size: 78.9%;
}
.page-usj .container.point02 > .inn > dl dt > div:nth-of-type(2){
	position: relative;
	padding-bottom: 10px;
}
.page-usj .container.point02 > .inn > dl dt > div:nth-of-type(2)::before{
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background-color: #f7e921;
	position: absolute;
	bottom: 0;
}
.page-usj .container.point02 > .inn > dl dd{
	margin-top: 15px;
}

/*便利Point3*/
.page-usj .container.point03 > .inn{
	padding: 55px 0 60px;
}
.page-usj .container.point03 .main-title::before{
	content: '';
	display: block;
	width: 80px;
	height: 57px;
	background: url("../images/usj/parts01.png") 0 0 / contain no-repeat;
	position: absolute;
	top: -70px;
	right: 0px;
}
.page-usj .container.point03 .flex{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.page-usj .container.point03 .flex > div{
	width: calc( 100% - 110px );
	margin: 0 auto;
}
.page-usj .container.point03 .flex > div:nth-of-type(2) dl{
}
.page-usj .container.point03 .flex > div:nth-of-type(2) dl dt{
	font-size: 1.5rem;
	color: #f45a2a;
	font-weight: 700;
	line-height: 153%;
}
.page-usj .container.point03 .flex > div:nth-of-type(2) dl dd{
	margin-top: 15px;
	font-size: 1.3rem;
	color: #333;
	font-weight: 700;
}
.page-usj .container.point03 .flex > div > p{
	width: calc( 100% - 10px );
	margin: 0 auto;
	font-size: 1.3rem;
	color: #333;
	font-weight: 500;
}

/*便利Point4*/
.page-usj .container.point04{
	padding: 0;
}
.page-usj .container.point04 .main-title::before {
	content: '';
	width: 80px !important;
	height: 57px !important;
	background: url("../images/usj/parts02.png") 0 0 / contain no-repeat !important;
	left: 5px;
}
.page-usj .container.point04 > .inn{
	padding: 55px 0 75px;
}
.page-usj .container.point04 > .inn > dl dt{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.page-usj .container.point04 > .inn > dl dt span{
	color: #f45a2a;
}
.page-usj .container.point04 > .inn > dl dd{
	margin-top: 20px;
}

/*便利Point5*/
.page-usj .container.point05 .main-title::before{
	content: '';
	display: block;
	width: 80px;
	height: 57px;
	background: url("../images/usj/parts01.png") 0 0 / contain no-repeat;
	position: absolute;
	top: -50px;
	right: 0px;
}
.page-usj .container.point05 > .inn{
	padding: 40px 0 95px;
}
.page-usj .container.point05 dl dt{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.page-usj .container.point05 dl dt span{
	color: #f45a2a;
}
.page-usj .container.point05 dl dd{
	margin-top: 25px;
}

/*便利Point5*/
.page-usj .container.linkbtn{
    position: relative;
	padding: 45px 0 105px;
}
.page-usj .container.linkbtn::before{
    content: '';
	display: block;
	width: 100vw;
	height: 70px;
	background-color: #e3f6ff;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: -1;
}
.page-usj .container.linkbtn > .inn{
	background: none !important;
}
.page-usj .container.linkbtn a{
	width: fit-content;
	height: fit-content;
	display: flex;
}
.page-usj .container.linkbtn a.btn-type-1 {
    min-height: 60px;
    border-radius: 30px;
    background-position: right 15px center;
	background-size: 30px;
	font-size: 1.7rem;
	background-color: #f45a2a;
}
.page-usj .container.linkbtn a::before{
    content: '';
	display: block;
	background: url("../images/usj/parts04.png") 0 0 / contain no-repeat;
	width: 137px;
	height: 71px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

/*------------------------------------------------*/
/*船旅を楽しもう！*/

.page-usj .container.entrance{
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);	
	padding: 0;
}
.page-usj .container.entrance .catch{
	width: 100%;
	height: 115px;
	background-color: #f28e1e;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.page-usj .container.entrance .catch::after{
	content: '';
	display: block;
	width: 80px;
	height: 57px;
	background: url("../images/usj/parts02.png") 0 0 / contain no-repeat !important;
	position: absolute;
	top: -40px;
	left: 10px;
}
.page-usj .container.entrance .catch p{
	position: relative;
	text-align: center;
}
.page-usj .container.entrance .catch p::before{
	content: '';
	display: none;
	background: url("../images/usj/parts04.png") 0 0 / contain no-repeat;
	width: 137px;
	height: 71px;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: auto;
}
.page-usj .container.entrance .catch p span{
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
	position: relative;
}
.page-usj .container.entrance .catch p span::before, .page-usj .container.entrance .catch p span::after{
	content: '';
	display: block;
	background: url("../images/usj/parts05.png") 0 0 / contain no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: 0;
}
.page-usj .container.entrance .catch p span::before{
	content: '';
	left: -45px;
}
.page-usj .container.entrance .catch p span::after{
	content: '';
	transform: scale(-1, 1);
	right: -45px;
}
.page-usj .container.entrance > .inn{
	background: url("../images/usj/cover02.png") center top / 100% auto no-repeat;
	position: relative;
	padding: 30px 0 50px;
}
.page-usj .container.entrance > .inn .image{
	width: calc( 100% - 60px );
	margin: 15px auto 0;
	display: flex;
	justify-content: center;
}
.page-usj .container.entrance > .inn .image > img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*完全個室*/
.page-usj .container.koshitsu{
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	/*min-height: 690px;*/
	padding: 0;
}
.page-usj .container.koshitsu::before {
    content: '';
    display: block;
    width: 100%;
    height: 87%;
	background-color: #fffbe1;
    position: absolute;
    bottom: 0;
}
.page-usj .container.koshitsu > .inn{
	padding: 0 0 35px;
}
.page-usj .container.koshitsu .lists{
	width: calc( 100% - 90px );
	margin: 20px auto 0;
	position: relative;
	z-index: 2;
}
.page-usj .container.koshitsu .lists ul{
	display: flex;
	flex-wrap: wrap;
	gap: 12px 6px;
}
.page-usj .container.koshitsu .lists ul li{
	width: calc( 50% - 3px );
}
.page-usj .container.koshitsu .lists ul li img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page-usj .container.koshitsu a.btn{
	width: calc( 100% - 110px );
	height: 50px;
	margin: 35px auto 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 1.5rem;
}

/*１日の疲れをゆったり癒せる*/
.page-usj .container.refresh > .inn{
	padding: 50px 0 0;
}
.page-usj .container.refresh .subtxt{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.page-usj .container.refresh .lists{
	margin: 20px auto 0;
}
.page-usj .container.refresh .lists ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 6px;
}
.page-usj .container.refresh .lists ul li{
	width: calc( 50% - 3px );
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-usj .container.refresh .lists ul li img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page-usj .container.refresh .lists ul li p{
	margin: 5px auto 0;
	font-size: 1.0rem;
	font-weight: 700;
	text-align: center;
}

/*船内で美味しい食事も*/
.page-usj .container.dish{
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	/*min-height: 530px;*/
	padding: 0;
}
.page-usj .container.dish::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
	background-color: #fffbe1;
    position: absolute;
    bottom: 0;
}
.page-usj .container.dish > .inn{
	padding: 50px 0;
}
.page-usj .container.dish .lists{
	/*width: calc( 100% - 30px );*/
	width: calc( 100% - 60px );
	margin: 20px auto 0;
	position: relative;
	z-index: 2;
}
.page-usj .container.dish .lists ul{
	display: flex;
	justify-content: flex-end;
	gap: 12px;
}
.page-usj .container.dish .lists ul li{
	/*width: calc( 50% - 3px );*/
	/*
	display: flex;
	align-items: flex-end;
	*/
}
.page-usj .container.dish .lists ul li img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page-usj .container.dish .lists ul li > p{
	width: 60%;
	margin: 0 auto 5px;
}
.page-usj .container.dish a.btn{
	width: calc( 100% - 110px );
	height: 50px;
	margin: 35px auto 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 1.5rem;
	padding: 0 40px;
}

/*オレンジフェリーで！*/
.page-usj .container.infomation{
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: url("../images/usj/cover03.png") center top / 100% auto no-repeat;
	position: relative;
	padding: 50px 0 30px;	
}
.page-usj .container.infomation .image{
	width: calc(100% - 60px);
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.page-usj .container.infomation .image img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page-usj .container.infomation .subtxt{
	margin: 20px auto 0;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/