@charset "euc-jp";
/* CSS Document */

/* TOUR STYLE */
.include {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
}
.fxbox .photobox .include {
	position: absolute;
	z-index: 20;
	top: 0;
	padding: 0 5px;
}
.include li {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 5px .5em 0 0;
	padding: 1px 10px;
	border-radius: 1em;
	background: #999;
	color: #FFF;
	text-shadow: 0 0 3px #666;
}
/* include color */
.include li.ic01 { background: #F6E704; } /* 黄 */
.include li.ic02 { background: #CDD767; } /* 黄緑 */
.include li.ic03 { background: #ACCE44; } /* 黄緑 */
.include li.ic04 { background: #80C03F; } /* オリーブ */
.include li.ic05 { background: #68AF50; } /* 緑 */

/* TOUR STYLE */
.tourstyle {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.tourstyle li {
	font-size: 1.1rem;
	margin: 0 .5em 1em 0;
	padding: 1px 10px;
	border-radius: 1em;
	background: #999;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 3px #777;
}
/* island color */
.tourstyle li.si01 { background: #A2D52B; } /* 黄緑 */
.tourstyle li.si02 { background: #3EB33E; } /* 緑 */
.tourstyle li.si03 { background: #4DD2FF; } /* 水色 */
.tourstyle li.si04 { background: #008C8C; } /* 青緑 */
.tourstyle li.si05 { background: #00AFEA; } /* 薄青 */
.tourstyle li.si06 { background: #38B495; } /* 青みの緑 */
.tourstyle li.si07 { background: #09D0D0; } /* ターコイズ */
.tourstyle li.si08 { background: #248AF0; } /* 青 */
.tourstyle li.si09 { background: #0066CC; } /* 瑠璃 */
.tourstyle li.si10 { background: #003F8E; } /* 紺 */
.tourstyle li.si11 { background: #9FC24D; } /* 黄緑 */
.tourstyle li.si12 { background: #00A3AF; } /* ターコイズ暗 */
.tourstyle li.si13 { background: #00A1E9; } /* ライトブルー */
.tourstyle li.si14 { background: #2DBF8F; } /* 明るい緑 */
.tourstyle li.si15 { background: #00BFBF; } /* ターコイズ */
.tourstyle li.si16 { background: #00AFCC; } /* 緑みの青 */
.tourstyle li.si17 { background: #6C9BD2; } /* 薄紫 */
.tourstyle li.si18 { background: #83CAD1; } /* 薄緑 */
.tourstyle li.si19 { background: #92D1ED; } /* 薄空 */
.tourstyle li.si20 { background: #59B9C6; } /* 薄青緑 */

/* activity color */
.tourstyle li.ac01 { background: #6ABD6F; } /* ライトグリーン */
.tourstyle li.ac02 { background: #6DC8E3; } /* 水色 */
.tourstyle li.ac03 { background: #1EB9EF; } /* ターコ */
.tourstyle li.ac04 { background: #328ACA; } /* 青 */
.tourstyle li.ac05 { background: #5469A9; } /* 薄藍 */
.tourstyle li.ac06 { background: #3FA28D; } /* 緑 */

@media screen and (max-width:799px){
.tourstyle li {
	margin: 0 5px 1em 0;
	padding: .1em .5em;
}
}
