@charset "UTF-8";
body {
	background: #262930;
}

.header {
	position: fixed;
	width: 100%;
	padding: 32px 0;
	text-align: right;
	z-index: 9999;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.header__wrap {
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 0;
}

.header__wrap:after {
	display: block;
	clear: both;
	content: '';
}

.header__logo {
	float: left;
	margin: 0;
}

.header__right {
	position: absolute;
	top: -2px;
	right: 30px;
	z-index: 160;
}

.header__link {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.header__link img {
	border: none;
}

.header.is-section {
	background-color: #fff;
	box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
	.header {
		padding: 20px 0;
	}
	.header__wrap {
		padding: 0 20px;
	}
	.header__right {
		right: 20px;
	}
}

@media only screen and (max-width: 668px) {
	.header {
		padding: 15px 0;
	}
	.header__wrap {
		padding: 0 15px;
		max-width: 100vw;
	}
	.header__right {
		right: 15px;
	}
	.header__logo {
		/*width: 151px;
		height: 24px;
		margin-top: 10px;*/
		/*background: url("../../images/common/logo_m.png");*/
		-webkit-background-size: 151px 28px;
		background-size: 151px 28px;
	}
	.header__logo img {
		/*display: none;*/
	}
	.header.is-section .header__logo {
		/*background: url("../../images/common/logo_m_on.png");*/
		-webkit-background-size: 151px 28px;
		background-size: 151px 24px;
	}
}

.menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100%;
	padding: 0 8%;
	background-color: #262930;
	text-align: left;
	box-sizing: border-box;
	transition: all 0.5s;
	z-index: 150;
}

.menu.is-active {
	right: 0;
}

.menu__wrap {
	display: inline-table;
	width: 100%;
	height: 100%;
}

.menu__inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.menu__box {
	position: relative;
	bottom: -50px;
}

@media only screen and (max-width: 1025px) {
	.menu {
		width: 100%;
	}
}

@media only screen and (max-width: 668px) {
	.menu__box {
		position: relative;
		bottom: -20px;
	}
}

.menu-info {
	margin-top: 66px;
	border-top: 1px solid #46494f;
	padding-top: 46px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-info__txt {
	margin: 0;
	font-size: 24px;
	color: #9e9fa1;
}

.menu-info__list {
	padding: 0;
	margin: 26px 0 0;
	font-size: 14px;
}

.menu-info__list:after {
	display: block;
	clear: both;
	content: '';
}

.menu-info__list.type-copy {
	margin: 5px 0 0;
	font-size: 12px;
}

.menu-info__item {
	float: left;
	position: relative;
	display: inline-block;
	color: #727781;
}

.menu-info__item + .menu-info__item {
	margin-left: 14px;
	padding-left: 14px;
}

.menu-info__item + .menu-info__item:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin: auto;
	background: #46494f;
	content: '';
}

@media only screen and (max-width: 668px) {
	.menu-info {
		margin-top: 24px;
		padding-top: 20px;
	}
	.menu-info__txt {
		font-size: 2.1rem;
	}
	.menu-info__list {
		margin: 10px 0 0;
		font-size: 1.3rem;
	}
	.menu-info__list.type-copy {
		margin: 10px 0 0;
		font-size: 1.1rem;
	}
	.menu-info__item + .menu-info__item {
		margin-top: 2px;
		margin-left: 0px;
		padding-left: 0px;
	}
	.menu-info__item + .menu-info__item:after {
		display: none;
	}
}

@media only screen and (max-width: 668px) and (orientation: landscape) {
	.menu-info__list.type-copy {
		font-size: 11px;
	}
}

.gnb__menu {
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
}

.gnb__home {
	overflow: hidden;
	display: inline-block;
	width: 36px;
	height: 31px;
	background: url("../../images/common/home_icon.png");
	text-indent: -999px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.gnb__home:hover {
	background: url("../../images/common/home_icon_hover.png");
}

.gnb__depth1-list {
	margin: 60px 0 0;
	padding: 0;
}

.gnb__depth1-item {
	overflow: hidden;
}

.gnb__depth1-item.is-active .gnb__depth2-list {
	height: auto;
	padding: 25px;
}

.gnb__depth1-item.is-active.type-2depth .gnb__depth1-link {
	color: #36d1dc;
}

.gnb__depth1-item.is-active.type-2depth .gnb__depth1-link:before {
	background: #36d1dc;
}

.gnb__depth1-item.is-active.type-2depth .gnb__depth1-link:after {
	top: -50px;
	bottom: auto;
}

.gnb__depth1-item + .gnb__depth1-item {
	margin-top: 24px;
}

.gnb__depth1-item.type-2depth .gnb__depth1-link:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 1px;
	margin: auto 0;
	background: #fff;
	content: '';
}

.gnb__depth1-item.type-2depth .gnb__depth1-link:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	width: 1px;
	height: 15px;
	margin: auto 0;
	background: #fff;
	content: '';
}

