@charset "UTF-8";

.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 .subContents {
	padding: 0;
	width:  auto;
}

#feature .feature-contents-wrap {
	background: #f6fcfd;
}

#feature .feature-contents {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
	max-width: 1060px;
}

#feature .feature-contents .image-wrap {
	display: flex;
	align-items: flex-end;
	width: 34%;
	padding: 60px 5.2% 0 2.8%;
	box-sizing: border-box;
}

#feature .feature-contents .image-wrap img {
	width: 100%;
	height: auto;
}

#feature .feature-contents .text-wrap {
	padding: 65px 0 20px;
}

#feature .feature-contents .text-wrap .heading {
	margin: 0 0 18px;
	color: #e7598c;
	font-size: 1.714rem;
}

#feature .feature-contents .text-wrap .lead-text {
	font-size: 1.143rem;
}

#feature .feature-contents .feature-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 25px 0 0;
	padding: 25px 0 0;
	border-top: 2px solid #dee7e8;
}

#feature .feature-contents .feature-list > li {
	position: relative;
	margin: 0 16px 5px 0;
	padding: 0 0 0 16px;
}

#feature .feature-contents .feature-list > li::before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 13px;
	height: 13px;
	background: #eda3be;
	border-radius: 50%;
	content: "";
}

#chance .profile-wrap {
	display: flex;
	width: 100%;
	max-width: 960px;
	align-items: center;
	margin: 0 auto 20px;
}

#chance .profile-wrap .image-wrap {
	width: 31.2%;
	box-sizing: border-box;
	padding: 0 36px 0 14px;
}

#chance .profile-wrap .image-wrap img {
	width: 100%;
	height: auto;
}

#chance .profile-wrap .text-wrap {
	width: 68.8%;
	font-size: 1.143rem;
}

#chance .chance-question {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 1.429rem;
}

#chance .chance-question::before {
	position: absolute;
	left: 50%;
	bottom: -40px;
	z-index: -1;
	width: 140px;
	height: 140px;
	background: linear-gradient(135deg, rgba(255,255,255,0) 50%, rgba(247,206,222,1) 100%);
	content: "";
	transform: translateX(-50%) rotate(45deg) skew(-10deg, -10deg);
}

#chance .subTitle {
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	background: #E75B8E;
	border-radius: 2rem;
	margin: 0 auto 15px;
	padding: 8px 0;
}
#chance ol.chances li {
	min-width: 1060px;
	background-repeat: no-repeat;
	padding: 100px 0 60px;
}
#chance ol.chances li:nth-child(1) { background-image: url(../../images/chance/chance1_p_01.jpg); background-position: right top; }
#chance ol.chances li:nth-child(2) { background-image: url(../../images/chance/chance2_p_01.jpg); background-position: left top; }
#chance ol.chances li:nth-child(3) { background-image: url(../../images/chance/chance3_p_01.png); background-position: right top; }
#chance ol.chances li:nth-child(4) { background-image: url(../../images/chance/chance4_p_01.png); background-position: left top; padding-bottom: 0; }

#chance ol.chances li .midashi {
	margin: 0 0 40px;
	display: flex;
	align-items: flex-end;
}
#chance ol.chances li:nth-child(odd) .midashi { }
#chance ol.chances li:nth-child(even) .midashi { flex-direction: row-reverse; }

#chance ol.chances li .midashi .num {
	color: #e75b8e;
	font-size: 1.067rem;
	font-weight: bold;
	text-align: center;
	border: solid 2px #ffacc8;
	margin-right: 20px;
	padding: 20px 20px;
}
#chance ol.chances li .midashi .num span {
	font-size: 375%;
	border-bottom: solid 2px #ffacc8;
}
#chance ol.chances li:nth-child(even) .midashi .num { margin-left: 20px; margin-right: 0; }

#chance ol.chances li h3 {
	font-size: 1.33rem;
	font-weight: bold;
}

