@charset "shift_jis";

/*------------------------------------------------------
ラスベガス ページごとのCSS

・メインビジュアルエリア（全ページ）
・index専用スタイル
・info専用スタイル
・experience専用スタイル
・show専用スタイル
・各ショーページ共通スタイル
・hotel専用スタイル

という構成になっています。

ページごとに固有のidを振っていますが、
基本はエリアごとのクラスにスタイルをかけています。
クラス追加の際は、名前の重複にご注意ください。
------------------------------------------------------*/

/****************************************
mvArea
*****************************************/
#index .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/images/mv.jpg) no-repeat top center #0e0226;
}
#info .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/info/images/mv.jpg) no-repeat top center #0e0226;
}
#experience .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/info/images/experience/mv.jpg) no-repeat top center #0e0226;
}
#show .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/show/images/mv.jpg) no-repeat top center #0e0226;
}
#show01 .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/show/images/01/mv.jpg) no-repeat top center #0e0226;
}
#show02 .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/show/images/02/mv.jpg) no-repeat top center #0e1313;
}
#show03 .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/show/images/03/mv.jpg) no-repeat top center #040000;
}
#show04 .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/show/images/04/mv.jpg) no-repeat top center #0e0226;
}
#show05 .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/show/images/05/mv.jpg) no-repeat top center #25231e;
}
#show06 .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/show/images/06/mv.jpg) no-repeat top center #320314;
}
#hotel .headContents .mvArea {
	background: url(/tyo/special/usa/lasvegas/hotel/images/mv.jpg) no-repeat top center #84a8d4;
}
/****************************************
index
*****************************************/
/* ツアー特典エリア
-------------------------------------------------------- */
.tourPointArea .tourPointBox {
	position: relative;
	margin-top: 50px;
	padding: 30px;
	background: url(/tyo/special/usa/lasvegas/common/images/bg_orange01.png) repeat top center;
}
.tourPointArea .tourPointBox:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 8px;
	right: 8px;
	background-color: #fff;
}
.tourPointArea h3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.tourPointArea .col {
	padding-top: 160px;
	font-size: 20px;
}
.tourPointArea .colBox:first-child {
	width: 420px;
}
.tourPointArea .colBox:nth-child(2) {
	width: 420px;
	margin: -150px 0 0 60px;
}
.tourPointArea .ttl {
	color: #9d3c67;
	font-weight: bold;
}
.tourPointArea .ttl img {
	vertical-align: middle;
	margin-right: 10px
}
.tourPointArea .colBox:nth-child(2) div img:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
.tourPointArea .colBox:nth-child(2) .ttl span {
	background-color: #9d3c67;
	color: #feebbe;
	padding: 0 4px;
	margin: 0 3px;
}
/* ページ紹介エリア
-------------------------------------------------------- */
.aboutArea .pageBox {
	padding: 30px 20px;
	margin-bottom: 20px;
}
.aboutArea .pageBox div {
	float: left;
}
.aboutArea .pageBox.img_L .img {
	margin-right: 20px;
}
.aboutArea .pageBox.img_R .img {
	margin-left: 20px;
}
.aboutArea .pageBox .img {
	width: 480px;
}
.aboutArea .pageBox .txt {
	width: 420px;
}
.aboutArea .pageBox h3 {
	margin-bottom: 30px;
}
.aboutArea .pageBox .btn {
	text-align: center;
	margin-top: 20px;
}
.aboutArea #infoBox {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_gray01.png) repeat-x top center;
}
.aboutArea #showBox {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_pink01.png) repeat-x top center;
}
.aboutArea #hotelBox {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_beige01.png) repeat-x top center;
}
/* ツアーエリア
-------------------------------------------------------- */
.tourArea {
	margin-top: 50px;
	border-top: 10px solid #0e0226;
	padding: 40px 0 40px;
}
.tourArea h3 {
	text-align: center;
	margin-bottom: 40px;
}
/* 商品枠
-------------------------------------------------------- */
.tourList {
	margin-left: -10px;
}
div.tour_box {
	float: left;
	width: 310px;
	margin: 10px 0 15px 10px;
	border: 1px solid #9d3c67;
	box-sizing: border-box;
}
.tour_box a {
	text-decoration:none;
	color:#000000;
}
.tour_box_inner {
	display:block;
	font-size:16px;
	transition:all 0.5s ease;
}
.tour_box_inner:hover {
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tour_box span {
	display:block;
}
span.tour_ttl {
	background-color: #fbdfda;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
}
span.tour_img {
	height:206px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:15px;
}
span.tour_detail {
	margin-bottom:5px;
	padding:0 15px;
}
span.tour_txt {
	margin-bottom:15px;
	padding:0 15px;
}
span.tour_gross {
	padding:0 15px 15px;
	font-size:22px;
	font-weight: bold;
	text-align: center;
	color:#e7300d;
	line-height:1;
	min-height: 20px;
}
/****************************************
info
*****************************************/
/* infoArea
-------------------------------------------------------- */
#info .leadArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_gray_navBtm.png) repeat-x top center;
	padding-top: 30px;
	padding-bottom: 0;
}

