@charset "utf-8";
/*-------------------- 共通設定 --------------------*/
img:not([width]), input[type=image]:not([width]) {
	zoom: 1;
}
main {
	overflow: hidden;
	line-height: 1.6;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
}
main a {
	text-decoration: none;
}
main a:hover {
	opacity: 0.7;
}
main img {
	vertical-align: bottom;
}
table {
	width: 100%;
}
.bg01 {
	padding-bottom: 40px;
	background: url(../images/index_new_bg01.png) top left/ 200px;
}
.inner {
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*-------------------- .mvArea --------------------*/
.mvArea {
	max-width: 1178px;
	margin: 0 auto;
}
.bx-wrapper {
	position: absolute;
	width: 100%;
}
.mvInner {
	z-index: 105;
	position: relative;
	width: 960px;
	height: 333px;
	margin: 0 auto;
}
.mvInner h2 {
	position: absolute;
	top: 100px;
	left: 0;
}
.mvArea p + p {
	margin-top: 0;
}
.mvInner .text01 {
	position: absolute;
	top: 182px;
	left: 0;
}
.mvInner .logo01 {
	position: absolute;
	top: 250px;
	right: 81px;
}
.mvInner .text02 {
	position: absolute;
	top: 300px;
	right: 0;
}
.mvInner .text02 img {
	width: 213px;
}

/*-------------------- .localNavi --------------------*/
.localNavi {
	position: relative;
	z-index: 10;
	box-shadow: 0 3px 3px rgba(33,17,83,0.7);
	background: #513f88;
	background: -webkit-linear-gradient(top, #513f88 0%,#7463a6 100%);
	background: linear-gradient(to bottom, #513f88 0%,#7463a6 100%);
}
.localNavi ul > li {
	float: left;
	border-left: 1px solid #2a2040;
}
.localNavi ul > li:nth-child(4) {
	position: relative;
	border-left: 0;
}
.localNavi ul > li:nth-child(4)::before {
	content: '/';
	display: inline-block;
	position: absolute;
	top: 25px;
	left: -4px;
	color: #2a2040;
	font-size: 22px;
}
.localNavi ul > li:last-child {
	border-right: 1px solid #2a2040;
}
.localNavi ul > li > a {
	position: relative;
	display: block;
	padding: 28px 20px;
}
.localNavi ul > li > a:hover {
	opacity: 1;
}
.localNavi ul > li > a:hover::after {
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -9px;
	content: '';
	display: inline-block;
	width: 18px;
	height: 10px;
	background-image: url(../images/index_new_ic01.png);
	background-size: contain;
}
.localNavi ul > li:nth-child(3) > a {
	padding-left: 70px;
}
.localNavi ul > li:nth-child(4) > a {
	padding-left: 73px;
}
.localNavi ul > li:nth-child(3) > a::before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/index_new_ic12.png);
	background-size: contain;
}
.localNavi ul > li:nth-child(3) > a:hover::after {
	left: 60%;
}
.localNavi ul > li:nth-child(4) > a:hover::after {
	left: 58%;
}
.localNavi ul > li:nth-child(4) > a::before {
	position: absolute;
	top: 20px;
	left: 23px;
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/index_new_ic13.png);
	background-size: contain;
}


.leadText{
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	color: #513f88;
	font-size: 16px;
	font-weight: bold;
}