.gnb__depth1-link {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.gnb__depth1-link:hover {
	color: #36d1dc;
}

.gnb__depth2-list {
	overflow: hidden;
	height: 0;
	padding: 0 25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.gnb__depth2-list:after {
	display: block;
	clear: both;
	content: '';
}

.gnb__depth2-item {
	float: left;
	display: inline-block;
}

.gnb__depth2-item + .gnb__depth2-item {
	margin-left: 15px;
}

.gnb__depth2-link {
	position: relative;
	font-size: 18px;
	color: #ccc;
	text-decoration: none;
}

.gnb__depth2-link:hover {
	color: #b77dff;
}

.gnb__depth2-link:hover:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #b77dff;
	content: '';
}

@media only screen and (max-width: 1025px) {
	.gnb__depth1-link:hover {
		color: #fff;
	}
	.gnb__depth2-link:hover {
		color: #ccc;
	}
	.gnb__depth2-link:hover:after {
		display: none;
	}
}

@media only screen and (max-width: 668px) {
	.gnb__home {
		width: 30px;
		height: 26px;
		background: url("../../images/common/home_icon_m.png");
		background-size: 30px 26px;
	}
	.gnb__depth1-list {
		margin: 30px 0 0;
	}
	.gnb__depth1-item.is-active .gnb__depth2-list {
		padding: 12px 20px;
	}
	.gnb__depth1-item.type-2depth .gnb__depth1-link:before {
		width: 11px;
	}
	.gnb__depth1-item.type-2depth .gnb__depth1-link:after {
		right: 5px;
		height: 11px;
	}
	.gnb__depth1-item + .gnb__depth1-item {
		margin-top: 18px;
	}
	.gnb__depth1-link {
		font-size: 2.8rem;
	}
	.gnb__depth2-item {
		width: 33.33%;
	}
	.gnb__depth2-item + .gnb__depth2-item {
		margin-left: 0px;
	}
	.gnb__depth2-item + .gnb__depth2-item + .gnb__depth2-item + .gnb__depth2-item {
		margin-top: 10px;
	}
	.gnb__depth2-link {
		font-size: 1.4rem;
	}
}

.footer {
	position: relative;
	padding: 50px 0;
	background-color: #262930;
	letter-spacing: 0;
}

.footer__list {
	padding: 0;
	margin: 0;
	font-size: 0;
	color: #aaabad;
	list-style: none;
	font-size: 14px;
	max-width: 60%;
}

.footer__list:after {
	display: block;
	clear: both;
	content: '';
}

.footer__list + .footer__list {
	margin-top: 10px;
}

.footer__list.type-copy {
	font-size: 12px;
	color: #727781;
	letter-spacing: 1px;
}

.footer__item {
	position: relative;
	float: left;
	display: inline-block;
	padding: 0 15px;
}

.footer__item:first-child {
	padding-left: 0;
}

.footer__item:last-child {
	padding-right: 0;
}

.footer__item + .footer__item:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 12px;
	margin: auto 0;
	background: #46494f;
	content: '';
}

.footer__right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	font-size: 0;
}

.footer__wrap {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1025px) {
	.footer {
		text-align: center;
	}
	.footer__list.type-copy .footer__item:last-child {
		margin-top: 0px;
	}
	.footer__list + .footer__list {
		margin-top: 7px;
	}
	.footer__item {
		float: none;
	}
	.footer__item:last-child {
		display: block;
		margin-top: 5px;
	}
	.footer__item:last-child:before {
		display: none;
	}
	.footer__right {
		position: static;
		margin-top: 26px;
	}
}

