@charset "utf-8";
/*-------------------- 共通設定 --------------------*/
img:not([width]), input[type=image]:not([width]) {
	zoom: 1;
}
#wrapper {
	height: 100%;
}
#breadcrumbArea .breadcrumbList {
	font-size: 12px;
}
#wrapper #breadcrumbArea {
	height: 37px;
}
main {
	line-height: 1.6;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
}
main img {
	width: 100%;
	vertical-align: bottom;
}
footer .reserveArea {
	margin-top: 0;
}
.linkArea.list.top {
	margin-top: 5px;
}
.inner {
	box-sizing: border-box;
	margin: 0 12px;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*-------------------- bxslider --------------------*/
.bx-wrapper {
	padding-bottom: 40px;
}
.bx-wrapper .bx-viewport {
	z-index: 0;
	box-shadow: 0 0 4px rgba(142,142,142,0.3);
}
.bx-wrapper .bx-controls {
	display: block!important;
}
.bx-wrapper .bx-pager {
	line-height: 1;
	bottom: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	border: 1px solid #888888;
	border-radius: 10px;
	background: #ffffff;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #513f88;
}
.bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 0;
	width: 12.5px;
	height: 23.5px;
}
.bx-wrapper .bx-prev {
	left: 0;
	background: url(../images/index_new_ic14.png) no-repeat 0 0/ 12.5px 23.5px;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url(../images/index_new_ic15.png) no-repeat 0 0/ 12.5px 23.5px;
}
.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-caption {
	bottom: 5px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.bx-wrapper .bx-caption span {
	padding: 6px 0 9px;
	font-size: 14px;
}

/*-------------------- .mvArea --------------------*/
.mvArea {
	position: relative;
}
.mvArea .bx-wrapper {
	padding-bottom: 0;
}
.mvArea .bx-wrapper .bx-viewport {
	box-shadow: none;
}
.mvArea .bx-wrapper .bx-pager {
	bottom: 10px;
	z-index: 100;
}
.mvArea h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
.mvArea .text01 {
	position: absolute;
	bottom: 18px;
	right: 36px;
	width: 182px;
}
.mvArea .logo01 {
	position: absolute;
	bottom: 13px;
	right: 5px;
	width: 25px;
}
.mvArea.top .text01 {
	bottom: 47px;
}
.mvArea.top .logo01 {
	bottom: 42px;
}
@media screen and (max-width: 340px) {
	.mvArea.top .text01 {
		bottom: 39px;
	}
	.mvArea.top .logo01 {
		bottom: 34px;
	}
}

/*-------------------- .leadText --------------------*/
.leadText {
	position: relative;
	padding: 15px 12px 20px;
	background-color: #dda300;
	color: #ffffff;
}
.leadText::before {
	position: absolute;
	top: -14px;
	left: 0;
	content: '';
	display: inline-block;
	width: 100%;
	height: 15px;
	background-image: url(../images/index_new_bg06_sp.png);
	background-repeat: repeat-x;
	background-size: 1px 15px;
}

/*-------------------- .menuTab --------------------*/
.menuTab { 
	border-bottom: 4px solid #fa5599;
}
.menuTab > li {
	float: left;
	width: 33.333%;
	border-left: 2px solid #2a2040;
	text-align: center;
	box-sizing: border-box;
}
.menuTab > li:first-child {
	border-left: none;
}
.menuTab > li a {
	display: block;
	padding: 15px 0;
	background: #513f88;
	background: -webkit-linear-gradient(top, #513f88 0%,#7463a6 100%);
	background: linear-gradient(to bottom, #513f88 0%,#7463a6 100%);
}
.menuTab > .current a {
	background: #e52e7a;
	background: -webkit-linear-gradient(top, #e52e7a 0%,#fa559a 100%);
	background: linear-gradient(to bottom, #e52e7a 0%,#fa559a 100%);
}
.menuTab img {
	width: 75px;
	height: 20px;
}

/*-------------------- 背景画像 --------------------*/
.bg01 {
	background: url(../images/index_new_bg01.png) top left/ 100px;
}
.bg02 {
	padding-bottom: 30px;
	background: url(../images/index_new_bg04_sp.png) top left/ 100px;
}
.bg03 {
	background: url(../images/index_new_bg05_sp.png) top left/ 100px;
}

/*-------------------- .contents --------------------*/
.contents01, .contents02 {
	padding-top: 30px;
}
.contents02 + .contents02 {
	padding-top: 0;
}
.contents01 h3 {
	margin: 0 10px 15px;
	text-align: center;
}
.contents02 h3 {
	position: relative;
	padding: 12px 0 8px;
	background-color: #513f88;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.info_tl{
	text-align: center;
	margin-top: 30px;
}
.info_tl img{
	width: 330px;
}
.contents02 h4{
	padding: 3px 0 11px 0;
	color: #513f88;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.contents02 h4 span{
	padding-left: 30px;
	background: url(../images/index_new_ic23.png) no-repeat left 4px/17px;
}
.contents01 .contentsBox {
	padding: 15px 12px;
	border: 2px solid #d9c741;
	background-color: #ffffff;
}
.contents02 .contentsBox {
	padding: 20px 12px;
	background-color: #ffffff;
}
.contentsBox p + p {
	margin-top: 5px;
}
.contentsBox figure {
	margin: 5px auto 10px;
}
.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.table .left {
	display: table-cell;
	vertical-align: top;
}
.table .right {
	display: table-cell;
	width: 130px;
	padding-left: 15px;
}
@media screen and (max-width: 340px) {
	.table .left {
		display: block;
	}
	.table .right {
		display: block;
		margin: 10px auto 0;
		padding-left: 0;
	}
}
.col02 > li {
	float: left;
	width: 48%;
	margin-top: 15px;
	margin-right: 4%;
	padding: 10px 12px;
	background-color: #fffbd9;
	box-sizing: border-box;
}
.col02 > li:nth-child(2n) {
	margin-right: 0;
}
.col02 > li .title {
	color: #333333;
	text-align: center;
}
@media screen and (max-width: 340px) {
	.col02 > li {
		float: none;
		width: 100%;
	}
	.col02 > li:nth-child(n+2) {
		margin-top: 10px;
	}
}
.contentsList > li {
	padding: 15px 0;
	border-bottom: 1px dashed #d9c741;
}
.contentsList > li:first-child {
	padding-top: 0;
}
.contentsList > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
/*---------button----------*/
.btn01 a {
	display: block;
	box-shadow: 0 3px 0 rgba(153,115,0,1);
	margin-top: 15px;
	padding: 16px 0 12px;
	border-radius: 5px;
	background-color: #d9a300;
	background-image: url(../images/index_new_ic02.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 6px 12px;
	color: #ffffff;
	text-align: center;
}
.btn01 a[target="_blank"] {
	background-image: url(../images/index_new_ic18.png);
	background-size: 14px 14px;
}
.contentsList li:nth-of-type(1) a{
	margin-top: 0;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mb15{
	margin-bottom: 15px;
}
.title {
	color: #513f88;
	font-size: 17px;
	font-weight: bold;
}
.fig {
	margin: 15px auto 0;
	max-width: 351px;
}
.award {
	margin-top: 30px;
	padding: 20px 12px;
	background-color: #d9a300;
	color: #ffffff;
}
.award .title {
	color: #ffffff;
	text-align: center;
}
.award .title + .title {
	font-size: 14px;
}
.award .logo01 {
	width: 145px;
	margin: 10px auto 0;
}
.award p + p {
	margin-top: 10px;
}
.notes {
	margin-top: 5px;
}
.notes > li {
	padding-left: 1em;
	color: #888888;
	text-indent: -1em;
}

/*-------------------- .navLink --------------------*/
.navLink {
	margin-top: 30px;
}
.navLink > li {
	display: table;
	width: 100%;
	margin-top: 5px;
}
.navLink > li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 90px;
	line-height: 1.4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}
.navLink > li a::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 15px;
	height: 90px;
	background-image: url(../images/index_new_ic02.png);
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
}
.navLink > li a .small {
	font-size: 14px;
}
.navLink > li:nth-child(1) a {
	background-image: url(../images/index_new_bt01_sp.jpg);
}
.navLink > li:nth-child(1) a::after {
	background-color: #d9a300;
}
.navLink > li:nth-child(2) a {
	background-image: url(../images/index_new_bt02_sp.jpg);
}
.navLink > li:nth-child(2) a::before {
	position: absolute;
	top: 50%;
	left: 5%;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: url(../images/index_new_ic12.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.navLink > li:nth-child(2) a::after {
	background-color: #513f88;
}
.navLink > li:nth-child(3) a {
	background-image: url(../images/index_new_bt03_sp.jpg);
}
.navLink > li:nth-child(3) a::before {
	position: absolute;
	top: 50%;
	left: 5%;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: url(../images/index_new_ic13.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.navLink > li:nth-child(3) a::after {
	background-color: #e52e7a;
}
@media screen and (max-width: 340px) {
	.navLink > li:nth-child(2) a::before, .navLink > li:nth-child(3) a::before {
		left: 3%;
	}
}

/*-------------------- #plan --------------------*/
#plan h3 img {
	max-width: 310px;
}
#plan .slider a {
	display: block;
	padding: 10px 12px 6px; 
	background-color: #ffffff;
}
#plan .slider .point {
	position: relative;
	display: inline-block;
	height: 25px;
	line-height: 1.9;
	margin-bottom: 10px;
	padding: 0 10px;
	background-color: #f20a6b;
	color: #ffffff;
	font-weight: bold;
}
#plan .slider .point::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: 8px 25px;
}
#plan .slider .left {
	float: left;
	width: 30%;
}
#plan .slider .figBox {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#plan .slider .right {
	float: right;
	width: 67%;
}
#plan .slider .title {
	font-size: 14px;
}
#plan .slider .text {
	color: #333333;
}
#plan .slider .price {
	color: #f20a6b;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
@media screen and (max-width: 365px) {
	#plan .slider .price {
		font-size: 17px;
	}
}
@media screen and (max-width: 350px) {
	#plan .slider .title {
		font-size: 13px;
	}
	#plan .slider .text {
		font-size: 13px;
	}
	#plan .slider .price {
		font-size: 15px;
	}
}

