@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2021-11-03
Style Info:    ANAインターコンチネンタル万座ビーチリゾート特集 CSS
----------------------------------------------------------- */

/* ------------------------------------
  breadcrumb
------------------------------------ */

.breadcrumb_area.ft {
	background: #f2f2f2;
}

/* ------------------------------------
  コンテンツ 共通設定
------------------------------------ */

.maldives_zoo {
	border-bottom: 1px solid #ddd;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #444;
}

.maldives_zoo img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.maldives_zoo img.anim {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.maldives_zoo img.lazyload {
	opacity: 0;
}

.maldives_zoo img.lazyloaded {
	opacity: 1;
}

/* ------------------------------------
  看板
------------------------------------ */

.maldives_zoo .sec_hero .sec_inner {
	max-width: 1366px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.maldives_zoo .sec_hero .hero_obi {
	font-weight: 500;
}

.maldives_zoo .sec_hero .hero_obi_01 {
	display: inline-block;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.maldives_zoo .sec_hero .hero_obi_02 {
	font-size: 2.2rem;
	color: #fff;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: rgb(35 175 183 / 90%);
	margin: 10px -160% 0 -154%;
	letter-spacing: 0.88px;
	border-top: 1px solid #e1dbb7;
	border-bottom: 1px solid #e1dbb7;
}

.maldives_zoo .sec_hero .hero_title {
	color: #fff;
	line-height: 1.4;
}

.maldives_zoo .sec_hero .hero_title > span {
	font-size: 3.6rem;
	line-height: 1.5;
	font-weight: 500;
	text-shadow: 0 0 10px #000;
	max-width: 365px;
	margin: 0 auto;
	display: block;
	/*padding: 15px 0px;*/
	/*text-align: center;*/
	/*background: rgb(118 174 187 / 90%);
	border: 1px solid #c5ba7a;*/
}

.maldives_zoo .sec_hero .hero_title strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 350px;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgb(159 152 102 / 80%);
	border-radius: 4px;
	border: 1px solid #e1dbb7;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px auto 0;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.maldives_zoo .sec_hero .hero_title strong b:first-of-type {
	font-weight: 400;
}

.maldives_zoo .sec_hero .hero_title strong b:last-of-type {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.maldives_zoo .sec_hero .hero_title_sb {
	color: #23afb7;
	line-height: 1.4;
}

.maldives_zoo .sec_hero .hero_title_sb b {
	display: block;
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.maldives_zoo .sec_hero .hero_title_sb b::before {
	left: 0;
}

.maldives_zoo .sec_hero .hero_title_sb b::after {
	right: 0;
}

.maldives_zoo .sec_hero .hero_title_sb small {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
}

.maldives_zoo .sec_hero .hero_txt {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: 500;
}

/* ------------------------------------
  プラン
------------------------------------ */
.maldives_zoo .sec_plan.plan_01 + .sec_plan.plan_01{
	margin-top: 30px;
}
.maldives_zoo .sec_plan .sec_inner {
	width: 100%;
	padding: 0 15px;
	max-width: calc(1145px + 30px);
	margin: 0 auto;
}

.maldives_zoo .sec_plan p {
	font-size: 1.3rem;
	line-height: 1.75;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	/*font-weight: 400;*/
}

.maldives_zoo .sec_plan .sec_title {
	padding: 60px 0 50px;
	text-align: center;
}

.maldives_zoo .sec_plan .sec_title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
	border: 1px solid #70c1c5;
	min-height: 52px;
	font-size: 1.8rem;
	position: relative;
	color: #23afb7;
	padding: 14px 10px;
  line-height: 1.2;
}

.maldives_zoo .sec_plan .sec_title span::after,
.maldives_zoo .sec_plan .sec_title span::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #70c1c5;
}

.maldives_zoo .sec_plan .sec_title span::before {
	top: 4px;
}

.maldives_zoo .sec_plan .sec_title span::after {
	bottom: 4px;
}

.maldives_zoo .sec_plan .anchor_btn {
	width: 100%;
	max-width: 453px;
	margin: 0 auto;
}

.maldives_zoo .sec_plan .anchor_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 53px;
	position: relative;
	color: #fff;
	background: #23afb7;
	border-radius: 53px;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.maldives_zoo .sec_plan .anchor_btn a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.maldives_zoo .sec_plan .plan_tit_02 {
	font-size: 1.5rem;
	color: #23afb7;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: bold;
}

.maldives_zoo .sec_plan .plan_tour {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	margin: 20px 0 25px;
}

.maldives_zoo .sec_plan .plan_tour .tour_list {
	border: 1px solid #23afb7;
	border-top: 0;
}

.maldives_zoo .sec_plan .plan_tour .tour_list li {
	border-top: 1px solid #23afb7;
	background: #fff;
}

.maldives_zoo .sec_plan .plan_tour .tour_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.maldives_zoo .sec_plan .plan_tour .tour_list li a.soldout {
	pointer-events: none;
}

.maldives_zoo .sec_plan .plan_tour .tour_list li a.soldout p {
	font-size: 1.3rem;
}

.maldives_zoo .sec_plan .plan_tour .tour_days {
	width: 98px;
	color: #fff;
	background: #70c1c5;
	padding: 10px 0 12px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.38;
	padding: 0 5px 0 17px;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee p {
	font-size: 1.6rem;
	color:#FF5353;
	font-weight: bold;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee i {
	font-style: normal;
	font-weight: bold;
	background: #ada779;
	color: #fff;
	height: 70%;
	border-radius: 3px;
	font-size: 1.3rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -0.1em;
	padding: 0 10px 0 13px;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee i::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-width: 1px;
	margin-left: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.maldives_zoo .sec_plan .plan_btn {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.maldives_zoo .sec_plan .plan_btn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px -20px;
}

.maldives_zoo .sec_plan .plan_btn_list li {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

.maldives_zoo .sec_plan .plan_btn_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #23afb7;
	border-radius: 4px;
	border: 1px solid #23afb7;
	background: #d9f0f1;
	font-size: 1.6rem;
	padding-left: 14px;
	height: 42px;
	position: relative;
}

.maldives_zoo .sec_plan .plan_btn_list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 6px;
	height: 6px;
	border-right: 2px solid #23afb7;
	border-bottom: 2px solid #23afb7;
	border-width: 1px;
}

.maldives_zoo .sec_plan.plan_01 .sec_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.maldives_zoo .sec_plan.plan_01 .sec_title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 59.38%;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider {
	position: relative;
	width: 100%;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_main {
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_main.slick-initialized {
	opacity: 1;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure {
	width: 100%;
	height: 0;
	padding-top: 66.61%;
	overflow: hidden;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure img.height_fit {
	width: auto;
	height: 100%;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_thumb {
	position: relative;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav {
	padding: 0 60px;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav.slick-initialized {
	opacity: 1;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide {
	margin: 0 6px;
	outline: none;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide figure {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	padding-top: 66.61%;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: auto;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide.slick-current figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 2;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-arrow {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 20;
	width: 48px;
	height: 100%;
	text-align: center;
	border: 0;
	background: #70c1c5;
	cursor: pointer;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-arrow::after {
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 10px);
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-next {
	right: 0;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-prev {
	left: 0;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-prev::after {
	left: calc(50% - 5px);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.maldives_zoo .sec_plan.plan_01 .plan_wrap {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 35.2%;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 {
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.05;
	margin-bottom: 20px;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 7px;
	color: #23afb7;
	font-size: 2rem;
	line-height: 1.3;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 span::before {
	content: "";
	width: 5px;
	margin-right: 14px;
	background: #23afb7;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 em {
	color: #fff;
	font-size: 1.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 22px;
	height: 30px;
	background: #ada779;
	border-radius: 3px;
	font-style: normal;
}

	
/*.maldives_zoo .sec_plan .plan_btn + .plan_tit_01 {
	margin-top: 30px;
	border-top: 1px dashed #23afb7;
	padding-top: 30px;
}*/

.maldives_zoo .sec_plan.plan_01 .service_wrap {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	width: 100%;
	position: relative;
	margin-top: 94px;
	padding: 50px 0 100px;
}

.maldives_zoo .sec_plan.plan_01 .service_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 117.75%;
	height: 100%;
	max-width: 1366px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/service_bg.jpg) center bottom/cover no-repeat;
	z-index: -1;
}

.maldives_zoo .sec_plan.plan_01 .service_tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 100%;
	text-shadow: 0 0 7px rgb(101 101 83 / 95%);
	line-height: 1.2;
	margin-bottom: 50px;
}

.maldives_zoo .sec_plan.plan_01 .service_tit b {
	font-size: 4.5rem;
	font-weight: 400;
}

.maldives_zoo .sec_plan.plan_01 .service_tit small {
	font-size: 1.4rem;
	font-weight: 400;
	margin-left: 14px;
}

.maldives_zoo .sec_plan.plan_01 .service_box {
	background: #fff;
	padding: 10px 22px 15px;
}

.maldives_zoo .sec_plan.plan_01 .service_box .tit_01 {
	color: #23afb7;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 10px;
}

.maldives_zoo .sec_plan.plan_01 .service_box .tit_01 small {
	font-size: 1.6rem;
}

.maldives_zoo .sec_plan.plan_01 .service_box .tit_02 {
	font-size: 1.5rem;
	line-height: 1.47;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	color: #a9a16e;
	margin: 10px 0;
	font-weight: bold;
}

.maldives_zoo .sec_plan.plan_01 .service_box .img {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 66.2%;
	display: block;
	background-color: #f0f0f0;
}

.maldives_zoo .sec_plan.plan_01 .service_box .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maldives_zoo .sec_plan.plan_01 .service_box .img img.lazyload {
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
}

.maldives_zoo .sec_plan.plan_01 .service_box .img img.lazyload.lazyloaded {
	opacity: 1;
}

.maldives_zoo .sec_plan.plan_01 .btn_wrap {
	position: relative;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	width: 100%;
	background: #d9f0f1;
	padding: 30px 0;
}

.maldives_zoo .sec_plan.plan_01 .btn_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 117.75%;
	height: 100%;
	max-width: 1366px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #d9f0f1;
	z-index: -1;
}

.maldives_zoo .sec_plan.plan_02 .plan_box {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 {
	margin-bottom: 14px;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i {
	font-style: normal;
	font-size: 2.6rem;
	color: #a9a16e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i::before {
	content: "";
	position: absolute;
	top: 60%;
	right: calc(100% + 13px);
	width: 30px;
	height: 1px;
	background: #a9a16e;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i b {
	font-size: 130%;
	font-weight: 400;
	margin-left: 8px;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 strong {
	color: #a9a16e;
	font-weight: bold;
	line-height: 1.46;
}

.maldives_zoo .sec_plan.plan_02 .plan_comment {
	margin-bottom: 12px;
}

.maldives_zoo .sec_plan.plan_02 .plan_img {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 65.78%;
	display: block;
	background-color: #f0f0f0;
}

.maldives_zoo .sec_plan.plan_02 .plan_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maldives_zoo .sec_plan.plan_02 .plan_img img.lazyload {
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
}

.maldives_zoo .sec_plan.plan_02 .plan_img img.lazyload.lazyloaded {
	opacity: 1;
}

.maldives_zoo .sec_plan.plan_02 .plan_info {
	background: #d9f0f1;
	padding: 20px 20px 26px;
}

.maldives_zoo .sec_plan.plan_02 .plan_attention {
	color: #ff0000;
}

.maldives_zoo .sec_plan.plan_02 .plan_tokuten {
	margin-bottom: 10px;
}

.maldives_zoo .sec_plan.plan_02 .plan_tokuten h4 {
	font-weight: bold;
	line-height: 1.54;
	color: #23afb7;
	margin-bottom: 8px;
}
.maldives_zoo .sec_plan.plan_02 .plan_tokuten p {
	line-height: 1.54;
	color: #444;
	margin-bottom: 8px;
}
.maldives_zoo .sec_plan.plan_02 .plan_tokuten ul + h4,.maldives_zoo .sec_plan.plan_02 .plan_tokuten p + h4 {
	margin-top: 20px;
}

.maldives_zoo .sec_plan.plan_02 .plan_tokuten li {
	font-size: 1.3rem;
	color: #444;
	line-height: 1.54;
	padding-left: 13px;
	text-indent: -13px;
	margin-bottom: 8px;
}

.maldives_zoo .sec_plan.plan_02 .plan_tokuten li::before {
	content: "・";
}

.maldives_zoo .sec_plan.plan_02 .plan_btn_list a {
	background: #70c1c5;
	color: #fff;
}

.maldives_zoo .sec_plan.plan_02 .plan_btn_list a::after {
	border-color: #fff;
}

/* ------------------------------------
  お問い合わせ
------------------------------------ */

.maldives_zoo .sec_contact .sec_inner {
	padding: 60px 0 110px;
}

.maldives_zoo .sec_contact .contact_box {
	max-width: 793px;
	margin: 0 auto;
}

.maldives_zoo .sec_contact .contact_tit {
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
	color: #23afb7;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.maldives_zoo .sec_contact .contact_txt p {
	line-height: 1.625;
	font-size: 1.3rem;
	color: #666;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.maldives_zoo .sec_contact .contact_btn_tel a {
	font-weight: bold;
}

.maldives_zoo .sec_contact .contact_btn_tel a::before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-size: 75%;
	font-weight: 900;
}

.maldives_zoo .sec_contact .contact_btn_form {
	margin-top: 12px;
}

.maldives_zoo .sec_contact .contact_btn_form a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #23afb7;
	background: #d9f0f1;
	border-radius: 50px;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #23afb7;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.maldives_zoo .sec_contact .contact_btn_form a::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	margin-right: 30px;
}

.maldives_zoo .sec_contact .contact_btn_form a::after {
	width: 6px;
	height: 6px;
	border-right: 2px solid #23afb7;
	border-bottom: 2px solid #23afb7;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 15px;
}

body:not(.mobile) .maldives_zoo .sec_contact .contact_btn_form a:hover {
	opacity: 1;
	background: #23afb7;
	color: #fff;
}

body:not(.mobile) .maldives_zoo .sec_contact .contact_btn_form a:hover::after {
	border-color: #fff;
}

@media screen and (min-width: 1366px){
.maldives_zoo .sec_hero .hero_txt .dis_pc_l{
	display: block;
	}
}
@media screen and (max-width: 1365px){
.maldives_zoo .sec_hero .hero_txt .dis_pc_l{
	display: none;
	}
}
@media screen and (min-width: 641px) and (max-width: 768px) {

.maldives_zoo .sec_hero .hero_title_sb {
	margin: 0 15px 15px;
}

}

@media screen and (min-width: 641px), print {

.maldives_zoo .sec_hero .hero_obi {
	position: absolute;
	top: 25px;
	left: 15px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.maldives_zoo .sec_hero .hero_obi_01 {
	padding: 0 15px;
	text-shadow: 0 0 3px #76a2b4;
}

.maldives_zoo .sec_hero .hero_obi_01::after,
.maldives_zoo .sec_hero .hero_obi_01::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 15px;
	height: 22px;
	background: url(../img/obi_line_01.svg) center center/cover no-repeat;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.maldives_zoo .sec_hero .hero_obi_01::after {
	right: 0;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.maldives_zoo .sec_hero .hero_obi_01::before {
	left: 0;
	-webkit-transform: rotate(-50deg) scale(-1, -1);
	transform: rotate(-50deg) scale(-1, -1);
}

.maldives_zoo .sec_hero .hero_title_sb {
	position: relative;
	padding: 25px 0 25px 12.4%;
	background: rgba(255, 255, 255, 0.95);
	margin-bottom: 15px;
}

.maldives_zoo .sec_hero .hero_title_sb::before {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 9%;
	height: 1px;
	background: #23afb7;
}

.maldives_zoo .sec_hero .hero_txt {
	padding: 0 7% 0 12.45%;
	color: #fff;
	text-shadow: 0 0 6px #5d3617;
}

.maldives_zoo .sec_plan.plan_01 .service_tit b br {
	display: none;
}

.maldives_zoo .sec_plan.plan_01 .service_boxs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 10px);
	margin: 0 -0px -30px;
}

.maldives_zoo .sec_plan.plan_01 .service_box {
	width: calc(33.333% - 10px);
	margin: 0 5px 30px;
}

.maldives_zoo .sec_contact .contact_box {
	padding: 30px 78px 45px;
	border: 1px solid #bbb592;
}

.maldives_zoo .sec_contact .contact_btn_tel a {
	text-align: center;
	display: inline-block;
	pointer-events: none;
	font-size: 4.2rem;
	color: #23afb7;
	position: relative;
	line-height: 1;
	padding-left: 40px;
	letter-spacing: 0.04em;
}

.maldives_zoo .sec_contact .contact_btn_tel a::before {
	position: absolute;
	bottom: 0;
	left: 0;
}

.maldives_zoo .sec_contact .contact_btn_tel a span {
	line-height: 1;
}

.maldives_zoo .sec_contact .contact_time {
	display: none;
}

}

@media screen and (max-width: 768px) and (min-width: 641px) {

.maldives_zoo .sec_hero .sec_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 105vw;
	padding: 50px 0 25px;
	background: url(../img/hero_visual_sp.jpg) center center/cover no-repeat;
}

.maldives_zoo .sec_hero .sec_inner .wrap_01 {
	margin-bottom: 20px;
}

.maldives_zoo .sec_hero .hero_title {
	margin: 0 auto;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img {
	margin-top: 15px;
}

}

@media screen and (min-width: 769px), print {

.maldives_zoo a:hover {
	opacity: 0.75;
}

.maldives_zoo .sec_hero .sec_inner {
	height: 636px;
	background: url(../img/hero_visual.jpg) center center/cover no-repeat;
}

.maldives_zoo .sec_hero .sec_inner .wrap_02 {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 64.35%;
}

.maldives_zoo .sec_hero .hero_title {
	position: absolute;
	left: 0;
	bottom: 52px;
	width: 35.65%;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide:not(.slick-current):hover {
	opacity: 0.65;
	cursor: pointer;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-arrow:hover {
	opacity: 0.65;
}

.maldives_zoo .sec_plan.plan_01 .service_boxs {
	width: calc(100% + 30px);
	margin: 0 -15px -30px;
}

.maldives_zoo .sec_plan.plan_01 .service_box {
	width: calc(33.333% - 30px);
	margin: 0 10px 30px;
	padding: 10px 17px 15px;
}
	
.maldives_zoo .sec_plan.plan_01 .service_box .tit_01{
	font-size: 1.8rem
}

.maldives_zoo .sec_plan.plan_01 .service_box:first-of-type .tit_01 {
	margin-right: 5px;
}

.maldives_zoo .sec_plan.plan_02 .sec_inner {
	padding-top: 30px;
}

.maldives_zoo .sec_plan.plan_02 .plan_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 88.55%;
	max-width: 1014px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px auto 90px;
}

.maldives_zoo .sec_plan.plan_02 .plan_box {
	width: 43.78%;
}

.maldives_zoo .sec_contact .contact_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.maldives_zoo .sec_contact .contact_txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 15px;
}

.maldives_zoo .sec_contact .contact_txt p.time {
	margin-top: 10px;
}

.maldives_zoo .sec_contact .contact_btn {
	width: 52.6%;
}

}

@media screen and (max-width: 1024px) and (min-width: 769px) {

.maldives_zoo .sec_hero .hero_title strong {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 60px;
}

}

@media screen and (min-width: 1025px), print {

.maldives_zoo .sec_hero .hero_title strong b:first-of-type {
	margin-right: 5px;
	font-size: 100%;
}

}

@media screen and (min-width: 1141px), print {

.breadcrumb_area.ft {
	width: 100%;
}

.breadcrumb_area.ft nav {
	width: 1140px;
	margin: 0 auto;
}

}

@media screen and (max-width: 1024px) {

.maldives_zoo .sec_hero .hero_title > span {
	font-size: 3rem;
	padding: 0 18px;
}

}

@media screen and (max-width: 768px) {
	
.maldives_zoo .sec_hero .hero_title strong{
	max-width: 94%;
}
	
.maldives_zoo .sec_hero .hero_title > span {
	text-shadow: 0 0 5px #6a6646, 0 3px 12px #939797;
	background: none;
	border: none;
	max-width: 445px;	
	text-align: center;
}

.maldives_zoo .sec_plan .sec_title {
	padding: 20px 0;
}

.maldives_zoo .sec_plan .anchor_btn a {
	font-size: 1.6rem;
	height: 45px;
}

.maldives_zoo .sec_plan .plan_tit_02 {
	font-size: 1.4rem;
}
	
.maldives_zoo .sec_plan.plan_01 + .sec_plan.plan_01{
	margin-top: 0;
}

.maldives_zoo .sec_plan .plan_tour {
	margin: 12px 0 20px;
}

.maldives_zoo .sec_plan .plan_tour .tour_days {
	width: 83px;
	font-size: 1.4rem;
	padding: 8px 0 9px;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee p {
	font-size: 1.5rem;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee i {
	font-size: 1.4rem;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee i::after {
	-webkit-transform: rotate(-45deg) scale(0.9);
	transform: rotate(-45deg) scale(0.9);
}

.maldives_zoo .sec_plan .plan_btn_list {
	width: calc(100% + 10px);
	margin: 0 -5px -10px;
}

.maldives_zoo .sec_plan .plan_btn_list li {
	width: calc(25% - 10px);
	margin: 0 5px 10px;
}

.maldives_zoo .sec_plan .plan_btn_list li a {
	height: 36px;
	padding-left: 12px;
	font-size: 1.4rem;
	font-weight: bold;
}

.maldives_zoo .sec_plan .plan_btn_list li a::after {
	right: 10px;
}

/*.maldives_zoo .sec_plan.plan_01 .sec_title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}*/

.maldives_zoo .sec_plan.plan_01 .hotel_img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: 5.33333vw;
}

.maldives_zoo .sec_plan.plan_01 .plan_wrap {
	width: 100%;
	margin-bottom: 25px;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 {
	margin-bottom: 12px;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 span {
	font-size: 1.6rem;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 span::before {
	width: 4px;
	margin-right: 12px;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 em {
	font-size: 1.4rem;
	height: 25px;
	padding: 0 18px;
}

.maldives_zoo .sec_plan.plan_01 .service_wrap {
	width: calc(100% + 30px);
	margin: 0 -15px;
	padding: 20px 15px 40px;
}



/*.maldives_zoo .sec_plan.plan_01 .service_wrap::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}*/

.maldives_zoo .sec_plan.plan_01 .service_tit {
	margin-bottom: 20px;
}

.maldives_zoo .sec_plan.plan_01 .service_tit b {
	font-size: 2.8rem;
}

.maldives_zoo .sec_plan.plan_01 .service_tit small {
	display: none;
}

.maldives_zoo .sec_plan.plan_01 .service_box {
	padding: 10px 15px 15px;
	margin-bottom: 15px;
}

.maldives_zoo .sec_plan.plan_02 .plan_wrap {
	margin: 0 auto 6px;
	width: 100%;
	max-width: 640px;
}

.maldives_zoo .sec_plan.plan_02 .plan_box {
	margin-bottom: 30px;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 {
	margin-right: 15px;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i {
	font-size: 1.8rem;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i::before {
	display: none;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i b {
	margin-left: 5px;
	font-size: 127%;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 strong {
	font-size: 1.5rem;
}

.maldives_zoo .sec_plan.plan_02 .plan_comment {
	margin-right: 15px;
}

.maldives_zoo .sec_plan.plan_02 .plan_btn_list a {
	font-size: 1.1rem;
	height: 30px;
}

.maldives_zoo .sec_contact .sec_inner {
	padding: 60px 15px 110px;
}

.maldives_zoo .sec_contact .contact_tit {
	font-size: 2rem;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}

.maldives_zoo .sec_contact .contact_tit::before {
	content: "\f2a0";
	font-family: "Font Awesome 5 Free";
	font-size: 130%;
	display: block;
	text-align: center;
	font-weight: bold;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.maldives_zoo .sec_contact .contact_txt p {
	text-align: center;
}

.maldives_zoo .sec_contact .contact_txt p .dis_pc {
	display: none;
}

.maldives_zoo .sec_contact .contact_btn {
	margin-top: 20px;
	z-index: 2;
	position: relative;
}

.maldives_zoo .sec_contact .contact_btn_tel {
	text-align: center;
}

.maldives_zoo .sec_contact .contact_btn_form {
	margin-top: 10px;
}

}

@media screen and (max-width: 640px) {

.maldives_zoo .sec_hero .sec_inner .wrap_01 {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 105%;
	height: 0;
	background: url(../img/hero_visual_sp.jpg) center center/cover no-repeat;
}

.maldives_zoo .sec_hero .sec_inner .wrap_02 {
	padding: 5.33333vw 0 0;
}

.maldives_zoo .sec_hero .hero_obi_01 {
	position: absolute;
	bottom: 3.73333vw;
	left: 15px;
	font-size: 3.2vw;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
	width: 28.53%;
	border-radius: 5px;
	border: 1px solid #aca77e;
	background: rgba(255, 255, 255, 0.9);
	color: #23afb7;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.maldives_zoo .sec_hero .hero_obi_01 {
	left: 4vw;
	height: 13.86667vw;
}

.maldives_zoo .sec_hero .hero_obi_01::after {
	content: "";
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #aca77e;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maldives_zoo .sec_hero .hero_obi_01::before {
	content: "";
	z-index: 3;
	position: absolute;
	top: 50%;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maldives_zoo .sec_hero .hero_obi_02 {
	position: absolute;
	left: -37%;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: 0;
	width: 100%;
	letter-spacing: 0.48px;
	font-size: 3.2vw;
	height: 6.4vw;
	top: 5.33333vw;
}

.maldives_zoo .sec_hero .hero_title > span {
	position: absolute;
	top: 10.66667vw;
	left: 0;
	width: 100%;
	max-width: 100%;
	color: #fff;
	/*text-shadow: 0 0 5px #6a6646, 0 3px 12px #23afb7;*/
	font-size: 6.4vw;
}

.maldives_zoo .sec_hero .hero_title strong {
	width: 100%;
	position: absolute;
	bottom: 3.73333vw;
	right: 4vw;
	border-width: 2px;
	border-radius: 1px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 4.53333vw;
	height: 11.86667vw;
}

.maldives_zoo .sec_hero .hero_title strong b:first-of-type {
	font-size: 77%;
}

.maldives_zoo .sec_hero .hero_title_sb b {
	position: relative;
	text-align: center;
	padding: 0 13.33333vw;
	font-size: 5.33333vw;
}

.maldives_zoo .sec_hero .hero_title_sb b::before,
.maldives_zoo .sec_hero .hero_title_sb b::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background: #23afb7;
	width: 9.33333vw;
}

.maldives_zoo .sec_hero .hero_title_sb small {
	text-align: center;
	color: #bbb698;
	font-size: 2.66667vw;
	margin-top: 1.33333vw;
}

.maldives_zoo .sec_hero .hero_txt {
	margin: 5.33333vw 4vw 0;
	font-size: 3.73333vw;
}

.maldives_zoo .sec_plan .sec_inner {
	padding: 0 4vw;
}

.maldives_zoo .sec_plan p {
	font-size: 3.46667vw;
}

.maldives_zoo .sec_plan .sec_title {
	padding: 5.33333vw 0;
}

.maldives_zoo .sec_plan .sec_title span::before {
	top: 1.06667vw;
}

.maldives_zoo .sec_plan .sec_title span::after {
	bottom: 1.06667vw;
}

.maldives_zoo .sec_plan .anchor_btn a {
	font-size: 4.26667vw;
	height: 12vw;
}

.maldives_zoo .sec_plan .anchor_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.maldives_zoo .sec_plan .anchor_btn a::after {
	right: 5.33333vw;
}

.maldives_zoo .sec_plan .anchor_btn a small {
	display: none;
}

.maldives_zoo .sec_plan .plan_tit_02 {
	font-size: 3.73333vw;
	margin-bottom: 1.33333vw;
}

.maldives_zoo .sec_plan .plan_tour {
	margin: 3.2vw 0 5.33333vw;
}

.maldives_zoo .sec_plan .plan_tour .tour_list li a.soldout p {
	font-size: 3.46667vw;
}

.maldives_zoo .sec_plan .plan_tour .tour_days {
	width: 22.13333vw;
	font-size: 3.73333vw;
	padding: 2.13333vw 0 2.4vw;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee {
	padding: 0 1.5vw 0 3.2vw;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee p {
	font-size: 4vw;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee i {
	font-size: 3.5vw;
	height: 75%;
	padding: 0 9px 0 11px;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee i::after {
	width: 1.6vw;
	height: 1.6vw;
}

.maldives_zoo .sec_plan .plan_tour .tour_fee i::after {
	margin-left: 1.33333vw;
}

.maldives_zoo .sec_plan .plan_btn_list {
	width: calc(100% + 2.66667vw);
	margin: 0 -1.33333vw -2.66667vw;
}

.maldives_zoo .sec_plan .plan_btn_list li {
	width: calc(50% - 2.66667vw);
	margin: 0 1.33333vw 2.66667vw;
}

.maldives_zoo .sec_plan .plan_btn_list li a {
	height: 9.6vw;
	padding-left: 3.2vw;
	font-size: 3.73333vw;
}

.maldives_zoo .sec_plan .plan_btn_list li a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.maldives_zoo .sec_plan .plan_btn_list li a::after {
	right: 2.66667vw;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_main {
	margin-bottom: 10px;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav {
	padding: 0 30px;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide {
	margin: 0 3px;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-arrow {
	width: 24px;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-arrow::after {
	top: calc(50% - 3px);
	left: calc(50% - 6px);
	width: 6px;
	height: 6px;
	border-width: 1px;
}

.maldives_zoo .sec_plan.plan_01 .hotel_img .slider .slick-prev::after {
	left: calc(50% - 3px);
}

.maldives_zoo .sec_plan.plan_01 .plan_wrap {
	margin-bottom: 6.66667vw;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 {
	margin-bottom: 3.2vw;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 span {
	font-size: 4.26667vw;
	margin-bottom: 1.86667vw;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 span::before {
	width: 1.06667vw;
	margin-right: 3.2vw;
}

.maldives_zoo .sec_plan.plan_01 .plan_tit_01 em {
	font-size: 3.73333vw;
	height: 6.66667vw;
	padding: 0 4.8vw;
}

.maldives_zoo .sec_plan.plan_01 .service_wrap {
	width: calc(100% + 8vw);
	margin: 0 -4vw;
	padding: 5.33333vw 15px 10.66667vw;
}

.maldives_zoo .sec_plan.plan_01 .service_wrap::after {
	background-size: auto 100%;
	width: 100%;
	z-index: -2;
	background-image: url(../img/service_bg_sp.jpg);
}

.maldives_zoo .sec_plan.plan_01 .service_wrap::before {
	height: 40vw;
}

.maldives_zoo .sec_plan.plan_01 .service_tit {
	margin-bottom: 5.33333vw;
}

.maldives_zoo .sec_plan.plan_01 .service_tit b {
	font-size: 7.46667vw;
}

.maldives_zoo .sec_plan.plan_01 .service_boxs {
	margin-bottom: -4vw;
}

.maldives_zoo .sec_plan.plan_01 .service_box {
	padding: 2.66667vw 4vw 4vw;
	margin-bottom: 4vw;
}

.maldives_zoo .sec_plan.plan_01 .service_box .tit_01 {
	font-size: 5.33333vw;
	margin-bottom: 2.66667vw;
}

.maldives_zoo .sec_plan.plan_01 .service_box .tit_01 small {
	font-size: 4.26667vw;
}

.maldives_zoo .sec_plan.plan_01 .service_box .tit_02 {
	font-size: 4vw;
	margin: 4vw 0;
}

.maldives_zoo .sec_plan.plan_01 .service_box .img {
	margin-bottom: 4vw;
}

.maldives_zoo .sec_plan.plan_01 .btn_wrap {
	padding: 6.93333vw 0;
}

.maldives_zoo .sec_plan.plan_02 .plan_wrap {
	margin-bottom: 1.6vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_box {
	padding-left: 0;
	margin-bottom: 8vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 {
	margin-right: 4vw;
	margin-bottom: 4vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i {
	font-size: 4.8vw;
	margin-bottom: 2.66667vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 i b {
	margin-right: 1.33333vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_tit_01 strong {
	font-size: 4vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_comment {
	margin-right: 4vw;
	margin-bottom: 3.46667vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_info {
	padding: 5.33333vw 4vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_tokuten {
	margin-bottom: 2.13333vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_tokuten p {
	margin-bottom: 2.13333vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_tokuten li {
	font-size: 3.46667vw;
	padding-left: 3.46667vw;
	text-indent: -3.46667vw;
	margin-bottom: 2.13333vw;
}

.maldives_zoo .sec_plan.plan_02 .plan_btn_list a {
	font-size: 2.93333vw;
	height: 8vw;
}

.maldives_zoo .sec_contact .sec_inner {
	padding: 10.66667vw 4vw 16vw;
}

.maldives_zoo .sec_contact .contact_tit {
	font-size: 5.33333vw;
	margin-bottom: 2.66667vw;
}

.maldives_zoo .sec_contact .contact_txt p {
	font-size: 3.46667vw;
}

.maldives_zoo .sec_contact .contact_btn {
	margin-top: 5.33333vw;
}

.maldives_zoo .sec_contact .contact_btn_tel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	border-radius: 50px;
	border: 1px solid #23afb7;
	color: #fff;
	font-size: 6.4vw;
	position: relative;
	height: 12.26667vw;
	background: #23afb7;
	padding-right: 8vw;
	font-family: "Arial", "メイリオ";
}

.maldives_zoo .sec_contact .contact_btn_tel a::before {
	font-size: 79%;
	margin-right: 6.66667vw;
}

.maldives_zoo .sec_contact .contact_btn_tel a::after {
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 4vw;
}

.maldives_zoo .sec_contact .contact_btn_form {
	margin-top: 2.66667vw;
}

.maldives_zoo .sec_contact .contact_btn_form a {
	font-size: 4.26667vw;
	height: 12.26667vw;
}

.maldives_zoo .sec_contact .contact_btn_form a::before {
	margin-right: 8vw;
}

.maldives_zoo .sec_contact .contact_btn_form a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.maldives_zoo .sec_contact .contact_btn_form a::after {
	right: 4vw;
}

.maldives_zoo .sec_contact .contact_time {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
	margin-top: 5.33333vw;
	font-size: 3.2vw;
	line-height: 1.7;
	color: #555;
}

}

@media screen and (max-width: 640px) and (max-width: 640px) {

.maldives_zoo .sec_contact .contact_btn_tel a::after {
	width: 1.6vw;
	height: 1.6vw;
}

}

@media print {

body {
	-webkit-print-color-adjust: exact;
	min-width: 1140px !important;
	width: 100%;
	position: relative !important;
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

}

