@charset "UTF-8";
/* CSS Document */

/* .ingeborg-logo-bg {
	background-image: url(../esw260305_ingeborg/back-pc.webp);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 24px 0;
} */


ul.under_link {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 5px;
	width: 610px;
}

ul.under_link li {
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
	width: 300px;
}


.under-link-insta {
	width: 610px;
	margin: 50px auto 0;
	text-align: center;
	padding-bottom: 60px;
}

.under-link-insta p {
	font-size: 13px;
}

.under-link-insta img {
	width: 60px;
	padding: 10px;
}

.shopimage-area {
	margin-bottom: 40px;
}


.salon-content-wrapper {
	width: 1000px;
	margin: 0 12px;
	padding: 56px 40px;
	/* overflow: hidden; */
	display: block;
}

.salon-content-head {
	font-family: "Libre Baskerville", "Noto Serif JP", serif;
	font-size: 26px;
	text-align: left;
	margin-bottom: 1em;
	color: #454545;
}


.main-ttl {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.main-ttl-img {
	/* width: 1000px; */
	margin: 0 auto;

}

.main-ttl img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.ttl-read {
	text-align: center;
	margin: 0 auto;
	padding: 20px;
}

.ttl-read p {
	/* font-family: 'Noto Serif JP', serif; */
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	margin-bottom: 1em;
}


.shop-image-detail {
	text-align: center;
	position: relative;
	margin-bottom: 60px;

}

.shop-image-detail {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
	gap: 16px;
}


.shop-image-main img,
.detail-image-block img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}


.shop-image-detail.shop-image-detail-reverse {
	flex-direction: row-reverse;
}

.shop-image-credit-l a,
.shop-image-credit-r a {
	margin-bottom: 10px;
}




.icn_check {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #212121;
	border-radius: 4px;
	padding: 2px 8px;
	margin-left: 8px;
}



.shop-image-credit-r {
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	text-decoration: none;
}


.shop-image-credit-l {
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	text-decoration: none;
}

.shop-image-credit-r p,
.shop-image-credit-l p {
	margin-bottom: 1em;
	font-size: 14px;
}

.shop-image-credit-l .credit,
.shop-image-credit-r .credit {
	padding-top: 8px;
	border-top: 1px dotted #ccc;
}


.brand_info {
	color: #3e3e3e;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	text-align: center;
	padding: 0 0 50px;
	line-height: 1.5em;
	width: 1000px;
	margin: 40px auto 0;
	letter-spacing: 1px;
	position: relative;
}


.brand_info p {
	text-align: justify;
	margin-bottom: 40px;
	line-height: 1.8;
}

.brand_info img {
	margin: 16px 0;
	aspect-ratio: 16/5;
}


.content-btn {
	background: #45423f;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 40px auto 0;
	padding: 20px 0;
	text-align: center;
	width: 80%;
	max-width: 320px;
}


.all-items-wrapper img {
	display: block;
	margin: 0 auto 32px;
	width: 500px;
	height: auto;
}



@media screen and (min-width: 640px) {


	.main-ttl-img {
		background: #ECE7E4;
		background: linear-gradient(90deg, rgba(242, 238, 235, 1) 50%, rgba(186, 178, 168, 1) 50%);

	}

	.main-ttl img {
		width: 1000px;
		height: auto;
	}



	.salon-content-head {
		font-size: 36px;
	}


	.salon-content-wrapper {
		margin: 0 auto;
	}



	.detail-image-block {
		width: 450px;
		height: auto;
	}

	.shop-image-detail {
		width: 1000px;
		margin: 0 auto 60px;
	}

	.brand_info p {
		text-align: center;
	}


	.all-items-wrapper a {
		width: 320px;
		margin: 0 auto;
	}

	.shop-image-credit-r p.style-detail,
	.shop-image-credit-l p.style-detail {
		width: 350px;
		margin-bottom: 3em;
	}

	.ingeborg-logo-bg {
		background-image: url(../esw260305_ingeborg/back-pc.webp);
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		padding: 24px 0;
	}

}




@media screen and (max-width: 640px) {

	#contents {
		width: 100%;
		position: relative;
		padding-top: 0px;
	}

	.main-ttl-img {
		width: auto;
		margin: 0;
	}

	.main-ttl img {
		width: 100%;
		height: auto;
	}


	.ttl-read {
		width: calc(100% - 48px);
		padding: 20px 24px 20px;
	}

	.ttl-read p {
		font-size: 13px;
		text-align: left;
	}

	.shop-image-detail {
		display: block;
	}



	ul.under_link {
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 0;
		width: auto;
	}

	ul.under_link li {
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		width: auto;
	}

	.under-link-insta {
		width: 100%;
		margin: 50px 0 0;
	}

	.under-link-insta img {
		padding: 10px;
	}

	.under-link-insta p {
		padding: 5px 0 0;
	}

	.salon-content-wrapper {
		position: relative;
		width: auto;
		padding: 0 0;
		margin: 0 auto;
	}

	.shop-image-detail {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	.shop-image-credit-l,
	.shop-image-credit-r {
		width: 100%;
		font-size: 105%;
		margin-top: 5px;
		line-height: 1.7em;
		position: static;
		top: 0px;
		left: 0px;
		padding: 0;
	}

	.shop-image-credit-l .credit,
	.shop-image-credit-r .credit {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.shop-image-credit-l a,
	.shop-image-credit-r a {
		padding: 5px 0 0 5px;
		color: #000;
		font-size: 12px;
		text-align: left;
		display: block;
	}


	.brand_info {
		font-size: 14px;
		margin: 40px auto 0;
		width: auto;
		padding-bottom: 40px;
	}

	.brand_info img {
		width: 100%;
		height: auto;
		max-width: 320px;
	}

	.brand_info p {
		margin-bottom: 0;
	}

	.all-items-wrapper img {
		width: 100%;
	}

	.all-items-wrapper a {
		width: 95%;
		margin: 0 auto;
	}

	.shop-image-credit-r p,
	.shop-image-credit-l p {
		margin-bottom: .5em;
	}

	.shop-image-credit-r p.style-detail,
	.shop-image-credit-l p.style-detail {
		margin-bottom: 2em;
	}

	.salon-content-inner {
		clip-path: inset(0);
	}

	.salon-content-inner::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: url(../esw260305_ingeborg/back-sp.webp);
		background-size: cover;
	}

	.salon-content-head {
		padding-top: 24px;
	}



}

@media screen and (min-width: 999px) {
	.main-ttl img {
		bottom: 4vw;
	}
}