@charset "utf-8";

/* トップページ */
.top_area{
	margin:0px auto;
	width: calc(97% - 250px);
}

.top_area h2{
	border-bottom: solid 1px #2b8bbd;
	margin: 0 0 15px 0;
	padding:0 5px;
	font-size:22px;
	color:#2b8bbd;
}

.top_area h2.pink{
	border-bottom: solid 1px #c88eb5;
	color:#c88eb5;
}


.top_area .row{
	display:flex;
	justify-content: center;
    margin: 0 auto;
}
.top_area .row_flex{
	display:flex;
	justify-content: center;
	max-width: 900px;
    margin: 0 auto;
}
.tabs .tab_content,
.tabs_spa .tab_content_spa{
	display:none;
	margin-left: -2px;
}
.top_area .wrap{
	flex-wrap:wrap;
}
.row .item,
.tab_content .item{
	margin:5px;
	border:1px solid #DDDDDD;
	width:25%;
	position:relative;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.tab_content_spa .item_spa{
	margin:5px 8px;
	width:25%;
	position:relative;
	border:1px solid #DDDDDD;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

/* スライダー */
.swiper_inner{
	max-width:1280px;
	width:100%;
	margin:0px auto 30px auto;
}
.swiper{
	width:100%;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  	width: 100%;
}
.slider2 .swiper-pagination{
	bottom:0 !important;
}
.slider1{
	padding-left: 0px;
}
.top-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  	color: #ffffff;
  	width: 100% !important;
  	height: 100%;
  	text-align: center;
    position: relative;
}
.ranking-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  	color: #ffffff;
  	max-width: 230px;
  	height: 100%;
  	text-align: center;
	margin: 5px 0;
    border: 1px solid #DDDDDD;
    position: relative;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	box-sizing:border-box;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next{
	display:block;
	height: 40px;
	width: 40px;
	border-radius:50%;
	background:#b1d5eb;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  bottom: 0;
  content: "";
  height: 40px;
  width: 40px;
  margin: auto;
  position: absolute;
  top: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	left: 17px;
	top: 0;
	transform: rotate(-135deg);
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	right: 17px;
	top: 0;
	transform: rotate(45deg);
}

.swiper-wrapper .area_tour,
.new_tour_row .new_tour{
	display:flex;
	flex-shrink: 0;
}
.swiper-wrapper .area_tour a,
.new_tour a,
.customer_tour .area{
	color: #fff;
    background: #666;
    opacity:0.8;
    padding:5px;
    line-height:100%;
    position:absolute;
    z-index:99;
    left: 0;
	font-size:11px;
}


.swiper-slide .area_tour .ranking{
	width: 30px;
  	height: 30px;
  	line-height: 30px;
  	border-radius: 50%;
  	color: #000;
  	text-align: center;
    top: 5px;
  	right: 5px;
  	position:absolute;
}
.swiper-slide .area_tour .no1{
  	/*background-color: #ff433c;*/
  	background-color: #E89021;
	color:#FFF;
}
.swiper-slide .area_tour .no2{
  	/*background-color: #f7eb0b;*/
  	background-color: #E89021;
	color:#FFF;
}
.swiper-slide .area_tour .no3{
  	/*background-color: #0cf4dd;*/
  	background-color: #E89021;
	color:#FFF;
}
.swiper-slide .area_tour .no_other{
  	/*background-color: #fff;*/
  	background-color: #E89021;
	color:#FFF;
}
.swiper-slide img{
	width:100%;
	height: auto;
}
.swiper-slide .price{
	color:#ff433c;
	text-align: right;
}
.swiper-slide .detail{
	padding:5px 13px 45px 13px;
}
.swiper-slide .detail h3{
	line-height:1.0px;
	text-align:left;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.swiper-slide .detail a{
	font-size:13px;
}
.swiper-slide .detail .star{
	font-size:13px;
}

.row .item img,
.row .item_spa img{
	width:100%;
	height: auto;
}
.row .item .price{
	color:#ff433c;
	text-align:right;
}
.row .item_spa .price{
	color:#ff433c;
	text-align:left;
	font-size:15px;
	float:none;
}
.row .item_spa .item_spa_img{
	height:150px;
	width:100%;
	margin:0 0 5px 0;
}
.row .item_spa .item_spa_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.row .item .detail,
.row .item_spa .detail{
	padding:5px 15px 45px 15px;
}
.row .item .detail h3,
.row .item_spa .detail h3{
	line-height:1.0px;
	font-size:13px;
}
.star{
	float:left;
	padding:5px 0 0 0;
	color: #ff9400;
	font-size:14px;
}    
.star span{
	color:#25a0db;
	margin:0;
}
.yws_star{
	position:relative;
	font-size:15px;
	text-align:left;
	width:74px;
	display:inline-block;
    color: #ff9400;
}

.price{
	font-size:22px;
	float:right;
}

.swiper .btnProd,
.row .item .btnProd,
.row .item_spa .btnProd{
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	width: 85%;
	text-align:center;
	background: #f9082b;
	color: #fff;
	font-size: 13px;
	border-radius:5px;
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	box-sizing:border-box;
}
.swiper .btnProd:hover{opacity: 0.6;}
.row .item .btnProd:hover{opacity: 0.6;}
.row .item_spa .btnProd:hover{opacity: 0.6;}

.row_flex .area_search,
.row_flex .category_search{
	margin:5px;
}
.row_flex .area_search h3,
.row_flex .category_search h3{
    font-size: 13px;
    color: #000;
	position: relative;
	margin-left:10px;
}
.row_flex .area_search h3::before,
.row_flex .category_search h3::before{
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 10px;
  top: 6.5px;
  transform: rotate(45deg);
}

/*タブ切り替え全体のスタイル*/
.tabs,
.tabs_spa {
	width: 100%;
    margin: 0 auto;
  }

/*タブのスタイル*/
.tab_item {
	position:relative;
	width:150px;
	height:45px;
    color: #555;
    background: #e5e5e5;
    display: block;
  	float: left;
	text-align:center;
	margin: 1px 1px 9px 1px
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item p{
	margin:11px;
	font-size: 14px;
}
.tab_item .two{
	margin:7px 0px;
	line-height: 16px;
	
}

/*ラジオボタンを全て消す*/
input[name="tab_item"],
input[name="tab_item_spa"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content,
.tab_content_spa {
  display: none;
  padding: 10px 0px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
/*
#hochiminh:checked ~ #hochiminh_content,
#hanoi:checked ~ #hanoi_content,
#danang:checked ~ #danang_content,
#siemreap:checked ~ #siemreap_content {
  display: flex;
}
#hochiminh_spa:checked ~ #hochiminh_content_spa,
#hanoi_spa:checked ~ #hanoi_content_spa,
#danang_spa:checked ~ #danang_content_spa,
#siemreap_spa:checked ~ #siemreap_content_spa {
  display: flex;
}
*/

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #2b8bbd;
  color: #fff;
}
.tabs input:checked + .tab_item p{
  background-color: #2b8bbd;
  color: #fff;
	font-weight:bold;
}

.tabs input:checked + .tab_item:before {
	content: "";
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -15px;
 	border: 10px solid transparent;
  	border-top: 10px solid #2b8bbd;
}
.tabs_spa input:checked + .tab_item {
  background-color: #c88eb5;
  color: #fff;
}
.tabs_spa input:checked + .tab_item p{
  background-color: #c88eb5;
  color: #fff;
	font-weight:bold;
}

.tabs_spa input:checked + .tab_item:before {
	content: "";
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -15px;
 	border: 10px solid transparent;
  	border-top: 10px solid #c88eb5;
}

.top_area_tour{
	background-color:rgba(43,139,189,0.1);
    border-radius: 10px;
    margin: 0 5px;
    padding:5px 0 30px 0;
}
.top_area_tour h2{
	text-align:center;
	border:none;
	font-size:22px;
	color:#2b8bbd;
}

.area_spa_search{
	background-color:rgba(200,142,181,0.15);
    border-radius: 10px;
    margin: 0 5px;
    padding:50px 20px;
}
.area_spa_search h2{
	text-align:center;
	border:none;
	font-size:22px;
	color:#c88eb5;
}
.area_spa_search .flex_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.area_spa_search .box{
	display:flex;
	margin:30px;
}
.area_spa_search p{
	background: #fff;
	padding:10px;
}

.customer_img{
	position:relative;
}
.customer_img .tour_name{
	color: #fff;
    background: #666;
    padding: 0px 5px;
    font-size:12px;
    line-height: 17px;
    position:absolute;
    opacity:0.8;
    bottom:7px;
    }
.customer h3{
	font-size:18px;
	line-height:18px !important;
}
.customer span,
.customer p{
	font-size:12px;
}
.customer .center{
	text-align:center;
	margin:0 0 10px 0;
}

.customer .more_btn,
.blog .blog_btn{
	background: #2C8CBE;
	margin: 0 auto;
	padding:10px;
	text-align:center;
	color:#fff;
	width:250px;
    border-radius: 5px;
	position:relative;
}
.customer .more_btn a,
.blog .blog_btn a{
	color:#fff;
}
.customer .more_btn::after,
.blog .blog_btn::after{
	content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: -2px;
    bottom: 0px;
	margin: auto 0;
    transform: rotate(45deg);
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.customer .detail{
	padding:0 15px 15px 15px !important;
	color: #333;
	text-align: left;
}
.original{
	background:#caede0;
	background-color:rgba(202,237,224,0.7);
    border-radius: 10px;
    margin: 0 5px;
	padding:50px 0;
}
.dining{
    margin: 0 5px;
	padding:0;
}
.original h2,
.dining h2{
	color: #2C8CBE;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    border:0;
}
.original p,
.dining p{
	margin:0 5%;
}
.original .flex_box{
	display: flex;
    justify-content: center;
}
.original .box{
    margin: 10px;
}
.original .box img{
	width:100%;
	height: 80px;
}

.dining .flex_box{
	display: flex;
    justify-content: center;
    align-items: flex-end;
}
.dining .box{
	width:23%;
	background:#fff;
	margin:10px 1%;
	padding:5px 5px 5px 5px;
	box-sizing: border-box;
}
.dining .area_txt{
	font-size:16px;
	margin:5px;
	font-weight:bold;
}
.dining .box img{
	width:100%;
	vertical-align:bottom;
}

.reserve .flex_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.reserve .box{
	width:45%;
	border:1px solid #333;
	border-radius:5px;
	margin:10px;
	padding:10px;
}
.reserve h3{
	color:#2a95cb;
}
.reserve .reserve_btn{
	margin:5px;
	text-align:right;
	
}
.reserve .reserve_btn a{
	background:#2a95cb;
	color:#fff;
	padding:5px;
}
.other_service .service_banner{
	margin:5px;
}
.other_service .service_banner img{
	width:100%;
}

.sightseeing{
	background:#FCEAD1;
    border-radius: 10px;
    margin:0 5px;
    padding:50px 20px;
}
.sightseeing h2{
	color: #2a95cb;
    font-size: 25px;
    margin:0 10% 10px 10%;
    text-align: center;
    font-weight:bold;
    border:0;
}
.sightseeing h3{
    font-size: 16px;
    text-align: center;
	margin:0 0 20px 0;
}
.sightseeing p{
	margin:0 5%;
}
.sightseeing .flex_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sightseeing .circle{
	display: flex;
	justify-content: center;
	align-items: center;
	border:solid 3px #fff;
	border-radius:50%;
	width:220px;
	height:220px;
	margin: 0 30px;
}
.sightseeing .hochiminh{
	background:url(../img/top/menu_13.jpg);
	background-size:cover;
	background-position:center center;
}
.sightseeing .hanoi{
	background:url(../img/top/menu_18.jpg);
	background-size:cover;
	background-position:center center;
}
.sightseeing .danang{
	background:url(../img/top/menu_62.jpg);
	background-size:cover;
	background-position:center center;
}
.sightseeing .hoian{
	background:url(../img/top/menu_69.jpg);
	background-size:cover;
	background-position:center center;
}
.sightseeing .hue{
	background:url(../img/top/menu_78.jpg);
	background-size:cover;
	background-position:center center;
}
.sightseeing .siemreap{
	background:url(../img/top/menu_94.jpg);
	background-size:cover;
	background-position:center center;
}
.sightseeing .flex_box .city{
	color:#fff;
    font-size:20px;
	font-weight:bold;
    border-top:5px double #fff;
    border-bottom:6px double #fff;
	padding:10px 0;
	text-shadow:1px 1px 3px #000;
}
.sightseeing .flex_box p{
    margin: 5px;
    font-size:12px;
    text-align:center;
}
.sightseeing .flex_box a:hover{
	opacity:0.5;
}

.blog .flex_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin:20px 0 40px 0;
}
.blog .box{
	width:23%;
    margin: 0 1%;
}
.blog .blog_img{
	position:relative;
}
.blog .blog_img .icon{
	color: #fff;
    background: #666;
    opacity:0.8;
    padding:5px;
    line-height:100%;
	font-size:12px;
	position:absolute;
	top:0;
	left:0;
}
.blog .box img{
	width:100%;
}
.blog .box a:hover{
	opacity:0.5;
}
.blog .box .blog_title{
	color:#2a95cb;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.blog_list{
	width:100%;
	height:300px;
}

.blog_links{
	margin:40px 0 0 0;
	padding:0 10px;
}
.blog_links h3{
	font-size:14px;
}
.blog_links ul{
}
.blog_links ul li{
	font-size:14px;
	width:50%;
	float:left;
    position: relative;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
}
.blog_links ul li::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #f29419;
}


.sidebar .search_spa{
	margin:20px 0 0 0;
}


@media screen and (max-width: 768px){
	.top_area {
		width:auto;
	}
	.top_area h2{
		font-size:18px;
		line-height:150%;
	}
	.top_area .select_list_top ul {
    	display: block;
    }
    .top_area .select_list_top .tours,
    .top_area .select_list_top .spa  {
    	width: 95%;
    }
	.swiper{
		width:100%;
		padding:0px;
		box-sizing: border-box;
	}
	.swiper-wrapper {
  	/* wrapperのサイズを調整 */
  		width: 100%;
  		margin-bottom:35px;
  		box-sizing: border-box;
	}

	.swiper-slide {
  	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  		color: #ffffff;
  		width: 40% !important;
  		height: auto;
  		text-align: center;
		margin: 0px;
    	border: 1px solid #aaa;
    	position: relative;
    	box-sizing: border-box;
	}

	.slider1{
		padding-left: 0px;
	}
	.top-slide {
  	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  		color: #ffffff;
  		width: 100% !important;
  		height: 100%;
  		text-align: center;
    	position: relative;
    	border: 0;
	}

	.top_area .row {
		display: block;
		justify-content: flex-start;
	}
	
	.new_tour_sp{
  		display: flex !important;
  		overflow-x: scroll;
	}
	.new_tour_sp .item{
		width: 40% !important;
  		margin: 5px;
  		flex-shrink: 0;
	}
	.new_tour_sp .item img{
		width: 100%;
	}
	.tabs .row,
	.tabs_spa .row{
		display:none;
		margin-left: -2px;
	}
	.row_flex .area_search, .row_flex .category_search {
    	width: 45%;
    	margin: 5px;
	}
	.row_flex img {
    	width: 100%;
	}

	.row .item,
	.row .item_spa {
    	width: auto;
	}
	.tab_item {
		width:49%;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#hochiminh:checked ~ #hochiminh_content,
	#hanoi:checked ~ #hanoi_content,
	#danang:checked ~ #danang_content,
	#siemreap:checked ~ #siemreap_content {
  		overflow-x: scroll;
	}
	#hochiminh_spa:checked ~ #hochiminh_content_spa,
	#hanoi_spa:checked ~ #hanoi_content_spa,
	#danang_spa:checked ~ #danang_content_spa,
	#siemreap_spa:checked ~ #siemreap_content_spa {
  		overflow-x: scroll;
	}
	.tab_content .item,
	.tab_content_spa .item_spa{
		width: 40%;
  		margin: 5px;
  		flex-shrink: 0;
	}
	.star{
		font-size:13px;
	}
	.price{
		font-size:18px;
	}
	.area_spa_search .box {
		display:block;
		width: calc(50% - 10px);
    	margin: 5px;
	}
	.area_spa_search .box img{
		width: 100%;
		height:auto;
	}
	.area_spa_search p {
    	background: none;
    	padding:0;
    }
    .reserve .box {
    	width: 100%;
    }
	.original{
		padding:30px 0;
	}
    .original h2, 
    .dining h2{
    	font-size:18px;
    	margin:0 0 20px 0;
    }
	.original .flex_box{
		display: block;
	}
	.original p{
    	margin: 0 15px;
	}
	.dining p,
	.sightseeing p {
    	margin: 0;
	}
	.dining .box{
		width:calc(45% - 10px);
	}
	.dining .box img {
    	width: 100%;
    }
    .sightseeing h2{
    	font-size:18px;
    	margin:0 0 20px 0;
    }
    .sightseeing .flex_box {
    	justify-content: space-between;
    	margin: 0;
    }
    .sightseeing .flex_box .flex_item{
    	width:45%;
    }
    .sightseeing .circle{
    	margin:0 auto;
    	width: 120px;
    	height: 120px;
    }
    .sightseeing .flex_box p {
    	width: auto;
    }
	.sightseeing .flex_box .city{
	    font-size:16px;
		padding:5px 0;
	}

	.blog .flex_box{
		display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
		margin:20px 0 0 0;
	}
    .blog .box {
    	width:100%;
    }
    .blog .flex_sp{
    	display:flex;
    }
    .blog .flex_sp div{
    	margin:5px;
    }
    .blog .flex_sp .blog_img{
    	width:100%;
    }
    .blog .detail{
    	width:100%;
    }
    .blog .blog_title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.customer .more_btn,
	.blog .blog_btn{
		margin:0 auto;
	}
	.blog_list{
		width:100%;
		height:350px;
	}

	.blog_links{
		padding:0 15px;
		margin:40px 0 0 0;
	}
	.blog_links ul li{
		font-size:13px;
		width:100%;
		float:none;
	    position: relative;
	    padding: 2px 10px 2px 16px;
	    box-sizing: border-box;
	}
}

.customer .caption{
	font-size:16px;
	margin:0 0 20px 0;
}
.customer_item{
	position:relative;
	display:flex;
	width:100%;
}
.customer_item .customer_item_box{
	width:30%;
}
.customer_item .customer_img img{
	width:100%;
	height:auto;
}
.customer_item .customer_item_detail{
	width:70%;
	box-sizing: border-box;
	padding:0 0 0 20px;
}
.customer_item .customer_item_detail h3{
	margin:5px 0 0 0;
}
.customer_item .customer_item_detail .comment{
	margin:10px 0 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow:hidden;
}

.customer_list .customer_item .customer_item_detail .comment{
	-webkit-line-clamp: all;
}

.customer_item .customer_item_detail .view_btn a{
	display:block;
	width:200px;
	margin:5px 0 0 auto;
	background:#2b8bbd;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	font-size:13px;
	padding:5px 0;
}
@media screen and (max-width: 768px){
	.customer .row{
		width:94%;
		margin:10px auto;
	}
	.tour_name{
		display:none;
	}
	.customer_item .customer_item_box{
		width:35%;
	}
	.customer_item .customer_item_detail{
		width:65%;
		padding:0 0 0 10px;
	}
	.customer_item .customer_item_detail .comment{
		display:none;
	}
}
.top_cate_txt{
	display: flex;
	flex-wrap: wrap;
	width:96%;
	margin:0px auto;
}
.top_cate_txt_box{
	width:25%;
	margin:0 0 20px 0;
	padding:0 20px;
	box-sizing: border-box;
}
.top_cate_txt_box h3{
	font-size:16px;
	margin:0 0 5px 0;
}
.top_cate_txt_box p{
	font-size:13px;
	font-weight:normal;
	margin:0 0 5px 0;
	position:relative;
}
.top_cate_txt_box p:before{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	right: 10px;
	top: 6.5px;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px){
	.top_cate_txt{
		display: flex;
		flex-wrap: wrap;
		width:100%;
		margin:0px auto;
	}
	.top_cate_txt_box{
		width:50%;
		margin:0 0 20px 0;
		padding:0 10px;
		box-sizing: border-box;
	}
	.top_cate_txt_box h3{
		font-size:14px;
	}
	.top_cate_txt_box p{
		font-size:12px;
	}
	.top_cate_txt_box p:before{
		right: 5px;
	}
}

.testimonial{
	padding:50px 0 0 0;
}
.testimonial h2{
	border:none;
	text-align:center;
	font-weight:bold;
	font-size:38px;
	line-height:150%;
	margin:0;
}
.testimonial .caption{
	font-size:24px;
	text-align:center;
	font-weight:bold;
}
.testimonial h3{
	color:#2b8bbd;
	text-align:center;
	font-size:22px;
}
.testimonial .sub_title{
	font-weight:bold;
	font-size:20px;
	margin:20px 0 0 0;
}

.testimonial_box{
	background-color:rgba(229,229,229,0.4);
	padding:20px;
	margin:20px 0 0 0;
	border-radius:15px;
}

.book_list1{
	margin:10px 0 0 0;
}
.book_list1 li{
	float:left;
	width:25%;
}
.book_list1 li img{
	width:100%;
}
.book_list2{
	margin:10px 0 0 0;
}
.book_list2 li{
	float:left;
	width:50%;
}
.book_list2 li img{
	width:100%;
}
@media screen and (max-width: 768px){
	.testimonial h2{
		font-size:24px;
		line-height:150%;
		margin:0;
	}
	.testimonial .caption{
		font-size:18px;
	}
	.testimonial_box{
		width:96%;
		padding:15px;
		margin:20px auto 0 auto;
		border-radius:15px;
		box-sizing: border-box;
	}
	.testimonial h3{
		font-size:18px;
	}
	.testimonial .sub_title{
		font-size:18px;
		margin:20px 0 0 0;
	}
	.book_list1 li{
		float:left;
		width:50%;
	}
	.book_list2 li{
		float:left;
		width:100%;
	}

}

.campaign_bunner{
	margin:20px 0 40px 0;
}
@media screen and (max-width: 768px){
	.campaign_bunner{
		width:94%;
		margin:0 auto;
	}
}
.campaign_bunner img{
	width:100%;
	height:auto;
}
