@charset "UTF-8";

/****** common *****/
#container{
	width: 100%;
    margin: 0;
}
#bred_navi {
    margin: 0 auto;
    width: 100%;
	max-width: 1200px;
	margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
	#bred_navi {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		margin-bottom: 10px;
	}
}
#contentsWrap {
	/* margin-top: 57px; */
	font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.6vw;
  font-feature-settings: "palt";
	color: #666;
	animation: fadeFirst .8s ease 0s 1 alternate none running;
}
@keyframes fadeFirst {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#contentsWrap {
	/* margin-top: 57px; */
	font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.6vw;
	font-feature-settings: "palt";
	color: #666;
}
#contentsWrap .pc {
	display: none;
}
#contentsWrap .inner {
	max-width: 1200px;
	padding-left: 6%;
	padding-right: 6%;
	margin: 0 auto;
	box-sizing: border-box;
}
#contentsWrap img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
}
#contentsWrap .photo {
	position: relative;
}
#contentsWrap .photo p {
	position: absolute;
	z-index: 10;
}
#contentsWrap a:hover {
	opacity: 1;
	text-decoration: none;
}

/*
#contentsWrap .min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
*/
#contentsWrap .en {
	font-family: 'Dancing Script', "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#contentsWrap .pc {
	display: none;
}
@media screen and (min-width: 768px) {
	#contentsWrap {
		font-size: 16px;
		margin-top: 0;
	}
	#contentsWrap .inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	#contentsWrap .pc {
		display: block;
	}
	#contentsWrap .sp {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	#contentsWrap .inner {
		padding-left: 1%;
		padding-right: 1%;
		overflow: hidden;
	}
}

/****** text *****/
#contentsWrap .title {
	font-size: 4.4vw;
	margin-bottom: 5vw;
	letter-spacing: 0.1em;
}
#contentsWrap .titleS {
	font-size: 4vw;
	margin-bottom: 3vw;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
#contentsWrap .titleSS {
	font-size: 3.8vw;
	margin-bottom: 3vw;
	letter-spacing: 0.1em;
}
#contentsWrap .c_title {
	padding: 200px 0 8%;
	font-size: 7vw;
	text-align: center;
	background-position: 50% 90px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#tour #tourList .txtWrap .copy {
	line-height: 1.8em;
	min-height: 145px;
}
#contentsWrap .caption,
#contentsWrap .captionR {
	font-size: 2.8vw;
	opacity: 0.8;
}
#contentsWrap .captionR {
	text-align: right;
}
@media screen and (min-width: 768px) {
	#contentsWrap .title {
		font-size: 32px;
		margin-bottom: 40px;
		letter-spacing: 0.1em;
	}
	#contentsWrap .titleS {
		font-size: 22px;
		margin-bottom: 20px;
		letter-spacing: 0.1em;
	}
	#contentsWrap .titleSS {
		font-size: 18px;
		margin-bottom: 20px;
		letter-spacing: 0.1em;
	}
	#contentsWrap .c_title {
		font-size: 52px;
		padding-bottom: 60px;
	}
	#contentsWrap .caption,
	#contentsWrap .captionR {
		font-size: 13px;
	}
	#tour #tourList .txtWrap .copy{
		min-height: 170px;
	}
}
@media screen and (min-width: 1200px) {
}

/****** color *****/
#contentsWrap .white {
	color: #FFF;
}
#contentsWrap .black {
	color: #333;
}
#contentsWrap .gray {
	color: #dcdcdc;
}
#contentsWrap .red {
	color: #ff0000;
}
#contentsWrap .blue {
	color: #3a82d2;
}
#contentsWrap .blue02 {
	color: #4ecbde;
}
#contentsWrap .blue02 {
	color: #00a0e9
}
#contentsWrap .green {
	color: #62b560;
}
#contentsWrap .green02 {
	color: #33bbce;
}
#contentsWrap .orange {
	color: #e88f02;
}
#contentsWrap .purple {
	color: #ef50c8;
}
#contentsWrap .pink {
	color: #e4007f;
}
#contentsWrap .sky {
	color: #40c3db;
}
@media screen and (min-width: 768px) {
	font-size:3.6vw;
}
@media screen and (min-width: 1200px) {
}


