@charset "UTF-8";

.leadText {
	line-height: 2;
	text-align: center;
	font-size: 1.143rem;
}

.heading-type1 {
	margin: 0 0 40px;
	text-align: center;
}

.heading-type1 .top {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	color: #e45d8e;
	font-size: 1.286rem;
}

.heading-type1 .top::before,
.heading-type1 .top::after {
	position: absolute;
	left: 7px;
	top: 50%;
	height: 100%;
	border-right: 1px dashed #e45d8e;
	transform: translateY(-50%) rotate(-35deg);
	content: "";
}

.heading-type1 .top::after {
	left: auto;
	right: 7px;
	transform: translateY(-50%) rotate(35deg);
}

.heading-type1 .bottom {
	display: block;
	font-size: 2rem;
}

#feature .feature-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 58px;
	padding: 26px 0 0;
}

#feature .feature-list > li {
	position: relative;
	width: calc((100% - 21px) / 4);
	border: 1px solid #e45d8e;
	border-radius: 8px;
}

#feature .feature-list > li::before {
	position: absolute;
	left: 50%;
	top: -27px;
	width: 67px;
	height: 67px;
	background: #e45d8e;
	border-radius: 50%;
	content: "";
	transform: translateX(-50%);
	z-index: -1;
}

#feature .feature-list > li::after {
	position: absolute;
	left: 50%;
	top: -26px;
	width: 65px;
	height: 65px;
	background: #fff2f6;
	border-radius: 50%;
	content: "";
	transform: translateX(-50%);
}

#feature .feature-list > li .feature-text {
	position: absolute;
	left: 50%;
	top: -23px;
	z-index: 1;
	color: #e45d8e;
	font-size: 0.714em;
	font-weight: bold;
	transform: translateX(-50%);
}

#feature .feature-list > li .feature-text span:not(:last-child) {
	padding: 0 1px 0 0;
}

#feature .feature-list > li .feature-number {
	position: relative;
	text-align: center;
	background: #fff2f6;
	font-size: 1.714rem;
	font-weight: bold;
	color: #e45d8e;
	z-index: 1;
	border-radius: 8px 8px 0 0;
}

#feature .feature-list > li .heading {
	padding: 0 5px 20px;
	text-align: center;
	background: #fff2f6;
	font-weight: bold;
	font-size: 1.143rem;
	color: #e45d8e;
}

#feature .feature-list > li .image img {
	width: 100%;
	height: auto;
}

#feature .feature-list > li .text-wrap {
	overflow: hidden;
	line-height: 2;
	padding: 10px;
	background: #fff;
	border-radius: 0 0 8px 8px;
}

#feature .feature-list > li .text-wrap a {
	position: relative;
	overflow: hidden;
	float: right;
	padding: 7px 24px 7px 20px;
	line-height: 1.5;
	background: #e45d8e;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	z-index: 1;
}

#feature .feature-list > li .text-wrap a:hover {
	opacity: 1;
}

#feature .feature-list > li .text-wrap a::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #c63d6e;
	content: "";
	transition: 0.3s ease-out;
	z-index: -1;
}

#feature .feature-list > li .text-wrap a:hover::before {
	width: 100%;
}

#feature .feature-list > li .text-wrap a::after {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	transform:  translateY(-50%) rotate(45deg);
	transition: 0.2s linear;
}

#feature .feature-list > li .text-wrap a:hover::after {
	right: 9px;
}

.search-btn-wrap .discount-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}

.search-btn-wrap .discount-wrap .image {
	width: 73px;
}

.search-btn-wrap .discount-wrap .image img {
	width: 100%;
	height: auto;
}

.search-btn-wrap .discount-wrap .text-wrap {
	font-size: 1.143rem;
	padding: 0 0 0 18px;
}

.search-btn-wrap .search-btn {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 530px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	border-radius: 40px;
	background: #e45d8e;
	font-size: 1.429rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.search-btn-wrap .search-btn:hover {
	opacity: 1;
}

.search-btn-wrap .search-btn::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #c63d6e;
	content: "";
	transition: 0.3s ease-out;
}

.search-btn-wrap .search-btn:hover::before {
	width: 100%;
}

