@charset "UTF-8";
/*------------------------------------------------------------
	読み込みhtml
	index.html
------------------------------------------------------------*/

 .slider_box {
 	margin: 0 10px;
 }

.top_event_bn {
	width: 300px;
	margin: 0 auto;
}

.top_event_bn a {
	color: #FFF;
	text-decoration: none;
}

.top_event_bn span {
	background: #F00;
	display: block;
	padding: 2% 0;
}

.inner_box {
	text-align: center;
}

.inner_box ul {
	text-align: center;
	margin: 0 auto 23px;
}

.inner_box ul li:first-child {
	margin-bottom: 8px;
}

.m_list01 {
	margin-bottom: 13px;
}

.menu_list li {
	font-size: 10px;
}

.menu_list li .inner {
	display: block;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#faf4d2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#faf4d2));
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #826239;
}

.m_list01 li .inner {
	padding: 7px 25px 7px 60px;
}

.m_list02 li a,
.m_list02 li .inner02 {
	display: block;
	overflow: hidden;
	padding: 9px 30px 9px 8px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#fde7f4);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#fde7f4));
	border-bottom: 1px solid #F4BCD5;
	position: relative;
	text-decoration: none;
}

.index_event_news dd:after,
.m_list02 li .inner02:after,
.m_list02 li a:after {
	content: "";
	position: absolute;
	display: block;
	margin-top: -11px;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 21px;
	background-image: url(../img/common/icon/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 9px 21px;
	-webkit-background-size: 9px 21px;
	-moz-background-size: 9px 21px;
}
.m_list02 li a:after,
.m_list02 li .inner02:after {
	background-image: url(../img/common/icon/icon_arrow02.png);
}

.m_list02 li .inner02 a:after {
	display: none;
}

.index_event_news a {
	text-decoration: underline;
	color: #C6272D;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	display: block;
	margin-bottom: 1em;
}

.index_event_news .date {
	font-weight: normal;
	color: #1C1C1C;
	text-decoration: none;
	position: absolute;
	left: 60px;
	bottom: 0.5em;
}

.index_event_news .icon {
	width: 40px;
	height: 20px;
	line-height: 20px;
	letter-spacing: -0.03em;
	display: block;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.index_event_news .icon01 {
	background: #29A0D8;
}
.index_event_news .icon02 {
	background: #EF8065;
}
.index_event_news .icon03 {
	background: #84BA00;
}
.index_event_news .icon04 {
	background: #DF007F;
}
.index_event_news .icon05 {
	background: #284DA3;

}
.m_list02 {
	margin-bottom: 20px;
}

.m_list02 li .image {
	float: left;
	margin-right: 12px;
}

.m_list02 li .list_ttl {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 2px 6px;
	font-weight: bold;
	color: #FFF;
}
.m_list02 li .list_ttl02 {
	margin-bottom: 5px;
	padding-left: 6px;
	border-bottom: 1px dotted #F4BCD5;
	color: #C6272D;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}
.m_list02 li .list_ttl02:before {
	content: "";
	position: absolute;
	display: block;
	margin-top: -0.5em;
	top: 50%;
	left: 0;
	width: 3px;
	height: 1em;
	background: #FF4680;
}

.m_list02 li .list_ttl {
	color: #C6272D;
	font-size: 14px;
}

.m_list02 li .detail {
	overflow: hidden;
}

.m_list02 li .detail span {
	color: #FFF;
	text-align: center;
	display: block;
	width: 90px;
	font-size: 10px;
}

.m_list02 li .detail .color01 {
	background: #0071BC;
}
.m_list02 li .detail .color02 {
	background: #F15A24;
}
.m_list02 li .detail .color03 {
	background: #662D91;
}

.m_list02 li .ttl01,
.m_list02 li .ttl02,
.m_list02 li .ttl03,
.m_list02 li .ttl04 {
	color: #FFF;
}

.m_list02 li .ttl01 {
	background: #0071BC;
}
.m_list02 li .ttl02 {
	background: #F15A24;
}
.m_list02 li .ttl03 {
	background: #662D91;
}
.m_list02 li .ttl04 {
	background: #39AB4A;
}

.m_list02 li a .detail {
	overflow: hidden;
	color: #1C1C1C;
	font-size: 10px;
}

.m_list02 li .inner02 a {
	display: inline;
	background: none;
	border: none;
	font-size: 14px;
	text-decoration: underline;
}

.index_event_news dt {
	position: relative;
	height: 0;
}

.index_event_news dt .event_icon_pc {
	display: none;
}

.index_event_news dt .icon {
	position: absolute;
	left: 8px;
	top: 7px;
	z-index: 10;
}

.index_event_news dd {
	width: 100%;
	display: block;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#faf4d2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#faf4d2));
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #826239;
	padding: 7px 25px 7px 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.index_event_news dd a {
}

.index_event_news dd a strong {
}










.min_list01 {
	margin: 0 10px;
	overflow: hidden;
}

.min_list01 li {
	float: left;
	width: 48%;
	margin-right: 1%;
	min-height: 60px;
}

.min_list01 li:nth-child(even) {
	margin-right: 0;
}

.min_list01 li .inner {
	overflow: hidden;
}

.min_list01 li .image {
	margin-right: 4px;
	float: left;
}

.min_list01 li .detail {
	overflow: hidden;
	letter-spacing: -0.03em;
}

.min_list01 li .ttl {
	font-size: 12px;
}

.min_list01 li a {
	color: #C6272D;
}

.btn01 {
	margin: 0 auto 23px;
	text-align: center;
}

.btn_tour {
	margin-bottom: 8px;
	text-align: center;
}

.bn01 {
	margin-bottom: 15px;
	text-align: center;
}

.bn02 {
	margin-bottom: 20px;
	text-align: center;
}

.inner_box02 {
	margin: -10px 0 15px;
	padding-top: 10px;
	background: #F4FCED;
}

.bn_list {
	text-align: center;
}

.bn_list li {
	margin-bottom: 5px;
}

.tel_btn {
	text-align: center;
	margin-bottom: 15px;
}

.service_menu {
	margin-bottom: 20px;
}

.service_menu ul {
	text-align: center;
}

.service_menu li {
	display: inline-block;
}

.news .news_list {
	margin: 10px 10px 20px;
	line-height: 1.8;
}

.news .news_list .sp_hyde {
	display: none;
}

.news .icon_arrow {
	padding-right: 10px;
	text-align: right;
}

.news .icon_arrow a {
	display: inline-block;
	font-weight: bold;
}


