@charset "utf-8";
/*------------------------
	home
------------------------*/

/* Common */
#home h2 {
	color: #1a8bd3;
	font: normal 35px/1 'SawarabiMincho-Regular', serif;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 140px;
}
#home h2 small {
	display: block;
	font: normal 16px 'GildaDisplay-Regular', serif;
	letter-spacing: .08em;
	margin-top: 10px;
}
.c-area {
	height: 600px;
	width: 100%;
	position: relative;
}
.c-area .l-box,
.c-area .r-box {
	position: absolute;
	z-index: 0;
	top: 0;
	height: 100%;
}
.c-area .l-box {
	width: 66.6666666%;
	left: 0;
}
.c-area .r-box {
	width: 33.3333333%;
	left: 66.6666666%;
}
.c-area h3 {
	font: normal 90px/1 'GildaDisplay-Regular', serif;
	color: #fff;
	letter-spacing: .15em;
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.c-area h3 small {
	font: normal 16px 'NotoSansJP-Regular', sans-serif;
	letter-spacing: .25em;
	display: block;
	margin-top: -10px;
}
.c-area-txt {
	padding: 100px 12%;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
.c-area-txt .txt-box {
	float: left;
	overflow: hidden;
}
.c-area-txt .left,
.c-area-txt .right {
	position: relative;
	z-index: 1000;
}
.c-area-txt .left {
	width: 36%;
}
.c-area-txt .right {
	width: 64%;
}
.c-area-txt h3 {
	font: normal 30px/1.8 'SawarabiMincho-Regular', serif;
	color: #1a8bd3;
	letter-spacing: .05em;
}
.c-area-txt p {
	font: normal 16px/2 'NotoSansJP-Regular', sans-serif;
}
p.more {
	margin-top: 40px;
}
p.more a {
	display: inline-block;
	width: 280px;
	line-height: 55px;
	position: relative;
	background-color: #ff6d85;
	border-radius: 2px;
	text-align: center;
	color: #fff;

}
p.more a:before,
p.more a:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
p.more a:before {
	background: url("../images/home/bg-more-left.svg") no-repeat left center;
	left: 5px;
}
p.more a:after {
	background: url("../images/home/bg-more-right.svg") no-repeat right center;
	right: 15px;
}

/* Slider */

#full-height {
	min-height: 100vh;
	height: 100vh;
	background: #1a8bd3;
	overflow: hidden;
}
#full-height .slider {
	height: 48.5%;
	position: relative;
}
#full-height .slider img {
	width: 100%;
	height: auto;
}
#full-height .slider + ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#full-height .slick-slide {
	height: 50vh;
	border-bottom-right-radius: 3000px 100px;
	border-bottom-left-radius: 3000px 100px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}
#full-height .slick-slide:first-child {
	background: url("../images/home/slide01.jpg") no-repeat center center / cover;
}
#full-height .slick-slide:nth-child(2) {
	background: url("../images/home/slide02.jpg") no-repeat center center / cover;
}
#full-height .slick-slide:nth-child(3) {
	background: url("../images/home/slide03.jpg") no-repeat center center / cover;
}
#full-height .slick-slide:nth-child(4) {
	background: url("../images/home/slide04.jpg") no-repeat center center / cover;
}
#full-height .slick-slide:nth-child(5) {
	background: url("../images/home/slide05.jpg") no-repeat center center / cover;
}
#full-height .slick-slide:nth-child(6) {
	background: url("../images/home/slide06.jpg") no-repeat center center / cover;
}
#full-height .slider-txt {
	height: 51.5%;
	position: relative;
	background: url("../images/home/bg-slidetxt.svg") no-repeat 98% bottom;
}
#full-height .slider-txt h2 {
	color: #fff;
	font: normal 85px/1 'GildaDisplay-Regular', serif;
	letter-spacing: .05em;
	text-align:center;
	padding: 0 0 35px;
	margin: 0;
}
#full-height .slider-txt h2 small {
	font: normal 35px/1 'SawarabiMincho-Regular', serif;
	margin: 25px 0 0;
	letter-spacing: .15em;
}
#full-height .slider-txt h2:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/home/icon-slidetxt01.svg") no-repeat 43% 35px;
	position: absolute;
	top: 0;
	left: 0;
}
#full-height .slider-txt a.link-btn {
	color: #fff;
	display: block;
	max-width: 335px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	position: relative;
	border-radius: 2px;
}
#full-height .slider-txt a.link-btn {
	background: rgba(255,255,255,.2);
}
#full-height .slider-txt a.link-btn:hover,
#full-height .slider-txt a.link-btn:focus {
	background: rgba(255,255,255,.05);
}
#full-height .slider-txt a.link-btn:before {
	content: '';
	background: url("../images/home/icon-slidetxt02.svg") no-repeat center center / 100% auto;
	position: absolute;
	top: 0;
	right: -20px;
	width: 65px;
	height: 100%;

}
#full-height .slider-txt a.link-btn small {
	display: block;
	font-size: 12px;
}