@media only screen and (max-width: 668px) {
	.footer__list.type-copy {
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	.footer__list.type-copy .footer__item:last-child {
		margin-top: 0px;
	}
	.footer__item {
		font-size: 1.3rem;
		padding: 0;
		line-height: 1;
	}
	.footer__item:last-child {
		margin-top: 0;
	}
	.footer__item:before {
		display: none;
	}
	.footer__item + .footer__item {
		margin-top: 5px;
	}
	.footer__right {
		margin-top: 15px;
	}
}

.lnb {
	text-align: right;
}

.lnb.type-gallery {
	display: none;
}

.lnb__link {
	position: fixed;
	top: 50%;
	display: block;
	margin-top: -24px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	font-family: "Damion", cursive, sans-serif;
	letter-spacing: 0;
	box-sizing: border-box;
	z-index: 50;
}

.lnb__link.nth-left {
	left: 0;
}

.lnb__link.nth-left .lnb__wrap {
	padding-left: 90px;
}

.lnb__link.nth-left .lnb__wrap:after {
	left: 0;
}

.lnb__link.nth-left .thumbnail {
	right: -30px;
}

.lnb__link.nth-right {
	right: 0;
}

.lnb__link.nth-right .lnb__wrap {
	padding-right: 95px;
}

.lnb__link.nth-right .lnb__wrap:after {
	right: 0;
}

.lnb__link.nth-right .thumbnail {
	left: -45px;
}

.lnb__link:hover .lnb__wrap:after {
	width: 100px;
}

.lnb__link:hover.nth-left {
	left: 0;
}

.lnb__link:hover.nth-left .lnb__wrap {
	padding-left: 110px;
}

.lnb__link:hover.nth-left .lnb__wrap:after {
	left: 0;
}

.lnb__link:hover.nth-left .thumbnail {
	top: 0;
	opacity: 1;
}

.lnb__link:hover.nth-right {
	right: 0;
}

.lnb__link:hover.nth-right .lnb__wrap {
	padding-right: 115px;
}

.lnb__link:hover.nth-right .lnb__wrap:after {
	right: 0;
}

.lnb__link:hover.nth-right .thumbnail {
	top: 0;
	opacity: 1;
}

.lnb__link.is-section {
	color: #5a5d63;
}

.lnb__link.is-section .lnb__wrap:after {
	background-color: #5a5d63;
}

.lnb__wrap {
	position: relative;
	display: block;
	padding: 10px 0px;
	transition: all 0.3s;
}

.lnb__wrap:after {
	position: absolute;
	top: 5px;
	bottom: 0;
	width: 80px;
	height: 1px;
	margin: auto 0;
	background-color: rgba(255, 255, 255, 0.4);
	content: '';
	transition: all 0.3s;
}

@media only screen and (max-width: 1025px) {
	.lnb {
		position: relative;
		padding: 20px;
		border-top: 1px solid #eee;
	}
	.lnb:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 1px;
		height: 18px;
		margin: auto;
		background-color: #eee;
		z-index: 10;
		content: '';
	}
	.lnb:after {
		display: block;
		clear: both;
		content: '';
	}
	.lnb.type-pc {
		display: none;
	}
	.lnb.type-gallery {
		display: block;
		padding: 0;
		margin-top: 5px;
		border-top: none;
	}
	.lnb.type-gallery:before {
		display: none;
	}
	.lnb.type-gallery .lnb__link {
		color: #999999;
	}
	.lnb.type-gallery .lnb__link.nth-left .lnb__wrap:before {
		left: 0;
		background: url("../../images/common/lnb_left.png");
		background-size: 15px 15px;
	}
	.lnb.type-gallery .lnb__link.nth-right {
		float: right;
	}
	.lnb.type-gallery .lnb__link.nth-right .lnb__wrap {
		padding-right: 25px;
	}
	.lnb.type-gallery .lnb__link.nth-right .lnb__wrap:before {
		right: 0;
		background: url("../../images/common/lnb_right.png");
		background-size: 15px 15px;
	}
	.lnb__link {
		position: static;
		margin-top: 0;
	}
	.lnb__link.nth-left {
		float: left;
	}
	.lnb__link.nth-left .lnb__wrap {
		padding-left: 20px;
	}
	.lnb__link.nth-left .lnb__wrap:before {
		left: 0;
		background: url("../../images/common/lnb_left.png");
		background-size: 15px 15px;
	}
	.lnb__link.nth-right {
		float: right;
	}
	.lnb__link.nth-right .lnb__wrap {
		padding-right: 25px;
	}
	.lnb__link.nth-right .lnb__wrap:before {
		right: 0;
		background: url("../../images/common/lnb_right.png");
		background-size: 15px 15px;
	}
	.lnb__link:hover .lnb__wrap:after {
		width: 90px;
	}
	.lnb__link:hover.nth-left .lnb__wrap {
		padding-left: 20px;
	}
	.lnb__link:hover.nth-right .lnb__wrap {
		padding-right: 25px;
	}
	.lnb__wrap {
		padding: 0;
	}
	.lnb__wrap:after {
		display: none;
	}
	.lnb__wrap:before {
		position: absolute;
		top: 11px;
		display: inline-block;
		width: 15px;
		height: 15px;
		content: '';
	}
}