/****** mainWrap *****/
#mainWrap {
	position: relative;
	width: 100%;
	height: 140vw;
	margin: 0 auto;
	background: url(../../i/family_dubai/main_bg_sp.jpg) center bottom repeat-x;
	overflow: hidden;
	animation: fadeFirst 0.6s ease 0s 1 alternate none running;
}
#mainWrap #m_title_sub {
	width: 50%;
	margin: auto;
	padding-top: 10%;
}
#mainWrap #m_title {
	max-width: 100%;
	margin: -3% auto 0;
}
#mainWrap #m_dokidoki {
	width: 80%;
	margin: 4% auto 0;
}
#mainWrap #m_dubai {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
#mainWrap #m_link {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	max-width: 1020px;
	margin-top: 10%;
}
#mainWrap #m_link li {
	position: relative;
	width: 32.33333%;
	margin: 0 0.5%;
}
#mainWrap #m_link li a {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 2.4vw;
	letter-spacing: 0;
}
#mainWrap #m_link li a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#mainWrap #m_link li a div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 66%;
	color: #3a82d2;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: 52%;
	transition: 0.4s;
	box-sizing: border-box;
}
#mainWrap #m_link li a:hover div {
	color: #FFF;
}
#mainWrap #m_link li:nth-of-type(1) a div {
	background-image: url(../../i/family_dubai/icon_dubai.png);
	background-position: 50% 26%;
}
#mainWrap #m_link li:nth-of-type(2) a div {
	background-image: url(../../i/family_dubai/icon_sugoshikata.png);
	background-position: 50% 24%;
}
#mainWrap #m_link li:nth-of-type(3) a div {
	background-image: url(../../i/family_dubai/icon_hotel.png);
	background-position: 50% 16%;
}
#mainWrap #m_link li:nth-of-type(4) a div {
	background-image: url(../../i/family_dubai/icon_tour.png);
	background-position: 50% 28%;
}
#mainWrap #m_link li:nth-of-type(5) a div {
	background-image: url(../../i/family_dubai/icon_qa.png);
	background-position: 50% 34%;
}

#mainWrap #m_link li:nth-of-type(1) a:hover div {
	background-image: url(../../i/family_dubai/icon_dubai_ov.png);
	background-color: #e88f02;
}
#mainWrap #m_link li:nth-of-type(2) a:hover div {
	background-image: url(../../i/family_dubai/icon_sugoshikata_ov.png);
	background-color: #ef50c8;
}
#mainWrap #m_link li:nth-of-type(3) a:hover div {
	background-image: url(../../i/family_dubai/icon_hotel_ov.png);
	background-color: #3a82d2;
}
#mainWrap #m_link li:nth-of-type(4) a:hover div {
	background-image: url(../../i/family_dubai/icon_tour_ov.png);
	background-color: #62b560;
}
#mainWrap #m_link li:nth-of-type(5) a:hover div {
	background-image: url(../../i/family_dubai/icon_qa_ov.png);
	background-color: #40c3db;
}
#mainWrap .caption {
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 10;
}
@media screen and (min-width: 768px) {
	#mainWrap {
		height: 82vw;
		background: url(../../i/family_dubai/main_bg.jpg) center bottom repeat-x;
	}
	#mainWrap #m_title_sub {
		width: 364px;
		margin: auto;
		padding-top: 60px;
	}
	#mainWrap #m_title {
		max-width: 884px;
		margin-top: -20px;
	}
	#mainWrap #m_dokidoki {
		width: 554px;
		margin: 32px auto 0;
	}
	#mainWrap #m_dubai {
	}
	#mainWrap #m_link {
		flex-wrap: nowrap;
		margin: 4% auto 0;
		z-index: 4;
	}
	#mainWrap #m_link li {
		position: relative;
		width: 19%;
		margin: 0 0.5%;
	}
	#mainWrap #m_link li a {
		font-size: 15px;
	}
	#mainWrap #m_link li a div {
		padding-top: 66%;
	}
}
@media screen and (min-width: 1200px) {
	#mainWrap {
		height: 840px;
	}
}