/* Point Map */
#point-map {
	padding: 110px 0 0;
}
#point-map h2 {
	padding-bottom: 140px;
	margin: 0;
	background: url("../images/home/curve-top.svg") no-repeat center bottom / 100% auto;
}
#point-map .map-wrap {
	background: #effafc;
	position: relative;
}
.map-wrap .map-img {
	position: relative;
}
.map-wrap .map-img img {
	display: block;
	margin: 0 auto;
	padding-left: 1%;
}
.map-wrap .map-tit,
.map-wrap .map-img .icon {
	position: absolute;
	z-index: 999;
}
.map-wrap .map-tit {
	font: normal 35px/1 'GildaDisplay-Regular', serif;
	color: #fff;
	text-align: center;
	letter-spacing: .2em;
}
.map-wrap .map-tit small {
	font: normal 20px 'SawarabiMincho-Regular', serif;
	display: block;
	letter-spacing: .2em;
	margin-top: 5px;
}
.map-wrap .iconlist {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-wrap .iconlist.left {
	left: 0;
}
.map-wrap .iconlist.right {
	right: 0;
}
.map-wrap .iconlist li {
	display: block;
	position: absolute;
	color: #006b99;
	font: normal 14px/1 'NotoSansJP-Bold', sans-serif;
}
.map-wrap .iconlist li a {
	display: block;
	color: #006b99;
	position: relative;
	z-index: 1;
}
.map-wrap .iconlist li.dark a {
	color: #48a2db;
	position: relative;
	z-index: 1;
}
.map-wrap .iconlist li a:hover,
.map-wrap .iconlist li a:focus {
	color: #006b99;
}
.map-wrap .iconlist li.dark a:hover,
.map-wrap .iconlist li.dark a:focus {
	color: #48a2db;
}
.map-wrap .iconlist li.right {
	text-align: right;
}
.map-wrap .iconlist li:before {
	content: '';
	border: solid #006b99;
	border-width: 1px 0 0;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 40%;
	left: 0;
}
.map-wrap .iconlist li.dark:before {
	border: solid #48a2db;
	border-width: 1px 0 0;
}
.map-wrap .iconlist li.right:before {
	right: 0;
}
.map-wrap .iconlist li .point {
	background: #effafc;
	padding-right: 5px;
	position: relative;
}
.map-wrap .iconlist li.right .point {
	padding-left: 5px;
}
.map-wrap .iconlist li .num {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #006b99;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7.5px;
	color: transparent;
}
.map-wrap .iconlist li.dark .num {
	background: #9dd7f7;
}
.map-wrap .iconlist li.right .num {
	left: 0;
}
.map-wrap .map-img .icon img {
	width: 54px;
	height: auto;
	margin: 0 0 12px;
}
.map-wrap .map-img .icon p {
	color: #fff;
	font-size: 15px;
	margin-top: 8px;
}
.map-wrap .map-img .icon p small {
	display: block;
	font: normal 12px/1 'Roboto',sans-serif;
	letter-spacing: .02em;
	margin: 8px 0 0;
}
#point-map p.more {
	margin-top: 0;
}
#point-map p.more a {
	display: block;
	margin: 0 auto;
}

/* Map Saipan */
.p-map01 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 50px;
	position: relative;
}
.map-wrap .p-map01 .map-tit {
	left: 40%;
	top: 43%;
}
.p-map01 .map-img img {
	width: 59.8%;
	height: auto;
}
.p-map01 .map-img .icon {
	bottom: 11%;
	left: 28.5%;
}
.p-map01 .iconlist li.icon01 {
	top: 17%;
	left: 9%;
	width: 23.5%;
}
.p-map01 .iconlist li.icon02 {
	top: 23.5%;
	left: 9%;
	width: 25.5%;
}
.p-map01 .iconlist li.icon03 {
	top: 31%;
	left: 0;
	width: 37%;
}
.p-map01 .iconlist li.icon04{
	top: 37%;
	left: 0;
	width: 25%;
}
.p-map01 .iconlist li.icon05 {
	top: 42.5%;
	left: 0;
	width: 27%;
}
.p-map01 .iconlist li.icon06 {
	top: 47%;
	left: 0;
	width: 28%;
}
.p-map01 .iconlist li.icon07 {
	top: 63.5%;
	left: 0;
	width: 23%;
}
.p-map01 .iconlist li.icon08 {
	top: 70.5%;
	left: 0;
	width: 22%;
}
.p-map01 .iconlist li.icon09 {
	top: 76.5%;
	left: 0;
	width: 20%;
}
.p-map01 .iconlist li.icon10 {
	bottom: 5%;
	left: 8%;
	width: 26%;
}
.p-map01 .iconlist li.icon11 {
	bottom: 3%;
	left: 18%;
	width: 23%;
}
.p-map01 .iconlist li.icon12 {
	bottom: -1%;
	left: 8%;
	width: 36%;
}
.p-map01 .iconlist li.icon13 {
	top: 0;
	left: 38%;
	width: 28%;
}
.p-map01 .iconlist li.icon13:before {
	height: 28px;
	background: none;
	border: solid #006b99;
	border-width: 1px 1px 0 0;
}
.p-map01 .iconlist li.icon13 .num {
	bottom: -33.5px;
	top: auto;
	right: -7.5px;
}
.p-map01 .iconlist li.icon14 {
	top: 9%;
	left: 38%;
	width: 24%;
}
/*.p-map01 .iconlist li.icon14 .num {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	right: -60px;
	background: #006b99 url(../images/home/icon-point01.svg) no-repeat center center / 65% auto;
}*/
.p-map01 .iconlist li.icon15 {
	top: -0.5%;
	right: 4%;
	width: 22.5%;
}
.p-map01 .iconlist li.icon16 {
	top: 6%;
	right: 4%;
	width: 17.5%;
}
.p-map01 .iconlist li.icon17 {
	top: 14.5%;
	right: 4%;
	width: 16.5%;
}
.p-map01 .iconlist li.icon18 {
	top: 66.5%;
	right: 14%;
	width: 36%;
}
.p-map01 .iconlist li.icon19 {
	display: none;
}
.p-map01 .iconlist li.icon20 {
	top: 80%;
	left: -2%;
	width: 12%;
}
.p-map01 .iconlist li.icon-d01 {
	top: 13.5%;
	left: 9%;
	width: 37%;
}
.p-map01 .iconlist li.icon-d01:before {
	height: 83px;
	background: none;
	border-width: 1px 1px 0 0;
}
.p-map01 .iconlist li.icon-d01 .num {
	bottom: -78px;
	top: auto;
	right: -7.5px;
}
.p-map01 .iconlist li.icon-d02 {
	top: 67%;
	left: 0;
	width: 24%;
}
.p-map01 .iconlist li.icon-d03 {
	top: 17.5%;
	right: 4%;
	width: 22%;
}
.p-map01 .iconlist li.icon-d04 {
	top: 70.5%;
	right: 14%;
	width: 21%;
}

