@charset "UTF-8";
/* ------------------------------
* shop and event styles
* ------------------------------ */
.shop_top-main + .column-two{
	margin-top: 50px;
}

.new-event-title{
	display: inline-block;
    font-weight: normal;
	text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    z-index: 1;
}
.new-event-title::before,
.new-event-title::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.new-event-title::before {
    left: 0;
    background-image: url(/lib_image/event/event_new_title_left.png);
    background-position: 0 0;
}
.new-event-title::after {
    right: 0;
    background-image: url(/lib_image/event/event_new_title_right.png);
    background-position: 100% 0;
}
.map_images{
	max-width: 978px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.map-search_wrap{
    margin: 0 auto;
    width: 980px;
}
.emphasis_title + .map-search_wrap{
    margin-top: -48px;
}
.map-search_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.partition{
	margin-top: 50px;
}
.partition:first-child{
	margin-top: 0;
}
.partition + #mainCol,
.shop_detail_example_slider + #mainCol{
	margin-top: 50px;
}
.partition_title{
	text-align: center;
}
.partition_title + .block_table_event{
	margin-top: 25px;
}
.partition_title_inner{
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 24px;
	font-weight: normal;
}
.partition_title_inner::before,
.partition_title_inner::after{
	content: "";
	width: 20px;
	height: 1px;
	background: #008D54;
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.partition_title_inner::before{
	left: 0;
}
.partition_title_inner::after{
	right: 0;
}
.column-two{}
.column-two #mainBody{
	width: 100%;
}