/****** dubai *****/
#dubai {
	position: relative;
	background: url(../../i/family_dubai/dubai_bg.png) 50% bottom no-repeat;
	background-size: contain;
	padding-bottom: 76%;
}
#dubai .c_title {
	background-image: url(../../i/family_dubai/icon_dubai.png);
}
#dubai #checkPoint {
	margin-top: 10%;
}
#dubai #checkPoint dl {
	margin-bottom: 36px;
	font-size: 4vw;
	box-sizing: border-box;
}
#dubai #checkPoint dt {
	display: inline-block;
	margin-bottom: 2%;
	padding: 2% 7% 2% 48px;
	background: url(../../i/family_dubai/icon_check.png) 16px 50% rgba(58,130,210,0.9) no-repeat;
	background-size: 24px;
	border-radius: 80px;
	box-sizing: border-box;
}
#dubai #checkPoint dd {
	font-size: 3.2vw;
	line-height: 1.4em;
}
#dubai #d_photo01,
#dubai #d_photo02 {
	position: absolute;
}
#dubai #d_photo01 .caption,
#dubai #d_photo02 .caption {
	bottom: 0;
	right: 1px;
	z-index: 1;
}
#dubai #d_photo01,
#dubai #d_photo02 {
	bottom: 10%;
	width: 44%;
}
#dubai #d_photo01 {
	left: 4%;
	z-index: 0;
}
#dubai #d_photo02 {
	right: 4%;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	#dubai {
		padding-bottom: 100px;
		background-size: auto;
		background-attachment: fixed;
	}
	#dubai .copy {
		position: relative;
		z-index: 5;
	}
	#dubai #checkPoint {
		position: relative;
		margin-top: 60px;
		z-index: 5;
	}
	#dubai #checkPoint dl {
		font-size: 24px;
	}
	#dubai #checkPoint dt {
		margin-bottom: 16px;
		padding: 16px 60px;
		background: url(../../i/family_dubai/icon_check.png) 20px 50% rgba(58,130,210,0.9) no-repeat;
		background-size: 24px;
		box-sizing: border-box;
	}
	#dubai #checkPoint dd {
		width: 54%;
		padding-left: 32px;
		font-size: 16px;
	}
	#dubai #d_photo01,
	#dubai #d_photo02 {
		position: absolute;
	}
	#dubai #d_photo01,
	#dubai #d_photo02 {
		bottom: initial;
		left: initial;
		width: 30%;
	}
	#dubai #d_photo01 {
		top: 40%;
		left: 60%;
	}
	#dubai #d_photo02 {
		top: 58%;
		right: 0%;
	}
}
@media screen and (min-width: 840px) {
	#dubai #checkPoint dl {
		font-size: 30px;
	}
	#dubai #checkPoint dd {
		width: 60%;
	}
	#dubai #d_photo01,
	#dubai #d_photo02 {
		width: 330px;
	}
	#dubai #d_photo01 {
		top: 560px;
	}
	#dubai #d_photo02 {
		top: 920px;
		right: 2%;
	}
}
@media screen and (min-width: 1200px) {
	#dubai #checkPoint dd {
		width: 66%;
	}
	#dubai #d_photo01 {
	}
	#dubai #d_photo02 {
		right: 8%;
	}
}



/****** sugoshikata *****/
#sugoshikata {
	background: #fafcfc;
	padding-bottom: 20%;
}
#sugoshikata .c_title {
	background-image: url(../../i/family_dubai/icon_sugoshikata.png);
}
#sugoshikata ul#spot {
	display: flex;
	flex-wrap: wrap;
}
#sugoshikata ul#spot li {
	width: 100%;
	margin-bottom: 16%;
	box-sizing: border-box;
}
#sugoshikata #spot dl {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	top: -6%;
	left: 4%;
	width: 100%;
	z-index: 10;
}
#sugoshikata #spot dl dd {
	display: inline-block;
	margin-right: 2%;
	padding: 4% 3%;
	color: #FFF;
	background: #ef50c8;
	border-radius: 2px;
	/*	border: 2px solid #ef50c8; */
	font-size: 3.2vw;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