.menuBox {
	display: flex;
	justify-content: center; 
	margin: 50px auto 0;
}
.menuBox li {
	/*float: left;*/
}
.menuBox li {
	margin-left: 32px;
}
.menuBox li:first-child {
	margin-left: 0;
}
.menuBox li a {
	display: block;
}

.infoArea {
	padding-bottom: 90px;
}
.branchBox {
	background-color: #eaebef;
	padding: 20px 0;
	margin-top: 50px;
}
.branchBox .colBox {
	width: 440px;
	padding: 0 19px;
}
.branchBox .colBox:last-child  {
	width: 460px;
	padding-left:0;
}
.branchBox .colBox .ttl {
	font-size: 40px;
	line-height: 1.1;
}

.townBox .colBox {
	width: 450px;
}
.townBox .colBox + .colBox {
	margin-left: 60px;
}
.townBox .colBox .ttl {
	font-size: 40px;
	border-bottom: 4px solid #9d3c67;
	color: #9d3c67;
}
.townBox .wideBox .ttl {
	font-size: 40px;
	border-top: 4px solid #9d3c67;
	color: #9d3c67;
}
/* spotArea
-------------------------------------------------------- */
.spotArea {
	border-top: 13px solid #2e2839;
	padding-top: 30px;
	padding-bottom: 90px;
}
.spotArea h4 {
	text-align: center;
	margin-bottom: 30px;
}
.spotArea .colBox {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #9d3c67;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 20px;
}
.spotArea .colBox:nth-child(even) {
	margin-left: 20px;
}
.spotArea .colBox .ttl {
	font-size: 30px;
	color: #9d3c67;
	margin: 10px 0 10px;
	line-height: 1.2;
}
.spotArea .colBox .subTxt {
	color: #df9688;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}

#entertainment,
#restaurant {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_grad.png) repeat-x top center,url(/tyo/special/usa/lasvegas/common/images/bg_gray02.png) repeat top center;
}
#shopping {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_grad.png) repeat-x top center;
}
/****************************************
experience
*****************************************/
#experience {
	margin-bottom: 100px;
}
.howtoArea {
	padding-top: 200px;
	color: #fff;
	width: 960px;
	margin: 0 auto;
}
.howtoArea .leftBox {
	float: left;
	width: 240px;
	margin: 0 50px 0 60px;
}
.howtoArea .leftBox p:first-child {
	font-size: 20px;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
}
.howtoArea .rightBox {
	float: left;
}

#experience .leadArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_gray_navBtm.png) repeat-x top center;
	padding-top: 30px;
	padding-bottom: 0;
}

#experience .menuBox {
	margin: 50px auto 0;
	box-sizing: border-box;
	padding: 0 72px;
}
#experience .menuBox li {
	margin-left: 0;
}
#experience .menuBox li + li {
	margin-left: 50px
}

.movie360Area {
	width: 960px;
	margin: 60px auto 0;
	background-color: #0e0226;
	color: #fff;
	box-sizing: border-box;
	padding: 20px;
}
.movie360Area h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

/****************************************
show
*****************************************/
/* leadArea
-------------------------------------------------------- */
#show .leadArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_pink01_navBtm.png) repeat-x top center;
}
/* cirqueArea
-------------------------------------------------------- */
.cirqueArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_pink02.png) repeat-x top center;
	padding-bottom: 90px;
}
.cirqueArea h4 {
	text-align: center;
	padding-top: 50px;
}

