@charset "utf-8";


/* contents */

.indent3em {
	text-indent:-3em;
	padding:0 0 0 3em;
}
.indent4em {
	text-indent:-4em;
	padding:0 0 0 4em;
}

/* tour */
#tour {
	position:relative;
	width:100%;
	padding-top:40px;
	background:url(../../common/img/bg02.png) center 30px repeat-x;
}

#tour .inner {
	width:1000px;
	margin:0 auto 60px;
	padding:40px 0 0;
	background:url(../img/img_bus.png) 485px 380px no-repeat;
	background-size:50%;
}

#tour h2 {
	width:980px;
	margin:0 auto;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align:center;
}
#tour h2:after {
	content:"";
	display:block;
	height:1px;
	width:980px;	margin:0 auto;
	background:#ee23ae;
	background:-webkit-gradient(linear, left top, right bottom, from(#ee23ae), to(#d20b21));
	background:-moz-linear-gradient(left, #ee23ae, #d20b21);
	background:linear-gradient(left, #ee23ae, #d20b21);
}

#tour h3 {
	width:980px;
	margin:0 auto;
	padding:10px 0 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#tour h4 {
	width:700px;
	margin:30px auto 50px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#D01126;
}

#tour p {
	width:100%;
	margin:0 auto;
	font-size:14px;
	text-align:left;
}
#tour p span {
	display:block;
	width:100%;
	margin:0 0 15px;
	font-size:13px;
}

#tour p.maintx {
	font-size:17px;
}

#tour .box1 {
	width:600px;
	margin:30px auto;
	padding:15px 15px 15px 30px;
	border:2px solid #FFB030;
	border-radius:5px;
}

#tour .box1 table {
	font-size:14px;
}
#tour .box1 td {
	padding:3px 6px;
}
#tour td.ti {
	text-align:right;
}


#tour .detail {
	width:1000px;
	border:none;
	margin:20px 0;
	font-size:14px;
	border-collapse:separate;
	border-spacing:6px;
}
#tour .detail td {

}
#tour .detail .title {
	width:150px;
	padding:10px;
	color:#bb2255;
	line-height:1.8em;
	font-weight:bold;
	letter-spacing:2px;
	vertical-align:top;
	background:-webkit-gradient(linear, left top, right bottom, from(rgba(255,88,110,0.5)), to(rgba(230,128,153,0.3)));
	background:-moz-linear-gradient(left, rgba(255,88,110,0.5), rgba(230,128,153,0.3));
	background:linear-gradient(left, rgba(255,88,110,0.5), rgba(230,128,153,0.3));
}
#tour .detail .con {
	width:850px;
	padding:10px;
	line-height:1.8em;
	vertical-align:top;
	background:-webkit-gradient(linear, left top, right bottom, from(rgba(255,245,245,0.7)), to(rgba(230,128,173,0.2)));
	background:-moz-linear-gradient(left, rgba(255,245,245,0.7), rgba(230,128,173,0.2));
	background:linear-gradient(left, rgba(255,245,245,0.7), rgba(230,128,173,0.2));
}

#tour .detail .con a {
	color:#000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
#tour .detail .con a:hover {
	color:#000;
	text-decoration:underline;
}
#tour .detail .price {
	 color:#db2255;
}
#tour .detail td span {
	font-size:13px;
}

#tour .comingsoon {
	width:30%;
	height:40px;
	margin:40px auto 0;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	font-size:15px;
	color:#fff;
	background:#EB1C1F;
}

#tour .info_mail {
    text-align:center;
}
#tour .info_mail span {
    display:inline-block;
    margin:0;
    padding:5px 10px;
    background:rgba(255,155,180,0.1);
    font-size:14px;
    color:#777;
}
#tour .info_mail a {
    color:#cf1225;
}
#tour .info_mail a:hover {
    color:#e5004f;
    text-decoration:underline;
}