/*-------------------- .contents --------------------*/
.contents {
	padding-top: 50px;
}
.contents > h3 {
	text-align: center;
}
.contents > h3 img {
	width: 50%;
}
.contentsBox {
	margin-top: 18px;
	padding: 40px 20px;
	border: 2px solid #d9c741;
	background-color: #ffffff;
}
.section01 {
	margin-top: 40px; 
}
h4 {
	position: relative;
	height: 50px;
	line-height: 2.6;
	margin: 0 20px 20px 0;
	padding: 0 15px;
	background-color: #513f88;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
h4::after {
	position: absolute;
	top: 0;
	right: -19.5px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 50px;
	background-image: url(../images/index_new_ic10.png);
	background-size: 20px 50px;
}
main p + p {
	margin-top: 10px;
}
.title {
	color: #513f88;
	font-size: 18px;
	font-weight: bold;
}
main .title + p {
	margin-top: 5px;
}
.notes > li {
	padding-left: 1em;
	color: #888888;
	text-indent: -1em;
}
.col02 .left {
	float: left;
	width: 450px;
}
.col02 .right {
	float: right;
	width: 450px;
}
p + .col03 {
	margin-top: 20px;
}
.col03 > li {
	float: left;
	box-shadow: 0 0 4px rgba(142,142,142,0.6);
	width: 293px;
	margin-right: 18px;
}
.col03 > li:nth-child(3n) {
	margin-right: 0;
}
.col03 > li > a {
	display: block;
	padding: 15px 0;
}
.col03 .title {
	padding: 0 15px;
}
.col03 .figBox {
	position: relative;
	height: 170px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.col03 figure {
	margin-top: 10px;
}
.col03 figure img {
	width: 100%;
}
.col03 .point {
	position: absolute;
	top: 10px;
	left: 0;
}
.col03 .point span {
	position: relative;
	display: inline-block;
	height: 25px;
	line-height: 1.9;
	padding: 0 10px;
	background-color: #f20a6b;
	color: #ffffff;
	font-weight: bold;
}
.col03 .point span::after {
	position: absolute;
	top: 0;
	right: -7.5px;
	content: '';
	display: inline-block;
	width: 8px;
	height: 25px;
	background-image: url(../images/index_new_ic03.png);
	background-size: contain;
}
.col03 .text {
	margin-top: 10px;
	padding: 0 15px;
	color: #333333;
}
.col03 .price {
	margin-top: 0;
	padding: 0 15px;
	color: #f20a6b;
	font-size: 22px;
	font-weight: bold;
}
.col03 .notes {
	margin-top: 5px;
	padding: 0 15px;
}
.col04 {
	margin-top: 10px;
}
.col04 > li {
	float: left;
	box-sizing: border-box;
	width: 214px;
	margin-right: 20px;
}
.col04 > li:nth-child(4n) {
	margin-right: 0;
}
.col04 img {
	width: 100%;
}
.col04 figcaption {
	margin-top: 5px;
	text-align: center;
}
.btn01 a {
	display: block;
	box-shadow: 0 4px 0 rgba(153,115,0,1);
	width: 400px;
	margin: 20px auto 4px;
	padding: 21px 0 19px;
	border-radius: 5px;
	background-color: #d9a300;
	background-image: url(../images/index_new_ic02.png);
	background-repeat: no-repeat;
	background-position: 375px center ;
	background-size: 10px 18px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.linkList > li + li {
	margin-top: 5px;
}
.linkList a {
	color: #d9a300;
	font-weight: bold;
	text-decoration: underline;
}
.linkList a:hover {
	opacity: 1;
	text-decoration: none;
}

/*-------------------- #plan --------------------*/
#plan > h3 img {
	width: 441px;
}

/*-------------------- #gourmet --------------------*/
#gourmet > h3 img {
	width: 228px;
}
#gourmet .contentsBox img {
	width: 100%;
}
#gourmet .contentsBox > .col02 {
	margin-top: 10px;
}
#gourmet .col02 + .col02 {
	margin-top: 25px;
}
#gourmet .col02 .col02 {
	margin-top: 20px;
}
#gourmet .col02 .col02 .left {
	width: 250px; 
}
#gourmet .col02 .col02 .right {
	width: 190px;
}
#gourmet .col02 .award {
	margin-top: 15px;
	padding: 20px;
	border: 2px solid #333333;
	background-color: #d9a300;
	background-image: url(../images/index_new_bg02.png),url(../images/index_new_bg03.png);
	background-repeat: no-repeat;
	background-position: left top, left bottom;
	background-size: 447px 14px;
	color: #ffffff;
}
#gourmet .col02 .award .col02 {
	margin: 0 0 15px 0;
}
#gourmet .col02 .award .col02 .left {
	width: 260px;
	font-size: 18px;
	font-weight: bold;
}
#gourmet .col02 .award .col02 .right {
	width: 145px; 
}
#gourmet .section01 .col02 figure {
	margin: 5px 0;
}
#gourmet h4 {
	background-color: #d9a300;
}
#gourmet h4::after {
	background-image: url(../images/index_new_ic04.png);
}
#gourmet .ttlCol02 .title {
	float: left;
}
#gourmet .ttlCol02 .notes {
	float: right;
}
#gourmet .title.ic01 {
	padding-left: 34px;
	background: url(../images/index_new_ic09.png) no-repeat center left/ 24px 28px;
}
#gourmet .title.ic01 + p span {
	display: inline-block;
	padding-left: 22px;
	background-image: url(/tyo/special/macau/map/images/index_new_ic08.png);
	background-repeat: no-repeat;
	background-size: 20px 24px;
	background-position: 1px -1px;
}
#gourmet .col04 > li {
	padding: 15px 20px;
	background-color: #fffbd9;
}
#gourmet .col04 > li p {
	font-size: 14px;
}
#gourmet .col04 > li .title {
	color: #333333;
	font-size: 18px;
	text-align: center;
}
#gourmet .col04 + .title {
	margin-top: 30px;
}