/* Map Tinian */
.p-map02 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.map-wrap .p-map02 .map-tit {
	left: 40%;
	top: 39%;
}
.p-map02 .map-img img {
	width: 31.4%;
	height: auto;
	padding-left: 2.5%;
}
.p-map02 .map-img img.pc-none {
	display: none;
}
.p-map02 .map-img .icon {
	top: 55%;
	left: 48%;
}
.p-map02 .iconlist li.icon01 {
	top: 29%;
	left: 17%;
	width: 23.5%;
}
.p-map02 .iconlist li.icon02 {
	top: 43%;
	left: 17%;
	width: 19%;
}
.p-map02 .iconlist li.icon03 {
	top: 60%;
	left: 17%;
	width: 19.5%;
}
.p-map02 .iconlist li.icon04 {
	top: 73%;
	left: 17%;
	width: 27%;
}
.p-map02 .iconlist li.icon04:before {
	top: auto;
	bottom: 50%;
	left: 49%;
	width: 47%;
	height: 360%;
	border-width: 0 1px 1px 0;
}
.p-map02 .iconlist li.icon04 .num {
	top: -340%;
	right: 3.5px;
}
.p-map02 .iconlist li.icon-d01 {
	top: 49%;
	left: 17%;
	width: 17.5%;
}
.p-map02 .iconlist li.icon-d02 {
	top: 64%;
	left: 17%;
	width: 19.5%;
}
.p-map02 .iconlist li.icon-d03 {
	top: 69%;
	left: 17%;
	width: 22.5%;
}
.p-map02 .iconlist li.icon-d03:before {
	top: auto;
	bottom: 50%;
	left: 46%;
	width: 54%;
	height: 210%;
	border-width: 0 1px 1px 0;
}
.p-map02 .iconlist li.icon-d03 .num {
	top: -18px;
	right: -7.5px;
}
.p-map02 .iconlist li.icon-d04 {
	top: 79%;
	left: 27%;
	width: 23.5%;
}
.p-map02 .iconlist li.icon-d05 {
	top: 87%;
	left: 28%;
	width: 23%;
}
.p-map02 .iconlist li.icon-d06 {
	top: 48%;
	right: 14%;
	width: 19.5%;
}
.p-map02 .iconlist li.icon-d07 {
	top: 88%;
	right: 14%;
	width: 24%;
}

