@charset "UTF-8";

/* pc <--> sp
-------------------------------------- */
#mediaQuery { display: none; font-family: 'sp'; }

@media all and (min-width: 768px) { #mediaQuery { font-family: 'pc'; } }

@media all and (max-width: 767px) { .viewPc { display: none; } }

@media all and (min-width: 768px) { .viewSp { display: none; } }

/* clearfix
-------------------------------------- */
.cf:after { content: ''; display: block; clear: both; }

#container { background: #f8f8f6; font-size: 16px; }

#container img { width: 100%; height: auto; }

#container .alpha { display: block; text-decoration: none; }

#container .inner { padding-left: 18px; padding-right: 18px; }

#container select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

#container ::-ms-expand { display: none; }

@media all and (min-width: 768px) { #container { min-width: 1000px; background: #f8f8f6; font-size: 16px; }
  #container img { width: auto; }
  #container .alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #container .alpha:hover { opacity: .7; }
  #container .inner { box-sizing: border-box; width: 1000px; margin: auto; padding-right: 0; padding-left: 0; } }

/* #mainVisual
================================================ */
@media all and (min-width: 768px) {
  #mainVisual { min-height:500px; position: relative; padding: 80px 0 50px 0 ;box-sizing: border-box; background: url(/tw/theme-park/usj/img/bg_main01_pc.png) no-repeat 50% 50%/cover; }
  #mainVisual .tit { text-align: center; }
  #mainVisual .search { width: 896px; padding: 23px; box-sizing: border-box; background: rgba(0, 33, 87, 0.7);position: absolute;bottom: 0; left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
  #mainVisual .search .formIn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #mainVisual .search .formIn .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 745px; }
  #mainVisual .search .item { position: relative; overflow: hidden; width: 240px; height: 52px; border-radius: 2px; background: #fff; }
  .search .item:before { position: absolute; content: ''; top: 50%; right: 15px; width: 18px; height: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: url(/tw/theme-park/usj/img/ico_main_calendar01.png) no-repeat 50% 50%/cover; z-index: 3;}
  .search .item03:before { background-image: url(/tw/theme-park/usj/img/ico_main_marker01.png); }
  #mainVisual .search .item .label { position: absolute; top: 50%; left: 10px; color: #b2b2b2; font-size: 14px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; }
  #mainVisual .search .item input { display: block; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; height: 52px; padding: 0 48px 0 75px; background: none; box-sizing: border-box; font-size: 18px; border: none;}
  #mainVisual .search .item02 input { padding: 0 48px 0 65px;}
  #mainVisual .search .item03 input { padding: 0 48px 0 70px;}
  #mainVisual .search .submit button { width: 90px; height: 52px; }
  #mainVisual .search .submit input { display: block; width: 100%; height: 100%; border-radius: 2px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; outline: 0; background: #f53d7e; color: #fff; cursor: pointer; } 
	#mainVisual .search .usj-btn01 { display: block; width: 100%; height: 100%; border-radius: 2px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; outline: 0; background: #f53d7e; color: #fff; cursor: pointer; } 
	.form-inline select{ width: 100% !important;}
}

/*=============================================================
 TOP
=============================================================*/
.mod_box01 { box-shadow: 1.532px 1.286px 6px 0px rgba(231, 231, 231, 0.5); padding: 15px; box-sizing: border-box; background-color: #fff; }

.mod_box01 .is_fz01 { font-size: 13px; }

.mod_box01 .is_fz02 { font-size: 12px; }

.mod_box01 .mod_box_category { margin-bottom: 10px; }

.mod_box01 .mod_box_category .mod_box_cat { display: inline-block; font-size: 10px; font-weight: bold; color: #f53d7e; border: 1px solid #f53d7e; border-radius: 25px; padding: 0px 6px; }

.mod_box01 .mod_box_head { display: table; width: 100%; }

.mod_box01 .mod_box_head_img { display: table-cell; vertical-align: middle; width: 35px; }

.mod_box01 .mod_box_head_img.is_text { width: 90px; height: 43px; text-align: center; color: #fff; font-size: 13px; font-weight: bold; border-radius: 10px; line-height: 1.3; }

.mod_box01 .mod_box_head_tit { display: table-cell; vertical-align: middle; font-size: 16px; font-weight: bold; padding-left: 14px; line-height: 1.2; }

.mod_box01 .mod_box_txt01 { padding-bottom: 20px; }

.mod_box01 .mod_box_txt01 span { color: #f53d7e; }

.mod_box01 .mod_box_txt02 { font-size: 10px; line-height: 1.2;}

.mod_box01 .mod_box_txt02.is_clr_gray { color: #666; line-height: 1.2;}

.mod_box01 .mod_box_img { margin-bottom: 20px; }

.mod_box01 .mod_box_info { border-bottom: 1px solid #1b2e8c; margin-bottom: 15px; padding-bottom: 10px;}

.mod_box01 .mod_box_info.noBdr { border: 0; margin-bottom: 0; }

.mod_box01 .mod_box_price { font-size: 15px; text-align: right; }

.mod_box01 .mod_box_price_num { font-size: 25px; font-weight: bold; color: #f53d7e; }

.mod_box01 .mod_box_price_txt { display: block; font-weight: bold; line-height: 1.1; }

.mod_box01 .mod_box_search { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 5px; }

.mod_box01 .mod_box_search select { -webkit-appearance: none; background: #fff url(/tw/theme-park/usj/img/ico_arw_down01.png) 95% 50% no-repeat; border: 1px solid #9b9b9b; border-radius: 2px; background-size: 7px auto; width: 66%; font-size: 13px; padding: 4px; box-sizing: border-box; }

.mod_box01 .mod_box_search input[type="submit"] { display: inline-block; width: 95px; font-size: 13px; color: #fff; text-align: center; background-color: #f53d7e; border-radius: 2px; padding: 7px 0; }

@media all and (min-width: 768px) { .mod_box01 { padding: 27px 30px 20px; }
  .mod_box01.is_bdr_purple01 { border-top: 8px solid #a52db5; }
  .mod_box01.is_bdr_orange01 { border-top: 8px solid #f58b3d; }
  .mod_box01.is_bdr_green01 { border-top: 8px solid #35a82f; }
  .mod_box01.is_bdr_blue01 { border-top: 8px solid #4d89c7; }
  .mod_box01.is_bdr_mint01 { border-top: 8px solid #48958b; }
  .mod_box01 .is_fz01 { font-size: 16px; }
  .mod_box01 .is_fz02 { font-size: 14px; }
  .mod_box01 .mod_box_category .mod_box_cat { font-size: 14px; padding: 2px 13px 0; margin-right: 5px; }
  .mod_box01 .mod_box_head { margin-bottom: 15px; }
  .mod_box01 .mod_box_head_img { width: 55px; }
  .mod_box01 .mod_box_head_img.is_text { width: 112px; height: 51px; font-size: 14px; border-radius: 20px; }
  .mod_box01 .mod_box_head_img img { width: 100% !important; }
  .mod_box01 .mod_box_head_tit { font-size: 20px; padding-left: 14px; }
  .mod_box01 .mod_box_txt01 { padding-bottom: 25px; }
  .mod_box01 .mod_box_txt02 { font-size: 12px; }
  .mod_box01 .mod_box_img { margin-bottom: 25px; }
  .mod_box01 .mod_box_info { padding-bottom: 10px; display: table; width: 100%; }
  .mod_box01 .mod_box_info .mod_box_txt02 { display: table-cell; vertical-align: middle; width: 42%;}
  .mod_box01 .mod_box_price { font-size: 16px; display: table-cell; width: 58%; vertical-align: middle; }
  .mod_box01 .mod_box_price_num { font-size: 24px; }
  .mod_box01 .mod_box_price_txt { font-size: 14px; }
  .mod_box01 .mod_box_search { margin-bottom: 10px; }
  .mod_box01 .mod_box_search select { background: #fff url(/tw/theme-park/usj/img/ico_arw_down01.png) 95% 50% no-repeat; background-size: 14px auto; width: 305px; font-size: 14px; padding: 7px; }
  .mod_box01 .mod_box_search input[type="submit"] { width: 110px; font-size: 14px; } }

/* #anchor
================================================ */
#anchor { background: -webkit-gradient(linear, left top, left bottom, from(#fefedc), to(#fff)); background: -webkit-linear-gradient(top, #fefedc 0%, #fff 100%); background: linear-gradient(to bottom, #fefedc 0%, #fff 100%); }

#anchor .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 7px; }

#anchor .list .item { position: relative; width: 24%; }

#anchor .list .item a { position: relative; display: block; height: 100%; margin: 0 -6px; padding: 50px 0 22px; border-bottom: 2px solid #f9e509; box-sizing: border-box; color: #000; font-weight: bold; text-align: center; line-height: 1.2; }

#anchor .list .item a:before { position: absolute; content: ''; top: 27px; left: 50%; width: 16px; height: 12px; background: url(/tw/theme-park/usj/img/ico_anchor01.png) no-repeat 50% 50%/cover; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

#anchor .list .item a span { display: block; font-size: 10px; }

@media all and (min-width: 768px) { #anchor { margin: 0; padding: 54px 0 75px; background: #fff; }
  #anchor .list { width: 830px; margin: auto; padding: 0; }
  #anchor .list .item { width: auto; }
  #anchor .list .item a { margin: 0; padding: 0 0 0 40px; border: 0; }
  #anchor .list .item a:before { top: 50%; left: 0; width: 24px; height: 18px; -webkit-transform: translate(0, -65%); -ms-transform: translate(0, -65%); transform: translate(0, -65%); }
  #anchor .list .item a span { display: inline; font-size: 16px; } }

/* #mvSearch
================================================ */
@media (max-width:767px){
	.box_hotel_img {
		padding: 15px 0;
	}
	#mainVisual .formIn { background: #3f4182; }
	#mainVisual .item { position: relative; overflow: hidden; height: 45px; border-radius: 2px; background: #fff; }

#mainVisual .item + .item { margin-top: 5px; }

#mainVisual .item:before { position: absolute; content: ''; top: 50%; right: 20px; width: 18px; height: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: url(/tw/theme-park/usj/img/ico_main_calendar01.png) no-repeat 50% 50%/cover; }

#mainVisual .item03:before { background-image: url(/tw/theme-park/usj/img/ico_main_marker01.png); }

#mvSearch .formIn .list .item .label { position: absolute; top: 50%; left: 21px; color: #b2b2b2; font-size: 14px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; }

#mainVisual .item input { display: block; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; height: 100%; padding: 0 48px 0 82px; background: none; box-sizing: border-box; font-size: 18px; border: none;}

#mainVisual .formIn .submit { width: 140px; height: 45px; margin: 24px auto 0; }

#mainVisual .formIn .submit input { display: block; width: 100%; height: 100%; border-radius: 2px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; outline: 0; background: #f53d7e; color: #fff; font-weight: bold; }

}


#mvSearch .bnr { width: 220px; margin: 30px auto 0; }

/* #popular
================================================ */
#popular { background: #f1f5fe url(/tw/theme-park/usj/img/bg_popular01_sp.png) no-repeat top center/100%; }

#popular .inner { padding: 26px 16px 15px; }

#popular .head { margin: 0 0 30px; }

#popular .head .tit { width: 65.31%; margin: 0 auto 32px; }

#popular .head .txt { line-height: 1.4; text-align: center; }

#popular .detail .list + .list { margin-top: 13px; }

.detail .list .item { position: relative; padding: 15px 20px 20px; background: #fff; box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.1); text-align: center; }
.detail .list .item_content .inner_content{
    background: #fff;
    padding: 30px 25px 20px;
    position: relative;
}
.detail .list .item_content .inner_content .flag {
    position: absolute;
    top: 0;
    left: 20px;
    width: 52px;
}
	.detail .list .item_content .inner_content01 .maxheight01 {
       border-bottom: 1px dotted #000;
	}

#popular .detail .list .item + .item { margin-top: 13px; }

.detail .list .item .tag, .inner_content .tag { border-radius: 10px; background: #f9e509; color: #000; font-size: 13px; font-weight: bold; }
.btn,
.detail .list .item .btn { width: 215px; margin: auto; padding: 0; }
.btn a,
.detail .list .item .btn a { display: block; padding: 5px 0; background: #f53d7e; color: #fff; font-size: 14px; text-decoration: none; }

.detail .list.list01 .item .flag, .detail .list.list01 .item_content .flag { position: absolute; top: 0; left: 20px; width: 52px; height: 46px; }

.detail .list.list01 .item .tit, .detail .list.list01 .item_content .tit { margin: 11px 15px 10px; padding: 0 0 10px; font-size: 16px; font-weight: bold; }
.detail .list.list01 .item div.maxheight01, .detail .list.list01 .item_content div.maxheight01 { border-bottom: 1px dotted #000; }

.detail .list.list01 .item .img, .detail .list.list01 .item_content .img { margin: 0 auto 8px; }

.detail .list.list01 .item .txt, .detail .list.list01 .item_content .txt { margin: 0 15px 15px; font-size: 13px; font-weight: bold; line-height: 1.38462; }

.detail .list.list01 .item01 .img { width: 179px; }

.detail .list.list01 .item02 .img { width: 114px; }

.detail .list.list01 .item03 .img { width: 118px; }

#popular .detail .list.list02 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#popular .detail .list.list02 .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 30.17%; padding: 15px 0 9px; box-sizing: border-box; }

#popular .detail .list.list02 .item .areaImg { width: 100%; }

#popular .detail .list.list02 .item .areaImg .img { margin: auto; }

#popular .detail .list.list02 .item .areaTxt { width: 100%; box-sizing: border-box; }

#popular .detail .list.list02 .item .areaTxt .tit { margin: 6px 0 0; font-size: 14px; font-weight: bold; }

#popular .detail .list.list02 .item01, #popular .detail .list.list02 .item02 { width: 100%; padding: 18px 20px 7px; }

#popular .detail .list.list02 .item01 .areaImg, #popular .detail .list.list02 .item02 .areaImg { width: 29.04%; }

#popular .detail .list.list02 .item01 .areaTxt, #popular .detail .list.list02 .item02 .areaTxt { width: 70.96%; padding: 3px 0 0; }

#popular .detail .list.list02 .item01 .areaTxt .tit, #popular .detail .list.list02 .item02 .areaTxt .tit { font-size: 16px; }

#popular .detail .list.list02 .item01 .areaImg .img { width: 61.36%; margin-left: 19.89%; }

#popular .detail .list.list02 .item02 .areaImg .img { width: 78.41%; margin-left: 10.8%; }

#popular .detail .list.list02 .item03 .areaImg .img { width: 31.88%; }

#popular .detail .list.list02 .item04 .areaImg .img { width: 33.82%; }

#popular .detail .list.list02 .item05 .areaImg .img { width: 38.65%; }

#popular .detail .list.list02 .item03 .areaTxt .tit, #popular .detail .list.list02 .item04 .areaTxt .tit, #popular .detail .list.list02 .item05 .areaTxt .tit { margin-top: 11px; }

@media(max-width:768px) {
	.item_content {
			width: 50%;
			margin-bottom: 15px;
	}
	#boxContent .inner_content img {
		width: auto !important;
	}
}

@media(max-width:767px) {
	.item_content {
			width: 100%;
			margin-bottom: 15px;
	}
	.inner_content .tag {
		    padding: 3px 15px;
    	text-align: center;
	}
	.inner_content .tit, .inner_content .img {
		text-align: center;
	}
	.inner_content .ferry-book li {
			text-align: center;
	}
	#firstTime .tit img {
		width: auto;
	}
	#firstTime .tit {
		margin-bottom: 30px;
	}
	#firstTime .list {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#firstTime .list li {
		width: 100%;
		margin-bottom: 15px;
	}
	#firstTime .qaa {
		padding-bottom: 40px;
	}
	#boxContent .inner_content .flag img {
		width: 100% !important;
	}
	#beginner {
		padding-bottom: 0 !important;
	}
}

@media all and (min-width: 768px) { #popular { margin: 0 0 -13.5%; background-image: url(/tw/theme-park/usj/img/bg_popular01_pc.png); background-color: #f8f8f6; }
  #popular .inner { position: relative; width: 1000px; margin: auto; padding: 48px 0 0; }
  #popular .inner .bnr { position: absolute; top: -17px; left: -88px; }
  #popular .head { margin: 0 0 61px; }
  #popular .head .tit { width: auto; margin: 0 0 20px; text-align: center; }
  #popular .head .txt { width: 805px; margin: auto; text-align: left; }
  #popular .detail .list + .list { margin-top: 24px; }
	.detail .list.list01{text-align: center;display: inline-block;}	
	.detail {text-align: center;}
	.detail .list.list01 .item { width: 320px; padding: 30px 25px 20px; margin: 0 10px 25px 10px !important; float: left;}	
	.detail .list.list01 > .item:nth-child(2n+1){clear: both;}
	.detail_ferry .list.list01 > .item:nth-child(2n+1){clear: inherit;}
  .detail .list.list01 .item .flag, .detail .list.list01 .item_content .flag { left: 10px; width: 80px; height: 72px; }
  .detail .list.list01 .item .flag, .detail .list.list01 .item_content .flag img { width: 100%;  text-align: left}
  .detail .list.list01 .item .tag, .detail .list.list01 .item_content .tag { padding: 2px 0 2px 55px; text-align: left; border-radius: 13px; font-size: 15px; }
  .detail .list.list01 .item .tit, .detail .list.list01 .item_content .tit { margin: 0 6px; padding: 25px 0 13px; font-size: 20px;font-weight: bold;}
  .detail .list.list01 .item .img, .detail .list.list01 .item_content .img { margin: 13px auto 20px; }
  .detail .list.list01 .item .img img { max-width: 100%; }
  .detail .list.list01 .item .txt,.detail .list.list01 .item_content .txt { margin: 0 0 22px; font-size: 16px; line-height: 18px; }
  .detail .list.list01 .item .btn,  .detail .list.list01 .item_content .btn { width: 240px; }
  .detail .list.list01 .item .btn a, .detail .list.list01 .item_content .btn a { padding: 7px 0 6px; font-size: 14px; }
	.detail .list.list01 .item03 .img,
	.detail .list.list01 .item02 .img,
  .detail .list.list01 .item01 .img { width: 212px; }
  #popular .detail .list.list02 .item { width: 174px; height: 90px; padding: 24px 0 0; box-sizing: border-box; }
  #popular .detail .list.list02 .item img { width: 100%; }
  #popular .detail .list.list02 .item + .item { margin: 0; }
  #popular .detail .list.list02 .item .areaImg { width: 65px; }
  #popular .detail .list.list02 .item .areaImg .img { width: 100%; margin: 0 0 0 13px; }
  #popular .detail .list.list02 .item .areaTxt { width: 100px; }
  #popular .detail .list.list02 .item .areaTxt .tit { margin: 0; text-align: left; line-height: 1.5; }
  #popular .detail .list.list02 .item01, #popular .detail .list.list02 .item02 { width: 233px; padding: 18px 12px 0 0; }
  #popular .detail .list.list02 .item01 .areaImg, #popular .detail .list.list02 .item02 .areaImg { width: 66px; }
  #popular .detail .list.list02 .item01 .areaImg .img, #popular .detail .list.list02 .item02 .areaImg .img { width: 54px; margin-left: 11px; }
  #popular .detail .list.list02 .item01 .areaTxt, #popular .detail .list.list02 .item02 .areaTxt { width: 155px; }
  #popular .detail .list.list02 .item01 .areaTxt .tit, #popular .detail .list.list02 .item02 .areaTxt .tit { margin: 9px 0 0; padding-left: 5px; letter-spacing: -.13em; }
  #popular .detail .list.list02 .item03 { width: 174px; }
  #popular .detail .list.list02 .item03 .areaImg .img { width: 39px; }
  #popular .detail .list.list02 .item03 .areaTxt { width: 100px; }
  #popular .detail .list.list02 .item04 { width: 161px; }
  #popular .detail .list.list02 .item04 .areaImg { width: 66px; }
  #popular .detail .list.list02 .item04 .areaImg .img { width: 40px; }
  #popular .detail .list.list02 .item04 .areaTxt { width: 92px; }
  #popular .detail .list.list02 .item05 { width: 167px; }
  #popular .detail .list.list02 .item05 .areaImg .img { width: 46px; } 
	
	.detail .list .item_content .inner_content02 .flag {
    left: 10px;
    width: 80px;
    height: 72px;
	}

	}

/* #hotel
================================================ */
#hotel { padding: 12% 0 22px; background: #fffff6 url(/tw/theme-park/usj/img/bg_hotel01_sp.png) no-repeat top center/100%; }

#hotel .leadHead .tit { width: 73.76%; margin: 0 auto 32px; }

#hotel .leadHead .txt { text-align: center; margin: 0 -18px 33px; padding: 0 25px; line-height: 1.4; }

#hotel .list .item + .item { margin-top: 16px; }

#hotel .list .item .headImg { width: 100px; display: table-cell; }

#hotel .list .item .slick-slider { margin-top: 10px; margin-bottom: 15px; }

#hotel .list .item .slick-dots { bottom: 10px; }

#hotel .list .item .slick-dots li { margin: 0; }

#hotel .list .item .boxTxt01 { line-height: 1.4; }

#hotel .list .item .boxBtn { margin-bottom: 35px; }

#hotel .list .item .boxBtn a { display: block; width: 100%; font-size: 13px; font-weight: bold; color: #f53d7e; border: 1px solid #f53d7e; border-radius: 2px; padding: 5px 14px; background: url(/tw/theme-park/usj/img/ico_arw_right01.png) 95% 50% no-repeat; background-size: 4px auto; }

@media all and (min-width: 768px) { #hotel { min-width: 1000px; padding: 0; background: #f8f8f6 url(/tw/theme-park/usj/img/bg_hotel01_pc.png) no-repeat top center/100%; }
  #hotel .inner { padding-top: 27.1%; }
  #hotel .wrap { position: relative; }
  #hotel .leadHead { position: absolute; top: 0; left: 0; width: 500px; }
  #hotel .leadHead .tit { width: 100%; margin: 0 -4px 21px -6px; text-align: center;}
  #hotel .leadHead .txt { margin: 0; padding: 0 40px 0 54px; text-align: left; }
  #hotel .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #hotel .list .item { width: 492px; margin-bottom: 16px; }
  #hotel .list .item + .item { margin-top: 0; }
  #hotel .list .item:first-child { margin-left: 508px; }
  #hotel .list .item .box { padding: 34px 35px 20px; }
  #hotel .list .item .box .boxTxt01 { line-height: 1.5; }
  #hotel .list .item .headTit .large { font-size: 22px; }
  #hotel .list .item .slick-slider { margin-bottom: 0; }
  #hotel .list .item .box_hotel_img img { width: 100%; }
  #hotel .list .item .slick-dots { bottom: 20px; }
  #hotel .list .item .toggleBtn { padding-bottom: 26px; }
  #hotel .list .item .boxBtn { margin-bottom: 0; padding-bottom: 30px; }
  #hotel .list .item .boxBtn a { font-size: 16px; padding: 8px 16px; background: url(/tw/theme-park/usj/img/ico_arw_right01.png) 95% 50% no-repeat; background-size: 6px auto; } }

/* #tour
================================================ */
#tour { padding-top: 45px; padding-bottom: 25px; background: #f8f6ff url(/tw/theme-park/usj/img/bg_tour01_sp.png) no-repeat top center/100%; }

#tour .tit { width: 50.15%; margin: 0 auto 32px; }

#tour .txt { text-align: center; margin: 0 -18px 25px; padding: 0 25px; line-height: 1.4; }

#tour .list .item + .item { margin-top: 16px; }

#tour .list .item .toggleBtn { position: relative; }

#tour .list .item .toggleBtn:before, #tour .list .item .toggleBtn:after { content: ''; width: 15px; height: 2px; background-color: #1b2e8c; position: absolute; top: 45px; right: 0; }

#tour .list .item .toggleBtn:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

#tour .list .item .toggleBtn.is_active:after { content: none; }

#tour .list .item .toggleContent { display: none; }

#tour .list .item .btn { width: 100%; padding: 0; }

#tour .list .item .btn a { display: block; padding: 5px 0; background: #f53d7e; text-align: center; color: #fff; font-size: 13px; text-decoration: none; }

@media all and (min-width: 768px) { #tour { min-width: 1000px; margin-bottom: -3.6%; padding: 0; background: #f8f8f6 url(/tw/theme-park/usj/img/bg_tour01_pc.png) no-repeat top center/100%; }
  #tour .inner { padding-top: 37%; }
  #tour .wrap { position: relative; }
  #tour .leadHead { position: absolute; top: 0; right: 0; width: 492px; }
  #tour .leadHead .tit { width: 344px; max-width: 100%; margin: 0 auto 6px; }
  #tour .leadHead .txt { width: 437px; margin: 0 auto; padding: 0 19px; text-align: left; line-height: 1.875; }
  #tour .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #tour .list .item { width: 492px; margin-bottom: 16px; }
  #tour .list .item + .item { margin-top: 0; }
  #tour .list .item:first-child { margin-right: 492px; }
  #tour .list .item .box { height: 100%; }
  #tour .list .item .box .boxTxt01 { padding-bottom: 24px; line-height: 1.625; }
  #tour .list .item .toggleBtn:before, #tour .list .item .toggleBtn:after { content: none; }
  #tour .list .item .toggleContent { display: block; }
  #tour .list .item .btn a { padding: 8px 0px 7px; font-size: 14px; } }

/* #beginner
================================================ */
#beginner { padding-top: 50px; padding-bottom: 74px; background: #f8f8f6 url(/tw/theme-park/usj/img/bg_beginner01_sp.png) no-repeat top center/100%; }
#beginner .tit{max-width: 100%; text-align: center;}
#beginner .qaa .tit { max-width: 200px; margin: 0 auto 30px; }

#beginner .qaa .tit img { display: block; }

#beginner .qaa .list { margin-bottom: 37px; }

.qaa .list .item, .qaa .list .itemList { background-color: #fff; padding: 16px 18px 11px; box-shadow: 1.532px 1.286px 6px 0px rgba(231, 231, 231, 0.5); }

.qaa .list .item + .item, .qaa .list .itemList + .item { margin-top: 16px; }

.qaa .list .item .titItem, .qaa .list .itemList .titItem { background-repeat: no-repeat; background-size: 25px; background-position: 0 50%; margin-bottom: 11px; padding: 10px 0 10px 35px;}
.qaa .list .item .titItem a, .qaa .list .itemList .titItem a { color: #f53d7e; font-size: 16px; font-weight: bold;}

.qaa .list .item.item01 .titItem, .qaa .list .itemList.itemList01 .titItem { background-image: url(/tw/theme-park/usj/img/ico_beginner_list01.png); }
.qaa .list .item.item02 .titItem, .qaa .list .itemList.itemList02 .titItem { background-image: url(/tw/theme-park/usj/img/ico_beginner_list02.png); }

.qaa .list .item .titItem {
	padding: 0;
}

#beginner .slider { margin: 0 -18px; }

#beginner .slider .item { margin: 0 3px; }
.pt70{
	padding-top: 70px;
}
#firstTime {
	background: none !important;
}
#firstTime .tit {
text-align: center;
}
@media all and (min-width: 768px) { #beginner { min-width: 1000px; padding-top: 0; padding-bottom: 40px; background: #f8f8f6 url(/tw/theme-park/usj/img/bg_beginner01_pc.png) no-repeat top center/100%;  }
	#firstTime {
		padding-bottom: 40px;
	}
  #beginner .inner { padding-top: 17.85%;}
  #beginner .qaa .tit, #firstTime .qaa .tit { max-width: 100%; margin: 0 auto 70px; }
  #beginner .qaa .tit img, #firstTime .qaa .tit img { max-width: 100%; margin: auto; }
  #beginner .qaa .list, #firstTime .qaa .list { overflow: hidden; margin-bottom: 67px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .qaa .list .item { padding: 28px 31px; width: 492px; }
  .qaa .list .item + .item { margin-top: 0; }
  .qaa .list .item .titItem { font-size: 20px; padding: 10px 0 10px 50px; background-size: 38px; background-position: 0 50%; margin-bottom: 20px; }
	.qaa .list .itemList {
		padding: 15px;
		background: none;
    box-shadow: 0 0 0 0;
	}
	.qaaContent {
		box-shadow: 1.532px 1.286px 6px 0px rgba(231, 231, 231, 0.5);
			background: #fff;
		    padding: 28px 31px;
	}
  #beginner .slider { margin: 0; }
  #beginner .slider .item { margin: 0; }
  #beginner .slider .slick-prev { background: url(/tw/theme-park/usj/img/ico_prev.png) 0 0 no-repeat; background-size: contain; }
  #beginner .slider .slick-next { background: url(/tw/theme-park/usj/img/ico_next.png) 0 0 no-repeat; background-size: contain; }
  #beginner .slider .slick-prev, #beginner .slider .slick-prev img, #beginner .slider .slick-prev:before, #beginner .slider .slick-next, #beginner .slider .slick-next img, #beginner .slider .slick-next:before { width: 55px; height: 58px; z-index: 1; } }

/*----- Style updated -----*/
#hotel .list .item .headTit .text-pink{
	font-size: 20px;
}
.text-pink{
	color: #f53d7e;	
}
#hotel .btn{
	margin: 20px auto 5px auto;
	display: block;
}
@media (max-width:1170px){
	#popular .inner .bnr{
		left: 0;
	}
}
@media (max-width:1000px){
	#beginner,
	#container .inner,
	#hotel,
	#popular .inner,
	#container{
		width: 100%;
		min-width: inherit;
	}
	.text-bottom,	
	#beginner .qaa .list,
	#hotel .wrap{
		padding: 0 15px;
	}
	.detail .list.list01{
		width: 100%;
	}
	.detail .list.list01 .item{
		width: 48%;
		margin: 0 1% 25px 1% !important;
		max-width: inherit;
	}
	#hotel .list .item,
	#hotel .leadHead{
		width: 49%;
	}
	#hotel .leadHead{
		left: 15px;
	}
	#hotel .list .item:first-child {
    margin-left: 51%;
	}
	#hotel .leadHead .tit{
		margin: 0 0 20px 0;
	}
	#hotel .leadHead .txt{
		padding: 0 30px 0 15px;
	}
	#hotel .list .item .box {
    padding: 34px 25px 20px;
	}
	.qaa .list .item{
		width: 49%;
	}
	#popular .inner .bnr img{
		width: 75%;
	}
}
@media (max-width:991px){
	.item_content {
		padding: 0 7px;
	}
	#mainVisual .search{
		width: 100%;
	}
	#mainVisual .search .formIn .list{
		width: 85%;
	}
	#mainVisual .search .formIn .submit{
		width: 13%;
		margin-top: 0;
	}
	#mainVisual .search .item{
		    width: 26%;
    margin: 0 1%;
	}
	#popular .head .txt,
	#anchor .list{
		width: 100%;
		padding: 0 15px;
	}
	.detail .list.list01 .item .btn{
		width: 100%;
	}
	.detail .list.list01 .item .img{
		width: 100%;
	}
	.detail .list.list01 .item{
		padding: 25px 25px 20px;
	}
}
@media (max-width:767px){
	.pt70{padding-top: 40px;}
	.detail .list.list01 .item{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.detail .list .item .tag{
		padding: 3px 15px;
	}
	.detail .list.list01 .item .img img{
		max-width: 210px;
	}
	.detail .list.list01 .item .btn{
		width: auto;
	}
	.btn a,
	.detail .list .item .btn a{
		padding: 5px 30px;
	}
	#hotel .list .item, #hotel .leadHead{
		width: 100%;
	}
	#hotel .list .item:first-child{
		margin-left: 0;
	}
	.qaa .list .item{
		width: 100%;
	}
	#hotel .leadHead .tit{
		width: 100%;
	}
	#hotel .leadHead .tit img{
		width: auto;
		margin: 0 auto;
    display: block;
		max-width: 100%;
	}
	#beginner .qaa .list,
	#hotel .wrap,
	.detail .list.list01 {
    padding: 0;
	}
}

