@charset "utf-8";

/*---------- Slider -----------*/
.cover_wrap {
	height: 400px;
	overflow: hidden;
	position: relative;
}
.cover_wrap .cover1 {
	background: rgba(255, 255, 255, 0.45);
	height: 400px;
	left: 50%;
	margin-left: 500px;
	position: absolute;
	top: 0;
	width: 50%;
}
.cover_wrap .cover2 {
	background: rgba(255, 255, 255, 0.45);
	height: 400px;
	left: 0;
	margin-left: -500px;
	position: absolute;
	top: 0;
	width: 50%;
}
.slider_wrap {
	left: 50%;
	margin-left: -500px;
	position: relative;
	width: 2000px;
}
.bx-wrapper {
	margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-viewport {
	overflow: visible !important;
}

.bx-wrapper .bx-controls {
	position: relative;
	width: 1000px;
}
.slider_wrap .bx-wrapper .bx-next {
	right: 30px;
}
.slider_wrap .bx-wrapper .bx-prev {
	left: 30px;
}
.slide li.first {
	filter: alpha(opacity=1);
	-ms-filter: "alpha(opacity=1)";
	opacity: 1;
}
.slider_wrap .bx-controls-direction {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 400px;
	top: -400px;
	left: 0;
	float: left;
}
.slider_wrap .bx-controls-direction a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #9a9a9a;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	z-index: 99;
}
.slider_wrap .bx-controls-direction a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.slider_wrap .bx-controls-direction a::before {
	content: '';
	position: absolute;
}
.slider_wrap .bx-controls-direction a.bx-next {
	right: -60px;
}
.slider_wrap .bx-controls-direction a.bx-next::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 10px;
	border-color: transparent transparent transparent #fff;
	top: 14px;
	left: 16px;
}
.slider_wrap .bx-controls-direction a.bx-prev {
	left: -60px;
}
.slider_wrap .bx-controls-direction a.bx-prev::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  6.5px 10px 6.5px 0;;
	border-color: transparent #fff transparent transparent;
	top: 14px;
	left: 13px;
}
/*--------- /. End Slider ---------*/

