@charset "utf-8";
/* CSS Document */

.i_sp {
	background: #AD35B6;
}
.i_lxj {
	background: #EA0A0E;
}
.cGashuku {
	background: #AB8200;
}
.cEducation {
	background: #F3B41B;
}
.i_btjw,.i_bt {
	background: #69b2e1;
}
.i_co,.i_cojw {
	background: #ff91fb;
}
.i_sp {
	background: #ef6a58;
}
.i_jw {
	background: #b084c2;
}
.i_mu {
	background: #8bc673;
}
.i_lx {
	background: #000000;
}
.i_dm {
	background: #2B4298;
}
.i_ev {
	background: #FE9F00;
}

/*結局全部グレー*/
.cTifosi {
	background: #6E6B6C;
}
.cLuxuryj {
	background: #6E6B6C;
}
.cGashuku {
	background: #6E6B6C;
}
.cEducation {
	background: #6E6B6C;
}
.cBusi {
	background: #6E6B6C;
}
.cConven {
	background: #6E6B6C;
}
.cSports {
	background: #6E6B6C;
}
.cSpecial {
	background: #6E6B6C;
}
.cMusic {
	background: #6E6B6C;
}
.cLuxury {
	background: #6E6B6C;
}


.sTitle {
	font-family: 'Lato', "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
}

.ajHeight {
	border-width: 0 0 0 0;
	height: 0;
}


/* ## top image ## */
.tpBox {
	width: 100%;
	box-sizing: border-box;
	padding: 0 4px;
	position: relative;
}
.tpBox a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
.tpBox h2 {
	font-size: 18px;
	/*
	font-family: 'Lato', "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	
	*/
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #444444;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0 8px;
	height: 3.2rem;
	z-index: 2;
}
.tpBox h2 span {
	font-size: 16px;
}
.tpBox a h2 {
	color: #ffffff;
}
.tpBox a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tpBox a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
	opacity: 0.84;
}
.tpBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* slick slider */
#slide2 .slick-prev,
#slide2 .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -18px;
	padding: 0;
	cursor: pointer;
	color: #dcdcdc;
	border: none;
	outline: none;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slide2 .slick-prev:before,
#slide2 .slick-next:before {
	font-size: 28px;
	line-height: 1;
	opacity: .25;
	color: #aaaaaa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ## news ## */
.newsArea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
	overflow: hidden;
}
.newsArea h3 {

	box-sizing: border-box;
	font-size: 18px;
	line-height: 1;

	font-family: 'Lato', "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.newsArea h3.jtn {
	color: #ff2500;
}
.newsArea h3.jwn {
	color: #1313B6;
}
.newsArea h3 span {
	font-size: 12px;
	color: #444444;
}
.newsArea .nbWrapp {
	
	box-sizing: border-box;
}


.baseBox .inner:after {
  content: "";
  clear: both;
  display: block;
}



/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
/* service support */
.ourService {
	width: 90%;
	margin: 0 auto;
}

.ssBox {
	width: 32%;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-right: 2%;
	float: left;
	height: 332px;
}
.ssBox:nth-child(3),.ssBox:nth-child(6),.ssBox:nth-child(9)  {
	margin-right: 0%;
}
.ssBox a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	color: #444444;
	text-decoration: none;
}
.ssBox img {
	width: 100%;
	vertical-align: bottom;
}
.ssBox h4 {
	padding: 12px 8px 12px 8px;
	color: #ffffff;
	font-size: 15px;
	margin: 0;
}
.ssBox p {
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
}
h4.em {
	width: 100%;
	background-color: #CB3C3F;
	color: #ffffff;
	padding: 5px;
	margin: 0 auto;
}
.emNews {
	width: 65%;
	margin: 0 auto;
	border: solid 3px #CB3C3F;
	overflow: hidden;
}
.emDate {
	font-size: 12px;
	padding: 3px 10px;
	margin: 3px;
}
.emTitle {
	font-size: 16px;

	padding: 3px 10px;
	margin: 3px;
}
.boxLink2 {
	background: #ffffff;
}
.hover2 a:link, .hover2 a:visited {
	text-decoration: none;
	opacity: 0.6;
}
.newsArea {
	width: 90%;
	margin: 0 auto;
}
.bunner {
	width: 80%;
	margin: 0 auto 30px auto;
	text-align: center;
}
.bunner img {
	width: 80%;
}
.nIcon {
	font-size: 9px;
	width: 100px;
	float: left;
	padding: 4px 2px;
	border-radius: 3px;
	margin-right: 5px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.inner.tourSlide {
	width: 90%;
}

/*TOUR NEWS エリア*/
#tn01.newsArea {
	border-bottom: solid 1px #545454;
}