/* Map Rota */
.p-map03 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 200px;
	position: relative;
}
.map-wrap .p-map03 .map-tit {
	top: 40%;
	left: 42%;
}
.p-map03 .map-img img {
	width: 56.8%;
}
.map-wrap .p-map03 .map-img .icon {
	top: 23%;
	left: 53%;
}
.map-wrap .p-map03 .map-img .icon img,
.map-wrap .p-map03 .map-img .icon p {
	display: inline-block;
	vertical-align: middle;
	padding: 0;

}
.map-wrap .p-map03 .map-img .icon img {
	margin: 0 5px 0 0;
}
.map-wrap .p-map03 .map-img .icon p {
	margin: 0;
}
.p-map03 .iconlist li.icon01 {
	top: 66%;
	left: 10%;
	width: 18.5%;
}
.p-map03 .iconlist li.icon02 {
	top: 91%;
	left: 3%;
	width: 18%;
}
.p-map03 .iconlist li.icon03 {
	top: 98%;
	left: 8%;
	width: 18%;
}
.p-map03 .iconlist li.icon04 {
	bottom: 6%;
	left: 27.5%;
	width: 11.1%;
}
.p-map03 .iconlist li.icon04:before {
	top: -190%;
	left: 32%;
	width: 1px;
	height: 140%;
	border-width: 0 1px 0 0;
}
.p-map03 .iconlist li.icon04 .num {
	top: -190%;
	left: 27%;
}
.p-map03 .iconlist li.icon05 {
	top: 84%;
	right: 18%;
	width: 47%;
}
.p-map03 .iconlist li.icon05:before {
	top: auto;
	bottom: 50%;
	left: 0;
	width: 80%;
	height: 0;
	border-width: 0 0 1px 1px;
}
.p-map03 .iconlist li.icon05 .num {
	top: 0;
	left: -7.5px;
}
.p-map03 .iconlist li.icon06 {
	bottom: -22%;
	left: 23.5%;
	width: 8%;
}
.p-map03 .iconlist li.icon06:before {
	top: auto;
	bottom: 50%;
	left: 60%;
	width: 40%;
	height: 450%;
	border-width: 0 1px 1px 0;
}
.p-map03 .iconlist li.icon06 .num {
	top: -450%;
	right: auto;
	left: 89.5%;
}
.p-map03 .iconlist li.icon07 {
	bottom: -33%;
	left: 15.5%;
	width: 18%;
}
.p-map03 .iconlist li.icon07:before {
	top: auto;
	bottom: 50%;
	left: 60%;
	width: 40%;
	height: 840%;
	border-width: 0 1px 1px 0;
}
.p-map03 .iconlist li.icon07 .num {
	top: -840%;
	right: auto;
	left: 96%;
}
.p-map03 .iconlist li.icon09 {
	bottom: -22%;
	right: 47.5%;
	width: 15%;
}
.p-map03 .iconlist li.icon09:before {
	top: auto;
	bottom: 50%;
	left: 0;
	width: 40%;
	height: 550%;
	border-width: 0 0 1px 1px;
}
.p-map03 .iconlist li.icon09 .num {
	top: -550%;
	right: auto;
	left: -5%;
}
.p-map03 .iconlist li.icon10 {
	bottom: -5%;
	right: 48%;
	width: 12%;
}
.p-map03 .iconlist li.icon10:before {
	bottom: 0%;
	left: 0;
	width: 40%;
	height: 0;
	border-width: 0 0 1px 1px;
}
.p-map03 .iconlist li.icon10 .num {
	right: auto;
	left: -6%;
}
.p-map03 .iconlist li.icon11 {
	top: 78%;
	left: 11%;
	width: 20%;
}
.p-map03 .iconlist li.icon12 {
	top: 85%;
	left: 4%;
	width: 18%;
}
.p-map03 .iconlist li.icon-d01 {
	top: 36.5%;
	left: 11%;
	width: 24%;
}
.p-map03 .iconlist li.icon-d02 {
	top: 74%;
	left: 3%;
	width: 30.5%;
}
.p-map03 .iconlist li.icon-d03 {
	bottom: -9%;
	left: 6%;
	width: 30%;
}
.p-map03 .iconlist li.icon-d03:before {
	top: auto;
	bottom: 50%;
	left: 20%;
	width: 52.5%;
	height: 350%;
	border-width: 0 1px 1px 0;
}
.p-map03 .iconlist li.icon-d03 .num {
	top: -350%;
	right: 25%;
}
.p-map03 .iconlist li.icon-d04 {
	top: 77.5%;
	right: 22%;
	width: 44%;
}
.p-map03 .iconlist li.icon-d05 {
	top: 90.5%;
	right: 22%;
	width: 41.2%;
}

/* Home Content01 */
#home-content01 {
	padding: 0;
}
#home-content01 .curve {
	width: 100%;
	height: auto;
}
#home-content01 h2 {
	margin: 90px 0 140px;
}
#home-content01 h2 small {
	display: block;
	font: normal 16px 'GildaDisplay-Regular', serif;
	letter-spacing: .05em;
	margin-top: 10px;
}
#home-content01 .c-area .l-box {
	background: url("../images/home/bg-hc01-01.jpg") no-repeat center center / cover;
}
#home-content01 .c-area .r-box {
	background: url("../images/home/bg-hc01-02.jpg") no-repeat left center / auto 100%;
}
#home-content01 .c-area .bg-map,
#home-content01 .c-area-txt .bg-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#home-content01 .c-area .bg-map {
	background: url("../images/home/map-hc01-01.svg") no-repeat 16.8% bottom;
}
#home-content01 .c-area-txt .bg-map {
	background: url("../images/home/map-hc01-02.svg") no-repeat 16.8% top;
}

