@charset "UTF-8";

.flexslider {
	width: 100%;
	box-sizing: border-box;
	max-width: 950px;
}
#side .sTitle .tex {
	border-bottom: solid 1px #ea347a;
}

/* ツアー紹介 */
#tIntro {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 14px;
}
#tIntro:after {
  content: "";
  clear: both;
  display: block;
}
#tIntro li a {
	width: 100%;
	box-sizing: border-box;
	font-family: 'M PLUS 1p', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	display: block;
	position: relative;
}
#tIntro li a img {
	width: 100%;
	vertical-align: bottom;
}
#tIntro li a .tex {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 38%;
}
#tIntro li a .tex h2 {
	text-shadow: 2px 2px 2px rgba(31,45,64,0.74);
	font-weight: bold;
}
#tIntro li a .tex span {
	font-size: 12px;
	border: solid 1px #ffffff;
	border-radius: 14px;
	padding: 2px 4px 2px 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Shore more styles */
.showmore ul {
	width: 100%;
	box-sizing: border-box;
	min-height: 114px;
	padding: 4px 14px 14px 14px;
}
.showmore ul li {
	width: 25%;
	box-sizing: border-box;
	margin: 4px 0;
	padding: 0 2px;
	float: left;
}
.showmore ul li a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #16356f;
	background-color: #ffffff;
	border: solid 1px #16356f;
	border-radius: 4px;
	padding: 2px;
	display: block;
}
.showmore_trigger span {
	font-size: 12px;
	color: #545454;
	box-sizing: border-box;
	height: 40px;
	padding: 10px 0;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display:block;
}
.showmore_content {
	position:relative;
	overflow:hidden;
}
.showmore_trigger {
	width:100%;
	box-sizing: border-box;
	text-align: center;
	display: block;
}

/* topics area */
#topics {
	width: 80%;
	box-sizing: border-box;
	border: solid 2px #1e4789;
	margin: 0 auto 18px auto;
}
#topics th {
	width: 20%;
	color: #ffffff;
	background-color: #1e4789;
}

/* banarea */
.banTop {
	width: 100%;
	box-sizing: border-box;
	background-color: #e2e2e2;
}
.banTop h2 {
	box-sizing: border-box;
	color: #2f3c73;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-right: 14px;
	margin-left: 14px;
	padding: 24px 14px 14px 14px;
}
.tmWrapp {
	box-sizing: border-box;
	padding: 24px;
	overflow: hidden;
}
.banTop hr {
	clear: left;
	border-top: solid 1px #2f3c73;
	margin-top: 2px;
	margin-right:  14px;
	margin-bottom: 2px;
	margin-left: 14px;
}

.banBot {
	width: 100%;
	box-sizing: border-box;
	background-color: #a5cfff;
	padding: 37px;
	overflow: hidden;
}
.banBot .bbImg {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 5px;
}
.banBot .bbImg img, .banBot .bbImg2 img {
	max-width: 100%;
	box-sizing: border-box;
	border: solid 6px #ffffff;
	vertical-align: bottom;
}
.banBot .bbImg2 {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.banBot .bbImg2:nth-child(2n+1) {
	padding-left: 4px;
}
.banBot .bbImg2:nth-child(2n+2) {
	padding-right: 4px;
}

.banTop .banBox {
	width: 100%;
	box-sizing: border-box;
}
.banTop .banBox a {
	width: 100%;
	box-sizing: border-box;
	/*
	border: solid 1px #444444;
	*/
	display: block;
	overflow: hidden;
}
.banTop .banBox img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: bottom;
}
.banTop .banBox .tex {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	text-align: center;
	padding: 10px 14px;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

#gSearch {
	padding-right: 10%;
	padding-left: 10%;
}

/* ## infomation ## */
/* info box */
.ifBox {
	height: 234px;
}
.ifBox .boxT img {
	height: 114px;
}

.ifBox .boxT .eDate {
	font-size: 9px;
	line-height: 1.2;
}

/* ## カテゴリーで選ぶ ## */
#cSearch li a {
	width: 31.3%;
	font-size: 9px;
}
#cSearch li:nth-child(3n) a {
	margin-right: 0;
}