#sugoshikata .photo p.line {
	left: 20px;
	bottom:0;
	height: 40px;
	border-left: 4px solid #facce6;
}
#sugoshikata .photo p.caption {
	bottom: 8px;
	right: 5px;
	z-index: 1;
}
#sugoshikata .comment {
	margin-top: -32px;
	margin-left: 20px;
	border-left: 4px solid #facce6;
	padding-top: 60px;
	padding-left: 24px;
	padding-bottom: 24px;
	box-sizing: border-box;
}
#sugoshikata #specialPlan {
	margin: 0 auto;
	padding: 10% 6%;
	text-align: center;
	background: rgba(239,80,200,0.05);
	border: 3px double #ef50c8;
	box-sizing: border-box;
}
#sugoshikata #specialPlan div {
	margin-bottom: 3%;
}
#sugoshikata #specialPlan ul li:last-of-type {
	border-top: 1px dashed #999;
	padding-top: 8%;
}
#sugoshikata #specialPlan .otoiawase {
	margin-bottom: 8%;
	padding-bottom: 4%;
	border-bottom: 1px dotted #CCC;
}
#sugoshikata #specialPlan .otoiawase:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	#sugoshikata {
		padding-bottom: 80px;
	}
	#sugoshikata ul#spot li {
		width: 50%;
		margin-bottom: 60px;
	}
	#sugoshikata ul#spot li:nth-of-type(odd) {
		padding-right: 20px;
	}
	#sugoshikata ul#spot li:nth-of-type(2n) {
		padding-left: 20px;
	}
	#sugoshikata .photo p.caption {
		bottom: 5px;
	}
	#sugoshikata #spot dl {
	}
	#sugoshikata #spot dl dd {
		font-size: 16px;
		box-sizing: border-box;
	}
	#sugoshikata .photo p.en {
		top: 16px;
		left: 16px;
		padding-left: 12px;
		padding-right: 24px;
		padding-bottom: 20px; 
		font-size: 5vw;
	}
	#sugoshikata #specialPlan {
		padding: 60px 24px;
		border: 3px double #ef50c8;
		text-align: center;
		box-sizing: border-box;
	}
	#sugoshikata #specialPlan .titleS {
		font-size: 36px;
	}
	#sugoshikata #specialPlan ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#sugoshikata #specialPlan ul li,
	#sugoshikata #specialPlan ul li:last-of-type {
		width: 50%;
		padding: 3% 4%;
		box-sizing: border-box;
		border-top: none;
	}
	#sugoshikata #specialPlan ul li:last-of-type {
		border-left: 1px dashed #999;
	}
}
@media screen and (min-width: 860px) {
	#sugoshikata #specialPlan .titleS {
		font-size: 36px;
	}
}


/****** hotel *****/
#hotel {
	background: #f2f6ff;
	padding-bottom: 20%;
}
#hotel .inner {
	padding: 0;
}
#hotel .c_title {
	background-image: url(../../i/family_dubai/icon_hotel.png);
	margin-bottom: 4%;
}
#hotel ul.slider {
	width: 100%;
}
#hotel ul.slider li.hotelWrap {
	margin: 0 1vw;
}
#hotel .slide-arrow {
	position: absolute;
	width: 38px !important;
	top: 18%;
	margin: auto;
	z-index: 10;
	transition: 0.8s
}
#hotel .slide-arrow.next-arrow {
	right: 3%;
}
#hotel .slide-arrow.prev-arrow {
	left: 3%;
}
#hotel .slide-arrow.next-arrow:hover,
#hotel .slide-arrow.prev-arrow:hover {
	opacity: 0.8;
}