/* Home Content02 */
#home-content02 {

}
#home-content02 .c-area .bg-map,
#home-content02 .c-area-txt .bg-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#home-content02 .c-area .bg-map {
	background: url("../images/home/map-hc02-01.svg") no-repeat 16.8% bottom;
}
#home-content02 .c-area-txt .bg-map {
	background: url("../images/home/map-hc02-02.svg") no-repeat 15.6% top;
}
#home-content02 .c-area .l-box {
	background: url("../images/home/bg-hc02-01.jpg") no-repeat center center / cover;
}
#home-content02 .c-area .r-box {
	background: url("../images/home/bg-hc02-02.jpg") no-repeat left center / cover;
}

/* Home Content03 */
#home-content03 {

}
#home-content03 .c-area .bg-map,
#home-content03 .c-area-txt .bg-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#home-content03 .c-area {
	background: url("../images/home/bg-hc03.jpg") no-repeat center bottom / cover;
}
#home-content03 .c-area .bg-map {
	background: url("../images/home/map-hc03-01.svg") no-repeat 7.8% bottom;
}
#home-content03 .c-area-txt .bg-map {
	background: url("../images/home/map-hc03-02.svg") no-repeat 7.8% top;
}

/* Home Content04 */
#home-content04 .inner.bg {
	padding: 70px 0 40px;
	position: relative;
}
#home-content04 .inner.bg:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(26,139,211,.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}
#home-content04 h2 {
	margin-bottom: 0;
}
#home-content04 .plan-box {
	background: url("../images/home/map-tour.svg") no-repeat center top;
	padding: 200px 0 350px;
	margin-top: 120px;
}
#home-content04 .plan {
	background: rgba(255,255,255,.8);
	width: 88.8%;
	max-width: 740px;
	margin: 0 auto;
	padding: 12px 0;
	color: #ff6d85;
	font-family: 'SawarabiMincho-Regular',serif;
}
#home-content04 .plan dl {
	display: table;
	width: 100%;
	height: 100%;
	letter-spacing: .1em;
}
#home-content04 .plan dl dt,
#home-content04 .plan dl dd {
	display: table-cell;
	vertical-align: middle;
}
#home-content04 .plan dl span.time {
	font: normal 76px/1 'GildaDisplay-Regular',serif;
}
.plan dl.catch {
	border: solid rgba(255,109,133,.17);
	border-width: 1px 0;
	padding: 5px 0;
}
.plan dl.catch dt,
.plan dl.catch dd {
	height: 90px;
}
.plan dl.catch dt {
	font-size: 20px;
	padding-left: 17px;
	width: 26.5%;
	background: rgba(255,109,133,.17);
	position: relative;
}
.plan dl.catch dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 45px 0 45px;
	border-color: transparent transparent transparent rgba(255,109,133,.17);
	right: -90px;
	top: 0;
}
.plan dl.catch dd {
	padding: 0 0 0 65px;
	font-size: 28px;
}
.plan dl.area {
	background: rgba(255,109,133,.17) url("../images/home/icon-airplane03.svg") no-repeat center center;
	margin: 40px 0 0;
	padding: 0 80px 0 45px;
	font-size: 28px;
}
.plan dl.area dt,
.plan dl.area dd {
	height: 110px;
}
.plan dl.area dd {
	text-align: right;
}
.plan dl.area dt span,
.plan dl.area dd span {
	display: inline;
	position: relative;
}
.plan dl.area dt span:before,
.plan dl.area dd span:before {
	position: absolute;
	top: -50px;
	left: 0;
	font: normal 12px/1 'Eurostile',sans-serif;
	color: rgba(255,109,133,.8);
}
.plan dl.area dt span:before {
	content: 'FROM';
}
.plan dl.area dd span:before {
	content: 'TO';
}
.area-row {
	padding: 0 6%;
	margin: 0 -7px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.area-row .col3 {
	width: 33.3333333%;
	padding: 0 7px;
	margin-bottom: 0;
	position: relative;
}
.area-row .inner {
	background: #fff;
	padding: 0 17px 50px;
	height: 100%;
	display: block;
}
.area-row h3 {
	color: #1a8bd3;
	font: normal 25px/1 'SawarabiMincho-Regular',serif;
	text-align: center;
	padding: 45px 0 50px;
	letter-spacing: .1em;
}
.area-row h3 small {
	color: #50c3d6;
	font: normal 12px 'Eurostile', sans-serif;
	display: block;
	margin-bottom: 8px;
}
.area-row .map-box {
	background: rgba(26,139,211,.1);
	width: 100%;
	height: 150px;
	margin: 0 0 20px;
	position: relative;
}
.area-row .map-box img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40.8%;
}
.area-row p {
	font-size: 13px;
	line-height: 1.8;
}

