@charset "UTF-8";
img{
	max-width: 100%;
	vertical-align: top;
}

.block-event {
	background: url(/lib_image/event/bg_event_01.jpg) no-repeat;
	background-size: cover;
	margin: 0;
	padding: 40px 20px 39px;
}
	.event_inner {
		background: rgba(255,255,255,.9);
		max-width: 1057px;
		margin: 0 auto;
		padding: 31px 40px 30px;
		border-radius: 6px;
	}
.block-event-title{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
	font-size: 27px;
	font-weight: normal;
	text-align: center;
	
}
.block-event-title span{
	display: inline-block;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	z-index: 1;
}
.block-event-title span::before,
.block-event-title span::after{
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.block-event-title span::before{
	left: 0;
	background-image: url(/lib_image/event/event_title_left.png);
	background-position: 0 0;
}
.block-event-title span::after{
	right: 0;
	background-image: url(/lib_image/event/event_title_right.png);
	background-position: 100% 0;
}

.block-event-text{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}

	.box-event-point{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 0;
		margin-left: -20px;
		margin-right: -20px;
		padding: 0;
		list-style: none;
	}
	.box-event-point li{
		max-width: 236px;
		width : 33.3333%;
		width : -webkit-calc(100% / 3);
		width : calc(100% / 3);
		padding-left: 20px;
		padding-right: 20px;
		
		position: relative;
		z-index: 1;
	}
	.box-event-point li div{
		width : 100%;
		padding-bottom: 100%;
		background: #F5F2EC;
		border-radius: 100%;
	}
	.box-event-point li div p{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		white-space: nowrap;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.box-event-notice{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		margin-top: 40px;
		margin-bottom: 0;
		margin-left: -10px;
		margin-right: -10px;
		padding: 0;
		list-style: none;
	}
	.box-event-notice li{
		width: 25%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.box-event-notice li figure{
		text-align: center;
	}
	.box-event-notice li figure img{
		width: 100%;
	}
	.box-event-notice li figure figcaption{
		color: #333333;
		padding: 10px;
		font-weight: bold;
	}
	/*
	.box-event p {
		line-height: 1.6;
	}
	.box-event p + p {
		margin-top: 28px;
	}
	*/
	.index-event .box-example-area-btn li a > span{
		width: 100%;
		line-height: 1;
		margin-top: 5px;
	}
.body-event_area .section:first-child h2 {
	margin-top: 10px;
}
@media only screen and ( max-width : 767px ) {
	.block-event {
		margin: 30px 0 0;
		padding: 20px 10px;
	}
		.event_inner {
			padding: 20px 10px 20px;
		}
		.box-event {
			margin-top: 20px;
			text-align: center;
			font-size: 1.3rem;
			letter-spacing: -.2px;
			padding: 20px 10px;
		}
		.box-event p + p {
			margin-top: 20px;
		}
}
.nav-event_area{
	border-bottom: 6px solid #008D54;
	margin-bottom: 0;
}
.index-event .box-example-area-btn li{
	width : 33.3333%;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
}
@supports (-ms-ime-align: auto) {
  .index-event .box-example-area-btn li{
	width : 33.3333%;
}
}
@media all and (-ms-high-contrast: none){
  .index-event .box-example-area-btn li{
	width : 33.3333%;
}
}
.index-event .box-example-area-btn li a {
	margin-right: 3px;
	margin-left: 3px;
}
.index-event .box-example-area-btn li:first-child a {
	margin-right: 6px;
	margin-left: 0px;
}
.index-event .box-example-area-btn li:last-child a {
	margin-right: 0px;
	margin-left: 6px;
}
.index-event .box-example-area-btn li a > span{}
.index-event .box-example-area-btn li a > span::before{
	display: none;
}

.index-event .box-example-area-btn li a strong{
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.index-event .box-example-area-btn li a strong span{
	padding-left: 20px;
	position: relative;
	z-index: 1;
}
.index-event .box-example-area-btn li a strong span::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #008D54 transparent transparent transparent;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index-event .box-example-area-btn li a:hover strong span::before,
.index-event .box-example-area-btn li.current a strong span::before{
	border-color: #ffffff transparent transparent transparent;
}
.body-event_area{
	padding: 25px 40px;
	background: #F5F2EC;
}
.body-event_pref{
	border-top: 1px solid transparent;
}
.style-basic ul.body-event_list{
	padding: 0;
	list-style: none;
	margin-top: -12px;
	margin-bottom: 0;
	margin-left: -12px;
	margin-right: -12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.body-event_list > li{
	width : 33.3333%;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
.body-event_card{
	height: 100%;
	display: block;
	background: #ffffff;
	border-radius: 6px;
	box-shadow:0px 5px 6px 1px rgba(0,0,0,0.16);
	padding: 10px 0;
	text-decoration: none;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-content: space-between;
	-ms-align-content    : space-between;
	align-content        : space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.body-event_card_upper{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.body-event_card_upper_list{
	width : -webkit-calc(100% - 90px);
	width : calc(100% - 90px);
	min-height: 110px;
}
.body-event_card_upper_list:first-child{
	width: 90px;
	position: relative;
    z-index: 100;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}
.body-event_address{
	height: 90px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #ffffff;
	border-radius: 100%;
	margin-top: -15px;
}
.body-event_card-seminar .body-event_address{background: #4BB79E;}
.body-event_card-tour .body-event_address{background: #52A3CB;}
.body-event_card-bus .body-event_address{background: #4BB79E;}
.body-event_card-sumaihaku .body-event_address{background: #52A3CB;}
.body-event_card-owner .body-event_address{background: #8B8B8B;}

.body-event_address span{
	/*white-space: nowrap;*/
	line-height: 1;
	display: block;
    width: 100%;
	text-align: center;
}
.body-event_address-pref{
	font-size: 20px;
	font-weight: bold;
}
.body-event_address-city{
	font-size: 12px;
	margin-top: 5px;
}

.style-basic ul.body-event_card_info{
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}
.body-event_card_info_list{
	width: 100%;
}
.body-event_card_info_icon{
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-righ: 10px;
	font-size: 12px;
}
.body-event_card-seminar .body-event_card_info_icon{
	color: #4BB79E;
	border: 1px solid #4BB79E;
}
.body-event_card-tour .body-event_card_info_icon{
	color: #52A3CB;
	border: 1px solid #52A3CB;
}
.body-event_card-bus .body-event_card_info_icon{
	color: #4BB79E;
	border: 1px solid #4BB79E;
}
.body-event_card-sumaihaku .body-event_card_info_icon{
	color: #52A3CB;
	border: 1px solid #52A3CB;
}
.body-event_card-owner .body-event_card_info_icon{
	color: #8B8B8B;
	border: 1px solid #8B8B8B;
}
.style-basic p.body-event_card_info_title{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.6;
	color: #212121;
	min-height: 41px;
}
.style-basic p.event-label{
	background: #B5A371;
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    padding: 4px 4px 2px;
    text-align: center;
    min-width: 50px;
    margin: 0;
	margin-bottom: 4px;
}
.style-basic p.event-label.mansion {
	background: #6D98AD;
}
.style-basic p.event-label.kominka {
	background: #AA806D;
}
.body-event_card_lower{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	color: #212121;
	border-top: 1px solid #D0D0D0;
}
.body-event_card_day{
	font-size: 10px;
}
.body-event_card_day_num{
	font-size: 14px;
	font-weight: bold;
}
.event_sash{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.event_reserve{
	position: absolute;
	top: 95px;
	left: 12px;
	z-index: 10;
	color: #FD7E46;
	border: 2px solid #FD7E46;
	border-radius: 4px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 2px 5px;
	height: 26px;
	/*width: 60px;*/
	text-align: center;
}
.body-event_list .event_reserve{
	width: 60px;
}
.event_end{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, .75);
	border-radius: 6px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 30px 30px 30px 100px;
	font-size: 22px;
	color: #FDB802;
	text-align: center;
}
.event-detail_icon_list{
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-right: -3px;
}
.event-detail_icon{
	height: 28px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}
.event-detail_icon div,
.event-detail_icon span{
	height: 100%;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-box !important;
	display: -webkit-flexbox !important;
	display: -moz-flexbox !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: flex !important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
}

.event_shop{
	line-height: 1;
	font-size: 13px;
	padding: 3px 20px;
	border: 1px solid #212121;
	display: inline-block;
}

.event_cate{
	line-height: 1;
	font-size: 13px;
	color: #ffffff;
	padding: 4px 20px;
	display: inline-block;
}
.event_cate-tour{
	background: #849359;
}
.event_cate-conference{
	background: #BD8A46;
}
.event_cate-sumaihaku{
	background: #6A95C0;
}
.event_cate-bustour{
	background: #B285B5;
}

.event-detail .event_reserve{
	line-height: 1;
	font-size: 13px;
	position: static;
	padding: 2px 20px;
	display: inline-block;
}
.event-repeat_block{}
.event_info_table{
	margin-top: 20px;
}
.event_info_table{
	width: 100%;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-collapse: collapse;
	border-spacing: 0;
}
.event_info_table th{
	width: 120px;
	background: #F6F6F6;
	padding: 15px 25px;
	vertical-align: middle;
	text-align: right;
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	white-space: nowrap;
}
.event_info_table td{
	padding: 15px 25px;
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
}
.event_info_map{
	margin-top: 20px;
}
.event_info_contact{
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.event_info_contact li{
	width: 47%;
}
.event_info_contact li:first-child{
	width: 51%;
}

.event_info_tel_box{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	border: 1px solid #D0D0D0;
	border-radius: 6px;
}
.event_info_tel_head{
	padding: 10px 30px;
	white-space: nowrap;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	background: #EAEAEA;
	position: relative;
	z-index: 1;
}
.event_info_tel_head::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #EAEAEA;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
	-webkit-transform: translateX(100%) translateY(-50%);
	-moz-transform: translateX(100%) translateY(-50%);
	-o-transform: translateX(100%) translateY(-50%);
	transform: translateX(100%) translateY(-50%);
}
.event_info_tel_body{
	height: 100%;
	width: 100%;
	padding: 14px 30px 8px;
	text-align: right;
	font-size: 12px;
	/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	*/
}
.event_info_tel_body span{
	font-size: 26px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
}
.event_info_tel_body span::before {
	content: "";
	display: inline-block;
    width: 31px;
    height: 31px;
	margin-right: 5px;
    background: url(/lib_image/shop/ico_reform_contact_tel_g.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	vertical-align: middle;
}

.event_info_reserve_btn{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	background: #FDB802;
    color: #212121;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
}
.event_info_reserve_btn span {
    position: relative;
    z-index: 1;
    padding-left: 42px;
}
.event_info_reserve_btn span::before {
	content: "";
	width: 36px;
    height: 36px;
    background-image: url(/lib_image/shop/shop_contact_icon01.png);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.event-detail_text{
	margin-top: 40px;
	font-size: 16px;
	padding-bottom: 20px;
}
.other_event{
	margin-top: 60px;
}
.other_event_list{}
.other_event_box{
	margin-top: 20px;
	padding: 25px;
	border: 1px solid #D0D0D0;
}

.other_event_upper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.other_event_name{
	font-size: 13px;
	margin-left: .5em;
	margin-right: .5em;
	border: 1px solid #212121;
	padding: 2px 1em 0;
}
.other_event_text{
	padding-left: .5em;
	padding-right: .5em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.15;
}
.other_event_body{
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #D0D0D0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	-webkit-box-align: flex-end;
	align-items: flex-end;
	-webkit-align-content: flex-end;
	-ms-align-content: flex-end;
	align-content: flex-end;
}
.other_event_body_box{
	
}
.other_event_body_list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.other_event_body_list li{
	margin-left: .5em;
	margin-right: .5em;
}

.other_event_cate{
	font-size: 13px;
	color: #ffffff;
	padding: 2px 1em 0;
}

.other_event_date{
	font-size: 16px;
	vertical-align: text-top;
}
.other_event_date span{
	font-size: 18px;
	font-weight: bold;
	margin-left: .25em;
	margin-right: .25em;
}

.other_event_body_place{
	margin-top: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	font-size: 14px;
}
.other_event_body_place dt{
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.5;
}
.other_event_body_place dt::after{
	content: "：";
}
.other_event_body_place dd{
	line-height: 1.5;
}
.other_event_link {
	white-space: nowrap;
    background: #FFF;
    border: 1px solid #008D54;
    border-radius: 4px;
    color: #008D54;
    display: inline-block;
    font-size: 1.6rem;
    padding: 9px 4.5em 7px;
	text-decoration: none;
}
.other_event_link:before {
    content: "\f105";
    font-size: 1.8rem;
    margin-right: .35em;
}
.oneColumn .page-head.event-top-page-head,
.oneColumn .page-head.event-top-page-head .page-head_image{
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.index-event .box-example-area-btn li a{
		text-align: center;
		height: 100%;
		font-size: 14px;
		font-weight: normal;
		border-radius: 6px 6px 0 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}


@media screen and (max-width: 767px) {
	.block-event-title{
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.block-event-title span{
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-event-title span::before, .block-event-title span::after {
		width: 30px;
	}
	
	.block-event-text{
		font-size: 1.3rem;
	}
	.box-event-point{
		margin-top: 10px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.box-event-point li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.box-event-point li div p{
		font-size: 3vw;
	}
	.box-event-notice {
		margin-top: 10px;
		margin-left: -5px;
		margin-right: -5px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.box-event-notice li {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.index-event{
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}
	.body-event_area{
		padding: 10px;
	}
	.body-event_pref{
		margin-top: 10px;
	}
	.style-basic ul.body-event_list{
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.body-event_list > li{
		width: 50%;
		padding: 10px 0 10px 5px;
		margin: 0;
	}
	.body-event_card{
		padding: 10px 0;
	}
	.body-event_address-pref{
		font-size: 1.6rem;
	}
	.nav-event_area {
		margin-top: 10px;
		padding: 0 10px;
	}
	.index-event .box-example-area-btn li{
		margin-bottom: 0;
		margin-right: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
	}
	.index-event .box-example-area-btn li a strong{
		font-size: 1.2rem;
		white-space: pre-wrap;
		line-height: 1.25;
	}
	.index-event .box-example-area-btn li a > span{
		display: none;
		width: 100%;
	}
	.index-event .box-example-area-btn li a strong span{
		padding: 0;
	}
	.index-event .box-example-area-btn li a span::before{
		display: none;
	}
	.index-event .box-example-area-btn li a{
		margin-bottom: 0;
		border-radius: 6px 6px 0 0;
		padding: 10px 5px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	
	
	.event_info_table th,
	.event_info_table td{
		width: auto;
		padding: 10px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	.event_info_contact{
		margin-top: 10px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.event_info_contact li,
	.event_info_contact li:first-child{
		width: 100%;
		margin-top: 10px;
	}
	.content-main p.event-detail_text{
		font-size: 1.4rem;
		line-height: 1.5;
		padding-bottom: 0;
	}
	.event_info_tel_body{
		padding: 10px;
	}
	.event_info_tel_body{
		width: 100%;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.event_info_tel_head{
		font-size: 1.4rem;
		height: auto;
		padding: 15px;
	}
	.event_info_tel_body span{
		font-size: 2.2rem;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.event_info_tel_body span::before{
		width: 22px;
		height: 22px;
	}
	.event_info_reserve_btn,
	.other_event_link{
		font-size: 1.5rem;
		padding: 17px;
		width: 100%;
		text-align: center;
	}
	.other_event_box{
		margin-top: 10px;
		padding: 10px;
	}
	.other_event_upper{
		margin-left: 0;
    	margin-right: 0;
	}
	.other_event_upper li{
		width: 100%;
	}
	.other_event_upper li:first-child{
		width: auto;
	}
	.other_event_name{
		font-size: 1.2rem;
		margin-left: 0;
    	margin-right: 0;
	}
	.content-main p.other_event_text{
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.5;
		padding-left: 0;
		padding-right: 0;
	}
	
	.event-detail_text,
	.other_event{
		margin-top: 20px;
	}
	.other_event_body{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.other_event_body_box{
		width: 100%;
		margin-top: 20px;
	}
	.other_event_body_box:first-child{
		margin-top: 0;
	}
	.other_event_body_list{
		margin-left: 0;
		margin-right: 0;
	}
	.other_event_body_list li {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
		margin-right: 0;
	}
	.other_event_body_list li:first-child{
		margin-top: 0;
	}
	.other_event_body_list li .other_event_cate{
		display: inline-block;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.other_event_date{
		font-size: 1.2rem;
	}
	.other_event_date span{
		font-size: 1.6rem;
	}
	.event_reserve{
		bottom: 8px;
	}
	.event_end{
		font-size: 1.6rem;
	}
	.body-event_card_info_icon{
		padding-top: 4px;
		padding-bottom: 4px;
	}
}
@media screen and (max-width: 559px) {
	.body-event_list > li{
		width: 100%;
	}
}