@media only screen and (max-width: 668px) {
	.lnb {
		padding: 8px 15px 10px;
	}
	.lnb:before {
		height: 15px;
	}
	.lnb__link {
		font-size: 2.2rem;
	}
	.lnb__link.nth-left {
		margin-top: -2px;
	}
	.lnb.type-gallery {
		margin-top: 0px;
	}
}

.thumbnail {
	position: relative;
	display: inline-block;
	font-family: "Open Sans", serif;
	top: -5px;
	opacity: 0;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px 5px 5px 5px;
	transition: all 0.3s;
	transition-delay: 0.2s;
	color: #fff;
}

.thumbnail:after {
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	width: 0px;
	height: 0px;
	margin: 0 auto;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, 0.4);
	content: '';
}

.thumbnail__wrap {
	display: table-cell;
	height: 64px;
	padding: 0 10px;
	vertical-align: middle;
}

.thumbnail__tit {
	display: inline-block;
	color: #5eeef9;
	font-weight: 600;
}

.thumbnail__img {
	vertical-align: middle;
}

.thumbnail__txt-box {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	text-align: left;
}

@media only screen and (max-width: 1700px) {
	.thumbnail {
		display: none;
	}
}

.popup-c {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	text-align: center;
}

.popup-c.is-active {
	display: block;
}

.popup-c:before {
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
}

.popup-c:after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.popup-c__wrap {
	position: relative;
	display: inline-block;
	width: 480px;
	padding: 70px 0px 50px;
	vertical-align: middle;
	background-color: #fff;
}

.popup-c__tit {
	margin: 0;
	color: #333;
	font-size: 32px;
	font-weight: 400;
}

.popup-c__close {
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
	display: block;
	width: 28px;
	height: 28px;
	background: url("../../images/common/popup/consultaion_close.png") no-repeat center center/contain;
	text-indent: -9999px;
}

.popup-c__list {
	display: inline-block;
	margin: 25px 0 0 0;
	padding: 0;
	-webkit-box-shadow: inset 0px 0px 0px 2px #b7b7b7;
	-moz-box-shadow: inset 0px 0px 0px 2px #b7b7b7;
	box-shadow: inset 0px 0px 0px 2px #b7b7b7;
	border-radius: 20px;
	font-size: 0;
}

.popup-c__list:after {
	display: block;
	clear: both;
	content: '';
}

.popup-c__item {
	display: inline-block;
	list-style: none;
}

.popup-c__item + .popup-c__item {
	margin-left: -20px;
}

.popup-c__item.is-active {
	border-radius: 20px;
}

.popup-c__item.is-active .popup-c__link {
	color: #fff;
}

.popup-c__item.is-active .popup-c__icon {
	position: relative;
	padding-left: 20px;
}

.popup-c__item.is-active .popup-c__icon:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 16px;
	height: 14px;
	margin: auto 0;
	content: '';
}

.popup-c__item.nth-1.is-active {
	background-color: #4b7eff;
}

.popup-c__item.nth-1.is-active .popup-c__icon:before {
	background: url("../../images/common/popup/popup_icon1.png") no-repeat center bottom/contain;
}

.popup-c__item.nth-2.is-active {
	background-color: #0bb868;
}

.popup-c__item.nth-2.is-active .popup-c__icon:before {
	background: url("../../images/common/popup/popup_icon2.png") no-repeat center bottom/contain;
}

.popup-c__item.nth-3.is-active {
	background-color: #ff604b;
}

.popup-c__item.nth-3.is-active .popup-c__icon:before {
	background: url("../../images/common/popup/popup_icon3.png") no-repeat center bottom/contain;
}

.popup-c__link {
	display: block;
	padding: 11px 28px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	text-decoration: none !important;
	box-sizing: border-box;
}