.search-btn-wrap .search-btn::after {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 52px;
	height: 52px;
	background: #ee77a2;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
	transition: 0.3s ease-out;
}

.search-btn-wrap .search-btn:hover::after {
	background: #fff;
}

.search-btn-wrap .search-btn span {
	display: block;
	position: relative;
	padding: 20px 70px;
	z-index: 1;
}

.search-btn-wrap .search-btn span::before {
	position: absolute;
	right: 27px;
	top: 50%;
	margin: -2px 0 0;
	width: 10px;
	height: 10px;
	border: 3px solid #fff;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
	transition: 0.3s ease-out;
	box-sizing: unset;
}

.search-btn-wrap .search-btn span:hover::before {
	border-color: #c63d6e;
}

.search-btn-wrap .search-btn span::after {
	position: absolute;
	right: 26px;
	top: 50%;
	margin: 6px 0 0;
	width: 3px;
	height: 8px;
	background: #fff;
	content: "";
	border-radius: 3px;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s ease-out;
}

.search-btn-wrap .search-btn span:hover::after {
	background: #c63d6e;
}

#comBans {
	padding: 50px 0 30px;
	background: linear-gradient(0deg, rgba(225,241,246,1) 0%, rgba(243,251,253,1) 100%);
}

#style .style-lead-text {
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.143rem;
	line-height: 1.8;
}

#style .subContents {
	width: auto;
}

#style .style-wrap.card {
	margin: 0 0 40px;
	padding: 25px 0;
	background: url("../../images/aboutus/style_bg_card.png") no-repeat right bottom / contain;
}

#style .style-wrap.tablet {
	margin: 0 0 60px;
	background: url("../../images/aboutus/style_bg_tablet.png") no-repeat left bottom / contain;
}

#style .style-wrap.event {
	padding: 38px 0 85px;
	background: url("../../images/aboutus/style_bg_event.png") no-repeat right bottom / contain;
}

#style .style-wrap.seminar {
	padding: 30px 0 48px;
	background: url("../../images/aboutus/style_bg_seminar.png") no-repeat left bottom / contain;
}

#style .style-inner {
	width: 1060px;
	margin: 0 auto;
}

#style .style-inner::after {
	display: block;
	content: "";
	clear: both;
}

#style .style-wrap.card .style-inner .style-box {
	float: left;
	width: 725px;
}

#style .style-wrap.tablet .style-inner .style-box {
	float: right;
	width: 642px;
}

#style .style-wrap.event .style-inner .style-box {
	float: left;
	width: 730px;
}

#style .style-wrap.seminar .style-inner .style-box {
	float: right;
	width: 635px;
}

#style .style-inner .style-heading {
	position: relative;
	margin: 0 0 14px;
	padding: 0 0 12px 50px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.714rem;
}

#style .style-inner .style-heading::before {
	position: absolute;
	left: 0;
	top: -6px;
	width: 46px;
	height: 46px;
	content: "";
}

#style .style-wrap.card .style-heading::before {
	background: url("../../images/aboutus/style_s_card.png") no-repeat 0 0 / contain;
}

#style .style-wrap.tablet .style-heading::before {
	background: url("../../images/aboutus/style_s_tablet.png") no-repeat 0 0 / contain;
}

#style .style-wrap.event .style-heading::before {
	background: url("../../images/aboutus/style_s_event.png") no-repeat 0 0 / contain;
}

#style .style-wrap.seminar .style-heading::before {
	background: url("../../images/aboutus/style_s_seminar.png") no-repeat 0 0 / contain;
}

#style .style-inner .style-text {
	margin-bottom: 20px;
	font-size: 1.143rem;
}

#style .style-inner .style-detail-wrap {
	position: relative;
	margin: 40px 0 30px;
	padding: 30px 35px 16px;
	border: 1px solid #c9c9c9;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

#style .style-inner .style-detail-wrap .detail-heading {
	position: absolute;
	top: -11px;
	left: 50%;
	padding: 5px;
	max-width: 425px;
	width: 100%;
	text-align: center;
	background: #eee;
	font-weight: bold;
	font-size: 1.143rem;
	color: #e45d8e;
	transform: translateX(-50%);
	box-sizing: border-box;
	border-radius: 20px;
}

