@charset "UTF-8";



.wrp-maincts > * { box-sizing: border-box; }

.simple-btn { margin: 2rem auto; }

.simple-btn + * { margin-top: -1.25rem; }

.mod-btn-base { padding: .8rem 0; }

.bn-brand a {
	border: 1px solid #777;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}

.bn-brand img { display: block; }

.bn-brand_txt-fukidashi {
	font-size: 14px;
	line-height: 1;
	padding: 4px 8px;
	margin-bottom: 8px;
	display: inline-block;
	position: relative;
}

.bn-brand_txt-fukidashi.stretch-fill:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 8px solid #ffec07;
	border-bottom: 0;
	position: absolute;
		bottom: -8px;
		left: 50%;
	transform: translateX(-50%);
}

.bn-brand_txt-detail {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.bn-brand_txt-detail_title {
	font-size: 18px;
	font-weight: 700;
}

.bn-brand_txt-detail_min {
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #555;
	padding: 2px 4px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bn-brand_txt-detail_min span {
	font-size: 14px;
	margin-left: 2px;
}

.bn-brand_txt-detail_price {
	font-size: 20px;
	font-weight: 700;
	text-align: right;
}

.bn-brand_txt-detail_price span {
	font-size: 16px;
	margin-left: 2px;
}

.bn-brand .bn-brand_btn {
	background: #62a61e;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.bn-brand:hover .bn-brand_btn { background: #60bf00; }


/* .brand-header-image */
.brand-header-image {
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}

.brand-header-image picture { width: 100%; height: auto; }

.brand-header-image picture img { display: block; }

.brand-header-image_logo,
.brand-header-image_introduce { position: absolute; }

.brand-header-image_introduce { font-weight: 700; }

h1.brand-header-image_logo { text-indent: -9999px; }


/* .course-flow */
.course-flow-list_item {
	display: flex;
	align-items: center;
}

.course-flow-list_item figure {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	position: relative;
	overflow: hidden;
}

.course-flow-list_item figure img { object-fit: cover; }

.course-flow-list_item figure .course-flow-list_item-number {
	width: 40px;
	line-height: 40px;
	border-top-left-radius: 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	position: absolute;
		bottom: 0;
		right: 0;
}

.course-flow-list_item dl { flex: 1; }



/* .recommend-info */
.recommend-info { padding-bottom: 2rem !important; }

.recommend-info-player {
	width: 760px;
	max-width: 100%;
	padding: 16px;
	margin: 0 auto;
	border-radius: 32px;
	background: #f3f3f3;
}

.recommend-info-player video {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}


/* customer-testimonials */
.customer-testimonials-list_item {
	border: 1px solid #ddd;
	border-radius: 2rem;
}

.customer-testimonials-list_item-head {
	display: flex;
	margin-bottom: .6rem;
	align-items: center;
}

.customer-testimonials-list_item-head figure {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-right: .8rem;
	overflow: hidden;
}

.customer-testimonials-list_item-head_thing-label {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	padding: 0 .5rem;
	display: inline-block;
}

.customer-testimonials-list_item-thoughts { font-size: 14px; }


/* .course-menu */
.course-menu_item figure { overflow: hidden; }

.course-menu_item figure img {
	width: 100%;
	border-radius: 12px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.course-menu_item-detail em {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	padding: 2px 6px;
	display: inline-block;
	position: absolute;
		top: 0;
		right: 0;
}

.course-menu_item-detail_fee {
	width: 100%;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
}

.course-menu_item-detail_fee tr { border-bottom: 1px solid #ddd; }

.course-menu_item-detail_fee td.price { text-align: right; }

.course-menu_item-detail_fee td.price span { font-size: .7rem; }


/* .salon-index */
.salon-index-list_item { border-bottom: 1px solid #ddd; }

.salon-index-list_item > a {
    text-decoration: none;
    position: relative;
    display: block;
}

.salon-index-list_item a:after {
	display: block;
	content: '\e91d';
	font-family: iconfont;
	font-style: normal;
	font-weight: 400;
	color: #555;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
}

.salon-index-list_item figure {
    border-radius: 20px;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
}

.salon-index-list_item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.salon-index-list_item-detail_location li {
	line-height: 20px;
	margin-bottom:  .45rem;
}
.salon-index-list_item-detail_location li:last-child { margin-bottom: 0; }

.salon-index-list_item-detail_location span {
	border: 1px solid #555;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
	width: 54px;
	margin-right: .5rem;
	display: inline-block;
}

@media only screen and (max-width: 736px) { /* for SP */
	.wrp-maincts { padding: 0 16px; }
	
	.simple-btn { width: 100%; }

	.bn-brand { margin: 40px 0 24px; }
	
	.bn-brand_img { border-bottom: 1px solid #ddd; }

	.bn-brand_txt {
		padding: 16px;
		box-sizing: border-box;
	}

	.bn-brand_txt-detail { gap: 8px; }

	.bn-brand .bn-brand_btn { padding: 16px 0; }

	.brand-header-image { margin: 24px -8px; }

	.brand-header-image_logo.stretch-logo {
		background: url('../karada-stretch/img/stretch_brand-logo.png') no-repeat center / cover;
		width: 180px;
		height: 105px;
			top: 110px;
			left: 16px;
	}

	/* .course-flow */
	.course-flow-list_item { margin-bottom: 1rem; }
	
	.course-flow-list_item figure {
		width: 120px;
		height: 120px;
	}
	
	.course-flow-list_item figure img {
		width: 120px;
		height: 120px;
	}

	.course-flow-list_item dl { margin-left: 1rem; }
	
	.course-flow-list_item dt {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: .5rem;
	}

	/* .customer-testimonials */
	.customer-testimonials-list {}

	.customer-testimonials-list_item {
		padding: 1rem;
		margin-bottom: .75rem;
	}
	.customer-testimonials-list_item:last-child { margin-bottom: 0; }

	/* .course-menu */
	.course-menu_item { margin-bottom: 1rem; }

	.course-menu_item figure img { height: 150px; }

	.course-menu_item-detail {
		margin-top: .75rem;
		position: relative;
	}

	.course-menu_item-detail h3 { margin-bottom: .5rem; }
	
	.course-menu_item-detail_fee { margin: .5rem 0 -1rem; }

	.course-menu_item-detail_fee td { padding: 10px 0; }

	.course-menu_item-detail_fee tr:last-child { border-bottom: none; }

	/* .salon-index */
	.salon-index-list { margin-top: -36px; }

	.salon-index-list_item > a {
		overflow: hidden;
		padding: 1rem 1.75rem 1rem 0;
	}
	.salon-index-list_item a:after {
		font-size: 20px;
			top: 50%;
			right: 0
	}
	.salon-index-list_item > a:hover { opacity: .7; }
	
	.salon-index-list_item figure {
		float: left;
		margin: 0 1rem .75rem 0;
	    width: 76px;
	    height: 76px;
	}
	
	.salon-index-list_item-detail h3 { padding-top: 16px; }
	
	.salon-index-list_item-detail_location {
		clear: both;
		font-size: 13px;
	}
	
	.salon-index-list_item-detail_location li {
		position: relative;
		padding-left: 60px;
	}
	
	.salon-index-list_item-detail_location li span {
		position: absolute;
			left: 0;
			top: 0;
	}
/* for SP end */ }

@media only screen and (min-width: 737px) { /* for PC */
	.simple-btn { width: 460px; }

	.bn-brand {
		width: 830px;
		margin: 60px auto;
	}

	.bn-brand_img {
		float: left;
		width: 50%;
	}
	
	.bn-brand_txt {
		float: right;
		width: 50%;
		padding: 16px  24px;
		box-sizing: border-box;
	}

	.bn-brand_txt-detail { gap: 16px; }
	
	.bn-brand_txt-detail_title { width: 50%; }

	.bn-brand .bn-brand_btn { padding: 8px 0; }

	.brand-header-image {
		width: 1090px;
		margin: 40px auto;
	}

	/* .course-flow */
	.course-flow-list_item { margin-bottom: 2rem; }
	
	.course-flow-list_item figure {
		width: 200px;
		height: 120px;
	}
	
	.course-flow-list_item figure img {
		width: 200px;
		height: 120px;
	}

	.course-flow-list_item dl { margin-left: 2rem; }
	
	.course-flow-list_item dt {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 1rem;
	}

	/* .customer-testimonials */
	.customer-testimonials-list {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	.customer-testimonials-list_item {
		flex: 1 1 calc((100% - 2rem * 2) / 3);
		padding: 1.5rem;
	}

	/* .course-menu */
	.course-menu_item {
		display: flex;
		margin-bottom: 2rem;
	}

	.course-menu_item figure { flex: 0 0 34%; }
	
	.course-menu_item figure img { height: 200px; }
	
	.course-menu_item.course-num-1 figure img { height: 170px; }
	.course-menu_item.course-num-2 figure img { height: 200px; }
	.course-menu_item.course-num-3 figure img { height: 270px; }
	
	.course-menu_item-detail {
		flex: 0 0 63%;
		padding-top: .5rem;
		margin-left: 1.75rem;
		position: relative;
	}

	.course-menu_item-detail h3 { margin-bottom: 1rem; }
	
	.course-menu_item-detail_fee { margin-top: 1rem; }

	.course-menu_item-detail_fee td { padding: 1rem .6rem; }

	/* .salon-index */
	.salon-index-list_item > a {
		padding: 20px;
	    display: flex;
	    align-items: flex-start;
	    gap: 2rem;
	}
	.salon-index-list_item a:after {
		font-size: 20px;
			top: 50%;
			right: 20px;
	}
	.salon-index-list_item > a:hover { opacity: .7; }
	
	.salon-index-list_item figure {
	    width: 140px;
	    height: 140px;
	}
	
	.salon-index-list_item-detail {
		padding-top: .5rem;
	    flex: 1;
	}
	
	.salon-index-list_item-detail h3 { margin-bottom: .7rem; }
/* for PC end */ }



/* --- KA･RA･DA stretch style --- */
.mod-ttl-border.stretch-border .text { border-color: #1e489d !important; }

.stretch-text { color: #1e489d; }

.stretch-fill { background-color: #ffec00; }

.stretch-features p { margin-bottom: 2rem; }
.stretch-features p:last-child { margin-bottom: 0; }

.stretch-features_concept { margin-bottom: 40px; }

	@media only screen and (max-width: 736px) { /* for SP */
		.stretch-logo {
			background: url('../karada-stretch/img/stretch_brand-logo.png') no-repeat center / cover;
			width: 180px;
			height: 105px;
				top: 110px;
				left: 16px;
		}
	
		.stretch-introduce {
			font-size: 20px;
			top: 24px;
			left: 24px;
		}

		.stretch-features strong {
			text-align: center;
			width: 100%;
			padding: .25rem 0;
			margin: 0 auto 1.75rem;
			font-size: 1.15rem;
			display: block;
		}

		.stretch-features_advantage-list {
			padding: 0;
			margin: 0;
		}
		
		.stretch-features_advantage-list_item {
			display: flex;
			align-items: center;
			margin-bottom: 12px;
			border: 4px solid #ddd;
			border-radius: 32px;
			padding: .3rem 1.25rem;
			text-align: center;
			color: #1e489d;
		}
		.stretch-features_advantage-list_item:last-child { margin-bottom: 0; }

		.stretch-features_advantage-list_item figure { flex: 0 0 45%; }

		.stretch-features_advantage-list_item p {
			flex: 0 0 55%;
			text-align: left;
			font-size: 22px;
			font-weight: 700;
			padding-left: 12px;
			margin-bottom: 0;
		}
	/* for SP end */ }

	@media only screen and (min-width: 737px) { /* for PC */
		.stretch-logo {
			background: url('../karada-stretch/img/stretch_brand-logo.png') no-repeat center / cover;
			width: 306px;
			height: 176px;
			bottom: 64px;
			left: 124px;
		}
		
		.stretch-introduce {
			font-size: 40px;
			top: 64px;
			left: 40px;
		}

		.stretch-features strong {
			width: fit-content;
			padding: .25rem 2rem;
			margin: 0 auto 1.75rem;
			font-size: 1.5rem;
			display: block;
		}

		.stretch-features_advantage-list {
			display: flex;
			gap: 40px;
			padding: 0;
			margin: 0;
		}
		
		.stretch-features_advantage-list_item {
			flex: 1;
			border: 4px solid #ddd;
			border-radius: 40px;
			padding: 1rem 1.5rem;
			text-align: center;
			color: #1e489d;
		}

		.stretch-features_advantage-list_item p {
			font-size: 24px;
			font-weight: 700;
			margin-bottom: .5rem;
		}
	/* for PC end */ }