#hotel .hotelWrap {
	position: relative;
	max-width: 100%;
	margin-bottom: 20%;
	padding: 0 0.5% 1%;
	background: #FFF;
	border-radius: 20px;
	box-sizing: border-box;
}
#hotel .hotelWrap .titleWrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 6%;
}
#hotel .hotelWrap .titleWrap .star {
	width: 40%;
	margin: 0 auto 4%;
	padding: 8% 2%;
	text-align: center;
	background: #3a82d2;
	box-sizing: border-box;
}
#hotel .hotelWrap .titleWrap .star p:last-of-type {
	padding-top: 8px;
	letter-spacing: -0.1em;;
}
#hotel .hotelWrap .titleWrap li:last-of-type {
	width: 100%;
	margin-top: 4%;
}
#hotel .hotelWrap .titleWrap .area {
	font-size: 3.6vw;
	padding-bottom: 3%;
}
#hotel .hotelWrap .titleWrap .name {
	font-size: 4vw;
	font-weight: 700;
}
#hotel .dtlWrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
/* @media screen and (max-width: 767px) {
#hotel .dtlWrap {
	width: 90%;
    margin: 0 auto;
}
} */
#hotel .dtlWrap li:first-of-type {
	width: 100%;
}
#hotel .dtlWrap li:last-of-type {
	width: 100%;
	box-sizing: border-box;
}
#hotel .dtlWrap .photo {
	margin-bottom: 4%;
}
#hotel .dtlWrap .tokuten {
	margin-bottom: 4%;
	padding: 0 4% 4% 0;
	border-bottom: 1px dashed #999;
	box-sizing: border-box;
}
#hotel .dtlWrap .tokuten dt {
	display: inline-block;
	margin-bottom: 3%;
	padding: 1% 2%;
	border-radius: 20px;
	background: #3a82d2;
}
#hotel .dtlWrap .tokuten dd {
	background: url(../../i/family_dubai/icon_circle.png) 6px 50% no-repeat;
	padding-left: 24px; 
	margin-bottom: 8px;
}
#hotel .dtlWrap .tokuten dd:last-of-type {
	margin-bottom: 0px;
}
#hotel .dtlWrap .point {
	display: flex;
	flex-wrap: wrap;
}
#hotel .dtlWrap .point dd {
	margin-top: 4%;
	margin-right: 2%;
	padding: 2% 4%;
	font-size: 3.2vw;
	color: #3a82d2;
	border: 2px solid #3a82d2;
	border-radius: 30px;
	box-sizing: border-box;
}

#hotel .dtlWrap .special {
	border: 2px solid #ff0000;
	padding: 6% 4%;
	margin-top: 32px;
	margin-bottom: 12px;
	box-sizing: border-box;
}
#hotel .dtlWrap .special .price {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 4%;
	font-size: 4vw;
}
#hotel .dtlWrap .special .price .gray {
	width: 100%;
	padding-right: 8px;
	padding-bottom: 10px;
	font-size: 6vw;
	text-decoration: line-through;
	box-sizing: border-box;
}
#hotel .dtlWrap .special .price .tokubetsu {
	font-size: 9.2vw;
	letter-spacing: -0.05em;
	margin-bottom: -2%;
}
#hotel .dtlWrap .special .price .tokubetsu span {
	font-size: 4vw;
}
#hotel .dtlWrap .special .price .arrow {
	width: 10%;
	padding-right: 8px;
	box-sizing: border-box;
}
#hotel .dtlWrap .special .price p:last-of-type {
	font-size: 4.2vw;
}
#hotel .otoiawase {
	margin: 4% auto 0;
}
@media screen and (min-width: 768px) {
	#hotel {
		padding-bottom: 80px;
	}
	#hotel .inner {
		padding: 0 4%;
	}
	#hotel ul.slider li.hotelWrap {
		margin: 0 auto;
	}
	#hotel .hotelWrap {
		padding: 4% 4% 6%;
		margin-bottom: 160px !important;
	}
	#hotel .hotelWrap .titleWrap {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	#hotel .hotelWrap .titleWrap li:last-of-type {
		margin-top: 8px;
	}
	#hotel .hotelWrap .titleWrap .star {
		width: 22%;
		margin: -80px 16px 0 0;
		padding: 58px 16px 0;
	}
	#hotel .hotelWrap .titleWrap .star p:first-of-type {
		font-size: 1.6vw;
	}
	#hotel .hotelWrap .titleWrap .star p:last-of-type {
		padding-top: 8px;
		font-size: 2.4vw;
		letter-spacing: -0.1em;;
	}
	#hotel .hotelWrap .titleWrap .area {
		font-size: 20px;
		padding-bottom: 2%;
	}
	#hotel .hotelWrap .titleWrap .name {
		font-size: 36px;
	}

	#hotel .dtlWrap .point {
		margin-top: 0;
	}
	#hotel .dtlWrap .point dd {
		padding: 4px 16px;
		font-size: 16px;
	}

	#hotel .dtlWrap .exam {
		font-size: 2.2vw;
	}
	#hotel .dtlWrap .special {
		padding: 20px;
	}
	#hotel .dtlWrap .special .price {
		flex-wrap: nowrap;
		margin-top: 16px;
		font-size: 20px;
	}
	#hotel .dtlWrap .special .price .gray {
		width: auto;
		padding-right: 8px;
		padding-bottom: 10px;
		font-size: 3vw;
	}
	#hotel .dtlWrap .special .price .tokubetsu {
		margin-bottom: 0;
		font-size: 6vw;
	}
	#hotel .dtlWrap .special .price .tokubetsu span {
		font-size: 2.8vw;
	}
	#hotel .dtlWrap .special .price .arrow {
		width: 8%;
		padding-right: 8px;
	}
	#hotel .dtlWrap .special .price p:last-of-type {
		font-size: 2.8vw;
	}
}
@media screen and (min-width: 900px) {
	#hotel .hotelWrap {
		padding-bottom: 48px; 
	}
	#hotel .hotelWrap .titleWrap {
		padding-bottom: 32px;
		margin-bottom: 32px;
		border-bottom: 1px solid #e5e5e5;
	}
	#hotel .hotelWrap .titleWrap .star p:first-of-type {
		font-size: 14px;
	}
	#hotel .hotelWrap .titleWrap .star p:last-of-type {
		font-size: 26px;
	}
	#hotel .dtlWrap {
		flex-wrap: nowrap;
	}
	#hotel .dtlWrap .photo {
		margin-bottom: 0%;
	}
	#hotel .dtlWrap li:first-of-type {
		width: 40%;
	}
	#hotel .dtlWrap li:last-of-type {
		width: 60%;
		padding-left: 32px;
	}
	#hotel .dtlWrap .exam {
		font-size: 18px;
	}
	#hotel .dtlWrap .special .price .gray {
		font-size: 2vw;
	}
	#hotel .dtlWrap .special .price .tokubetsu {
		margin-bottom: 0;
		font-size: 3.4vw;
	}
	#hotel .dtlWrap .special .price .tokubetsu span {
		font-size: 2vw;
	}
	#hotel .dtlWrap .special .price .arrow {
		width: 8%;
		padding-right: 8px;
	}
	#hotel .dtlWrap .special .price p:last-of-type {
		font-size: 2vw;
	}
	#hotel .otoiawase {
		position: absolute;
		width: 36.8%;
		top: initial;
		bottom: 76px;
		left: 4%;
	}
	#hotel .otoiawase a {
		padding: 32px 0;
	}
}
@media screen and (min-width: 1200px) {
	#hotel .inner {
		padding: 0 1%;
	}
	#hotel .dtlWrap .exam {
		font-size: 22px;
	}
	#hotel .dtlWrap .special .price {
		flex-wrap: nowrap;
		font-size: 18px;
	}
	#hotel .dtlWrap .special .price .gray {
		font-size: 22px;
	}
	#hotel .dtlWrap .special .price .tokubetsu {
		font-size: 48px;
		margin-bottom: -4px;
	}
	#hotel .dtlWrap .special .price .tokubetsu span {
		font-size: 28px;
	}
	#hotel .dtlWrap .special .price .arrow {
	}
	#hotel .dtlWrap .special .price p:last-of-type {
		font-size: 26px;
	}
}



