@charset "UTF-8";

/*------------------------------------------------------------------------------------
          
UNIQ / TOURS / スペシャルツアー
									
------------------------------------------------------------------------------------*/

/*------------------------------------------------------ LINK-BOX */

#tours .linkBox {
	padding-top: 0;
}

#tours .linkBox .linkBoxInner ul li a .linkBoxTitle p span.en > span {
	font-size: 80%;
}

#tours .linkBoxImg img {
	height: 100vw;
}

/*------------------------------------------------------------------------------------

以下 TAB 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 500px) {
	
/*------------------------------------------------------ LINK-BOX */

#tours .linkBox .linkBoxInner ul li {
	width: 100%;
}

#tours .linkBoxImg img {
	height: 35vw;
}

}


/*------------------------------------------------------------------------------------

以下 PC 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 900px) {

/*------------------------------------------------------ LINK-BOX */

#tours .linkBoxTitle p span.en {
    font-size: 2.6rem;
}

#tours .linkBoxTitle p span.jp {
    font-size: 2.6rem;
}

#tours .linkBoxImg img {
    height: 600px;
}

}