#style .style-inner .style-detail-wrap .click-notes {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.857rem;
}

#style .style-inner .style-detail-wrap .tap-notes {
	display: none;
}

#style .style-inner .style-detail-wrap .card-type-list {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 0 20px;
}

#style .style-inner .style-detail-wrap .card-type-list > li {
	padding: 0 34px;
	border-right: 1px solid #dedede;
}

#style .style-inner .style-detail-wrap .card-type-list > li:first-child {
	padding-left: 0;
}

#style .style-inner .style-detail-wrap .card-type-list > li:last-child {
	padding-right: 0;
}

#style .style-inner .style-detail-wrap .card-type-list > li:last-child {
	border-right: none;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-heading {
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.143rem;
	color: #e45d8e;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 64px;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a:hover {
	opacity: 1;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner {
	position: relative;
	overflow: hidden;
	max-width: 88px;
	display: inline-block;
	margin: 0 0 10px;
	border-radius: 50%;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(198, 61, 110, 0.4);
	content: "";
	transition: 0.3s ease-out;
	opacity: 0;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a:hover .image .image-inner::before {
	opacity: 1;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner span::before,
#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner span::after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	content: "";
	transform: translate(-50%, -50%);
	transition: 0.3s linear;
	opacity: 0;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a:hover .image .image-inner span::before,
#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a:hover .image .image-inner span::after {
	opacity: 1;
}

#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner img {
	width: 100%;
	height: auto;
}

#style .style-inner .style-detail-wrap .tablet-system-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0 0;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li {
	margin-top: 18px;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(1),
#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(2) {
	margin-top: 0;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(even) {
	width: 45.6%;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(odd) {
	width: 49.2%;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li .image {
	display: flex;
	align-items: center;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li .image span {
	width: 82px;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li .image span img {
	width: 100%;
	height: auto;
}

#style .style-inner .style-detail-wrap .tablet-system-list > li .image figcaption {
	padding: 0 0 0 14px;
	font-size: 1.286rem;
}

#style .style-inner .style-detail-wrap .detail-anchor {
	margin-top: 25px;
	text-align: center;
}

#style .style-inner .style-detail-wrap .detail-anchor a {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	font-weight: bold;
	font-size: 1.143rem;
}

#style .style-inner .style-detail-wrap .detail-anchor a::before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 1px solid #008FC1;
	border-right: 1px solid #008FC1;
	width: 6px;
	height: 6px;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

#style .style-inner .style-detail-wrap .detail-anchor a:hover::before {
	border-top: 1px solid #E75B8E;
	border-right: 1px solid #E75B8E;
}

#style .style-inner .recommend-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}

#style .style-inner .recommend-wrap .recommend-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	padding: 15px;
	background: #edf8fa;
	border-radius: 8px;
	color: #3d727c; 
}

#style .style-inner .recommend-wrap .recommend-heading span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 38px;
}

#style .style-inner .recommend-wrap .recommend-heading span::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 36px;
	background: url("../../images/aboutus/recommend_s.png") no-repeat 0 0 / contain;
	content: "";
	transform: translateY(-50%);
}

#style .style-inner .recommend-wrap .recommend-list {
	padding: 0 0 0 18px;
}

#style .style-inner .recommend-wrap .recommend-list > li {
	font-weight: bold;
	font-size: 1.143rem;
	color: #3d727c;
}

#style .style-inner .recommend-wrap .recommend-list > li::before {
	content: "・";
}

#style .style-inner .style-check-btn {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 425px;
	padding: 15px 30px;
	line-height: 1.5;
	background: #e45d8e;
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}

#style .style-inner .style-check-btn:hover {
	opacity: 1;
}

#style .style-inner .style-check-btn::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	content: "";
	background: #c63d6e;
	transition: 0.3s ease-out;
}

#style .style-inner .style-check-btn:hover::before {
	width: 100%;
}

#style .style-inner .style-check-btn::after {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform:  translateY(-50%) rotate(45deg);
	transition: 0.2s linear;
}

#style .style-inner .style-check-btn:hover::after {
	right: 17px;
}