#tn01.newsArea h3 {
	width: 35%;
	float: left;
	font-size: 58px;
	overflow: hidden;

}
#tn01.newsArea .nbWrapp {
	width: 64%;
	float: right;

}

/*TRAVEL NEWS エリア*/
#tn02.newsArea h3 {
	width: 35%;
	font-size: 58px;
	text-align: right;
	float: right;


}
#tn02.newsArea {
}
#tn02.newsArea .nbWrapp {
	width: 64%;
	float: left;
}
.sTitle {
	font-size: 28px;
}

#slide1.sslider {
	margin-top: 78px;
}
	

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


	
}





/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
/* service support */
.ourService {
	width: 100%;
	margin: 0 auto;
}

.ssBox {
	width: 48.7%;
	box-sizing: border-box;
	margin-bottom: 15px;
	float: left;
	height: 320px;
}

.ssBox:nth-child(1),.ssBox:nth-child(3),.ssBox:nth-child(5),.ssBox:nth-child(7)  {
	margin-right: 2%;
}
.ssBox a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	color: #444444;
	text-decoration: none;
}
.ssBox img {
	width: 100%;
	vertical-align: bottom;
}
.ssBox h4 {
	padding: 8px 6px;
	color: #ffffff;
	font-size: 13px;
	margin: 0;
}
.ssBox p {
	padding: 8px;
	font-weight: normal;
	font-size: 12px;
}

.newsArea h3.jtn,.newsArea h3.jwn {
	margin-bottom: 10px;
}
h4.em {
	width: 100%;
	background-color: #CB3C3F;
	color: #ffffff;
	padding: 5px;
	margin: 0 auto;
}
.emNews {
	width: 98%;
	margin: 0 auto;
	border: solid 3px #CB3C3F;
	overflow: hidden;
}
.emDate {
	width: 100px;
	font-size: 12px;
	padding: 3px 10px;
	margin: 3px;
}
.emTitle {
	font-size: 14px;

	padding: 3px 10px;
	margin: 3px;
}
.boxLink2 {
	background: #ffffff;
}
.hover2 a:link, .hover2 a:visited {
	text-decoration: none;
	opacity: 0.6;
}
.newsArea {
	width: 100%;
	margin: 0 auto;
}
.bunner {
	width: 80%;
	margin: 0 auto 30px auto;
	text-align: center;
}
.bunner img {
	width: 80%;
}
.nIcon {
	font-size: 9px;
	width: 100px;
	float: left;
	padding: 3px 2px;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	margin-right: 4px;
}
.inner.tourSlide {
	width: 100%;
}

/*TOUR NEWS エリア*/
#tn01.newsArea {
	border-bottom: solid 1px #545454;
}

#tn01.newsArea h3 {
	font-size: 44px;
}
#tn01.newsArea .nbWrapp {
	width: 100%;
}

/*TRAVEL NEWS エリア*/
#tn02.newsArea h3 {
	font-size: 44px;
}
#tn02.newsArea {
}
#tn02.newsArea .nbWrapp {
	width: 100%;

}
.sTitle {
	font-size: 24px;
}

/* ## top image ## */
.tpBox h2 {
	font-size: 18px;
	padding: 0 4px;
}
.tpBox h2 span {
	font-size: 12px;
}

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

}

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

}

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

.sTitle {
	font-size: 34px;
}
#tn01.newsArea h3,#tn02.newsArea h3 {
	font-size: 74px;
}


}

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

.sTitle {
	font-size: 40px;
}
#tn01.newsArea h3,#tn02.newsArea h3 {
	font-size: 84x;
}
}