/* concept */
.ccpBox {
	width: 100%;
	padding-right: 0;
	float: none;
}


}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

#gSearch {
	padding-right: 10%;
	padding-left: 10%;
}

/* ## infomation ## */
/* info box */
.ifBox {
	height: 220px;
}
.ifBox .boxT img {
	height: 118px;
}

.ifBox .boxT .eDate {
	font-size: 9px;
	line-height: 1.2;
}

/* ## カテゴリーで選ぶ ## */
#cSearch li a {
	width: 32.3%;
	font-size: 10px;
}
#cSearch li:nth-child(3n) a {
	margin-right: 0;
}

/* concept */
.ccpBox {
	width: 100%;
	padding-right: 0;
	float: none;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

#gSearch {
	padding-right: 20%;
	padding-left: 20%;
}

/* ## infomation ## */
/* info box */
.ifBox {
	height: 244px;
}
.ifBox .boxT img {
	height: 168px;
}

.ifBox .boxT .eDate {
	font-size: 11px;
	line-height: 1.2;
}

/* ## カテゴリーで選ぶ ## */
#cSearch li a {
	width: 24%;
	font-size: 11px;
}
#cSearch li:nth-child(4n) a {
	margin-right: 0;
}

/* concept */
.ccpBox:nth-child(2n+1) {
	padding-right: 0;
}
.ccpBox .wrapp {
	height: 114px;
	border-radius: 10px;
	margin: 0 0 10px 0;
	padding: 8px;
}

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ツアー紹介 */
#tIntro {
	margin-bottom: 0;
	padding-right: 14px;
	padding-left: 14px;
}
#tIntro li {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
}
#tIntro li a {
	height: 80px;
}
#tIntro li a .tex {
	top: 24%;
}
#tIntro li a .tex span {
	font-size: 10px;
	padding: 1px 2px 1px 8px;
}
#tIntro li a .tex h2 {
	font-size: 14px;
	margin-top: 2px;
}
#tIntro li a:active {
	opacity: 0.7;
}
	
.showmore_trigger span:active {
	background-color: #e4e4e4;
}
.showmore_trigger span {
	font-size: 11px;
	height: 30px;
	padding: 8px 0;
}
.showmore ul li a:hover {
	text-decoration: none;
}
.showmore ul li a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #16356f;
	border: solid 1px #16356f;
}
/* banarea */
.banArea {
	margin-top: 18px;
	margin-bottom: 18px;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}

.banTop h2 {
	font-size: 14px;
	padding: 18px 0 10px 0;
}
.tmWrapp {
	padding: 4px 14px 14px 24px;
}
.banTop .banBox {
	width: 25%;
	padding-right: 10px;
	padding-bottom: 8px;
	float: left;
}
	
.listBut a {
    font-size: 10px;
    border-radius: 4px;
    background-color: #0d5196;
    padding: 5px 8px 4px 14px;
    top: 4px;
    right: 8px;
}
	

/* topics area */
#topics {
	width: 93.5%;
	margin: 14px auto 14px auto;
}
#topics th {
	width: 100%;
	font-size: 13px;
	padding: 2px 0;
	display: block;
}
#topics td {
	width: 100%;
	display: block;
}
	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {


.tBox a {
	height: 308px;
}	

.listBut a:hover {
	text-decoration: none;
	opacity: 0.84;
}
	
/* ツアー紹介 */
#tIntro {
	margin-bottom: 24px;
}
#tIntro li {
	width: 25%;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#tIntro li:first-child {
	padding-right: 5px;
	padding-left: 0;
}
#tIntro li:nth-child(5) {
	padding-right: 0;
	padding-left: 5px;
}
#tIntro li a .tex {
	top: 32%;
}
#tIntro li a .tex span {
	font-size: 10px;
}
#tIntro li a .tex h2 {
	font-size: 16px;
	margin-top: 4px;
}
#tIntro li a:hover {
	opacity: 0.7;
}
/*
#tIntro li a:hover .tex span {
	color: #001f4a;
	background-color: #ffffff;
}*/

.showmore_trigger span {
	padding: 12px 0 0 0;
}
.showmore_trigger span:hover {
	background-color: #e4e4e4;
}
.showmore ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #16356f;
	border: solid 1px #16356f;
}
	