/*-------------------- #attractive --------------------*/
#attractive h3 img {
	width: 290px;
}

/*-------------------- #info --------------------*/
#info h3 img {
	width: 265px;
}

/*-------------------- #sns --------------------*/
#sns{
	padding-top: 15px;
}
#sns .contentsBox {
	padding: 0 12px;
}
#sns .linkList > li a {
	display: block;
	padding: 20px 25px 20px 50px;
	border-bottom: 1px dashed #d9c741;
	background-repeat: no-repeat;
	background-position: 3px center, right center;
	background-size: 30px 30px, 14px 14px;
	color: #333333;
}
#sns .linkList > li:last-child a {
	border-bottom: none;
}
#sns .linkList > li.macau a {
	background-image: url(../images/index_new_logo05_sp.png), url(../images/index_new_ic22.png);
}
#sns .linkList > li.instagram a {
	background-image: url(../images/index_new_logo02.png), url(../images/index_new_ic22.png);
}
#sns .linkList > li.facebook a {
	background-image: url(../images/index_new_logo03.png), url(../images/index_new_ic22.png);
}
#sns .linkList > li.twitter a {
	background-image: url(../images/index_new_logo04.png), url(../images/index_new_ic22.png);
}

/*-------------------- #famous #spot --------------------*/
#famous.contents02 h3,#spot.contents02 h3 {
	background-color: #d9a300;
}
#famous .contentsBox figure {
	max-width: 351px;
}
#spot .contentsBox > .title {
	padding-left: 25px;
	background-image: url(../images/index_new_ic09.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 23px;
}
#spot .contentsBox > .mapicn {
	min-height: 28px;
	margin: 0px 0 10px;
	padding-left: 30px;
	background-image: url(../map/images/index_new_ic08.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 26px 30px;
}
@media screen and (max-width: 340px) {
	#spot .col02 + p {
		font-size: 13px;
	}
}
#spot .notes {
	margin-top: 10px;
	text-align: right;
}