/*----- Modal -----*/
.modal-content {
	background: #fff;
	padding: 11px 25px;
	border-radius: 10px;
}
.modal-content .modal-header{
	vertical-align: middle;
	border-bottom: dotted 2px #80aee6;
	padding: 10px 0;
}
.modal-content .modal-header h4{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #3a56be;
	vertical-align: middle;
	margin-top: 7px;
}
.modal-content .modal-header button{
	opacity: 1;
	outline: none;
}
.modal-content .modal-body {
	padding: 15px 0;
	padding-top: 0;
}
.modal-content .modal-body ul {}
.modal-content .modal-body ul li ul {
	background: #fff;
}
.modal-content .modal-body ul li ul li{
	
}
.modal-content .modal-body ul li ul li a{
	border: none;
	padding: 0;	
}
.modal-content .modal-body ul li ul li .one-way-route-trip {
	text-align: center;
	padding-bottom: 15px;
}
.one-way-route-trip h2 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background: #2981a9;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.one-way-route-trip p {
	font-size: 16px;
	color: #333;
	line-height: 23px;
}
.one-way-route-trip span {
	color: #E94F6E;
	font-weight: bold;
	display: inline-block;	
}
.one-way-route-trip p span {
	
}
.modal-content .modal-body ul li .one-way-route-trip a {
	display: inline-block;
	background: #E94F6E;
	color: #fff;
	width: auto;
	padding: 10px 15px;
	border-radius: 2px;
	margin-top: 10px;	
}
.modal-content .modal-body ul li ul li .one-way-route-trip:last-child {
	border-bottom: none;
}
.modal-content .modal-body ul li{

}
.listR {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #eee;
	padding-top: 10px;
}
.listR:last-child {
	margin-bottom: 0;
}
.modal-content .modal-body ul li .accordion-btn-wrap {
	width: 100% !important;
	position: absolute !important;
	top: 0 !important;
	text-align: right !important;
	cursor: pointer;
	right: 0px !important;
	display: block !important;
}
.modal-content .modal-body ul li span i {
	margin-top: 15px;
	color: #3c58bf;
}
.modal-content .modal-body ul li:first-child a {
}
.modal-content .modal-body ul li a{
	display: block;
	color: #333333;
	padding: 15px 0;
	font-size: 15px;
	border-bottom: solid 1px #cde0e5;
	font-weight: bold;
	position: relative;
	width: 100%;
	padding-right: 30px;
	word-break: break-word;
}
/*
.modal-content .modal-body ul li a:after {
	position: absolute;
	top: 40%;
	right: 0;
	content: "\f054";
	font-family: fontAwesome;
	font-size: 0.8em;
	color: #666;
}
*/