#venue .venue-list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 35px;
}

#venue .venue-list > li {
	width: 500px;
}

#venue .venue-list > li figure {
	margin: 0 0 10px;
}

#venue .venue-list > li h3 {
	color: #E75B8E;
	font-size: 1.13rem;
	font-weight: bold;
	margin: 0 0 5px;
}

#venue .btn {
	text-align: center;
	margin: 60px 0 0 0;
}
#venue .btn a {
	width: 80%;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: none;
	background: #E75B8E;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	display: block;
}
#venue .btn a::after {
	content: " ";
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	top: calc(50% - .3em);
	right: 15px;
	transform: rotate(45deg);
}


#venue .venue-search-wrap {
	max-width: 800px;
	margin: 0 auto;
}

#venue .venue-search-wrap .venue-search-heading {
	margin: 0 0 10px;
	text-align: center;
	font-size: 2rem;
}

#venue .venue-search-wrap .venue-salon-anchor {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.143rem;
}

#venue .venue-search-wrap .venue-search-list {
	margin: 0 0 90px;
}

#venue .venue-search-wrap .venue-search-list > li:not(:last-child) {
	margin: 0 0 5px;
}

#venue .venue-search-wrap .venue-search-list > li {
	display: flex;
}

#venue .venue-search-wrap .venue-search-list > li .area {
	width: 120px;
	font-size: 1.143rem;
	font-weight: bold;
}

#venue .venue-search-wrap .venue-search-list > li .inner-list {
	width: calc(100% - 120px);
	overflow: hidden;
}

#venue .venue-search-wrap .venue-search-list > li .inner-list ul {
	margin: -5px 0 0 -18px;
}

#venue .venue-search-wrap .venue-search-list > li .inner-list ul > li {
	float: left;
	margin: 5px 0 0 18px;
}

#venue .venue-search-wrap .venue-search-list > li .inner-list ul > li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 14px;
	font-size: 1.143rem;
	color: #e45d8e;
}

#venue .venue-search-wrap .venue-search-list > li .inner-list ul > li a:hover {
	opacity: 0.7;
}