/****** tour *****/
#tour.inner {
	padding: 0;
}
#tour .c_title {
	background-image: url(../../i/family_dubai/icon_tour.png);
}
@media screen and (min-width: 768px) {
	#tour #tourList {
		display: flex;
		flex-wrap: wrap;
	}
}
#tour #tourList li {
	width: 100%;
	margin: 0 0 40px;
}
#tour .photo .caption {
	bottom: 5px;
	right: 5px;
	z-index: 1;
}
#tour #tourList .txtWrap {
	padding: 0 2%;
	box-sizing: border-box;
}
#tour #tourList .titleSS {
	margin-top: 20px;
	line-height: 1.2em;
}
#tour #tourList .otoiawase {
	margin-top: 20px;
}
#tour ul.slider {
	width: 100%;
}
#tour ul.slider li {
	position: relative;
	width: 100%;
	padding: 0.1%;
	overflow: hidden;
	box-sizing: border-box;
}
#tour ul.slider li img {
}
#tour .slide-arrow {
	position: absolute;
	width: 38px !important;
	top: 18%;
	margin: auto;
	z-index: 10;
	transition: 0.8s
}
#tour .slide-arrow.next-arrow {
	right: 3%;
}
#tour .slide-arrow.prev-arrow {
	left: 3%;
}
#tour .slide-arrow.next-arrow:hover,
#tour .slide-arrow.prev-arrow:hover {
	opacity: 0.8;
}
#tour #emiratesPlan {
	margin: 0 6%;
	padding: 10% 6%;
	border: 3px double #62b560;
	box-sizing: border-box;
}
#tour #emiratesPlan .titleS {
	margin-top: 6%;
	text-align: center;
}
#tour #emiratesPlan .slider {
	margin-top: 8%;
	margin-bottom: 8%;
}
#tour #emiratesPlan .slide-arrow {
	top: 50%;
	margin-top: -19px;
}
#tour #emiratesPlan li .copy {
	padding: 2% 3% 0;
	box-sizing: border-box;
}
#tour #emiratesPlan .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
	margin-top: 4%;
}
#tour #emiratesPlan .link a {
	padding: 1% 4%;
	background: #62b560;
	border: 2px solid #62b560;
	color: #fff;
	border-radius: 30px;
	transition: 0.4s;
}
#tour #emiratesPlan .link a:hover {
	background: #FFF;
	border: 2px solid #62b560;
	color: #62b560;
}
@media screen and (min-width: 768px) {
	#tour.inner {
		padding: 0 4%;
	}
	#tour #tourList li {
		width: 48%;
		margin: 0 1% 40px;
	}
	#tour #emiratesPlan {
		padding: 48px 32px;
		margin: 0 auto;
	}
	#tour #emiratesPlan .titleSS,
	#tour #emiratesPlan .title {
		text-align: center;
	}
	#tour #emiratesPlan .titleS {
		margin-top: 48px;
	}
	#tour #emiratesPlan .slider {
		display: flex;
		flex-wrap: wrap;
		margin-top: 32px;
		margin-bottom: 32px;
	}
	#tour #emiratesPlan .slider li {
		width: 33.33333%;
	}
	#tour #emiratesPlan .link {
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-top: 64px;
	}
	#tour #emiratesPlan .link a {
		width: 160px;
		padding: 1% 4%;
		text-align: center;
		background: #62b560;
		color: #fff;
		border-radius: 30px;
	}
}
@media screen and (min-width: 960px) {
	#tour #tourList li {
		width: 31.33333%;
		margin: 0 1% 40px;
	}
}
@media screen and (min-width: 1200px) {
	#tour.inner {
		padding: 0 1%;
	}
	#tour #emiratesPlan {
		padding: 80px 5%;
	}
}