.modal-footer-routes {
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.modal-footer-routes button {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	float: none;
	background: #f53d7e;
	opacity: 1;
	color: #fff;
	text-shadow: initial;
	font-weight: normal;
	font-size: 18px;
	min-width: 150px;
	padding: 15px;
	border-radius: 30px;
}
.modal-footer-routes button:hover {
	background: #f0619a;
	color: #fff;
	opacity: 1;
}
@media(max-width:767px) {
	.planSection .contBoxPlan {
		padding: 10px;
	}
	.contBoxPlan a {
		padding: 15px;
	}
	.modal-content {
		padding: 10px;
	}
}

@media(max-width:550px) {
	.planSection .col-sm-6 {
			width: 100%;
	}
}

.note{
	font-size: 12px;
	margin: 10px 0 5px 0;
	text-align: center;
}

/* ================================
追加
================================ */
.form-control{
  width: 100%;
  padding: 14px 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  background: #fff;
  border-radius: 3px;
}


@media all and (max-width: 992px) {
  .search{
    padding: 0 15px;
  }  
  .formIn .list .item{
    position: relative;
  }

  .formIn .submit button{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    background: #f53d7e;
    color: #fff;
    font-weight: bold;
		height: 45px;
  }
  .formIn .list .item:before{
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 18px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/tour/campaign/tdr/img/2019/ico_main_calendar01.png) no-repeat 50% 50%/cover;
  }
  .formIn .list .item03:before{
    background-image: url(/tour/campaign/tdr/img/2019/ico_main_marker01.png);
  }
}
@media (max-width:767px){
	#mainVisual .search .formIn .submit,
	#mainVisual .search li,
	  #mainVisual .search .item{
			width: 48%;
			float: left;
			margin: 5px 1%;
		}
	#mainVisual .search .formIn .submit button{
		width: 140px;
		height: 45px;
	}
}
@media all and (max-width: 480px) {
	#mainVisual .search .item{
    margin-bottom: 5px;
		width: 100%;
  }
  .formIn .submit{
    width: 140px;
    height: 45px;
/*    margin: 24px auto 0;*/
  }
	#mainVisual .search .formIn .submit > div{
		display: inline-block;
	}
	#mainVisual .search .formIn .submit{
		width: 100%;
	}
}