/*-------------------- #map --------------------*/
.mapArea {
	position: relative;
	padding-top: 500px;
	width: 100%;
}
#map_canvas {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	border: 2px solid #d9c741;
	box-sizing: border-box;
}
#map .popBox {
	width: 260px;
	max-height: 400px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 340px) {
	#map .popBox {
		width: 220px;
	}
}
.popBox .left {
text-align: center;
}
.popBox .left img {
	width: 150px;
	height: auto;
}
.popBox span {
	display: block;
	margin-top: 5px;
}
.popBox .name1 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 17px;
	color: #d9a300;
}
span.name2 {
	margin-top: 0;
	font-size: 13px;
	color: #d9a300;
}
.popBox .title {
	font-size: 13px;
}
.popBox .text {
	color: #333333;
	font-size: 13px;
}
.popBox .add,.popBox .tell,.popBox .time {
	margin-top: 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #333333;
}
.popBox .add {
	background: url(../images/index_new_ic05.png) no-repeat top left/ 20px 20px;
}
.popBox .tell {
	background: url(../images/index_new_ic06.png) no-repeat top left/ 20px 20px;
}
.popBox .time {
	background: url(../images/index_new_ic07.png) no-repeat top left/ 20px 20px;
}
.gmnoprint .gm-style-mtc {
	display: none;
}
.gmnoprint + button {
	right: auto!important;
	left: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

/*-------------------- #old #new --------------------*/
#old h3,#new h3 {
	min-height: 40px;
	margin: 0 0 15px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	text-align: left;
}
#old h3 {
	background-image: url(../images/index_new_ic12.png);
}
#old h3 img {
	width: 155px;
	margin-top: 6px;
}
#new h3 {
	background-image: url(../images/index_new_ic13.png);
}
#new h3 img {
	max-width: 298px;
}
#old .bx-wrapper {
	margin-top: 15px;
}
#old .bx-wrapper .bx-viewport {
	border: 5px solid #ffffff;
	box-sizing: border-box;
}
#new .accordion + .accordion {
	margin-top: 18px;
}
#new .accordion dt {
	cursor: pointer;
	box-shadow: 0 3px 0 rgba(233,39,123,1);
	text-shadow: 0 0 5px rgba(0,0,0,1);
	position: relative;
	padding: 21px 0 18px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