/****** qa *****/
#qa {
	padding-bottom: 100px;
}
#qa .c_title {
	background-image: url(../../i/family_dubai/icon_qa.png);
}
#qa .label,
#qa .content .dtl {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 3% 0 3% 20px;
	box-sizing: border-box;
}
#qa .eng,
#qa .label .toggle {
	position: relative;
	display: inline-block;
	width: 40px;
}
#qa .eng:before,
#qa .label .toggle:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#qa .eng p,
#qa .label .toggle div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #40c3db;
	border-radius: 50%;
	font-size: 24px;
	padding-top: 16%;
	text-align: center;
	box-sizing: border-box;
}
#qa .label {
	width: 100%;
	border-bottom: 1px solid #40c3db;
	cursor: pointer;
}
#qa .label .sky {
	flex-grow: 9;
	padding-top: 1.5%;
	padding-left: 3%;
	font-size: 3.6vw;
	text-align: left;
	box-sizing: border-box;
}
#qa .label .toggle div {
	background: #fff;
	border: 1px solid #40c3db;
}
#qa .label .toggle span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
 	width: 60%;
  height: 2px;
  background-color: #40c3db;
  border-radius: 4px;
	transition: all .4s;
}
#qa .label .toggle span:nth-of-type(1) {
	transform: translateY(0px) rotate(90deg);
}
#qa .label .toggle span:nth-of-type(2) {
}
#qa .label.active .toggle span:nth-of-type(1) {
  width: 70%;
	transform: translateY(0px) rotate(-315deg);
}
#qa .label.active .toggle span:nth-of-type(2) {
 	width: 70%;
	transform: translateY(0px) rotate(315deg);
}
#qa .content {
	display: none;
	background: #eff7f9;
	border-bottom: 1px dotted #ccc;
}
#qa .content .eng p {
	background: #89e3f3;
}
#qa .content .dtl p.copy {
	flex-shrink: 8;
	padding-left: 3%;
	padding-right: 4%;
	box-sizing: border-box;
}
#qa .otoiawase {
	margin-top: 8%;
}
#qa .otoiawase dd {
	width: 100%;
	padding-right: 0%;
}
#qa .otoiawase a {
	padding: 4%;
	background: url(../../i/family_dubai/icon_arrow02.png) 95% 50% #ebbc01 no-repeat;
	background-size: 4%;
	font-size: 3.6vw;
}
#qa .otoiawase a:hover {
	background: url(../../i/family_dubai/icon_arrow02.png) 98% 50% #ead07f no-repeat;
	background-size: 4%;
}
@media screen and (min-width: 768px) {
	#qa .label .sky {
		padding-top: 10px;
		padding-left: 24px;
		font-size: 28px;
	}
	#qa .content .dtl {
		justify-content:flex-start;
	}
	#qa .content .dtl p.copy {
		padding-left: 24px;
		padding-right: 24px;
	}
	#qa .otoiawase {
		display: block;
		flex-wrap: nowrap;
		max-width: 800px;
	}
	#qa .otoiawase a {
		padding: 32px;
		font-size: 30px;
	}
}
@media screen and (min-width: 1200px) {
	#qa.inner {
		padding-bottom: 100px;
	}
}