.txt.txt-seo{
  margin:20px auto 0px auto !important;
  padding: 0 !important;
  text-align: center !important;
  color: #666;
  line-height: 1.6;
}
#popular .txt.txt-seo{
  margin:40px auto 0px auto !important;
}
@media all and (max-width: 992px) {
.txt.txt-seo{
  margin:20px auto 0px auto !important;
  padding: 0 !important;
  text-align: left !important;
}
#popular .txt.txt-seo{
  margin:20px auto 0px auto !important;
}
#ranking .txt.txt-seo{
  margin:20px auto 0px auto !important;
  text-align: center !important;
}
}

.js-beginner-slider .slick-track{
  float: left;
  left: 50%;
}
#bnr .slider .item{
  padding: 0 5px;
  left: -50%;
  position: relative;
}

.btn-02 { width: 100%; margin: auto; padding: 0; }
.btn-02 a { display: block; padding: 5px 0; background: #f53d7e; color: #fff; font-size: 13px; text-decoration: none; color: #fff !important; text-align: center; cursor: pointer; }
@media all and (min-width: 992px) {
  .btn-02 a { padding: 7px 0 6px; font-size: 14px; }
}


@media all and (max-width: 767px) {
	.search { padding: 20px 15px; background: #3f4182; }
}
@media all and (max-width: 992px) {
  #bnr{
    padding-top: 24px;
  }
  #popular{
    padding-top: 24px;
  }
}