.popup-c__content {
	display: none;
	margin-top: 25px;
}

.popup-c__content.is-active {
	display: block;
}

@media only screen and (max-width: 668px) {
	.popup-c__wrap {
		width: 90vw;
		padding: 35px 0px 25px;
	}
	.popup-c__box {
		padding: 0 20px;
	}
	.popup-c__list {
		margin-top: 12px;
	}
	.popup-c__tit {
		font-size: 26px;
	}
	.popup-c__link {
		padding: 11px 20px;
		font-size: 12px;
	}
	.popup-c__content {
		margin-top: 12px;
	}
	.popup-c__item + .popup-c__item {
		margin-left: -12px;
	}
	.popup-c__item.is-active .popup-c__icon {
		position: relative;
		padding-left: 20px;
	}
	.popup-c__item.is-active .popup-c__icon:before {
		width: 12px;
		height: 11px;
	}
	.popup-c__close {
		position: absolute;
		top: 15px;
		right: 15px;
		overflow: hidden;
		display: block;
		width: 18px;
		height: 18px;
	}
}

.consultation {
	display: table-cell;
	width: 1%;
	height: 300px;
	vertical-align: middle;
	background-color: #ebeaea;
	padding: 0 50px;
}

.consultation__tit {
	position: relative;
	margin: 0;
	padding-top: 108px;
	font-size: 22px;
	color: #333;
	font-weight: 500;
}

.consultation__tit:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 87px;
	height: 87px;
	content: '';
}

.consultation__tit.nth-1:before {
	background: url("../../images/common/popup/popup_icon1_big.png");
}

.consultation__tit.nth-2:before {
	background: url("../../images/common/popup/popup_whats_qrcode.jpg") no-repeat center center/contain;
}

.consultation__tit.nth-3:before {
	background: url("../../images/common/popup/popup_icon3_big.png");
}

.consultation__txt {
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #5c5b5b;
	line-height: 1.1;
}

.consultation__copy {
	display: block;
	margin: 10px 0 0 0;
	font-size: 13px;
	font-weight: 700;
	color: #5c5b5b;
	line-height: 1.1;
}

.consultation__copy.type-copy {
	color: #ff604b;
}

.consultation__num {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 34px 7px;
	font-size: 18px;
	color: #fff;
	background-color: #333333;
	border-radius: 20px;
	line-height: 1;
}

.consultation__num.nth-3 {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}

.consultation__tel {
	color: inherit;
	text-decoration: none;
}

@media only screen and (max-width: 668px) {
	.consultation {
		height: 250px;
	}
	.consultation__tit {
		padding-top: 76px;
		font-size: 18px;
	}
	.consultation__tit:before {
		width: 66px;
		height: 66px;
	}
	.consultation__tit.nth-1:before {
		background: url("../../images/common/popup/popup_icon1_big_m.png") no-repeat center center/contain;
	}
	.consultation__tit.nth-2:before {
		background: url("../../images/common/popup/popup_whats_qrcode_m.jpg") no-repeat center center/contain;
	}
	.consultation__tit.nth-3:before {
		background: url("../../images/common/popup/popup_icon3_big_m.png") no-repeat center center/contain;
	}
	.consultation__num {
		margin-top: 5px;
		padding: 5px 17px 7px;
		font-size: 14px;
	}
	.consultation__num.nth-3 {
		font-size: 14px;
	}
	.consultation__txt {
		font-size: 12px;
	}
	.consultation__copy {
		font-size: 12px;
	}
}

.consultation-address {
	margin: 25px 0 0 0;
	padding: 0 10px;
}

