@charset "UTF-8";
/* ------------------------------
 * shop and event styles
 * ------------------------------ */
.column-two #subCol {
	width: 100%;
}
.column-two #subCol .title,
.side_contents .title,
.side_item_title {
	border-top: 1px solid #009B63;
	border-bottom: 1px solid #009B63;
	color: #009B63;
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.05em;
	padding: 10px 0;
	position: relative;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}
.side_contents .title::before,
.side_item_title::before {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	position: relative;
	margin-left: -1px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.side_contents .title::before { background-image: url(/lib_image/shop/icon_green_person.svg); }
.side_contents.historys .title::before { background-image: url(/lib_image/shop/icon_green_clock.svg); }
.side_item_title_shop_detail::before { background-image: url(/lib_image/shop/icon_green_calendar.svg); }
.side_contents.about .side_item_title::before { background-image: url(/lib_image/shop/icon_green_house.svg); }
.side_contents.event > .title::before { background-image: url(/lib_image/shop/icon_green_japan.svg); }

/* ------------------------------
 * side 
------------------------------ */
.side_contents a {
	color: #000;
	text-decoration: none;
}
.side_contents a:hover {
	color: #009B63;
}

/* ------------------------------
 * office/history common
 .side_contents
 - .title
 - .side_office_unit
 - .side_office_sec
 - .side_office_title
 - .side_office_title_strong
 - .side_office_images
 - .side_office_text
 - .side_office_icons
 - .side_office_icon
 ------------------------------ */
.side_contents:nth-child(n+2) {
	margin-top: 24px;
}
.side_contents:first-child {
	margin-top: 0;
}
.side_office_unit {
	display: block;
	margin: 0;
	padding: 16px 0;
}
.side_office_unit + .side_office_unit {
	border-top: 1px solid #DDD;
}
a.side_office_unit {
	color: #000000;
	text-decoration: none;
}
.side_office_sec {}
.side_office_title {
	border-left: 2px solid #009B63;
	padding-left: 8px;
}
.side_office_title_strong {
	font-size: 1.6rem;
	font-weight: normal;
}
.side_office_images {
	margin-top: 10px;
}
.side_office_text {
	color: #404040;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-top: 8px;
}
.side_office_icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.side_office_icon {
	background-repeat: no-repeat;
	background-position: 2px 50%;
	background-size: 16px auto;
	color: #009B63;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: -0.025em;
	margin: 8px 0;
	padding-left: 20px;
}
.side_office_icon-showroom {
	background-image: url(/lib_image/event/office_icon_showroom.png);
}
.side_office_icon-parking{
	background-image: url(/lib_image/event/office_icon_parking.png);
}
/* office */
.side_office {}

/* history */
.historys {}
.historys .side_office_text,
.historys .side_office_icons {
	display: none;
}

/* event, about */
.side_item {}
.side_item_unit {}
.side_item_unit:first-child{}
.side_item_title_shop_detail {}
.side_item_content {
	font-size: 1.3rem;
}
.side_item_link {}
/* event */
.side_event_change_pref_unit + .side_event_change_pref_unit {
	border-top: 1px solid #999;
}
.side_event_change_pref_content {
	border-top: 1px solid #999;
	display: none;
}
.side_event_change_pref_link{
	border-top: 1px solid #DDD;
	display: block;
	font-size: 1.4rem;
	padding: 16px 8px;
	position: relative;
	z-index: 1;
}
.side_event_change_pref_link:first-child{
	border-top: none;
}
.side_event_change_pref_link.current,
.side_event_change_pref_link:hover{
	background: #F7F7F7;
	color: #009B63;
}
.side_event_change_pref_title.side_item_title{
	border: none;
	color: #000;
	cursor: pointer;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 18px 24px 18px 0;
}
.side_event_change_pref_title::before { display: none; }
.side_event_change_pref_title::after,
.side_event_change_pref_link::after{
	content: "";
	position: absolute;
	top: 50%;
	z-index: 10;
}
.side_event_change_pref_title::after{
	background: url(/lib_image/common/plus-green-circle.svg) 100% 100% / 100% no-repeat;
	right: 0;
	width: 18px;
	height: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.side_event_change_pref_title.is-active::after{
	background-image: url(/lib_image/common/minus-green-circle.svg);
}
.side_event_change_pref_link::after{
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #009B63 #009B63 transparent transparent;
	right: 10px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.side_event_news {
	padding: 16px 0;
}
.side_event_news:nth-child(n+2) {
	border-top: 1px solid #DDD;
}

.side_event_news_labels{
	display: -webkit-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.side_event_news_label{
	min-width: 98px;
	font-size: 1.1rem;
	padding: 4px 4px 2px;
	text-align: center;
}
.side_event_news_label.bg_place{
	background: none;
	font-size: 1.4rem;
	min-width: 54px;
}
.side_event_news_time {
	color: #009B63;
}
.side_event_news_time,
.side_event_news_link{
	font-size: 1.3rem;
	line-height: 1.5;
	display: block;
	margin-top: .5em;
}
/* about */
.side_about{
	border-top: 1px solid #DDD;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.38;
	padding: 16px 0;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.side_about:first-child {
	border-top: none;
}
.side_about_images {
	max-width: 38px;
}
.side_about_title {
	line-height: 1.38;
	padding-left: 10px;
	width : calc(100% - 49px);
}
.side_about_btn_area {}
.side_about_btn_area a {
	width: 100%;
}
a.side_about_btn {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 10px;
	color: #008D54;
	border: 2px solid #008D54;
	border-radius: 4px;
	text-decoration: none;
}

/* banner */
.side_bnr_link{
	display: block;
}
.side_bnr{
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and ( min-width : 768px ) {
	.side_event_news_labels {
	}
}
@media only screen and ( max-width : 767px ) {
	.side_contents,
	.side_contents:first-child,
	.side_contents:nth-child(n+2) { margin-top: 30px; }
	.side_item_title br { display: none; }
	.side_contents_bnr {
		border: none;
	}
	.side_office {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	a.side_office_unit {
		width: 50%;
	}
	.side_contents a.side_office_unit:nth-child(odd){ padding-right: 8px; }
	.side_contents a.side_office_unit:nth-child(even){ padding-left: 8px; }
	.side_office_unit:nth-child(-n+2) {
		border-top: none !important;
	}
	.side_office_icons {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* side news */
	.side_event_news {
		padding: 20px 0;
	}
	.side_event_news_time,
	.side_event_news_link {
		font-size: 1.4rem;
	}
	/* side about */
	.side_about_title {
		font-size: 1.4rem;
	}
	.side_about_images {
		max-width: 11.58%;
	}
	.side_about_btn_area {
		padding: 0;
	}

}