.btn-group{
  width: 100%;
}
.item-other-02 .btn-group{
  width: 49%;
  float: left;
}
.item-other-02 .btn-group:last-child{
  width: 49%;
  float: right;
}
.btn-group .btn-default{
    color: #333;
    background: #fff;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.5;
    padding: 14px 10px;
    border-radius: .25rem;
}
.item-other .btn-group .btn-default:last-child{
  border-left: 1px solid #ccc;
}
.item-other-02 .btn-group .btn-default{
  width: 100%;
}
.btn-group .btn-default.active{
  background: #ccc;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  border-color: #adadad;
  position: relative;
}
.btn-group .btn-default.active:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    font-size: 10px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
}
#mainVisual .search .formIn .list .item.item-other input{
  height: initial;
}
#mainVisual .search .formIn .list .item.item-other,
#mainVisual .search .formIn .list .item.item-other-02{
  overflow: visible;
  height: auto;
}
#mainVisual .search .formIn .list .item.item-other:before,
#mainVisual .search .formIn .list .item.item-other-02:before{
  display: none;
}
#mainVisual .search .formIn .list .item.item-other{
  margin-top: 5px;
  width: 365px;
}

.col-itemother-left{
  padding-right: 5px !important;
}
.col-itemother-right{
  padding-left: 5px !important;
}
.btn-group-01,
.btn-group-02,
.btn-group-03{
  float: left;
  margin-right: 12px;
}
.btn-group-03{
  margin-right: 0;
}
.btn-group-02 .btn-default,
.btn-group-03 .btn-default{
  width: 100%;
}
.btn-group-01{
  width: 100%;
}