/*-------------------- #map --------------------*/
.mapArea {
	position: relative;
	padding-top: 512px;
	width: 100%;
	margin: -22px auto 0;
}
#map_canvas {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	border-top: 2px solid #d9c741;
	border-bottom: 2px solid #d9c741;
}
#map .popBox {
	padding: 10px 0 5px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.popBox .left {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.popBox .right {
	float: left;
	width: 350px;
	margin-left: 20px;
}
.popBox span {
	display: block;
	margin-top: 5px;
}
.popBox .name1 {
	font-weight: bold;
	font-size: 18px;
	color: #d9a300;
	margin-top: 0;
}
span.name2 {
	font-size: 15px;
	color: #d9a300;
}
.popBox .title {
	font-weight: bold;
	font-size: 15px;
}
.popBox .text {
	color: #333333;
	font-size: 15px;
}
.popBox .detail {
}
.popBox .add,.popBox .tell,.popBox .time {
	margin-top: 10px;
	padding-left: 30px;
	font-size: 15px;
	color: #333333;
}
.popBox .add {
	background: url(../images/index_new_ic05.png) no-repeat top left/ 23px 23px;
}
.popBox .tell {
	background: url(../images/index_new_ic06.png) no-repeat top left/ 23px 23px;
}
.popBox .time {
	background: url(../images/index_new_ic07.png) no-repeat top left/ 23px 23px;
}

/*-------------------- #attractive --------------------*/
#attractive > h3 img {
	width: 412px;
}

/*-------------------- #enjoy --------------------*/
#enjoy > h3 img {
	width: 482px;
}
#enjoy .section01:first-child {
	margin-top: 0;
}
#enjoy h4 {
	margin-left: 35px;
	padding-left: 54px;
}
#enjoy #old h4::before {
	position: absolute;
	top: -10px;
	left: -35px;
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url(../images/index_new_ic12.png);
	background-size: contain;
}
#enjoy #new h4 {
	background-color: #e52e7a;
}
#enjoy #new h4::after {
	background-image: url(../images/index_new_ic11.png);
}
#enjoy #new h4::before {
	position: absolute;
	top: -10px;
	left: -35px;
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url(../images/index_new_ic13.png);
	background-size: contain;
}
#enjoy #new .title {
	color: #e62e7a;
}
#enjoy #new .col03 > li {
	padding: 15px 0;
}
#enjoy #new .col03 .title {
	color: #333333;
}
#enjoy #new > ul > li > .col02 {
	margin-top: 15px;
}
#enjoy #new .col02 .col02 .left {
	width: 190px;
}
#enjoy #new .col02 .col02 .left img {
	width: 100%;
}
#enjoy #new .col02 .col02 .right {
	width: 250px;
}
#enjoy #new .col02 .col02 .right .title {
	color: #333333;
}
#enjoy #new > ul > li {
	padding: 20px 0;
}
#enjoy #new > ul > li:first-child {
	padding-top: 0;
}
#enjoy #new > ul > li:last-child {
	padding-bottom: 0;
}
#enjoy #new > ul > li + li {
	border-top: 1px dashed #d9c741;
}

/*-------------------- #info --------------------*/
#info > h3 img {
	width: 380px;
}
#info tr {
	display: block;
	padding: 15px 0;
	border-bottom: 1px dashed #d9c741;
}
#info tr:first-child {
	padding-top: 0;
}
#info tr:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#info th {
	vertical-align: top;
	width: 140px;
	color: #513f88;
	font-size: 18px;
	font-weight: bold;
}

/*-------------------- #linkList --------------------*/
#linkList > h3 img {
	width: 461px;
}
#linkList .section01:first-child {
	margin-top: 0;
}
#linkList .col02 + .col02 {
	margin-top: 25px;
}
#linkList .col02 .col02 .left {
	float: left;
	width: 40px;
}
#linkList .col02 .col02 .left img {
	width: 100%;
}
#linkList .col02 .col02 .right {
	float: right;
	width: 390px;
}