#tour .ttl {
    clear:both;
	display:block;
	width:100%;
	margin:60px auto 0;
	padding:5px 0;
	font-size:20px;
	text-align:center;
	background: -moz-linear-gradient(left top,
		#fff,
		#fff 25%,
		#f4eeeb 25%,
		#f4eeeb 50%,
		#fff 50%,
		#fff 75%,
		#f4eeeb 75%,
		#f4eeeb);  
	background: -webkit-gradient(linear, left top, right bottom,
		from(#fff),
		color-stop(25%, #fff),
		color-stop(25%, #f4eeeb),
		color-stop(50%, #f4eeeb), 
		color-stop(50%, #fff),
		color-stop(75%, #fff),
		color-stop(75%, #f4eeeb),
		to(#f4eeeb)); 
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
}

#tour .border {
	display:block;
	width:100%;
	height:6px;
	margin:0 auto 0;
	background: -moz-linear-gradient(left top,
		#e5004f,
		#e5004f 25%,
		#af083e 25%,
		#af083e 50%,
		#e5004f 50%,
		#e5004f 75%,
		#af083e 75%,
		#af083e);  
	background: -webkit-gradient(linear, left top, right bottom,
		from(#e5004f),
		color-stop(25%, #e5004f),
		color-stop(25%, #e5004f),
		color-stop(50%, #af083e), 
		color-stop(50%, #af083e),
		color-stop(75%, #e5004f),
		color-stop(75%, #e5004f),
		to(#af083e)); 
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
}

#timetable {
	width:100% !important;
	margin: 0 0 40px 0;
	background: #FFF;
}
#timetable tr td {
	padding: 15px 10px;
	text-align: left;
	height: auto;
	border: none;
	line-height: 1.5em;
	letter-spacing:1px !important;
	border:1px solid #ddd;
}
#timetable tr td.title {
	width: 100px;
	background:#ffeaf0 !important;
	color: #000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#timetable tr td.title_top {
	width: 100px;
	background-color: #cf1225;
	color: #FFF;
	text-align: center;
}
#timetable tr td.con {
	width: 800px;
	padding-left:10px;
	background:#fff !important;
}

#timetable tr td.title p {
	margin:1em 0 0;
	font-size:12px;
	color:#c02;
	font-weight:normal;
}
#timetable tr td.kyuukei {
	text-align:center;
	background:#f7f7f7;
}

#timetable .fa {
	color:#CD4775;
	margin:0 5px 0 0;
}

.sesno {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.sesttl {
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin:5px 0 10px;
}
.sestx {
	font-size:12px;
	margin:12px 0;
	padding:12px 0 0;
	border-top:1px dotted #ccc;
	/*border-bottom:1px dotted #ccc;*/
}
.sesperson {
	color:#333;
	font-size:13px;
	margin:12px 0 0;
}
.sesperson span {
	display:block;
	color:#666;
	font-size:12px;
}
.sesperson span.cate {
	display:block;
	color:#BC596C;
	font-size:14px;
}

.btn_workshop_entry {
	width:400px;
	display:block;
	margin:40px auto 20px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	box-shadow:4px 4px 4px rgba(0,0,0,0.4);
	color:#fff;
	background: -moz-linear-gradient(left top,
		#999,
		#999 25%,
		#444 25%,
		#444 50%,
		#999 50%,
		#999 75%,
		#444 75%,
		#444);  
	background: -webkit-gradient(linear, left top, right bottom,
		from(#999),
		color-stop(25%, #999),
		color-stop(25%, #999),
		color-stop(50%, #444), 
		color-stop(50%, #444),
		color-stop(75%, #999),
		color-stop(75%, #999),
		to(#444)); 
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
    opacity:0.4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    cursor:default;
}
/*.btn_workshop_entry:hover {
	opacity:0.5;
}*/
.btn_workshop_entry_cap {
	display:block;
	width:70%;
	margin:0 auto 80px;
	text-align:center;
    font-size:15px;
}