.tit_itemother{
  color: #fff;
  font-size: 13px;
}
@media all and (max-width: 992px) {
#mainVisual .search .formIn .list .item.item-other{
  width: 100%;
}
#mainVisual .search .formIn .list .item.item-other:last-child{
  margin-top: 0px;
}
.col-itemother-left{
  padding-right: 1% !important;
}
.col-itemother-right{
  padding-left: 1% !important;
}
.btn-group-01,
.btn-group-02,
.btn-group-03{
  float: none;
  margin-right: 0;
}
.btn-group-01{
  width: 100%;
}
.btn-group-02,
.btn-group-03{
  width: 49%;
  float: left;
}
.btn-group-03{
  float: right;
}
.btn-group-01{
  margin-bottom: 5px;
}


}


.row-hotel-ranking{
  margin-bottom: 40px;
  margin-top: 80px;
}
.row-hotel-ranking .card-plan-title{
  padding-left: 65px;
  position: relative;
}
.img-ranking{
  position: absolute;
  top: -33px;
  left: 20px;
  width: 100%;
  max-width: 70px;
}
.col-top3 .card-plan-01{
  margin-bottom: 70px;
}
.card-plan-01{
  color: #333;
}
.col-rank-1 .card-plan-01{
  border:solid 2px #fffcbe;
}
.col-rank-2 .card-plan-01{
  border:solid 2px #e6f0ff;
}
.col-rank-3 .card-plan-01{
  border:solid 2px #ffe7d7;
}
.card-inner img{
  margin:0 0 10px 0;
}
.card-plan-01:hover{
  background: #fff !important;
}
.card-plan-01 dd{
  padding: 0;
}
.card-plan-price{
  margin-bottom: 10px;
}
.card-plan-btn{
    display: block;
    padding: 7px 5px 6px;
    background: #f53d7e;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}
.card-plan-overview{
  font-size: 14px;
}
.card-plan-overview em{
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
@media all and (max-width: 992px) {
.row-hotel-ranking{
  margin-bottom: 40px;
  margin-top: 30px;
}
  .row-hotel-ranking{
    margin-left:-5px; 
    margin-right:-5px;
  }
  .row-hotel-ranking >div{
    padding-right:5px; 
    padding-left:5px;
  }
.row-hotel-ranking .card-plan-title{
  padding-left: 35px;
  position: relative;
  font-size: 16px;
}
.row-hotel-ranking .col-top3 .card-plan-title{
  padding-left: 35px;
  position: relative;
  font-size: 18px;
}
 .img-ranking{
  position: absolute;
  top: -10px;
  left: -5px;
  width: 100%;
  max-width: 50px;
}
.card-plan-01{
  padding: 12px 12px;
}
.col-top3 .img-ranking{
  position: absolute;
  top: -22px;
  left: -5px;
  width: 100%;
  max-width: 60px;
}
.col-top3 .card-plan-01{
  margin-bottom: 30px;
}
.card-plan-overview{
  font-size: 12px;
}
 .col-top3 .card-plan-overview{
  font-size: 16px;
}
.card-plan-btn{
display: block;
    padding: 5px 0;
    background: #f53d7e;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
}

}



.label-official{
  color: #fff;
  background: #3a4f9e;
  display: block;
  padding: 2px 0;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.label-partner{
  color: #fff;
  background: #ec7f39;
  display: block;
  padding: 2px 0;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.label-good{
  color: #fff;
  background: #439643;
  display: block;
  padding: 2px 0;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.label-disny{
  color: #fff;
  background: #d92a2a;
  display: block;
  padding: 2px 0;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.label-kinko{
  color: #fff;
  background: #837177;
  display: block;
  padding: 2px 0;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}


.modal-header .close{
  position: relative;
  top: -6px;
}
.departure-list01 a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #222!important;
    text-decoration: none!important;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}
.departure-list01 a:after, .departure-list02 a:after, .departure-list03 a:after, .airport-list01 a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    content: "\f054";
    font-family: fontAwesome;
    font-size: 0.8em;
    color: #666;
}
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}


@media all and (max-width: 992px) {
.modal-dialog {
    width:auto;
    margin: 30px 10px;
}
}

.dantai-wrap dt {
    vertical-align: middle;
    line-height: 1.2;
    font-size: 30px;
    color: #ec6580!important;
    text-decoration: none!important;
    cursor: default;
    color: #f8689b;
}
.dantai-wrap .tel-box {
    display: block;
    width: 80%;
    margin: 30px auto;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none!important;
    border: 2px solid #ec6580;
    border-radius: 5px;
}
@media all and (max-width: 767px) {
.dantai-wrap dt {
    font-size: 20px;
}
.dantai-wrap .tel-box {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
}

}


#deliveryModal .modal-title02 {
    position: relative;
    margin-bottom: 0px;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #e96492;
}
#deliveryModal .modal-body p{
    margin-bottom: 10px;
}
@media all and (max-width: 767px) {
#deliveryModal .modal-title02 {
    margin-bottom: 10px;
    padding: 0 0 10px;
    font-size: 16px;
}
}




