@charset "UTF-8";

/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */

.col3{
	width: 32.33%;
	margin-left: 1.5%;
	position:relative;
}
#menu_c .col3 span{
	width: 190px;
	display: inline-block;
	position:absolute;
	top: 245px;
	left: 30px;
	padding: 5px;
	text-align:center;
	background:url(../common_img/arrow02.png) no-repeat 60px 9px #f54c9f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight:bold;
}
#menu_c .col3 span em{
	font-style:normal;
	padding-left: 20px;
}

/* product_month */
#product_month{
	border: 1px solid #e0e0e0;
	padding: 0 30px;
	background:url(../images/bg_product_mouth.gif);
}
#product_month h3 img{ 
	margin:-4% 0 4% 0;
}
#product_month .img{ width:375px; }
#product_month .msg{ width:330px; }
#product_month h4{
	color: #880c51;
	font-size: 120%;
	padding-left: 15px;
	background: url(../images/bg_star.png) no-repeat left 4px;
}
#product_month .msg a{
	border: 1px solid #e4e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(../common_img/arrow01.gif) no-repeat 10px center #fff;
	width: 120px;
	color: #bd2a7b;
	font-weight:bold;
	padding: 5px;
	display: inline-block;
}

#product_month .msg a:hover {
	background: #f74da1 url(../common_img/arrow02.gif) no-repeat 10px center;
	color: #FFF;
}

/* topic_box */

#topic_box .topics{
	border: 1px solid #f64ca0;
	padding: 2% 2% 2% 3%;
	border-top: 5px solid #fddded;
}
#topic_box ul{
	height: 150px;
	overflow: auto;
	padding-right: 2%;
}
#topic_box li{ 
	overflow: hidden;
	padding: 2% 0 2% 2%;
	border-bottom:1px dotted #ccc;
}
#topic_box li span{
	float:left;
	width: 8%;
	color: #8b8b8b;
}
#topic_box li a{
	float:right;
	width: 88%;
	color: #333;
}
#topic_box li a:hover{ color: #f64ca0; }


/* package_tours */
#package_tours .information_box{
	padding: 2.5% 0 4% 0;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	background:url(../images/bg_package_tour.gif);
}
#package_tours .information_box h3{ margin-bottom: 4%; }
#package_tours .information_box li{
	width: 290px;
	display: inline-block;
	margin-left: 7%;
	font-size:90%;
	color: #e25587;
}
#package_tours .information_box li:first-child{ margin-left: 0; }
#package_tours li span{
	color: #880c51;
	font-size: 120%;
	font-weight:bold;
	display: block;
	margin: 2% 0 1% 0;
}

/* deals_box */
#deals_box{
	position:relative;
}
#deals_box p{
	position:absolute;
	left: 80px;
	top: 146px;
	color: #fff;
	font-size: 13px;
	font-weight:bold;
}

/* our_partners */
#our_partners{
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 0 30px 15px;
}
#our_partners h4{
	margin:-10px 0 20px 0;
	width: 80px;
	padding: 0px 10px 0px 30px;
	background:url(../common_img/arrow05.png) no-repeat 10px center #fff;
}
#our_partners table{ width: 710px; margin-left: 20px; }
#our_partners td{ 
	vertical-align: middle; 
}



/* guidance_travel_box */
#guidance_travel_box h3{
	font-weight:bold;
	color: #fff;
	padding: 7px 0 7px 60px;
	font-size: 14px;
	background:url(../images/title_guidance_box.gif) no-repeat 10px center #bd2a7b;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.guidance_travel{
	border: 1px solid #e0e0e0;
	padding: 20px 29px;
}
.guidance_travel ul{
	border-bottom: 1px dotted #cecece;
	padding: 15px 0;
	margin-bottom: 15px;
}
.guidance_travel li{
	float:left;
}
.guidance_travel .security_safety li{ margin-left: 5px; }
.guidance_travel .insurance li{ margin-left: 6px; }
.guidance_travel .col3_box{ padding-left: 7px; }
.guidance_travel .col3{
	width: auto;
	padding: 7px 0;
}
.guidance_travel .col3.box_c{
	border-left: 1px dotted #cecece;
	border-right: 1px dotted #cecece;
	padding: 7px 40px;
	margin: 0 32px;
}
.guidance_travel .col3 .title_arrow{ margin-bottom: 20px; }


/* group_site */
#group_site{ background:url(../images/bg_group_site.gif) no-repeat right 144px; }
#group_site li{
	float:left;
	margin: 20px 10px 0 0;
}





@media screen and (max-width:420px){
	
/* ------main_visual---SP- */
#slide_sp {
	position:relative;
	margin-bottom: 15px;
}
#slide_sp .slide_box {
	overflow:hidden;
}
#slide_sp .swiper-pagination-switch {
	display: inline-block;
	cursor: pointer;
}
#slide_sp .swiper-slide {
	float: left;
}
#slide_sp .swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	/*z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;*/
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
#slide_sp .pagination {
	text-align: center;
	padding-bottom: 10px;
	display: none;
}
#slide_sp .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 3px;
	cursor: pointer;
}
#slide_sp .swiper-active-switch {
	background-color: #F8C007;
}
#slide_sp .arrow-right, 
#slide_sp .arrow-left {
	background: url(../images/btn_prev_sp.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	left: -30px;
	top: 40%;
	width: 20px;
	height: 26px;
	z-index: 5;
}
#slide_sp .arrow-right {
	background: url(../images/btn_next_sp.png) no-repeat left bottom;
	background-size: cover;
	left: auto;
	right: -30px;
}	
	
/* menu_c */
#menu_c .col3 span{ display: none; }


/* product_month */
#product_month .container{
	padding: 0 10px;
}

#product_month .img{ width:100%; }
#product_month .msg{ width:100%; }
#product_month h4{ font-size: 110%; }

/* topic_box */
#topic_box li span{
	width: 10%;
}
#topic_box li a{
	width: 70%;
}

/* package_tours */
#package_tours .information_box{
	padding: 2% 0;
}
#package_tours .information_box ul{
	padding: 1% 3.1%;
}
#package_tours .information_box li{
	width: 48.5%;
	float:left;
	margin-left: 3%;
	display: inline-block;
}


} /* End Media 768px */