#chance ol.chances li h3 span {
	color: #e75b8e;
	font-size: 133%;
}
#chance ol.chances li .honbun {
text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#chance ol.chances li:nth-child(1) .midashi {
	margin-left: 50px;
}
#chance ol.chances li:nth-child(1) .honbun {
	font-size: 1.067rem;
	width: 70%;
	margin-left: 50px;
}
#chance ol.chances li:nth-child(1) .il1 {
	text-align: center;
	margin-top: 40px;
}
#chance ol.chances li:nth-child(2) .midashi {
	margin-right: 50px;
}
#chance ol.chances li:nth-child(2) .il1 {
	width: 600px;
	background: #f7f7f7;
	margin: 0 0 0 50px;
	padding: 50px 100px;
}
#chance ol.chances li:nth-child(2) .il1 div {
	text-align: center;
	margin: 30px 0 0 0;
}
#chance ol.chances li:nth-child(2) .il2 {
	text-align: right;
	margin-right: 50px;
	margin-top: -300px;
}
#chance ol.chances li:nth-child(3) .midashi {
	margin-left: 50px;
}
#chance ol.chances li:nth-child(3) .honbun {
	font-size: 1.067rem;
	width: 70%;
	margin-left: 50px;
}
#chance ol.chances li:nth-child(3) .il1 {
	text-align: right;
	margin-top: 40px;
}
#chance ol.chances li:nth-child(3) .il2 {
	margin-top: -40px;
}
#chance ol.chances li:nth-child(3) .il3 {
	text-align: right;
	margin-top: -90px;
}
#chance ol.chances li:nth-child(4) .midashi {
	margin-right: 50px;
}
#chance ol.chances li:nth-child(4) .honbun {
	font-size: 1.15rem;
	font-weight: bold;
	text-align: right;
	margin: 0 50px 50px auto;
}
#chance ol.chances li:nth-child(4) .il1 {
	background: #F4F4F4;
	margin: 0 150px 0 50px;
	padding: 60px 80px;
}
#chance ol.chances li:nth-child(4) .il1 .row1 {
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between;
}
#chance ol.chances li:nth-child(4) .il1 .row1 figure {
	width: 200px;
}
#chance ol.chances li:nth-child(4) .il1 .row1 div {
	width: 450px;
}
#chance ol.chances li:nth-child(4) .il1 .row2 {
	text-align: center;
	margin: 0 0 30px;
}
#chance ol.chances li:nth-child(4) .il1 .title {
	color: #e75b8e;
	font-size: 1.33rem;
	text-align: center;
	margin: 0 0 15px;
}
#chance ol.chances li:nth-child(4) .il1 .contact-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: #fff;
}
#chance ol.chances li:nth-child(4) .il1 .contact-list dt {
	margin: 0 50px 0 0;
	font-weight: bold;
	font-size: 1.143rem;
}

#chance ol.chances li:nth-child(4) .il1 .contact-list dd {
	width: 64px;
}

#chance ol.chances li:nth-child(4) .il1 .contact-list dd:not(:last-child) {
	margin: 0 15px 0 0;
}

#chance ol.chances li:nth-child(4) .il1 .contact-list dd img {
	width: 100%;
	height: auto;
}

.discount-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}

.discount-wrap .image {
	width: 73px;
}

.discount-wrap .image img {
	width: 100%;
	height: auto;
}

.discount-wrap .text-wrap {
	font-size: 1.143rem;
	padding: 0 0 0 18px;
}

.check-btn-wrap .check-btn {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 590px;
	margin: 0 auto;
	padding: 15px 30px;
	line-height: 1.5;
	background: #e45d8e;
	color: #fff;
	font-size: 1.429rem;
	font-weight: bold;
	border-radius: 40px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}

.check-btn-wrap .check-btn:hover {
	opacity: 1;
}

.check-btn-wrap .check-btn::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	content: "";
	background: #c63d6e;
	transition: 0.3s ease-out;
}

.check-btn-wrap .check-btn:hover::before {
	width: 100%;
}

.check-btn-wrap .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);
	transition: 0.2s linear;
}

.check-btn-wrap .check-btn:hover::after {
	right: 25px;
}

.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;
}

.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;
}