#search-area{
  padding-top: 0;
}
.bg-lace-white01{
  padding: 0px 0 30px 0;
  margin-bottom: 60px;
}
.bg-blue01{
  background: none;
}
.bg-lace-white01:before{
  display: none;
}
@media all and (max-width: 767px) {
#search-area{
  padding-top: 20px;
}
.bg-lace-white01{
  padding: 0px 0 30px 0;
  margin-bottom: 0px;
}
}
.formIn li{
	list-style: none;
}


#mainVisual{
	text-align: center;
}
#mainVisual .tit{
	width: auto;
	margin: 0 auto;
	display: inline-block;
	text-align: right;
	position: relative;
}
.logo-usj{
	display: inline-block;
	text-align: right;
	margin-bottom: -10px;
	position: absolute;
	top:24px;
/*	right:-200px;*/
}
.bnr-text{
	display: block;
	margin: 0 auto;
}
.viewSp{
	display: none;
}

@media(max-width:1120px) {
	.logo-usj {
			width: 26% !important;
/*			right: -173px;*/
	}
}
@media(max-width:1024px) {
	.logo-usj {
			width: 26% !important;
/*			right: -83px;*/
			top: 16px;
	}
	#mainVisual .tit .bnr-text {
		width: 70%;	
	}
}

@media (max-width:991px){
	#mainVisual .tit{
		width: 100%;
	}
	.logo-usj{
		right: 15px;
/*		top: 0;*/
		width: 16% !important;
	}
	#mainVisual .tit .bnr-text {
    width: 64%;
	}
	
}