/* banarea */
.banArea {
	margin-bottom: 24px;
	overflow: hidden;
}
.banTop {
}
.banTop h2 {
	height: 28px;
	font-size: 18px;
	padding: 16px 8px 10px 8px;
}
.tmWrapp {
	padding: 24px 10px 24px 40px;
}	

.banTop .banBox {
	width: 16.6666%;
	padding-right: 40px;
	padding-bottom: 14px;
	float: left;
}
.banTop .banBox a {
	width: 100%;
	box-sizing: border-box;
}
.banTop .banBox a:hover, .banBot a:hover {
	opacity: 0.78;
}
	
.pickup .tBox {
	width: 33.333%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
}

.pickup .tBox:nth-child(3n+1) {
	padding-right: 14px;
}
.pickup .tBox:nth-child(3n+2) {
	padding-right: 7px;
	padding-left: 7px;
}
.pickup .tBox:nth-child(3n+3) {
	padding-left: 14px;
}
.pickup .tBox .imgBox {
	width: 100%;
}
.pickup .tBox .texBox {
	width: 100%;
	padding: 8px 0 4px 0;
	position: relative;
}
.pickup .ctrTag {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	margin-right: 4px;
	padding: 2px 6px;
	display: inline-block;
}

.pickup .tBox .texBox h3 {
	font-size: 18px;
	line-height: 1.2;
}

/* ツアータグ */
.tBox.puTour a .tgBox .tcTag {
	height: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	right: 2px;
	top: 0;
	padding-top: 4px;
}
.tBox.puTour a .tgBox .tcTag:nth-child(2) {
	right: 84px;
}
.tBox.puTour a .tgBox .tcTag:after {
	display: none;
}
.tBox.puTour a .tgBox .tcTag.tagSg:after {
	display: none;
}
.tBox.puTour a .tgBox .tcTag.tagSs:after {
	display: none;
}
.tBox.puTour a .tgBox .tcTag.tagCl:after {
	display: none;
}
/* ツアータグ 3列用 */	
.pickup .tBox a .tgBox .tcTag {
	height: auto;
	position: relative;
	padding-top: 1px;
	right: 0;
	top: 0;
}
.tBox a .tgBox.tgDbl .tcTag {
}
.pickup .tBox a .tgBox .tcTag:after {
	display: none;
}
.pickup .tBox a .texBox {
	position: relative;
}
.pickup .tBox a .texBox .tgBox {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 4px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.pickup .tBox a .texBox .tgBox .tcTag {
	width: auto;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	margin: 8px 0 0 2px;
	padding: 2px 4px;
	float: right;
}

}

/* #### width 840px 以上の場合の設定 #### */
@media (min-width: 840px) {

.tBox a {
	height: 314px;
}

	
}
/* #### width 950px 以上の場合の設定 #### */
@media (min-width: 950px) {

.tBox a {
	height: 330px;
	padding: 10px 0;
}
	
.pickup .tBox .texBox {
	padding: 8px 0 4px 0;
}
	
/* banarea */
.banTop h2 {
	height: 35px;
	font-size: 20px;
	padding: 18px 14px 14px 14px;
}
.tmWrapp {
	padding: 24px 14px 24px 68px;
}	
.banTop .banBox {
	padding-right: 54px;
	padding-bottom: 14px;
}
	
/* ## info box ## */
.ifBox {
	height: 294px;
}
.ifBox .boxT img {
	height: 168px;
}
.ifBox .boxT .eDate {
	font-size: 13px;
	line-height: 1.2;
}
	
/* ツアー紹介 */
#tIntro {

}
#tIntro li a .tex {
	top: 34%;
}
#tIntro li a .tex span {
	font-size: 12px;
}
#tIntro li a .tex h2 {
	font-size: 20px;
}

/* ## カテゴリーで選ぶ ## */
#cSearch li a {
	font-size: 14px;
}
.csWrapp {
	width: 50%;
	box-sizing: border-box;
}

/* concept */
.ccpBox .wrapp p {
	font-size: 12px;
}

}
/* #### width 1400px 以上の場合の設定 #### 
@media (min-width: 1400px) {
	
.sslider {
	max-width: 2000px;
}

}*/