#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 .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) {

	.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;
		width:  auto;
	}

	#feature .feature-contents-wrap {
		padding: 40px 5vw 50px;
	}

	#feature .feature-contents {
		display: block;
	}

	#feature .feature-contents .image-wrap {
		display: block;
		width: 54%;
		margin: 0 auto 25px;
		padding: 0;
	}

	#feature .feature-contents .text-wrap {
		padding: 0;
	}

	#feature .feature-contents .text-wrap .heading {
		margin: 0 0 15px;
		font-size: 1.143rem;
		text-align: center;
	}

	#feature .feature-contents .text-wrap .lead-text {
		text-align: center;
		font-size: 0.857rem;
	}

	#feature .feature-contents .feature-list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 20px 0 0;
		padding: 20px 35px 0;
	}

	#feature .feature-contents .feature-list > li {
		position: relative;
		margin: 0 16px 5px 0;
		padding: 0 0 0 13px;
		font-size: 0.857rem;
	}

	#feature .feature-contents .feature-list > li::before {
		width: 11px;
		height: 11px;
	}

	#chance .profile-wrap {
		display: block;
		margin: 0 auto 30px;
	}

	#chance .profile-wrap .image-wrap {
		width: 68.8%;
		box-sizing: border-box;
		margin: 0 auto 20px;
		padding: 0;
	}

	#chance .profile-wrap .text-wrap {
		width: auto;
		font-size: 1rem;
	}

	#chance .chance-question {
		margin: 0 0 30px;
		font-size: 1.071rem;
	}

	#chance .chance-question::before {
		bottom: -20px;
		width: 70px;
		height: 70px;
	}

	#chance .subTitle {
		font-size: 1rem;
		border-radius: 2rem;
		margin: 0 auto 15px;
		padding: 5px 0;
	}
	#chance ol.chances li {
		min-width: 100%;
		background-repeat: no-repeat;
		background-size: 60vw auto;
		padding: 60px 0 30px;
	}
	#chance ol.chances li:nth-child(1) { }
	#chance ol.chances li:nth-child(2) { background-position: right top; }
	#chance ol.chances li:nth-child(3) { }
	#chance ol.chances li:nth-child(4) { background-position: right top; }

	#chance ol.chances li .midashi {
		margin: 0 0 5vw;
	}
	#chance ol.chances li:nth-child(odd) .midashi { }
	#chance ol.chances li:nth-child(even) .midashi { flex-direction: row; }

	#chance ol.chances li .midashi .num {
		font-size: .875rem;
		margin-right: 1.3em;
		padding: 10px 10px;
	}
	#chance ol.chances li .midashi .num span {
	}
	#chance ol.chances li:nth-child(even) .midashi .num { margin-left: 0; margin-right: 1.3em; }

	#chance ol.chances li h3 {
		font-size: 1.075rem;
		line-height: 1.4;
		text-shadow: -1px -1px 0 #FFF,
					  1px -1px 0 #FFF,
					 -1px 1px 0 #FFF,
					  1px 1px 0 #FFF;
	}
	#chance ol.chances li h3 span {
		font-size: 125%;
	}

	#chance ol.chances li:nth-child(1) .midashi {
		margin-left: 0;
	}
	#chance ol.chances li:nth-child(1) .honbun {
		font-size: 1rem;
		width: 100%;
		margin-left: 0;
	}
	#chance ol.chances li:nth-child(1) .il1 {
		margin-top: 5vw;
	}
	#chance ol.chances li:nth-child(2) .midashi {
		margin-right: 0;
	}
	#chance ol.chances li:nth-child(2) .il1 {
		width: 100%;
		margin: 0;
		padding: 5vw 10vw 10vw;
	}
	#chance ol.chances li:nth-child(2) .il1 div {
		margin: 4vw 0 0 0;
	}
	#chance ol.chances li:nth-child(2) .il2 {
		text-align: right;
		margin-right: 10vw;
		margin-top: -20px;
	}
	#chance ol.chances li:nth-child(3) .midashi {
		margin-left: 0;
	}
	#chance ol.chances li:nth-child(3) .honbun {
		font-size: 1rem;
		width: 100%;
		margin-left: 0;
	}
	#chance ol.chances li:nth-child(3) .il1 {
		text-align: right;
		margin-top: 4vw;
	}
	#chance ol.chances li:nth-child(3) .il2 {
		margin-top: -3vw;
	}
	#chance ol.chances li:nth-child(3) .il3 {
		text-align: right;
		margin-top: -3vw;
	}
	#chance ol.chances li:nth-child(4) .midashi {
		margin-right: 0;
	}
	#chance ol.chances li:nth-child(4) .honbun {
		font-size: 1.15rem;
		text-align: center;
		margin: 0 0 8vw 0;
	}
	#chance ol.chances li:nth-child(4) .il1 {
		margin: 0;
		padding: 10vw 5vw;
	}
	#chance ol.chances li:nth-child(4) .il1 .row1 {
		margin: 0 0 10vw;
		display: block;
	}
	#chance ol.chances li:nth-child(4) .il1 .row1 figure {
		width: 80%;
		margin: 0 auto 5vw;
	}
	#chance ol.chances li:nth-child(4) .il1 .row1 div {
		width: 100%;
	}
	#chance ol.chances li:nth-child(4) .il1 .row2 {
		margin: 0 5% 5vw;
	}
	#chance ol.chances li:nth-child(4) .il1 .title {
		font-size: 1.175rem;
		text-align: center;
		margin: 0 0 15px;
	}
	#chance ol.chances li:nth-child(4) .il1 .contact-list {
		flex-wrap: wrap;
		padding: 8px;
	}
	#chance ol.chances li:nth-child(4) .il1 .contact-list dt {
		width: 100%;
		margin: 0 0 5px;
		font-size: 1rem;
		text-align: center;
	}
	#chance ol.chances li:nth-child(4) .il1 .contact-list dd:not(:last-child) {
		margin: 0 10px 0 0;
	}

	.discount-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 74.2%;
		margin: 0 auto 20px;
	}

	.discount-wrap .image {
		width: 62px;
	}

	.discount-wrap .text-wrap {
		font-size: 0.786rem;
		padding: 0 0 0 15px;
	}

	.check-btn-wrap .check-btn {
		max-width: none;
		margin: 0 10px;
		padding: 10px 40px;
		border-radius: 50px;
		font-size: 1.071rem;
	}

	.check-btn-wrap .check-btn::after {
		right: 25px;
		width: 8px;
		height: 8px;
	}
	
	.check-btn-wrap .check-btn:hover::after {
		right: 22px;
	}

	.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);
	}

	#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 .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-salon-anchor a:hover::before {
		border-top: 1px solid #E75B8E;
		border-right: 1px solid #E75B8E;
	}

	#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;
	}

}