.cirqueArea .showList {
	/*background-color: #000;*/
	margin-top: 20px;
	padding: 0 15px 15px;
}
.cirqueArea .showList li {
	float: left;
	width: 300px;
	border: 1px solid #be821b;
	margin: 15px 0 0 11px;
	position: relative;
}
.cirqueArea .showList li:nth-child(3n+1) {
	margin-left: 0;
}
.cirqueArea .showList li:before {
	content: url(/tyo/special/usa/lasvegas/show/images/icn_showBox.png);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.cirqueArea .showList li .txt {
	padding: 10px;
	background-color: #fff;
}
.cirqueArea .showList li a {
	text-decoration: none;
	display: block;
	color: #000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cirqueArea .showList li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* recommendArea
-------------------------------------------------------- */
.recommendArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_pink02.png) repeat-x top center;
	padding-bottom: 90px;
}
.recommendArea h4 {
	text-align: center;
	padding-top: 50px;
}
.recommendArea .showBox .img {
	float: left;
	margin-right: 20px;
	width: 300px;
}
.recommendArea .showBox .txt {
	width: 640px;
	float: left;
}
.recommendArea .showBox .txt p:first-child {
	background-color: #9d3c67;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
}
/****************************************
show 下層
*****************************************/
/* movieArea
-------------------------------------------------------- */
.movieArea {
	width: 960px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}
.movieArea a {
	display: block;
	position: absolute;
	bottom: 20px;
	left: -5px;
}
/* leadArea
-------------------------------------------------------- */
#show01 .leadArea,
#show02 .leadArea,
#show03 .leadArea,
#show04 .leadArea,
#show05 .leadArea,
#show06 .leadArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_pink01_navBtm.png) repeat-x top center;
	padding-bottom: 70px;
}
/* placeArea
-------------------------------------------------------- */
.placeArea {
	border: 1px solid #000;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 90px;
}
.placeArea .rightBox {
	float: left;
	width: 340px;
}
.placeArea .leftBox {
	float: left;
	margin-left: 28px;
}
.placeArea .leftBox .googlemap {
	width: 550px;
	height: 480px
}
/* galleryArea
-------------------------------------------------------- */
.galleryArea li {
	width: 310px;
	margin: 5px 5px;
	float: left;
}
.galleryArea li a {
	display: block;
}
/* othersShowArea
-------------------------------------------------------- */
.othersShowArea {
	margin-top: 90px;
	padding-bottom: 90px;
}
.othersShowArea h4 {
	text-align: center;
}
.othersShowArea .showNav {
	/*background-color: #000;*/
	margin-top: 30px;
	padding: 0 15px 15px;
}
.othersShowArea .showNav li {
	float: left;
	width: 300px;
	border: 1px solid #be821b;
	margin: 15px 0 0 11px;
	position: relative;
}
.othersShowArea .showNav li:nth-child(3n+1) {
	margin-left: 0;
}
.othersShowArea .showNav li:before {
	content: url(/tyo/special/usa/lasvegas/show/images/icn_showBox.png);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.othersShowArea .showNav li .txt {
	padding: 10px;
	background-color: rgba(14,2,38,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 80px;
	box-sizing: border-box;
	z-index: 2;
	color: #fff;
}
.othersShowArea .showNav li a {
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.othersShowArea .showNav li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/****************************************
hotel
*****************************************/
/* leadArea
-------------------------------------------------------- */
#hotel .leadArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_beige_navBtm.png) repeat-x top center;
}
/* hotelArea
-------------------------------------------------------- */
.hotelArea {
	background: url(/tyo/special/usa/lasvegas/common/images/bg_beige02.png) repeat-x top center;
	padding-bottom: 90px;
}
.hotelArea h4 {
	text-align: center;
	padding-top: 50px;
}
.hotelArea .hotelList {
	margin: 40px 0;
	text-align: center;
	font-size: 0;
}
.hotelArea .hotelList li {
	display: inline-block;
	background-color: #c8aa9f;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hotelArea .hotelList li + li {
	margin-left: 15px;
}
.hotelArea .hotelList li:hover {
	background-color: #9d3c67;
}
.hotelArea .hotelList li a {
	color: #fff;
	text-decoration: none;
}
.hotelArea .hotelList li a::before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #e8d5cf transparent transparent transparent;
	margin-right: 5px;
}

.hotelArea .hotelBox {
	border: 2px solid #c8aa9f;
	box-shadow: 0 0 0 4px #fff, 0 0 0 8px #c8aa9f;
	padding: 20px;
	margin: 9px;
}
.hotelArea .hotelBox .txt {
	float: left;
	width: 408px;
}
.hotelArea .hotelBox .txt .fs40 {
	line-height: 1.3;
}
.hotelArea .hotelBox .img {
	float: left;
	width: 470px;
	margin-left: 20px;
}
.hotelArea .btn.lineBtm:after {
	content: url(/tyo/special/usa/lasvegas/common/images/line_01.png);
	width: 884px;
	height: 22px;
	display: block;
	margin: 50px auto 80px;
}