/****** slider *****/
/*
ul.slider {
	width: 94%;
	margin: 0 auto 4vw;
}
ul.slider li {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 40vw;
}
ul.slider li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
	ul.slider {
		margin: 0px auto 40px;
	}
	ul.slider li {
		height: 320px;
	}
	ul.slider li img {
	}
}
@media screen and (min-width: 1200px) {
}
.slide-arrow {
	position: absolute;
	width: 28px !important;
	top: 46%;
	margin: auto;
	z-index: 10;
	transition: 0.8s
}
.slide-arrow.next-arrow {
	right: -14px;
}
.slide-arrow.prev-arrow {
	left: -14px;
}
.slide-arrow.next-arrow:hover {
	right: -20px;
	opacity: 0.8;
}
.slide-arrow.prev-arrow:hover {
	left: -20px;
	opacity: 0.8;
}
*/ 



/****** otoiawase *****/
.otoiawase {
}
.otoiawase {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto;
}
.otoiawase dd {
	width: 50%;
	padding-right: 2%;
	box-sizing: border-box;
}
.otoiawase dd:last-of-type {
	padding-right: 0%;
}
.otoiawase a {
	display: block;
	width: 100%;
	padding: 13% 2% 12% 2%;
	font-size: 3.6vw;
	text-align: center;
	color: #FFF;
	background: url(../../i/family_dubai/icon_arrow.png) #ebbc01;
	background-position: 95% 92%;
	background-repeat: no-repeat;
	border-radius: 2px;
	box-sizing: border-box;
	opacity: 1;
	transition: 0.5s;
}
.otoiawase a span {
	font-size: 4.4vw;
	font-weight: 700;
}
.otoiawase a:hover {
	background: url(../../i/family_dubai/icon_arrow.png) #ead07f;
	background-position: 98% 98%;
	background-repeat: no-repeat;
	opacity: 0.5;
}
@media screen and (min-width: 768px) {
	.otoiawase {
		margin-bottom: 0%;
	}
	.otoiawase {
		max-width: 750px;
	}
	.otoiawase dd {
	}
	.otoiawase a {
		padding: 20px 4px 20px;
		font-size: 18px;
	}
	.otoiawase a span {
		font-size: 20px;
	}
	.otoiawase a:hover {
	}
}
@media screen and (min-width: 1200px) {
}

/****** search *****/
#search {
	padding: 10px 4%;
	background: #009e96;
	box-sizing: border-box;
}
#search .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	color: #FFF;
	box-sizing: border-box;
}
#search .inner div:first-of-type {
	margin-right: 10px;
	font-size: 4vw;
	padding-top: 8px;
}
#search .inner select {
	width: 200%;
	padding: 4px;
	font-size: 4vw;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	#search {
		padding: 16px 0;
		box-sizing: border-box;
	}
	#search .inner div:first-of-type {
		font-size: 18px;
	}
	#search .inner select {
		font-size: 18px;
	}
}

/*----------------swiper----------------*/
#hotel .swiper-button-next,#hotel .swiper-button-prev{
	top: 24% !important;
}
#tour .swiper-button-next,#tour .swiper-button-prev{
	top: 18% !important;
}