@media(max-width:769px) {
	#mainVisual .tit .bnr-text {
			width: auto;
	}
	.logo-usj{
		right: 83px;
    top: -72px;
		width: 16% !important;
	}
}

@media (max-width:767px){
	#mainVisual .tit{
		background: url(/tw/theme-park/usj/img/img_main01_sp.jpg) no-repeat center center;
		background-size: 100% auto;
		padding: 6vw 0 6vw 0;
		width: 100%;
	}
	.logo-usj{
		width: 23% !important;
		margin-right: 10.5%;
		margin-bottom: 0px;
		position: inherit;
		left: inherit;
		right:inherit;
		top: 0;
	}
	.bnr-text{
		width: 85% !important;
	}
	.viewPc{
		display: none;
	}
	.viewSp{
		display: block;
	}
}

#beginner .text-pink{
	font-size: 14px;
	margin-top: 5px;
	font-weight: normal;
	display: block;
}
.ferry-book li p{
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
}
.btn-ferrybook{
	font-size: 15px;
	color: #fff;
	padding: 10px;
	width: 100%;
	display: block;
	border-radius: 2px;
	background-color: #f53d7e;
	margin: 5px auto 0 auto;
}
@media (max-width:767px){
	.btn-ferrybook{
		max-width: 215px;
	}
}

@media(max-width:480px) {
	.logo-usj {
			width: 35% !important;
	}
}
.list .item{
	height: auto;
	background: none;
}
.list .item:before{
	content: none;
}
.slick-dots li button:before{
	font-size: 20px;
}

/** Core Web Vital 202202 **/
@media all and (min-width: 768px) {
  #hotel .list .item .box { 
    height: auto;
  }
  .mod_box01 .mod_box_info {
    min-height: 120px;
  }
  .mod_box_head {
    height: 82px;
  }
}
.usj_ken {
  width: 100%;
}
.slick-dots li button:before {
  font-size: 35px !important;
}
.text-copyright {
    font-size: 13px;
}
.itemList a:hover {
	text-decoration: none;
	color: #333;
}
.itemList a .titItem {
	color: #f53d7e;
	font-weight: bold;
}
.itemList a .txt {
	line-height: 1.2;
}