.information {
	padding: 41px 0 60px;
}
.information .guide_cm {
	overflow: inherit;
}
.ttl_infomartion {
	display: inline-block;
}
.tab_info {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 24px 0 0 41px;
}
.tab_info ul li {
	float: left;
	margin-right: 7px;
}
.tab_info ul li a.active {
	opacity: 0.45;
	filter: alpha(opacity=45);
}
.information_top {
	overflow: hidden;
	border-bottom: solid 1px #e8e8e8;
}
.information_top .view_list {
	margin-top: 32px;
	display: inline-block;
}
.list_tab .tab_item {
	display: none;
	-webkit-animation-duration: 0.55s;
	-moz-animation-duration: 0.35s;
	-o-animation-duration: 0.35s;
	animation-duration: 0.55s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform;
}
.list_tab .tab_item ul li {
	padding: 20px 0;
	font-size: 1.4em;
	border-bottom:  solid 1px #e7e7e7;
}
.list_tab .tab_item ul li a {
	display: block;
	text-decoration: none;
}
.list_tab .tab_item ul li span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.list_tab .tab_item ul li img {
	display: inline-block;
	vertical-align: middle;
}
.list_tab .tab_item ul li p {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 76%;
	overflow: hidden;
	font-family: verdana;
	margin-left: 18px;
	vertical-align: middle;
	line-height: 1;
}
.list_tab .tab_item ul li p span {
	text-decoration: underline;
	display: inline;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.list_tab .tab_item.active {
	animation-name: vanishIn;
	-webkit-animation-name: vanishIn;
}
@-webkit-keyframes vanishIn {
	0% {
		opacity: 0;
		filter: blur(10px)
	}
		100% {
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes vanishIn {
	0% {
		opacity: 0;
		filter: blur(10px)
	}
		100% {
		opacity: 1;
		filter: blur(0);
	}
}
.about {
	background: #effcd4;
	padding: 59px 0 0 0;
}
.about_content {
	margin-top: 34px;
}
.about_content .about_link {
	background: #fff;
	border-bottom: solid 2px #e0eec1;
	padding: 18px 18px 17px 15px;
	margin-bottom: 3px;
	display: inline-block;
}
.about_link dl {
	display: table;
}
.about_link dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 223px;
}
.about_link dl dd {
	display: table-cell;
	vertical-align: middle;
}
.about_link dl dd a {
	display: block;
	background: #05a237;
	position: relative;
	border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.about_link dl dd a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #82d19b transparent;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}
.about_link dl dd a:hover::after {
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #82d19b transparent;
}
.about_bottom {
	background: #d9f3a3;
	padding: 29px 0 23px;
	margin-top: 30px;
}
.about_bottom p {
	display: inline-block;
	text-align: left;
	font-size: 1.7em;
	line-height: 26px;
	margin-top: -2px;
}
.member {
	padding: 60px 0 0;
}
.map {
	margin: 30px 0 31px;
}
.googleMap {
	height: 499px;
	width: 100%;
}
.list_member {
	margin-top: 19px;
}
.list_member ul {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-left: solid 1px #e5e5e5;
}
.list_member ul li {
	display: table-cell;
	width: 14.28571428%;
	text-align: center;
	box-sizing: border-box;
	border-right: solid 1px #e5e5e5;
}
.list_member ul li a {
	display: block;
	position: relative;
	padding: 5px 24px;
}
.list_member ul li a::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 5px;
	left: 24px;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.list_member ul li:nth-child(1) a::before {
	background: url(/images/member_ic_item1.png) no-repeat;
}
.list_member ul li:nth-child(2) a::before {
	background: url(/images/member_ic_item2.png) no-repeat;
}
.list_member ul li:nth-child(3) a::before {
	background: url(/images/member_ic_item3.png) no-repeat;
}
.list_member ul li:nth-child(4) a::before {
	background: url(/images/member_ic_item4.png) no-repeat;
}
.list_member ul li:nth-child(5) a::before {
	background: url(/images/member_ic_item5.png) no-repeat;
}
.list_member ul li:nth-child(6) a::before {
	background: url(/images/member_ic_item6.png) no-repeat;
}
.list_member ul li:nth-child(7) a::before {
	background: url(/images/member_ic_item7.png) no-repeat;
}
.list_member ul li:nth-child(1) a:hover::before {
	box-shadow: 0 0 0 4px rgba(248,144,60,0.3);
}
.list_member ul li:nth-child(2) a:hover::before {
	box-shadow: 0 0 0 4px rgba(100, 163, 234,0.3);
}
.list_member ul li:nth-child(3) a:hover::before {
	box-shadow: 0 0 0 4px rgba(208, 198, 31,0.3);
}
.list_member ul li:nth-child(4) a:hover::before {
	box-shadow: 0 0 0 4px rgba(254, 144, 175,0.3);
}
.list_member ul li:nth-child(5) a:hover::before {
	box-shadow: 0 0 0 4px rgba(66, 204, 95,0.3);
}
.list_member ul li:nth-child(6) a:hover::before {
	box-shadow: 0 0 0 4px rgba(78, 189, 221,0.3);
}
.list_member ul li:nth-child(7) a:hover::before {
	box-shadow: 0 0 0 4px rgba(189, 135, 239,0.3);
}
.member_bottom {
	background: #dcf7f1;
	padding: 35px 0;
	margin-top: 27px;
}
.member_bottom .guide_cm {
	overflow: inherit;
}
.carousel_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.carousel_content li {
	width: 229px;
	float: left;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.carousel_content li .box_carousel {
	padding: 19px 20px 11px;
}
.carousel_content li .box_carousel img {
	max-width: 190px;
}
.carousel_content li .box_carousel .name_item {
	padding: 7px 0;
	display: table;
}
.carousel_content li .box_carousel p {
	font-size: 1.6em;
	line-height: 20px;
	font-weight: 600;
	vertical-align: middle;
	display: table-cell;
}
.carousel_content li .box_carousel a {
	display: inline-block;
	text-decoration: none;
}
.carousel_content_bottom {
	border-top: solid 1px #eee;
	padding: 10px 0 0;
	margin-top: 5px;
}
.live {
	font-size: 1.2em;
}
.live span {
	color: #fff;
	background: #05a237;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
}
.carousel_content_bottom a {
	text-decoration: none;
	padding-left: 21px;
	font-size: 1.2em;
	background: url('/images/ic_phone.png') no-repeat left;
}
.carousel .bx-wrapper .bx-controls {
	position: absolute;
	top: 43%;
}
.carousel .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	background: #1bc19c;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	z-index: 99;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -60px;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-next {
	right: -60px;
}
.carousel .bx-wrapper .bx-controls-direction a::before {
	content: '';
	position: absolute;
}
.carousel .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.carousel .bx-wrapper .bx-controls-direction a.bx-prev::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 10px 6.5px 0;
	border-color: transparent #fff transparent transparent;
	top: 14px;
	left: 13px;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-next::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 10px;
	border-color: transparent transparent transparent #fff;
	top: 14px;
	left: 16px;
}
.carousel .bx-viewport {
	overflow: hidden!important;
	height: auto!important;
}
.renovation {
	padding: 63px 0 78px;
}
.renovation h3 {
	text-align: center;
	margin: 25px 0 12px;
	padding-bottom: 14px;
	border-bottom: solid 1px #eee;
}
.renovation .txt_renovation {
	text-align: center;
	font-size: 1.6em;
	line-height: 28px;
}
.renovation .btn_renovation {
	display: table;
	float: none;
	margin: 27px auto 0;
}
.renovation_bottom {
	background: #effcd4;
	padding: 59px 0 61px;
	margin-top: 60px;
}
.renovation_bottom_content {
	overflow: hidden;
	margin-right: -26px;
}
.box_renovation {
	float: left;
	width: 487px;
	margin-right: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	padding: 17px 15px 10px 20px;
	height: 175px;
}
.box_renovation a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.box_renovation a img {
	border-bottom: solid 1px #eee;
}
.box_renovation:first-child {
	background: #fff url('/images/bg_renovation1.jpg') no-repeat right bottom;
}
.box_renovation:last-child {
	background: #fff url('/images/bg_renovation2.jpg') no-repeat right bottom;
}
.box_renovation p {
	font-size: 1.4em;
	line-height: 23px;
	width: 300px;
	margin: 10px 0 0;
	overflow: hidden;
	height: 91px;
}
.box_renovation span {
	margin-right: 112px;
	float: right;
	color: #05a237;
	font-size: 1.1em;
}
.box_link {
	background: #f0f0f0;
	padding: 50px 0 30px;
}
.box_link_content {
	overflow: hidden;
}
.box_link_content ul li {
	float: left;
	margin: 0 66px 18px 0;
}
.box_link_content ul li:nth-child(4n +4) {
	margin-right: 0;
}