@charset "utf-8";
/* CSS Document */
/* 追加分 */
.txt_bold{font-weight:bold;}
.subtitle {display:inline-block; width:7em; padding-left: 1.2em;}
.basicOl li{line-height:1.4em;}
.w065 {width:65%!important;}
.img_pos img{margin: 8px 0px 3px;}

.short_aki{ display:inline-block; padding:5px; background:#FFF08B; border-radius:5px; border:#F4B131 solid 1px;}
.short_aki a{ text-decoration:none;}
.short_aki:before { 
  color:#FD8F3B;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e907";
  padding-right: 5px;
}

.icon-flower:before {
	content: "\e908";
}


dl.rowList {
	overflow: hidden;
	zoom: 1;
}
dl.rowList dt {
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.rowList dd {
	padding: 0 0 8px 120px;
}

dl.rowList_60 dt {
	width: 80px;
}
dl.rowList_60 dd {
	padding: 0 0 8px 90px;
}

dl.rowList_250 dt {
	width: 240px;
}
dl.rowList_250 dd {
	padding: 0 0 8px 245px;
}



/* ショート空き情報 */
/* テーブル装飾 */
.data_schedule, .data_schedule tr th, .data_schedule tr td{
  border-color: #f4b131!important;
  border-top-color: #f4b131!important;
  border-right-color: #f4b131!important;
  border-bottom-color: #f4b131!important;
  border-left-color: #f4b131!important;
}
.data_schedule th{
  background-color: #fff08b;
  color: #8f6738;
}

.data_schedule {
  margin-bottom:20px;
  line-height: 1.3em;
  border: 1px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;

}
.data_schedule tbody tr:nth-child(even) {background-color:#ffffdd; }
.data_schedule tbody tr:nth-child(odd) { }
 
.data_schedule th:first-child{
	background:#FFC4C4;
}
.data_schedule th:last-child{
	background: #A9F8A5;
}

.data_schedule th,
.data_schedule td {
  padding: 5px;
	height:1.5em;
	text-align:center;
}
.data_schedule tr th {
  border-right: 1px solid;
}
.data_schedule tr:first-child th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.data_schedule tr:first-child th:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.data_schedule tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.data_schedule tr:last-child td:last-child {
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.data_schedule tr th, .data_schedule tr td {
  border-bottom: 1px solid;
  border-bottom: 1px solid;
}
.data_schedule tr:last-child th, .data_schedule tr:last-child td {
  border-bottom: none;
  }
.data_schedule caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}

.list_3col{width:100%;}
.list_3col li{width:30%; float: left;}


/* フローチャート */
.flow_time {
  width: 100%;
  margin: 20px 0 0 0;
/*  font-size: 85%;
*/}
.flow_time caption {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  color: #FF8519;
}
.flow_time_box {
	padding: 20px 10px 10px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background: #FFFFCC;
}
.f_time_number {
	width: 100px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: -10px;
	left: -10px;
	background: #FF9900;
}
.flow_time_box p {
  margin: 0;
  padding: 0;
}
.f_time_arrow {
	margin: 10px auto;
	display: block;
	width:20px;
	border-top: 10px solid #FF6666;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.flow_none { background-color:#FFFFFF;}
.f_arrow_none {	margin: 10px auto;
	display: block;
	width:20px;}

/*緑*/
button.css3button {
	font-size: 20px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	background: -moz-linear-gradient(
		top,
		#ff82b4 0%,
		#f07aa9);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff82b4),
		to(#f07aa9));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #f77eae;
	-moz-box-shadow:
		0px 1px 3px rgba(245,125,173,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(245,125,173,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(245,125,173,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

.round_bold {	font-family: 'rounded-x-mplus-2p-black'!important;}
.round_mid {	font-family: 'rounded-x-mplus-2p-bold'!important;}

.top_catch{color:#62c962!important; font-size:28px!important;}
.top_catch_red{color:#FC6061!important; font-size:28px!important;}
.top_catch_brown{color:#593529!important; font-size:25px!important; border-bottom:  dotted 3px #BCADAA; }

.top_message{color:#62c962!important; font-size:22px!important;}
.top_message_orange{color:#ED792E!important; font-size:22px!important;}



/* タブレット向けのレイアウトの指定：～960px */
@media only screen and (max-width: 960px) {
}

/* タブレット向けのレイアウトの指定：～767px */
@media only screen and (max-width: 767px) {
.flow_time tr td {
  display: list-item;
  list-style: none;
}
.mt_none_U768{margin-top:0 !important;}
}
/* スマホ向け TOPスライダー調整：～500px */
@media only screen and (max-width: 500px) {
.list_3col{width:100%;}
.list_3col li{width:42%; float: left;}
.short_aki{ display:block;}


.top_catch{color:#62c962!important; font-size:21px!important;}
	.top_catch br{display: none;}
.top_catch_red{color:#FC6061!important; font-size:21px!important;}
.top_catch_brown{color:#593529!important; font-size:18px!important; border-bottom:  dotted 3px #BCADAA; }

.top_message{color:#62c962!important; font-size:16px!important;}
.top_message_orange{color:#ED792E!important; font-size:16px!important;}

}