@charset "utf-8";
@import "default.css";
@import "jquery.megamenu.css";
@import "base2018.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
.slide span {
	background-image: url(../images/tour/cap_back.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 865px;
	display: block;
	margin-top: -50px;
	position: relative;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
main .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1.00);
	padding-top: 40px;
	padding-bottom: 1px;
}

}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
.slide span {
	background-image: url(../images/tour/cap_back.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 100%;
	display: block;
	margin-top: -50px;
	position: relative;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
main .inner {
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: rgba(255,255,255,1.00);
	padding-top: 2%;
	padding-bottom: 1px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
.slide span {
	background-image: url(../images/tour/cap_back.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 100%;
	display: block;
	margin-top: -50px;
	position: relative;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
}