.consultation-address__tit {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.consultation-address__txt {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #5c5b5b;
	line-height: 1.1;
}

@media only screen and (max-width: 668px) {
	.consultation-address {
		margin-top: 12px;
	}
	.consultation-address__tit {
		font-size: 12px;
	}
	.consultation-address__txt {
		margin-top: 5px;
		font-size: 11px;
	}
}

.consultation-info {
	margin-top: 26px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	letter-spacing: -1px;
}

.consultation-info__list {
	margin: 0;
	padding: 0;
}

.consultation-info__item {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.consultation-info__item.type-time:before {
	width: 30px;
	height: 31px;
	background: url("../../images/common/popup/popup_time.png") no-repeat center center/contain;
}

.consultation-info__item.type-location:before {
	width: 30px;
	height: 36px;
	background: url("../../images/common/popup/popup_location.png") no-repeat center center/contain;
}

.consultation-info__item:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
	content: '';
}

.consultation-info__item + .consultation-info__item {
	margin-top: 16px;
}

.consultation-info__date {
	margin: 0;
	font-size: 14px;
	color: #5c5b5b;
}

.consultation-info__date + .consultation-info__date {
	margin-top: 4px;
}

.consultation-info__time {
	margin: 0;
	vertical-align: middle;
}

.consultation-info__day {
	margin-right: 10px;
	color: #333;
	vertical-align: middle;
}

.consultation-info__night {
	display: inline-block;
	margin-left: 4px;
	padding: 3px 4px;
	font-size: 10px;
	color: #ffa96a;
	border: 1px solid #ffa96a;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.consultation-info__tit {
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.consultation-info__txt {
	margin: 6px 0 0;
	font-size: 12px;
	color: #5c5b5b;
}

@media only screen and (max-width: 668px) {
	.consultation-info {
		margin-top: 14px;
		padding: 0 25px;
	}
	.consultation-info__date {
		font-size: 1.2rem;
	}
	.consultation-info__tit {
		font-size: 1.2rem;
	}
	.consultation-info__txt {
		margin-top: 3px;
		font-size: 1.1rem;
	}
	.consultation-info__day {
		margin-right: 5px;
	}
	.consultation-info__item {
		padding-left: 36px;
	}
	.consultation-info__item.type-time:before {
		width: 25px;
		height: 26px;
	}
	.consultation-info__item.type-location:before {
		width: 25px;
		height: 30px;
	}
	.consultation-info__item + .consultation-info__item {
		margin-top: 8px;
	}
	.consultation-info__night {
		margin-left: 3px;
		padding: 1px 2px;
		font-size: 1rem;
	}
}

.bg-cc .elementor-widget-container,
.bg-cc .elementor-column-wrap{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-ct .elementor-widget-container,
.bg-ct .elementor-column-wrap{
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.h-half{
	height: 50vh;
	overflow: hidden;
}
.img__item{
	min-height: 312px;
	overflow: hidden;
    position: relative;
    color: #fff;
    height: 50vh;
}
.img__item:hover .main__item-img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.img__item .main__link { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: block; 
	visibility: hidden; 
	width: 100%; 
	height: 100%; 
	opacity: 0; 
	background-color: rgba(0, 0, 0, 0.6); 
	z-index: 1; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	border: 15px solid #36d1dc; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s; 
}
.img__item:hover .main__link { 
	visibility: visible; 
	opacity: 1; 
}

.img__item .main__link:before,.img__item .main__link:after { 
	position: absolute; 
	display: block; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	background: #fff; 
	content: ''; 
	-webkit-transform: rotate(-45deg) scale(0.7); 
	-ms-transform: rotate(-45deg) scale(0.7); 
	transform: rotate(-45deg) scale(0.7); 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s; 
}

.main__link:before { width: 51px; height: 1px; }
.main__link:after { width: 1px; height: 51px; }

.img__item:hover .main__link:before,.img__item:hover .main__link:after { 
	-webkit-transform: rotate(0deg) scale(1); 
	-ms-transform: rotate(0deg) scale(1); 
	transform: rotate(0deg) scale(1); 
}

@media only screen and (max-width: 668px) { 
	.img__item:hover .main__link { border-width: 7px; }
	.img__item:hover .main__link:before { width: 26px; }
	.img__item:hover .main__link:after { height: 26px; } 
}


@media only screen and (max-width: 1024px){
	.h-55{
	    height: 55vh;
	    overflow-x: hidden;
	}
	.h-45{
	    height: 45vh;
	    overflow-x: hidden;
	}
  .h-s-full,
  .h-s-full-widget-container .elementor-widget-container
  {
    height: 100vh;
  }
  .h-tab-half{
  	height: 50vh;
  }

	.img__item{
		height: 33.33vh;
	}

}

@media only screen and (max-width: 668px){
  .h-s-full,
  .h-s-full-widget-container .elementor-widget-container,
  .h-mobile-full-widget-container .elementor-widget-container,
  .h-m-w .elementor-widget-container
  {
    height: 100vh;
  }
  .gallery-style1 {
    left: 15px;
    bottom: 14.24%;
    padding: 20px 30px 30px;
    right: -10px;
  }
}