/* Home Content05 */
#home-content05 {
	padding: 0 0 120px;
	background: rgba(26,139,211,.1);
}
#home-content05 .point-wrap {
	background: #1a8bd3;
	padding: 60px 6% 40px;
}
#home-content05 h2 {
	color: #fff;
	font: normal 24px/1 'SawarabiMincho-Regular', serif;
	text-align: left;
	margin: 0 0 30px;
}
#home-content05 h2 small {
	display: block;
	font: normal 12px/1 'Eurostile',sans-serif;
	letter-spacing: .1em;
	position: relative;
}
#home-content05 h2 span {
	background: #1a8bd3;
	padding-right: 8px;
	position: relative;
	z-index: 100;
	letter-spacing: .1em;
}
#home-content05 h2 small:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
}
#home-content05 .point-box {
	margin: 0 0 20px;
	padding: 0 220px 0 40px;
	color: #fff;
}
#home-content05 .point-box .num {
	width: 85px;
}
#home-content05 .point-box .num span {
	background: #fff;
	width: 85px;
	height: 85px;
	display: block;
	border-radius: 50%;
	text-align: center;
	font: normal 70px/95px 'Miama', serif;
	letter-spacing: .1em;
	color: #1a8bd3;
}
#home-content05 .point-box .txt {
	padding-left: 30px;
}
#home-content05 .point-box .txt p {
	font-size: 14px;
	line-height: 1.6;
}
#home-content05 p.more {
	text-align: center;
}
#home-content05 p.more a {
	max-width: 320px;
	margin: 0 auto;
	display: block;
}
#home-content05 p.more a:before {
	background: url("../images/home/bg-more-a-left.svg") no-repeat left center;
	left: 20px;
}
#home-content05 p.more a:after {
	background: url("../images/home/bg-more-a-right.svg") no-repeat right center;
	right: 20px;
}

/* Movie */
#movie {
	padding: 110px 6% 50px;
}

#movie .movie-inner {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
}

#movie .movie-area {
	width: 47.5%;
}

#movie .movie-stage {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

#movie .movie-stage iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#movie .intro {
	width: 47.5%;
	padding: 0;
}

@media screen and (max-width:929px) {
	.map-wrap .iconlist li {
		font-size: 13px;
	}
}