.emphasis{
	margin-top: 27px;
	text-align: center;
	border: 1px solid #008d54;
	border-radius: 8px;
}
.emphasis_title{
	border: 1px solid #008d54;
	color: #008d54;
	background: #ffffff;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 2em;
	padding-right: 2em;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 32px;
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
}
.emphasis_title_inner:before {
    content: "";
    color: #008d54;
    content: "\f002";
	margin-right: .5em;
	font-family: 'fa_custom' !important;
}
.emphasis_text{
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 10px;
    padding-right: 10px;
}
.emphasis_text_foot{
	margin-top: 10px;
	padding-left: 10px;
    padding-right: 10px;
}
.block_table_event{
	width: 100%;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-spacing: 0;
}
.block_table_event_caption{
	font-size: 20px;
	font-weight: bold;
	padding: 1em;
	border-top: 2px solid #008D54;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;

}
.block_table_event_caption strong{
	font-size: 24px;
}
.block_table_event thead{}
.block_table_event thead tr{}
.block_table_event thead tr th{
	background: #EAEAEA;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}
.block_table_event thead tr td{
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}
.block_table_event tbody{}
.block_table_event tbody tr{
	position: relative;
	z-index: 1;
}
.block_table_event tbody tr:nth-child(even){
	background: #F9F9F9;
}
.block_table_event tbody tr th{
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}
.block_table_event tbody tr td{
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}

.block_table_event-type{
	width: 17%;
	text-align: center;
}
.block_table_event-type .event_label{
	width: 100%;
}
.block_table_event-venue{
	width: 13%;
	text-align: center;
}
.block_table_event-date{
	width: 17%;
}
.block_table_event-content{
	width: 53%;
}
.block_table_event-content_inner{
	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;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.block_table_event-content_text{
	width : 100%;
	padding-right: 10px;
}
.block_table_event-content_icon{
	min-width: 6em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
	color: #FD7E46;
	border: 2px solid#FD7E46;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
}
.block_table_event-content_icon-free{
	min-width: 5em;
	white-space: nowrap;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	font-size: 1.3rem;
	padding: .25em .5em;
	text-align: center;
}
.event_label{
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding: .25em .5em;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
}

.block_event_guide{
	background: #F5F2EC;
}
.block_event_guide-top{
	margin-top: -50px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.block_event_guide-page{
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.block_event_guide_inner{
	margin: 0 auto;
	width: 980px;
}
.block_event_guide_title{
	font-size: 24px;
	text-align: center;
	line-height: 1.25;
}
.block_event_guide_title + .block_table_event{
	margin-top: 25px;
}
.block_event_guide_title_inner{
	font-weight: normal;
}
.block_event_guide_title + .block-reform_banner{
	margin-top: 25px;
	display: block;
}

.block_event_guide_area{
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
	list-style: none;
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.column-two .block_event_guide_area{
	margin-left: -5px;
	margin-right: -5px;
}
.block_event_guide_list{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.column-two .block_event_guide_list{
	padding-left: 5px;
	padding-right: 5px;
}
.block_event_guide_inner_area{
	margin: 0;
	padding: 0;
	list-style: none;
}
.block_event_guide_inner_list{
	width: 100%;
}
.block_event_guide_inner_title{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-align: center;
    position: relative;
    border: 1px solid #008D54;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.column-two .block_event_guide_inner_title{
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.block_event_guide_inner_title:before,
.block_event_guide_inner_title:after {
    position: absolute;
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 14px;
}
.block_event_guide_inner_title:before {
    border-top-color: #008D54;
    margin-left: -14px;
}
.block_event_guide_inner_title:after {
    border-top-color: #FFFFFF;
    margin: -1px 0 0 -14px;
}
.block_event_guide_inner_title_strong{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}
.column-two .block_event_guide_inner_title_strong{
	font-size: 17px;
	margin-bottom: 0;
}
.block_event_guide_inner_box{
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
	list-style: none;
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.column-two .block_event_guide_inner_box{
	margin-left: -5px;
	margin-right: -5px;
}
.block_event_guide_inner_box_list{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.column-two .block_event_guide_inner_box_list{
	padding-left: 5px;
	padding-right: 5px;
}
.block_event_guide_inner_box_inner{
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}
.block_event_guide_inner_box_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-size: 48px auto;
	background-position: 50% 0;
}
.column-two .block_event_guide_inner_box_title{
	font-size: 1.6rem;
}
.block_event_guide_inner_box_text{
	height: 80px;
	margin-top: 1em;
	font-size: 15px;
	line-height: 1.5;
}
.column-two #mainBody .block_event_guide_inner_box_text{
	height: 110px;
}
.column-two .block_event_guide_inner_box_text{
	min-height: 92px;
}
.block_event_guide_inner_box_images{
	margin-top: 1.0em;
	border: 1px solid #ffffff;
}
.block_event_guide_inner_box_image{}

.bg_sumaihaku{
	color: #ffffff;
	background: #744DB2;
}
.bg_sumaihaku .block_event_guide_inner_box_title{
	background-image: url(/lib_image/event/event_guide_icon_sumaihaku.png);
}

.bg_seminar{
	color: #ffffff;
	background: #4BB79E;
}
.bg_seminar .block_event_guide_inner_box_title{
	background-image: url(/lib_image/event/event_guide_icon_seminar.png);
}

.bg_tour{
	color: #ffffff;
	background: #52A3CB;
}
.bg_tour .block_event_guide_inner_box_title{
	background-image: url(/lib_image/event/event_guide_icon_tour.png);
}

.bg_bus{
	color: #ffffff;
	background: #B5664D;
}
.bg_bus .block_event_guide_inner_box_title{
	background-image: url(/lib_image/event/event_guide_icon_bus.png);
}
.bg_place{
	color: #000000;
	background: #F5F2EC;
}
.btn-event {
    margin-top: 34px;
    padding-left: 23px;
}
.btn-event a {
    display: inline-block;
    border: solid 2px #fff;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: bold;
    color: #212121;
    background: #fdca05;
    background: -webkit-linear-gradient(top, #fdca05 0%,#fd9c42 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdca05),to(#fd9c42));
    background: linear-gradient(to bottom, #fdca05 0%,#fd9c42 100%);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    position: relative;
    padding: 13px 76px 13px 50px;
}
.btn-event a::after {
    content: "\f105";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -11px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 2.1rem;
    font-family: 'fa_custom';
    font-weight: bold;
    speak: none;
    text-rendering: auto;
    line-height: .95;
    padding-left: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* slider */
.case-item_slider.slick-slider { margin: 0 -247px; position: relative; width: 1480px; }
.case-item_slider .slick-list {
	margin-left: -253px !important;
}
.slick-arrow {
	background: #008D54;
	border: none;
	border-radius: 3px;
	color: #FFF;
	display: block;
	height: 30px;
	margin-top: -28px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: left;
	text-indent: 100%;
	top: 55%;
	width: 30px;
	z-index: 100;
}
.slick-arrow:before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	top: 8px;
	width: 10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-prev {
	left: -23px;
}
.slick-prev:before {
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 11px;
}
.slick-next {
	right: -23px;
}
@media screen and (max-width: 480px) {
	.slick-arrow{display: none !important;}
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 5px;
	background: #000;

    /*content: '•';*/
    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .9;
    color: #008D54;
	background: #008D54;
}
.slick-next:before { right: 10px; }
.case-item_slider .slick-slide { opacity: 0.15; transition: 0.5s; -webkit-transition: 0.5s; }
.block-case_inner .case-item_slider .slick-slide { opacity: 0; }
.case-item_slider .slick-active,
.case-item_slider .slick-active + .slick-slide,
.block-case_inner .case-item_slider .slick-active,
.block-case_inner .case-item_slider .slick-active + .slick-slide { opacity: 1; }
/* //slider */

.showroom_slider{
	margin-top: 25px;
	margin-left: -10px;
	margin-right: -10px;
}
.showroom_slider_list{
	padding-left: 10px;
	padding-right: 10px;
}
.showroom_slider_inner{
	display: block;
	color: #000000;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	overflow: hidden;
}
.showroom_slider_images{
	height: 178px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.showroom_slider_images img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.showroom_slider_info{
	padding: 10px 20px 20px;
}
.showroom_slider_info_name{
	font-size: 14px;
}
.showroom_slider_info_name_strong{}
.showroom_slider_info_price{}
.showroom_slider_info_price_strong{}
.showroom_slider_info_lower{
	/*
	height: 5.4em;
	overflow: hidden;
	*/
}
a.showroom_slider_btn{
	margin-top: .5em;
	padding: .5em 1em;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background: #008D54;
	border-radius: 4px;
}
@media screen and (min-width:480px) { 
	.showroom_slider.hasSR1{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: -webkit-box;
		display: flex;
	}
	.showroom_slider.hasSR1 .showroom_slider_list{
	}
	.showroom_slider.hasSR1 .showroom_slider_list.onlyimage{
		width: 250px;
	}
	.showroom_slider.hasSR1 .onlyimage img{
	}
	.showroom_slider.hasSR1 .showroom_slider_inner{
		width: 510px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: -webkit-box;
		display: flex;
	}
}
@media screen and (max-width:480px) { 
	.showroom_slider.hasSR1 .showroom_slider_list{
	}
	.showroom_slider.hasSR1 .showroom_slider_list.onlyimage{
		display: none;
	}
}
.staff_slider{
	margin-top: 25px;
	margin-left: -10px;
	margin-right: -10px;
}
.staff_slider .slick-list{
	width : calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5px;
	background: #F5F2EC;
}
.staff_slider_list{
	padding-left: 5px;
	padding-right: 5px;
}
.staff_slider_inner{
	display: block;
	color: #000000;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
}
.staff_slider_images{
	overflow: hidden;
	position: relative;
	width: 176px;
	height: 117px;
}
.staff_slider_images img{
	/*
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
	*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	max-width:100%;
	height: auto;
}
.staff_slider_info{
	padding: 10px 10px 20px 10px;
}
.staff_slider_info_name{
	font-size: 14px;
	text-align: center;
	line-height: 1.25;
	min-height: 2.5em;
}
.staff_slider_info_name_strong{}
.staff_slider_info_price{}
.staff_slider_info_price_strong{}
.staff_slider_info_lower{
	margin-top: .5em;
	font-size: 1.2rem;
	line-height: 1.5;
}
a.staff_slider_btn{
	margin-top: .5em;
	padding: .5em 1em;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background: #008D54;
	border-radius: 4px;
}

.information_slider{
	margin-top: 25px;
	margin-left: -10px;
	margin-right: -10px;
}
.information_slider_list{
	padding-left: 10px;
	padding-right: 10px;
}
.information_slider_inner{
	display: block;
	color: #000000;
	border-radius: 4px;
	overflow: hidden;
}
.information_slider_images{
	width: 100%;
}
.banner-title {
    color: #fff;
    background: #008d54;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 15px 3px;
    margin-bottom: 5px;
    position: relative;
}
.banner-title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #008d54 transparent transparent;
    position: absolute;
    left: 11px;
    top: 100%;
    z-index: 100;
}














/* link */
.block-link {}
.block-link_head,
.block-link .tab-contents {
	width: 760px;
	margin: 0 auto;
}
.block-link .heading {
	text-align: center;
	line-height: 1.3;
	font-size: 2.4rem;
	margin-bottom: 35px;
}
.block-link .list-tab_balloon {
	margin: 0 !important;
	border-spacing: 8px 0;
	border-bottom: solid 3px #008d54;
	position: relative;
	padding: 0 12px !important;
	z-index: 2;
	width: 100%;
}
.block-link .list-tab_balloon li {
	width: 490px;
	vertical-align: bottom;
}
.block-link .list-tab_balloon li + li {
	margin-left: 8px;
}
.block-link .list-tab_balloon a {
	border-radius: 0;
	font-size: 2rem;
	font-weight: bold;
	padding: 16px 20px 11px;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #d0d0d0;
	border-bottom: none;
	color: #008d54;
}
.block-link .list-tab_balloon .is-active a,
.block-link .list-tab_balloon li:hover a {
	background: #008d54;
	border: 1px solid #008D54;
	padding: 24px 20px 21px;
}
.block-link .list-tab_balloon .is-active a:after,
.block-link .list-tab_balloon li:hover a:after {
	margin-top: 3px;
}
.box-link { width: 233px; }
.box-link.col-5 { width: 185px;}
.box-link.col-5 .box-link_thumb {
	height: 179px;
	overflow: hidden;
}
.box-link.col-5 .box-link_thumb img {
	height: 179px;
	max-width: 233px;
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
}
.box-link a {
	display: block;
	color: inherit;
	font-weight: 500;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	position: relative;
}
.box-link_title {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 14px 0px 13px 8px;
	position: relative;
	background: #fff;
	display: block;
	z-index: 10;
}
.content-main .box-link a:hover .box-link_title {
	color: #008d54;
}
.content-main .box-link_thumb img {
	display: block;
}
.content-main .box-link a:hover img {
	opacity: 1;
}
.box-link_title img {
	width: 24px;
	vertical-align: -5px;
	margin-right: 3px;
	-webkit-backface-visibility: hidden;
}
.content-main .box-link_text {
	line-height: 1.45;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 1.6rem;
	padding: 28px 15px 0;
	line-height: 1.2;
	color: #fff;
	background: rgba(0,0,0,.57);
}
.content-main .box-link.col-5 .box-link_text { font-size: 1.4rem; padding: 15px 5px 0 10px; line-height: 1.4; }
.content-main .box-link a:hover .box-link_text {
	display: block;
	
}
.content-main .box-link_text span {
	text-decoration: underline;
	text-align: center;
	display: block;
	font-size: 1.4rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 82px;
}
.content-main .box-link_text .deco-none {
	text-decoration: none;
}
.content-main .box-link.col-5 .box-link_text span { bottom: 65px; }

.shop_detail_map_link_area{
	margin-top: 10px;
	margin-bottom: 10px;
}
a.shop_detail_map_link{
	display: inline-block;
	color: #008D54;
	border: 2px solid #008D54;
	border-radius: 20px;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	line-height: 1;
}
.shop_detail_map_link_inner{
	display: inline-block;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(/lib_image/shop/map_icon2.png);
	background-position: 0 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.shop_detail_example_slider{
	width: 100%;
	margin-top: 25px;
}

.shop_detail_example_box{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.shop_detail_example_image{
	display: block;
	width: 100%;
	padding-bottom: 65%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.shop_detail_example_block{
	margin-top: 25px;
	margin-left: -10px;
    margin-right: -10px;
}
.shop_detail_example_block .case-item_slider{
	width: 100%;
	margin: 0 auto;
}
.shop_detail_example_block .case-item_slider .slick-list{
	margin: 0 auto !important;
	width : calc(100% - 20px);
	padding: 10px 5px;
}
.shop_detail_example_block .case-item_slider .slick-slide{
	padding-left: 5px;
	padding-right: 5px;

}
.shop_detail_example_block .api_example_link{
	padding: 0;
	display: block;
}
.case-item_tag{
	background: #B5A371;
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 7px 2px;
    text-align: center;
    min-width: 60px;
    margin: 0;
}
.bottom-contact.partition{
	width: auto;
	margin-bottom: 0;
}
.bottom-contact.partition .block-reform_banner{
	margin-bottom: 0;
}
.api_example_info_price{
	width: 100%;
	min-height: 1.5em;
	display: block;
}
.api_example_info_upper_content{
	min-height: 50px;
}

@media print, screen and (min-width: 768px){
	.event-map{
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.emphasis-event-map{
		margin-top: 56px;
		padding-bottom: 40px;
	}
	.map-search_title{
		color: #ffffff;
		line-height: 1;
		font-size: 12px;
		position: absolute;
		display: inline-block;
		padding: .5em 1em;
		background: #78A02F;
		white-space: nowrap;
	}
	.map-search_list_unit{
		padding: 3px;
		background: #78A02F;
		position: relative;
		z-index: 1;
	}
	.map-search_hokaido{
		top: 210px;
		right: 40px;
	}
	.map-search_hokaido.map-search_list_unit{
		border-radius: 0 4px 4px 4px;
		max-height: 150px;
	}
	.map-search_hokaido .map-search_title{
		top: 0;
		left: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border-radius: 4px 4px 0 0;
	}
	.map-search_kanto{
		top: 414px;
		right: 40px;
	}
	.map-search_kanto.map-search_list_unit{
		border-radius: 0 4px 4px 4px;
		max-height: 150px;
	}
	.map-search_kanto .map-search_title{
		top: 0;
		left: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border-radius: 4px 4px 0 0;
	}

	.map-search_tokai{
		top: 486px;
		right: 260px;
	}
	.map-search_tokai.map-search_list_unit{
		border-radius: 4px 4px 4px 0;
		max-height: 78px;
	}
	.map-search_tokai .map-search_title{
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		border-radius: 4px 0 0 4px;
	}

	.map-search_koshinetsu{
		top: 135px;
		right: 355px;
	}
	.map-search_koshinetsu.map-search_list_unit{
		border-radius: 0 4px 4px 4px;
		max-height: 114px;
	}
	.map-search_koshinetsu .map-search_title{
		top: 0;
		left: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border-radius: 4px 4px 0 0;
	}
	.map-search_kansai{
		top: 190px;
		left: 260px;
	}
	.map-search_kansai.map-search_list_unit{
		border-radius: 0 4px 4px 4px;
		max-height: 114px;
	}
	.map-search_kansai .map-search_title{
		top: 0;
		left: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border-radius: 4px 4px 0 0;
	}

	.map-search_chugoku{
		top: 240px;
		left: 40px;
	}
	.map-search_chugoku.map-search_list_unit{
		border-radius: 0 4px 4px 4px;
		max-height: 114px;
	}
	.map-search_chugoku .map-search_title{
		top: 0;
		left: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border-radius: 4px 4px 0 0;
	}

	.map-search_shikoku{
		top: 486px;
		left: 300px;
	}
	.map-search_shikoku.map-search_list_unit{
		border-radius: 4px 4px 4px 0;
		max-height: 78px;
	}
	.map-search_shikoku .map-search_title{
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		border-radius: 4px 0 0 4px;
	}

	.map-search_kyusyu{
		top: 414px;
		left: 40px;
	}
	.map-search_kyusyu.map-search_list_unit{
		border-radius: 0 4px 4px 4px;
		max-height: 150px;
	}
	.map-search_kyusyu .map-search_title{
		top: 0;
		left: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		border-radius: 4px 4px 0 0;
	}

	.map-search_list > li{
		width: 150px !important;
	}
	.map-search_list ul li{
		width: 50% !important;
		margin: 0;
		padding: 1px;
	}
	.map-search_list li ul li a,
	.map-search_list li ul li span{
		border-radius: 3px;
		border: 1px solid #D0D0D0;
	}
	.map-search_list li ul li a{
		color: #000000;
		background: #ffffff;
	}
	.map-search_list li ul li span{
		color: #CCCCCC;
	}
	.column-two {
		max-width: 980px;
		margin: 0 auto;
		padding-bottom: 56px;
		text-align: left;
	}
	.column-two #mainBody{
		max-width: 760px;
		float: left;
	}
	.column-two #subCol{
		max-width: 180px;
		float: right;
	}
}
@media only screen and ( max-width : 767px ) {
	.partition{
		margin-top: 25px;
	}
	.partition_title_inner{
		font-size: 1.6rem;
		padding-left: 25px;
		padding-right: 25px;
	}
	.partition_title + .block_table_event{
		margin-top: 10px;
	}
	.emphasis-event-map.emphasis{
		margin-top: 52px;
	}
	.event-map_area{
		font-size: 1.4rem;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	.event-map_title{
		display: inline-block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		position: relative;
		z-index: 1;
	}
	.event-map_title::after{
		content: "";
		width: 24px;
		height: 2px;
		background: #008D54;
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.event-map_box{
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.event-map_box_inner{
		width: 200%;
		-webkit-transition: all 0.1s linear 0s;
		transition: all 0.1s linear 0s;
	}
	.event-map_box_unit{
		width: 50%;
		float: left;
	}
	.event-map_inner{
		margin: 0;
		padding: 0;
		list-style: none;
		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;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.event-map_area_list{
		width: 50%;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		cursor: pointer;
	}
	.event-map_area_link{
		display: block;
		background: #008D54;
		color: #ffffff;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
		border-radius: 4px;
	}
	a.event-map_area_link{
		color: #ffffff;
	}
	.event-map_box_area{
		-webkit-transition: all 0.1s linear 0s;
		transition: all 0.1s linear 0s;
	}
	.event-map_inner_pref_cover{
		display: none;
		-webkit-transition: all 0.1s linear 0s;
		transition: all 0.1s linear 0s;
	}
	.event-map_box_inner.animation{
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.event-map_box_area.animation{
		height: 1px;
		opacity: 0;
	}

	.event-map_area_list_pref{}
	.event-map_area_link_pref,
	a.event-map_area_link_pref{
		color: #000000;
		background: #F5F2EC;
	}
	.event-map_area_return,
	a.event-map_area_return{
		font-size: 1.6rem;
		display: inline-block;
		color: #008d54;
		margin-top: 10px;
		padding: 10px 20px;
		cursor: pointer;
	}
	.block-link {
		padding: 0;
		margin: 0;
	}
	.block-link .heading {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.block-link_head,
	.block-link .tab-contents {
		width: auto;
	}
	.block-link .tab-contents {
		padding-bottom: 0;
	}
	.block-link .list-tab_balloon {
		padding: 0 !important;
	}
	.block-link .list-tab_balloon a {
		font-size: 1.3rem;
		padding: 15px 5px;
	}
	.block-link .list-tab_balloon .is-active a,
	.block-link .list-tab_balloon li:hover a {
		padding: 15px 5px;
	}
	.block-link .tab-contents {
		padding: 0;
	}
	.block-link .tab-contents#contents-02 {
		margin-bottom: 0;
	}
	.box-link,
	.box-link.col-5 { width: 48%; margin-bottom: 20px;}
		.col.span-s-6.box-link:nth-last-of-type(-n+2) {
			margin-bottom: 5px;
	}
	.box-link.col-5 .box-link_thumb {
		height: auto;
	}
	.box-link.col-5 .box-link_thumb img {
		height: auto;
		width: inherit;
		max-width: 100%;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.box-link .box-link_thumb img {
		margin: 0 auto;
	}
	.box-link a {
		display: block;
		color: inherit;
		font-weight: 500;
	}
	.box-link_title {
		font-size: 1.3rem;
		text-indent: 0;
		margin-left: 0;
		padding: 8px 0 12px;
		text-align: center;
		line-height: 1.3 !important;
	}
	.box-link_title.old {
		font-size: 1.3rem;
		letter-spacing: -0.15rem;
	}
	.box-link_title img {
		display: block;
		width: 20px;
		margin: 0 auto 5px;
	}
	.block_event_guide_list{
		width: 100%;
	}
	.block_event_guide_inner{
		width: 100%;
	}
	.block_event_guide_title{
		font-size: 1.8rem;
	}
	.block-event{
		margin-top: 10px;
	}
	.event_inner{
		height: 0;
		padding-bottom: 58%;
		background-size: 100% auto;
	}
	.block-event-title span{
		padding-left: 0;
		padding-right: 0;
	}
	.event-map{
		padding-left: 10px;
		padding-right: 10px;
	}
	.emphasis_title{
		font-size: 1.6rem;
	}
	.block_event_guide-top{
		margin-top: -35px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.new-event-title{
		display: block;
		padding-left: 40px;
		padding-right: 40px;
	}
	.new-event-title br{
		display: none;
	}
	.new-event-title::before,
	.new-event-title::after{
		width: 40px;
	}
	.block_event_guide_inner_title_strong{
		font-size: 1.6rem;
	}
	.block_event_guide_inner_title{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.block_event_guide_inner_box_list{
		padding-left: 5px;
		padding-right: 5px;
	}
	.block_event_guide_inner_box{
		margin-left: -5px;
		margin-right: -5px;
	}
	.block_event_guide_list{
		margin-top: 25px;
	}
	.block_event_guide_list:first-child{
		margin-top: 0;
	}
	.block_event_guide_inner_box_title{
		font-size: 1.6rem;
	}
	.block_table_event_caption{
		font-size: 1.6rem;
	}
	.block_table_event_caption strong{
		font-size: 2.0rem;
	}
	.content-main{
		margin: 0;
	}
	.column-two #mainBody,
	.column-two #subCol{
		padding-left: 16px;
		padding-right: 16px;
	}
	.block_table_event{
	}
	.block_table_event thead{
		display: none;
	}
	.block_table_event thead tr{}
	.block_table_event thead tr th{
	}
	.block_table_event thead tr td{
	}
	.block_table_event tbody{}
	.block_table_event tbody tr{
	}
	.block_table_event tbody tr th{
		width: 100%;
		display: list-item;
		list-style: none;
	}
	.block_table_event tbody tr td{
		width: 100%;
		display: list-item;
		list-style: none;
	}
	.block_table_event tbody tr td.block_table_event-type{
		padding: 0;
	}
	.block_table_event-type .event_label{
		display: block;
		font-size: 1.6rem;
		padding: 10px;
	}
	.block_table_event-content_inner{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block_table_event-content_icon{
		display: inline-block;
		margin-top: .5em;
	}
	.showroom_slider_info{
		padding: 10px;
	}
	.block-searchshop_map{
		margin-top: 20px;
	}
	.block_showroom_title{
		font-size: 1.6rem;
	}
	.block_showroom_title br{
		display: none;
	}
	.new-showroom-title{
		padding-left: 40px;
		padding-right: 40px;
	}
	.new-showroom-title::before,
	.new-showroom-title::after{
		width: 40px;
	}
	.block_showroom{
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.block_showroom_area{
		padding-left: 0;
		padding-right: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block_showroom_unit{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px;
	}
	.block_showroom_unit:first-child{
		margin-top: 0;
	}
	.block_showroom_sec{
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.block_showroom_sec_title{
		font-size: 2.0rem;
		padding-left: 80px;
		background-size: 64px auto;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.block_showroom_sec_text{
		margin-top: 1em;
	}
	.block_showroom_images{
		margin-left: -5px;
		margin-right: -5px;
	}
	.block_showroom_image{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.block_event_guide-page{
		margin-top: -40px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.information_slider,
	.showroom_slider{
		margin-top: 10px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.information_slider_list,
	.showroom_slider_list{
		padding-left: 5px;
		padding-right: 5px;
	}
	.emphasis-shop_search_area{
		padding-left: 10px;
		padding-right: 10px;
	}
	.emphasis-shop_search_area:first-child{
		margin-top: 0;
	}
	.emphasis-shop_search_unit_title{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
		padding-right: 10px;
		height: auto;
		font-size: 1.0rem;
		position: relative;
		z-index: 1;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.emphasis-shop_search_unit_title::before{
		margin-right: 0;
		position: absolute;
		top: 50%;
		left: 10px;
		z-index: 1;
		padding-bottom: .1em;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.emphasis-shop_search_unit_title strong{
		width: 100%;
		font-size: 1.6rem;
		display: block;
	}
	.banner-title{
		font-size: 1.2rem;
		line-height: 1.25;
		padding: 5px;
	}
	.reform_article_unit{
		width : 50%;
		padding: 5px;
	}
	.reform_menu_unit{
		width : 33.3333%;
		width : calc(100% / 3);
		padding: 5px;
	}
	.reform_menu_text{
		margin-top: 10px;
		height: 2.5em;
	}
	.reform_menu_text_inner{
		font-size: 1.2rem;
		line-height: 1.25;
	}
	.reform_menu_text_inner br{
		display: none;
	}
	.faq_caption{
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.emphasis-shop_search{
		padding-bottom: 10px;
	}
	a.showroom_slider_btn{
		padding: .5em;
	}
	.top-main_icon_unit{}
	.top-main_icons{
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.top-main_icon{
		height: 56px;
	}
	.top-main_icon_unit br{
		display: none;
	}
	.nailthumb-container{
		padding-bottom: 75%;
	}
	.top-main_slider .top-main_imageCaption{
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.shop_conference_area{
		width: 100%;
	}
	.shop_detail_main_info{
		margin-top: 0;
		padding: 16px;
	}
	.shop_detail_main_info_inner{
		width: 100%;
		padding-left: 0 !important;
		margin-top: 15px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.shop_detail_corresponding{
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.shop_detail_news_unit{
    	margin-left: -10px;
    	margin-right: -10px;
	}
	.shop_detail_news_time,
	.shop_detail_news_title{
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.5;
	}
	.shop_detail_news_time{
		white-space: nowrap;
		font-size: 1.2rem;
	}
	.shop_detail_news_title{
		font-size: 1.4rem;
	}
	.shop_detail_example_block .case-item_slider .slick-list,
	.staff_slider .slick-list{
		padding: 0;
		background: none;
	}
	.staff_slider_list_inner{
		height: auto !important;
	}
	.shop_detail_example_image{
		padding-bottom: 100%;
	}
	.emphasis_text{
		text-align: left;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	.emphasis_text_foot{
		text-align: left;
		line-height: 1.5;
		font-size: 1.2rem;
	}
}

/* ------------------------------
* 202004-
* shop common
------------------------------ */
.title.lv2 { margin-bottom: 20px; }
.title.lv3 { margin-top: 0; margin-bottom: 10px; }
.partition_title {
	background: #F7F7F7;
	border-bottom: solid 2px #009B63;
	color: #000;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
	text-align: left;
}
.partition_title_inner {
	display: inline-block;
	font-size: 2.6rem;
	padding: 15px;
}
.partition_title_inner::before,
.partition_title_inner::after { display: none; }
/* slider common */
.slick-slider .slick-arrow {
	background: url(/lib_image/shop/bg_slickarrow.svg) no-repeat 50% 50%;
	border: none;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 145px;
	z-index: 1000;
	text-indent: -1000px;
	cursor: pointer;
}
.slick-arrow:focus {
	outline: none;
}
.slick-arrow:before,
.slick-arrow:after {
	background: #000;
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transition: background 300ms, width 300ms, left 300ms, right 300ms;
	transition: background 300ms, width 300ms, left 300ms, right 300ms;
}
.slick-arrow.slick-prev:after,
.slick-arrow.slick-next:after {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	background: none;
	-webkit-transition: border 300ms, left 300ms, right 300ms;
	transition: border 300ms, left 300ms, right 300ms;
}
.slick-slider .slick-arrow.slick-prev { left: -24px; }
.slick-arrow.slick-prev:before,
.slick-arrow.slick-prev:after { left: 35px; }
.slick-arrow.slick-prev:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.slick-slider .slick-arrow.slick-next { right: -24px; }
.slick-arrow.slick-next:before,
.slick-arrow.slick-next:after { right: 33px; }
.slick-arrow.slick-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.case-item_slider .slick-arrow {
	background-size: 55px;
	background-position: 50% 50%;
	top: 90px;
}
.slick-arrow::before {
	border: none;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.slick-slider .slick-arrow.slick-prev,
.slick-slider .slick-arrow.slick-next { margin: 0; }

@media screen and (min-width: 767px) {
	.slick-arrow:hover { opacity: 1; }
	.slick-arrow:hover:before { background: #009B63; }
	.slick-arrow:before { width: 18px; }
	.slick-arrow:hover:before { width: 22px; }
	.slick-arrow.slick-prev:hover:after,
	.slick-arrow.slick-next:hover:after { border-color: #009B63; }
	.slick-arrow.slick-prev:hover:before,
	.slick-arrow.slick-prev:hover:after { left: 31px; }
	.slick-arrow.slick-next:hover:before,
	.slick-arrow.slick-next:hover:after { right: 29px; }
}

/* search */
.emphasis-shop_search {
	border: 1px solid #DDD;
	border-radius: 3px;
	margin-top: 0;
	padding-bottom: 32px;
}
.emphasis-shop_search a {
/*	text-decoration: none;*/
}
.emphasis_title {
	border: none;
	color: #000;
	font-size: 2.6rem;
	margin-bottom: 32px;
	padding: 0 12px;
}
.emphasis_title_inner {
	font-weight: 600;
}
.emphasis_title_inner:before {
	background: url(/lib_image/shop/icon_map.png) no-repeat 50% 50% / contain;
	content: "";
	display: inline-block;
	vertical-align: -.05em;
	width: 24px;
	height: 24px;
}
.emphasis-shop_search_unit_title {
	background: #F5F5F5;
	border: none;
	border-radius: 0;
	margin-bottom: 8px;
	position: relative;
}
.emphasis-shop_search_unit_title strong {
	border-left: 2px solid #009B63;
	color: #000;
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
	font-size: 2.3rem;
	font-weight: 600;
	padding-left: 10px;
}
.emphasis-shop_search_unit_title::before {
	display: none;
}
.emphasis-shop_search_unit_title:after {
	position: absolute;
	content: "";
	background: url(/lib_image/common/plus-green-circle.svg) 100% 100% / 100% no-repeat;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.emphasis-shop_search_unit_title.is-active:after {
	background-image: url(/lib_image/common/minus-green-circle.svg);
}
.emphasis-shop_search_unit_link {
	min-height: 44px;
}
.emphasis-shop_search_unit_text:nth-child(4n-3)::before{
	border-bottom: 1px solid #DDD;
}
.emphasis_text_foot {
	color: #404040;
	font-size: 1.6rem;
	margin-top: 1.5em;
}
/* showroom */
.showroom_slider_info_name_strong { font-size: 1.6rem; font-weight: normal; }
.showroom_slider_info_lower { font-size: 1.3rem; line-height: 1.38; }
.showroom_slider { margin-right: -8px; margin-left: -8px; }
.showroom_slider_list { padding: 0 8px; }
.showroom_slider_info { padding: 16px; }
a.showroom_slider_btn { background: #009B63; }
a.showroom_slider_btn:hover { color: #FFF; opacity: .6; }
.showroom_slider .slick-arrow { top: 118px; }

.slick-dots { bottom: -36px; }
.slick-dots li {}
.slick-dots li button:before { width: 10px; height: 10px; }
/* event */
.block_table_event-content_icon {
	border: 1px solid #009B63;
	border-radius: 3px;
	color: #009B63;
	font-weight: normal;
	padding: .25em .5em;
}
@media print, screen and (min-width: 768px) {
	.block_table_event {
		border-top-color: #DDD;
		border-left: none;
	}
	.block_table_event thead tr th,
	.block_table_event tbody tr td {
		background: none;
		font-weight: normal;
		border-right: none;
		border-bottom-color: #DDD;
	}
	.block_table_event a { text-decoration: none; }
	.block_table_event thead tr th + th,
	.block_table_event tr td + td { border-left: 1px solid #DDD; }
	.block_table_event td { font-size: 1.4rem; }
	.block_table_event-content { width: 43%; }
	.block_table_event .event_label { font-size: 1.3rem; padding: .2em .75em; }
	.block_table_event-content_icon {
		font-size: 1.3rem;
		min-width: 5em;
	}
}
/* case */
.case-search { margin-top: 40px; }
.case-link { text-align: center; }
.shop_detail_example_block { margin: 0 -8px; }
.shop_detail_example_block .case-item_slider.slick-slider { margin: 0; width: 100%; }
.shop_detail_example_block .case-item_slider .slick-list { margin-left: 0 !important; }
.shop_detail_example_block .case-item.slick-slide { padding: 0 8px;}
.shop_detail_example_block .case-item_thumb { width: 240px; height: 240px; }
.shop_detail_example_block .case-item_thumb img { max-width: none; }
.shop_detail_example_block .case-item_data { width: auto; }

/* reform article */
.reform_article_unit a { text-decoration: none; }
.reform_article_caption { color: #555; font-size: 1.3rem; }

/* reform menu */
.wrap-menu { background: none; margin: 0; overflow: hidden; padding: 0; }
.wrap-menu + .wrap-menu { margin: 20px 0 32px; }
.menu-list { margin-left: -8px; }
.menu-list li {
	border: none;
	margin: 0;
	padding: 8px 0 0 8px;
	width: 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.menu-list a {
	font-size: 1.4rem;
	padding: .8em 3em .8em 1em;
	position: relative;
	width: 100%;
}
.menu-list a::after {
	content: "" !important;
	background: none;
	border: 1px solid #009B63;
	border-width: 1px 1px 0 0;
	display: block !important;
	width: 5px;
	height: 5px;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.menu-list a:hover { border-color: #009B63; }
.menu-list a:hover::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.menu-list .menu-text {
	font-size: inherit;
	min-height: 2.3em;
	padding: 0;
	width: auto;
	height: auto;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.staff_slider.slick-slider .slick-arrow {
		display: none;
		opacity: 0;
	}
	.emphasis-shop_search .emphasis_title {
		font-size: 2.0rem;
	}
	.emphasis-shop_search_unit_title {
		padding-left: 10px;
		padding-right: 40px;
	}
	.emphasis-shop_search_unit_title strong {
		font-size: 2.0rem;
		margin-bottom: .25em;
	}
	.showroom_slider_info_lower { margin-top: .5em; }
	.shop_detail_example_block .case-item_thumb { width: 100%; height: 100%; }
	.shop_detail_example_block .case-item_data { margin-top: 1em; }
	.case-search,
	.case-link {
		margin-right: 0;
		margin-left: 0;
	}
	.wrap-menu .title.fn-sp-toggle_opener {
		text-align: left;
		position: relative;
	}
	.wrap-menu .title.fn-sp-toggle_opener:after {
		background: url(/lib_image/common/plus-green-circle.svg) 100% 100% / 100% no-repeat;
		content: "";
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.wrap-menu .title.fn-sp-toggle_opener.active:after {
		background-image: url(/lib_image/common/minus-green-circle.svg);
	}
	.wrap-menu .menu-list_wrap {
		display: none;
	}
	.menu-list {
		margin-left: 0;
	}
	.menu-list li {
		padding: 0;
		width: 50%;
	}
}


/* /shop/area/pref/ */
.block-link .list-tab_balloon {
	border-spacing: 20px 0;
	border-bottom: none;
	margin: 0 -20px !important;
	padding: 0 !important;
	width: auto;
}
.block-link .list-tab_balloon li {
	width: 370px;
	vertical-align: bottom;
}
.block-link .list-tab_balloon li + li {
	margin-left: 0;
}
.block-link .list-tab_balloon a {
	background: #F5F5F5;
	border: 1px solid #DDD;
	border-bottom: none;
	color: #666;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 22px 20px;
	position: relative;
	text-decoration: none;
	z-index: 30;
}
.block-link .list-tab_balloon .is-active a,
.block-link .list-tab_balloon li:hover a {
	background: #FFF;
	border-color: #009B63;
	border-bottom: none;
	color: #000;
	padding: 22px 20px;
}
.block-link .list-tab_balloon .is-active a:before,
.block-link .list-tab_balloon li:hover a:before {
	background: #FFF;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 30;
}
.block-link .list-tab_balloon .is-active a:after,
.block-link .list-tab_balloon li:hover a:after {
	background: #009B63;
	border: none;
	height: 2px;
	width: 40px;
	margin-top: -2px;
	margin-left: -20px;
}
.block-link .tab-contents {
}
a.shop_detail_map_link {
	border: 1px solid #009B63;
	border-radius: 3px;
	color: #009B63;
	font-size: 1.4rem;
	font-weight: normal;
	padding: .5em .75em;
	position: relative;
	z-index: 1;
}
a.shop_detail_map_link:hover {
	background:#009B63;
	color: #FFF;
}
.shop_detail_map_link_inner{
	background-size: contain;
	padding: 0 0 0 14px;
}
a.shop_detail_map_link:hover .shop_detail_map_link_inner {
	background-image: url(/lib_image/shop/map_icon_wh.png);
}
.staff_slider.slick-slider .slick-arrow {
	top: 30px;
}
.staff_slider.slick-slider {
	margin-bottom: 92px;
}
.staff_slider .slick-list {
	background: none;
}
.staff_slider_inner {
	border: none;
}
.staff_slider_images {
	background: #F5F5F5;
}
.staff_slider_info {
	padding: 10px 0 0;
}
.staff_slider_info_name_strong {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.25;
}
.staff_slider_info_lower {
	border-top: 1px solid #DDD;
	font-size: 1.4rem;
	line-height: 1.57;
	margin-top: 1em;
	padding-top: 1em;
}
@media screen and (max-width: 767px) {
	.shop_detail_example_block {
		margin-top: 24px;
	}
	.block-link .list-tab_balloon {
		border-spacing: 6px 0;
		margin: 0 -6px !important;
		width: calc(100% + 12px);
	}
	.block-link .list-tab_balloon li {
		width: 50%;
	}
	.block-link .list-tab_balloon a,
	.block-link .list-tab_balloon li:hover a, 
	.block-link .list-tab_balloon li.is-active a {
		font-size: 1.6rem;
		padding: 1em .5em;
		white-space: nowrap;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 60px;
	}
}
.txtNone {
	margin: 2em 0;
}