#new .accordion:nth-of-type(1) dt {
	background-image: url(../images/index_new_bt04_sp.jpg);
}
#new .accordion:nth-of-type(2) dt {
	background-image: url(../images/index_new_bt05_sp.jpg);
}
#new .accordion:nth-of-type(3) dt {
	background-image: url(../images/index_new_bt06_sp.jpg);
}
#new .accordion dt::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 70px;
	border-radius: 0 5px 5px 0;
	background-color: #e52e7a;
	background-image: url(../images/index_new_ic20.png);
	background-repeat: no-repeat;
	background-size: 12px 6px;
	background-position: center;
}
#new .accordion dt.active {
	box-shadow: none;
	border-radius: 5px 5px 0 0;
}
#new .accordion dt.active::after {
	border-radius: 0 5px 0 0;
	background-image: url(../images/index_new_ic19.png);
}
#new .accordion .accordion_inner {
	display: none;
	padding: 15px 12px 18px;
	border: 2px solid #e9277b;
	background-color: #ffffff;
}
#new .accordion p + p {
	margin-top: 5px;
}
#new .accordion figure {
	max-width: 130px;
	margin: 5px auto 10px;
}
#new .accordion:nth-of-type(1) figure  {
	max-width: 225px;
}
#new .accordion .close {
	cursor: pointer;
	box-shadow: 0 3px 0 rgba(233,39,123,1);
	width: 150px;
	margin: 0 auto;
	padding: 16px 0 12px;
	border-radius: 5px;
	background-color: #ffe7f2;
	background-image: url(../images/index_new_ic21.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 11.5px 11.5px;
	color: #e9277b;
	text-align: center;
}
#new .accordion .btn01 + .close {
	margin-top: 20px;
}
#new .accordion .btn01 a {
	margin-top: 0;
}

/*-------------------- #searchArea --------------------*/
#searchArea #tour_search_module ul.start-p,
#searchArea #tour_search_module .squeeze-area .btn-area {
	margin: 0;
}
#searchArea #tour_search_module .squeeze-area .btn-area .orange-btn04 {
	display: block;
	box-shadow: 0 3px 0 rgba(153,115,0,1);
	margin: 5px 0;
	padding: 15px 0;
	border-radius: 5px;
	background-color: #d9a300;
	background-image: url(../images/index_new_ic17.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 15px 15px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/*-------------------- #searchApp に関する修正--------------------*/
#searchApp .inner {
	margin: 0 0px;
}
#searchApp .rn-searchMod__inputField,
#searchApp .rn-searchMod__select {
	font-size: 1.1rem;
}
#searchApp .rn-searchMod__buttonSearch {
	font-size: 1.4rem;
}
#searchApp .rn-searchMod__formDomLink,
#searchApp .rn-searchMod__formOvsLink {
	font-size: 1rem;
}
#searchApp .rn-searchMod__toggle {
	font-size: 1.2rem;
}