@media screen and (max-width:799px) {
	/* Common */
	#home h2 {
		font-size: 30px;
	}
	#home h2 small {
		font-size: 12px;
	}
	.c-area {
		height: 62.5vw;
	}
	.c-area .l-box,
	.c-area .r-box {
		width: 100%;
		height: 62.5vw;
	}
	.c-area .r-box {
		top: 62.5vw;
		left: 0;
		display: none;
	}
	.c-area h3 {
		font-size: 50px;
		left: 15px;
		bottom: 20px;
	}
	.c-area-txt {
		padding: 50px 15px 80px;
	}
	.c-area-txt .right,
	.c-area-txt .left {
		width: 100%;
		float: none;
	}
	.c-area-txt h3 {
		font: normal 25px/1.3 'SawarabiMincho-Regular', serif;
		margin-bottom: 40px;
	}
	.c-area-txt p {
		font: normal 12px/2 'NotoSansJP-Regular', sans-serif;
	}
	p.more a {
		width: 100%;
		font-size: 15px;
	}

	/* Slider */
	#full-height .slider,
	#full-height .slick-slide {
		height: 68vh;
	}
	#full-height .slick-slide {
		border-bottom-right-radius: 1000px 100px;
		border-bottom-left-radius: 1000px 100px;
	}
	#full-height .slider-txt {
		height: 32vh;
		background: none;
	}
	#full-height .slider-txt h2 {
		font-size: 30px;
		letter-spacing: .15em;
		padding: 0 0 20px;
	}
	#full-height .slider-txt h2:before {
		background: url("../images/home/icon-slidetxt01.svg") no-repeat center 35px / 95% auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	#full-height .slider-txt h2 small {
		font: normal 17px/1 'SawarabiMincho-Regular', serif;
		margin-top: 15px;
	}
	#full-height .slider-txt a.link-btn {
		max-width: 285px;
	}

	/* Point Map */
	#point-map {
		padding: 70px 0 0;
	}
	#point-map h2 {
		background: url("../images/home/curve-top.svg") no-repeat center bottom / 110% auto;
		padding-bottom: 80px;
	}
	.map-wrap .map-tit {
		font-size: 22px;
	}
	.map-wrap .map-tit small {
		font-size: 14px;
		margin-top: 0;
	}
	.map-wrap .map-img .icon {
		display: none;
	}
	.map-wrap .iconlist li .point {
		display: none;
		background: none;
	}
	.map-wrap .iconlist li:before {
		content: none;
	}
	.map-wrap .iconlist li {
		width: 21px !important;
		height: 21px;
	}
	.map-wrap .iconlist li a {
		display: block;
	}
	.map-wrap .iconlist li .num {
		width: 21px !important;
		height: 21px !important;
		background: #006b99 !important;
		text-align: center;
		letter-spacing: .12em;
		display: block;
		position: relative;
		margin: 0 !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	.map-wrap .iconlist li.dark .num {
		background: #9dd7f7 !important;
	}

	/* Map Saipan */
	.p-map01 {
		padding: 50px 0 70px;
	}
	.p-map01 .map-img img {
		width: 71%;
		height: auto;
		padding: 0;
	}
	.map-wrap .p-map01 .map-tit {
		left: 30%;
		top: 43%;
	}
	.p-map01 .iconlist li.icon01 {
		left: 31%;
		top: 18%;
	}
	.p-map01 .iconlist li.icon02 {
		left: 25.5%;
		top: 22.5%;
	}
	.p-map01 .iconlist li.icon03 {
		left: 28%;
		top: 29.5%;
	}
	.p-map01 .iconlist li.icon04 {
		left: 16%;
		top: 36.5%;
	}
	.p-map01 .iconlist li.icon05 {
		left: 19%;
		top: 42.5%;
	}
	.p-map01 .iconlist li.icon06 {
		left: 17%;
		top: 49.5%;
	}
	.p-map01 .iconlist li.icon07 {
		left: 11.5%;
		top: 55.5%;
	}
	.p-map01 .iconlist li.icon08 {
		left: 11.5%;
		top: 67%;
	}
	.p-map01 .iconlist li.icon09 {
		left: 9.5%;
		top: 73%;
	}
	.p-map01 .iconlist li.icon10 {
		left: 27%;
		bottom: .5%;
	}
	.p-map01 .iconlist li.icon11 {
		left: 34%;
		bottom: .5%;
	}
	.p-map01 .iconlist li.icon12 {
		left: 37%;
		bottom: -5%;
	}
	.p-map01 .iconlist li.icon13 {
		left: 62%;
		top: 2%;
	}
	.p-map01 .iconlist li.icon14 {
		left: 55.5%;
		top: 8.5%;
	}
	.p-map01 .iconlist li.icon15 {
		right: 18%;
		top: -5.5%;
	}
	.p-map01 .iconlist li.icon16 {
		right: 12%;
		top: 1%;
	}
	.p-map01 .iconlist li.icon17 {
		right: 9.5%;
		top: 13%;
	}
	.p-map01 .iconlist li.icon18 {
		right: 47.5%;
	}
	.p-map01 .iconlist li.icon19 {
		top: 84.5%;
		left: 7.5%;
		display: block;
	}
	.p-map01 .iconlist li.icon20 {
		left: 9.5%;
		top: 77%;
	}
	.p-map01 .iconlist li.icon-d01 {
		top: 19%;
		left: 40%;
	}
	.p-map01 .iconlist li.icon-d02 {
		top: 60%;
		left: 16%;
	}
	.p-map01 .iconlist li.icon-d03 {
		right: 17%;
		top: 17%;
	}
	.p-map01 .iconlist li.icon-d04 {
		top: 68%;
		right: 26%;
	}

	/* Map Tinian */
	.p-map02 .map-img img {
		width: 37%;
	}
	.p-map02 .map-img img.pc-none {
		display: block;
	}
	.p-map02 .map-img img.sp-none {
		display: none;
	}
	.map-wrap .p-map02 .map-tit {
		left: 45%;
		top: 37.5%;
	}
	.p-map02 .iconlist li.icon01 {
		top: 26%;
		left: 32%;
	}
	.p-map02 .iconlist li.icon02 {
		top: 37%;
		left: 28%;
	}
	.p-map02 .iconlist li.icon03 {
		top: 50%;
		left: 29%;
	}
	.p-map02 .iconlist li.icon04 {
		top: 65%;
		left: 38.5%;
	}
	.p-map02 .iconlist li.icon-d01 {
		top: 59%;
		left: 28%;
	}
	.p-map02 .iconlist li.icon-d02 {
		top: 65%;
		left: 32%;
	}
	.p-map02 .iconlist li.icon-d04 {
		top: 77%;
		left: 44%;
	}
	.p-map02 .iconlist li.icon-d03,
	.p-map02 .iconlist li.icon-d05 {
		display: none;
	}
	.p-map02 .iconlist li.icon-d06 {
		top: 44%;
		right: 25%;
	}
	.p-map02 .iconlist li.icon-d07 {
		top: 88%;
		right: 31.5%;
	}

	/* Map Rota */
	.p-map03 {
		padding: 30px 0 100px;
	}
	.map-wrap .p-map03 .map-tit {
		top: 37%;
		left: 38%;
	}
	.p-map03 .map-img img {
		width: 63.5%;
	}
	.p-map03 .iconlist li.icon01 {
		top: 58%;
    	left: 20%;
	}
	.p-map03 .iconlist li.icon02 {
		top: 86%;
		left: 12.5%;
	}
	.p-map03 .iconlist li.icon03 {
		top: 98%;
    	left: 19%;
	}
	.p-map03 .iconlist li.icon04 {
		bottom: 12%;
		left: 23.5%;
	}
	.p-map03 .iconlist li.icon05 {
		top: 80%;
    	left: 29%;
    	right: auto;
    	z-index: 100;
	}
	.p-map03 .iconlist li.icon06 {
		bottom: -13%;
    	left: 25%;
	}
	.p-map03 .iconlist li.icon07 {
		bottom: -8%;
    	left: 28.5%;
	}
	.p-map03 .iconlist li.icon08 {
		bottom: 12%;
		top: auto;
		right: 64%;
	}
	.p-map03 .iconlist li.icon09 {
		bottom: -8%;
    	right: 60%;
	}
	.p-map03 .iconlist li.icon10 {
		bottom: -10%;
    	right: 57%;
	}
	.p-map03 .iconlist li.icon11 {
		top: 80%;
		left: 25%;
	}
	.p-map03 .iconlist li.icon12 {
		top: 78%;
		left: 16.5%;
	}
	.p-map03 .iconlist li.icon-d01 {
		top: 25%;
		left: 31%;
	}
	.p-map03 .iconlist li.icon-d02 {
		top: 72.5%;
		left: 27.5%;
	}
	.p-map03 .iconlist li.icon-d03 {
		bottom: 0;
		left: 21.5%;
	}
	.p-map03 .iconlist li.icon-d04 {
		top: 76%;
    	right: 63%;
	}
	.p-map03 .iconlist li.icon-d05 {
		top: 85.5%;
		right: 62.5%;
	}

	/* Home Content01 */
	#home-content01 h2 {
		margin: 95px 0 80px;
	}
	#home-content01 .c-area .r-box {
		background: url("../images/home/bg-hc01-02.jpg") no-repeat 30% center / 150% auto;
	}
	#home-content01 .c-area .bg-map {
		background: url("../images/home/map-hc01-01.svg") no-repeat 20px bottom / 50% auto;
	}
	#home-content01 .c-area-txt .bg-map {
		background: url("../images/home/map-hc01-02.svg") no-repeat 20px top / 50% auto;
	}

	/* Home Content02 */
	#home-content02 .c-area .bg-map {
		background: url("../images/home/map-hc02-01.svg") no-repeat 60% bottom / 90% auto;
	}
	#home-content02 .c-area-txt .bg-map {
		background: url("../images/home/map-hc02-02.svg") no-repeat 60% top / 90% auto;
	}
	#home-content02 .c-area .r-box {
		background: url("../images/home/bg-hc02-02.jpg") no-repeat left 10% / cover;
	}

	/* Home Content03 */
	#home-content03 {
		overflow: hidden;
	}
	#home-content03 .c-area {
		height: 62.5vw;
	}
	#home-content03 .c-area .bg-map,
	#home-content03 .c-area-txt .bg-map {
		left: -65px;
		width: calc(100% + 65px);
	}
	#home-content03 .c-area .bg-map {
		background: url("../images/home/map-hc03-01.svg") no-repeat -10% bottom / 100% auto;
	}
	#home-content03 .c-area-txt .bg-map {
		background: url("../images/home/map-hc03-02.svg") no-repeat -10% top / 100% auto;
	}

	/* Home Content04 */
	#home-content04 .inner.bg {
		padding: 70px 15px 40px;
	}
	#home-content04 .plan-box {
		padding: 150px 0 40px;
		margin-top: 70px;
		background: url("../images/home/map-tour-sp.svg") no-repeat center top / 100% auto;
	}
	#home-content04 .plan {
		width: 100%;
	}
	.plan dl.catch dt,
	.plan dl.catch dd {
		height: 45px;
	}
	.plan dl.catch dt {
		font-size: 10px;
		padding-left: 8px;
		letter-spacing: normal;
	}
	.plan dl.catch dt:after {
		border-width: 45px 22.5px 0 18px;
		border-color: transparent transparent transparent rgba(255,109,133,.17);
		right: -40.5px;
	}
	.plan dl.catch dd {
		font-size: 14px;
		padding: 0 0 0 15px;
	}
	#home-content04 .plan dl span.time {
		font-size: 38px;
		vertical-align: middle;
	}
	#home-content04 .plan dl span.t-space {
		vertical-align: middle;
	}
	.plan dl.area {
		margin: 20px 0 0;
		padding: 0 15px 0 8px;
		background: rgba(255,109,133,.17) url("../images/home/icon-airplane03.svg") no-repeat center center / auto 30px;
		font-size: 16px;
	}
	.plan dl.area dt,
	.plan dl.area dd {
		height: 55px;
	}
	.plan dl.area dt span:before,
	.plan dl.area dd span:before {
		top: -28px;
		font-size: 10px;
		color: #50c3d6;
	}
	.area-row {
		padding: 0;
		margin: 0;
	}
	.area-row .col3 {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.area-row h3 {
		font-size: 22px;
		padding: 45px 0;
	}
	.area-row h3 small {
		font-size: 10px;
	}
	.area-row .map-box {
		height: 145px;
	}
	.area-row .map-box img {
		width: auto;
		height: 100%;
	}

	/* Home Content05 */
	#home-content05 .point-wrap {
		padding: 45px 15px 15px;
	}
	#home-content05 .point-box {
		margin: 0 0 45px;
		padding: 0;
	}
	#home-content05 .point-box .cell {
		vertical-align: top;
	}
	#home-content05 .point-box .txt {
		padding-left: 20px;
	}
	#home-content05 p.more {
		padding: 0 15px;
	}
	#home-content05 p.more a {
		width: 100%;
		max-width: none;
	}

	/* Movie */
	#movie {
		padding: 15px;
	}

	#movie .movie-area {
		width: 100%;
	}

	#movie .intro {
		width: 100%;
		padding: 20px 15px 0;
	}

}
@media screen and (max-width:320px) {
	#full-height .slider-txt h2 {
		font-size: 26px;
	}
	#full-height .slider-txt a.link-btn {
		max-width: 265px;
	}
	#home-content05 p.more {
		padding: 0 15px;
	}
}