#venue .venue-search-wrap .venue-search-list > li .inner-list ul > li a::before {
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #e45d8e;
	content: "";
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {

	.leadText {
		line-height: 2;
		text-align: left;
		font-size: 0.857rem;
	}

	.leadText br {
		display: none;
	}

	.heading-type1 {
		margin: 0 0 20px;
	}

	.heading-type1 .top {
		padding: 0 25px;
		font-size: 0.857rem;
	}

	.heading-type1 .bottom {
		font-size: 1.286rem;
	}

	#feature .subContents {
		padding: 0;
	}

	#feature .feature-list {
		display: block;
		width: 100%;
		margin: 0 0 60px;
		padding: 0;
	}

	#feature .feature-list > li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		width: auto;
		border: none;
		border-radius: 0;
		margin: 0 0 30px;
	}

	#feature .feature-list > li:last-child {
		margin: 0;
	}

	#feature .feature-list > li::before {
		display: none;
	}

	#feature .feature-list > li::after {
		display: none;
	}

	#feature .feature-list > li .feature-number-wrap {
		order: 2;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: -22px 0 0 5vw;
		width: 70px;
		height: 70px;
		background: #fff;
		border-radius: 50%;
	}

	#feature .feature-list > li .feature-text {
		position: absolute;
		left: 50%;
		top: 3px;
		z-index: 1;
		color: #e45d8e;
		font-size: 0.714em;
		font-weight: bold;
		transform: translateX(-50%);
		white-space: nowrap;
	}

	#feature .feature-list > li .feature-text span:not(:last-child) {
		padding: 0 1px 0 0;
	}

	#feature .feature-list > li .feature-number {
		padding: 20px 0 0;
		background: transparent;
		font-size: 2.286rem;
		z-index: 1;
		border-radius: 0;
	}

	#feature .feature-list > li .heading {
		order: 3;
		width: calc(100% - 70px - 5vw);
		padding: 10px 5vw 0 5px;
		text-align: left;
		background: transparent;
		font-size: 1.429rem;
		box-sizing: border-box;
	}

	#feature .feature-list > li .image {
		order: 1;
	}

	#feature .feature-list > li .text-wrap {
		order: 4;
		overflow: hidden;
		line-height: 1.8;
		padding: 10px 5vw 0;
		font-size: 0.857rem;
	}

	#feature .feature-list > li .text-wrap a {
		width: 213px;
		margin: 15px 0 0;
		padding: 7px 20px;
		background: #ffe1ec;
		color: #e45d8e;
		border-radius: 20px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #e45d8e;
		font-size: 0.857rem;
		box-sizing: border-box;
	}
	
	#feature .feature-list > li .text-wrap a::before {
		display: none;
	}

	#feature .feature-list > li .text-wrap a::after {
		position: absolute;
		right: 12px;
		top: 50%;
		width: 6px;
		height: 6px;
		border-top: 1px solid #e45d8e;
		border-right: 1px solid #e45d8e;
		content: "";
		transform:  translateY(-50%) rotate(45deg);
	}

	#feature .search-btn-wrap {
		margin: 0 5vw;
		padding: 20px 0 0;
		border-top: 1px solid #bcbcbc;
	}
	
	.search-btn-wrap .discount-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 74.2%;
		margin: 0 auto 20px;
	}

	.search-btn-wrap .discount-wrap .image {
		width: 62px;
	}

	.search-btn-wrap .discount-wrap .text-wrap {
		font-size: 0.786rem;
		padding: 0 0 0 15px;
	}

	.search-btn-wrap .search-btn {
		display: block;
		position: relative;
		max-width: none;
		box-sizing: border-box;
		margin: 0 15px;
		text-align: center;
		border-radius: 40px;
		background: #e45d8e;
		font-size: 1.071rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	.search-btn-wrap .search-btn::after {
		position: absolute;
		right: 10px;
		top: 50%;
		width: 35px;
		height: 35px;
		background: #ee77a2;
		border-radius: 50%;
		content: "";
		transform: translateY(-50%);
	}

	.search-btn-wrap .search-btn span {
		padding: 15px 50px;
	}

	.search-btn-wrap .search-btn span::before {
		position: absolute;
		right: 22px;
		top: 50%;
		margin: -2px 0 0;
		width: 7px;
		height: 7px;
		border: 3px solid #fff;
		border-radius: 50%;
		content: "";
		transform: translateY(-50%);
	}

	.search-btn-wrap .search-btn span::after {
		position: absolute;
		right: 21px;
		top: 50%;
		margin: 4px 0 0;
		width: 3px;
		height: 7px;
		background: #fff;
		content: "";
		border-radius: 3px;
		transform: translateY(-50%) rotate(-45deg);
	}

	#comBans {
		padding: 20px 0;
	}



	#style .style-lead-text {
		margin-bottom: 50px;
		font-size: 0.857rem;
		line-height: 1.8;
	}

	#style .subContents {
		padding: 0;
	}

	#style .style-wrap.card {
		margin: 0 0 80px;
		padding: 0;
		background: none;
	}

	#style .style-wrap.tablet {
		margin: 0 0 85px;
		background: none;
	}

	#style .style-wrap.event {
		padding: 0 0 70px;
		background: none;
	}

	#style .style-wrap.seminar {
		padding: 0;
		background: none;
	}

	#style .style-inner {
		width: auto;
	}

	#style .style-wrap.card .style-inner .style-box {
		position: relative;
		float: none;
		width: auto;
		padding: 15px 5vw 0;
	}

	#style .style-wrap.card .style-inner .style-box::before {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 193px;
		background: url("../../images/aboutus/style_bg_card.png") no-repeat right top / 44% auto;
		content: "";
	}

	#style .style-wrap.tablet .style-inner .style-box {
		position: relative;
		float: none;
		width: auto;
		padding: 0 5vw;
	}

	#style .style-wrap.tablet .style-inner .style-box::before {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 165px;
		background: url("../../images/aboutus/style_bg_tablet.png") no-repeat left top / 43% auto;
		content: "";
	}

	#style .style-wrap.event .style-inner .style-box {
		position: relative;
		float: none;
		width: auto;
		padding: 0 5vw;
	}

	#style .style-wrap.event .style-inner .style-box::before {
		position: absolute;
		left: 0;
		top: 12px;
		z-index: -1;
		width: 100%;
		height: 120px;
		background: url("../../images/aboutus/style_bg_event.png") no-repeat right top / 43% auto;
		content: "";
	}

	#style .style-wrap.seminar .style-inner .style-box {
		position: relative;
		float: none;
		width: auto;
		padding: 0 5vw;
	}

	#style .style-wrap.seminar .style-inner .style-box::before {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 115px;
		background: url("../../images/aboutus/style_bg_seminar.png") no-repeat left top / 48% auto;
		content: "";
	}

	#style .style-inner .style-text-wrap {
		width: 62.6%;
	}

	#style .style-wrap.tablet .style-inner .style-text-wrap {
		margin: 0 0 0 auto;
	}

	#style .style-wrap.seminar .style-inner .style-text-wrap {
		margin: 0 0 0 auto;
	}

	#style .style-inner .style-heading {
		position: relative;
		margin: 0 0 14px;
		padding: 0 0 0 38px;
		border-bottom: none;
		font-size: 1.286rem;
	}

	#style .style-inner .style-heading::before {
		top: -3px;
		width: 30px;
		height: 30px;
	}

	#style .style-inner .style-text {
		margin-bottom: 20px;
		font-size: 0.857rem;
	}

	#style .style-inner .style-detail-wrap {
		margin: 30px 0 15px;
		padding: 22px 0 13px;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	}

	#style .style-inner .style-detail-wrap .detail-heading {
		max-width: 300px;
		font-size: 0.857rem;
	}

	#style .style-inner .style-detail-wrap .click-notes {
		display: none;
	}

	#style .style-inner .style-detail-wrap .tap-notes {
		display: block;
		margin-bottom: 20px;
		text-align: center;
		font-size: 0.714rem;
	}

	#style .style-inner .style-detail-wrap .card-type-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: -30px 0 0;
		padding: 0 0 12px;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li {
		margin: 30px 0 0;
		padding: 0 7px;
		border-right: none;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li:first-child {
		padding: 0 7px;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li:last-child {
		padding: 0 7px;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-heading {
		position: relative;
		padding: 0 5px 6px;
		margin: 0 auto 12px;
		width: 130px;
		text-align: center;
		font-weight: bold;
		font-size: 0.857rem;
		border-bottom: 1px solid #e45d8e;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-heading::before {
		position: absolute;
		left: 50%;
		bottom: -3px;
		width: 3px;
		height: 3px;
		background: #fff;
		border-right: 1px solid #e45d8e;
		border-bottom: 1px solid #e45d8e;
		content: "";
		transform: translateX(-50%) rotate(45deg);
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-list {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a {
		display: block;
		color: #000;
		text-decoration: none;
		text-align: center;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner {
		position: relative;
		max-width: 80px;
		display: inline-block;
		margin: 0 0 10px;
		overflow: visible;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner::before {
		display: none;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner::after {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 20px;
		height: 20px;
		background: url("../../images/aboutus/zoom_s.png") no-repeat 0 0 / contain;
		content: "";
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image .image-inner img {
		width: 100%;
		height: auto;
	}

	#style .style-inner .style-detail-wrap .card-type-list > li .card-list > li a .image figcaption {
		font-size: 0.857rem;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 23px 0 0;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list > li {
		margin-top: 30px;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(1),
	#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(2) {
		margin-top: 0;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(even) {
		width: 48%;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list > li:nth-child(odd) {
		width: 48%;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list > li .image {
		display: block;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list > li .image span {
		width: 110px;
		display: block;
		margin: 0 auto;
	}

	#style .style-inner .style-detail-wrap .tablet-system-list > li .image figcaption {
		padding: 5px 5px 0;
		font-size: 0.857rem;
		text-align: center;
	}

	#style .style-inner .style-detail-wrap .detail-anchor {
		margin: 25px 7px 0;
		padding: 13px 0 0;
		text-align: center;
		border-top: 1px solid #c7c7c7;
	}

	#style .style-inner .style-detail-wrap .detail-anchor a {
		position: relative;
		display: inline-block;
		padding: 0 22px 0 0;
		font-weight: bold;
		font-size: 0.857rem;
		text-decoration: none;
	}

	#style .style-inner .recommend-wrap {
		display: block;
	}

	#style .style-inner .recommend-wrap .recommend-heading {
		max-width: 170px;
		margin: 0 0 10px;
		padding: 8px;
		border-radius: 5px;
		color: #3d727c;
		font-size: 0.714rem;
		box-sizing: border-box;
	}

	#style .style-inner .recommend-wrap .recommend-heading span {
		padding: 0 0 0 22px;
	}

	#style .style-inner .recommend-wrap .recommend-heading span::before {
		width: 10px;
		height: 13px;
	}

	#style .style-inner .recommend-wrap .recommend-list {
		padding: 0;
	}

	#style .style-inner .recommend-wrap .recommend-list > li {
		font-size: 1.071rem;
	}

	#style .style-inner .style-check-btn {
		display: block;
		position: relative;
		max-width: none;
		margin: 0 10px;
		padding: 10px 35px;
		line-height: 1.5;
		background: #e45d8e;
		color: #fff;
		font-weight: bold;
		border-radius: 50px;
		text-decoration: none;
		text-align: center;
		font-size: 1rem;
		box-sizing: border-box;
	}

	#style .style-inner .style-check-btn::after {
		position: absolute;
		right: 28px;
		top: 50%;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		content: "";
		transform:  translateY(-50%) rotate(45deg);
	}
	
	#style .style-inner .style-check-btn:hover::after {
		right: 22px;
	}

	#venue .venue-list {
		display: block;
		margin: 0 0 80px;
	}

	#venue .venue-list > li {
		width: auto;
		margin: 0 0 10vw;
	}

	#venue .venue-list > li:last-child {
		margin: 0;
	}

	#venue .venue-list > li figure {
		margin: 0 0 10px;
	}

	#venue .venue-list > li h3 {
		font-size: 1.13rem;
	}

	#venue .btn {
		margin: 5vw 0 0 0;
	}
	#venue .btn a {
		width: 100%;
		font-size: 1rem;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	#venue .btn a::after {
		width: 6px;
		height: 6px;
		top: calc(50% - .3em);
		right: 10px;
	}

	#venue .venue-search-wrap {
		max-width: 800px;
		margin: 0 auto;
	}

	#venue .venue-search-wrap .venue-search-heading {
		font-size: 1.286em;
	}

	#venue .venue-search-wrap .venue-salon-anchor {
		margin-bottom: 40px;
		text-align: center;
		font-size: 0.857rem;
	}

	#venue .venue-search-wrap .venue-salon-anchor a {
		position: relative;
		display: inline-block;
		padding: 0 14px 0 0;
	}

	#venue .venue-search-wrap .venue-salon-anchor a::before {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		border-top: 1px solid #008FC1;
		border-right: 1px solid #008FC1;
		width: 6px;
		height: 6px;
		content: "";
		transform: translateY(-50%) rotate(45deg);
	}

	#venue .venue-search-wrap .venue-search-list {
		margin: 0 0 50px;
	}

	#venue .venue-search-wrap .venue-search-list > li:not(:last-child) {
		margin: 0 0 5px;
	}

	#venue .venue-search-wrap .venue-search-list > li {
		display: flex;
	}

	#venue .venue-search-wrap .venue-search-list > li .area {
		width: 60px;
		font-size: 0.857rem;
	}

	#venue .venue-search-wrap .venue-search-list > li .inner-list {
		width: calc(100% - 60px);
	}

	#venue .venue-search-wrap .venue-search-list > li .inner-list ul {
		margin: -5px 0 0 -15px;
	}

	#venue .venue-search-wrap .venue-search-list > li .inner-list ul > li {
		margin: 5px 0 0 15px;
	}

	#venue .venue-search-wrap .venue-search-list > li .inner-list ul > li a {
		padding: 0 0 0 10px;
		font-size: 0.857rem;
	}

	#venue .venue-search-wrap .venue-search-list > li .inner-list ul > li a::before {
		top: 3px;
		border-width: 6px 0 6px 8px;
	}

}


