@charset "UTF-8";

.contents_img_title {
	font-weight: normal;
}

.nav-wrap {
	margin: 0 2% 10px;
}

.scroll-nav {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
	max-width: 1060px; /* メニューの最大幅 */
	min-width: 940px; /* メニューの最小幅 */
	margin: 0 auto;
	list-style: none;
	padding-right: 25px; /* 右側の固定分余白を空ける */
	font-size: 0;
	padding-bottom: 6px;
}
.scroll-nav ul li {
	display: inline-block;
	width: 150px; /* メニューの個別の幅 */
	text-align: center;
	margin: 0 3px;
	border: 1px solid #ae8047;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 6px 0 #ae8047;
	box-shadow: 0px 6px 0px 0px #ae8047;
	font-size: 16px;
}
.scroll-nav ul li a:hover {
	background: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.scroll-nav ul li a {
	display: flex;
	color: #ae8047; /* メニューの文字色 */
	text-decoration: none;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.scroll-nav ul li a span {
	display: inline-block;
}

h3.h3-img {
	padding: 0;
	margin-bottom: 0;
}

h3.h3sp {
	margin-top: 0;
}

/*こんな効果が*/

.effect-box {
	width: 95%;
	border: 1px solid #ab8047;
	margin: 10px 2%;
	position: relative;
}

.effect-top {
	width: 100%;
	height: 40px;
	background: #ab8047;
	position: relative;
}

.effect-top p {
	color: #fff;
    padding: 6px 0 0 40px;
}

.effect-top img {
	width: 45px;
	position: absolute;
	top: -7px;
	left: 3px;
}

.effect-box ul,
.flow-box ul {
	padding: 0;
	margin: 10px 2%;
}

.effect-box ul li {
	display: inline-block;
	width: 49%;
}

.effect-box ul li:before {
	content: '';
	background-image:url(/wp-content/themes/uncoeur-new/img/こんな効果があります_チェックボックス.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 19.5px;
	height: 19.5px;
}

/*施術の流れ*/

.flow-box {
	width: 100%;
	margin: 0 auto;
}

.flow-box li {
	display: inline-block;
	position: relative;
}

.flow-box li:after {
	content: '\f04b';
	display: inline-block;
	font-family: FontAwesome;
	color: #989999;
	width: 12px;
	margin-left: 10px;
	position: absolute;
	right: -27px;
}

section.menu01-indesthe-result{
	position: relative;
	margin-bottom: 10px;
}
/* ビフォーアフター */

.menu01-indesthe-result p {
	width: 95%;
	margin: 0 auto;
}

.post_indesthe_ul li {
	padding-bottom: 20px;
}

.facial-border {
	border: 1px solid #b08047;
	border-radius: inherit;
}

.facial-border .model_img_weight_box {
	margin-top: 10px;
}

.beforeafter_img_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.before_img_herb, 
.after_img_herb {
	display: inline-block;
	width: 46%;
	margin-bottom: 10px;
	height: auto;
}

.img-squea {
	width: 90%;
	height: 106.8px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.img-squea:before {
	content: "";
	padding-top: 133.333%;
	display: block;
	overflow: hidden;
}

.beforeafter_migi_herb {
	width: 2%;
	top: 0;
	left: -4px;
}

.beforeafter_migi_herb i {
	color: #989999;
	font-size: 20px;
}

.before_img_herb img,
.after_img_herb img {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.model_name_age {
	background: #efd9a1;
	text-align: center;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0;
}

.model_comennt_text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000;
}

.model_name_coment_box {
	padding: 0 10px;
}

.post_indesthe_ul li a {
	margin: 0 20px;
	padding: 0 10px;
}

.bx-wrapper {
	box-shadow: none;
}
.feed-prev-btn {
	left: 0;
}
.feed-next-btn{
	right: 0;
}

.feed-prev-btn a {
	background-image:url(/wp-content/themes/uncoeur-new/img/btn-prev.png);
}
.feed-next-btn a {
	background-image:url(/wp-content/themes/uncoeur-new/img/btn-next.png);
}

.feed-prev-btn .bx-prev,
.feed-next-btn .bx-next {
	width: 100%;
	height: 60px;
	display: block;
	font-size: 0;
}

.navi-btn {
	position: absolute;
	margin: 0;
	width: 40px;
	height: 60px;
	-webkit-background-size: 40px 60px;
	background-size: 40px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.menu-link-box {
	text-align: center;
	margin-bottom: 30px;
}

.menu-link-box a {
	display: inline-block;
	width: 138px;
	margin: 5px 10%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #af8047;
	border: 1px solid #af8047;
	font-size: 14px;
}

.menu-link-box a::after {
	content: '';
	border-color: white #af8047 #af8047 white;
	border-style: solid;
	border-width: 0 0 11.368px 11.368px;
	bottom: 0;
	position: absolute;
	right: 0;
}

a.facial-menu-box,
.facial-menu-box {
	width: 93%;
	margin: 0 auto 12px;
	padding: 0;
	border: 1px solid #ab8047;
	background: none;
	display: block;
	color: #111;
}

a.facial-menu-box.coupon-menu,
.facial-menu-box.coupon-menu {
	background: #f9f2dd;
}

.coupon-mark {
	background: #ae8047;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}
.facial-menu-description,
.facial-menu-supple,
.facial-menu-all-supple {
	font-size: 14px;
}
.facial-menu-supple {
	margin-bottom: 10px;
}
.facial-menu-all-supple {
	margin-top: 10px;
}
.facial-menu-price-waku {
	padding: 10px;
}
.facial-menu-title {
	font-size: 18px;
	color: #ab8047;
	padding: 5px 0;
	font-weight: bold;
}

.price-menu-box {
	margin-bottom: 10px;
	font-size: 0;
}

.facial-menu-time {
	display: inline-block;
	width: 80px;
	border: 1px solid #ab8047;
	padding: 10px 15px;
	background: #fff;
	font-size: 16px;
	color: #ab8047;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}

.facial-menu-time p {
	color: #ab8047;
}

.facial-menu-first1 {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
}

.facial-menu-normal-prices {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
}

.facial-menu-normal-prices span {
	font-size: 15px;
}

.facial-menu-normal-prices i {
	font-size: 40px;
	color: #ab8047;
	position: absolute;
	top: -10px;
	right: -20px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px #f9f2dd; 
}

.facial-menu-price {
	display: inline-block;
	font-size: 30px;
	color: #b00016;
	vertical-align: middle;
	font-weight: bold;
}

.facial-menu-price i {
	font-size: 20px;
	vertical-align: middle;
}

.facial-menu-price span {
	font-size: 14px;
	color: #000;
	vertical-align: middle;
}

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

	/*PC*/

	.topimg h2 img {
		object-position: 0 40%;
	}

	.scroll-nav ul {
		padding: 0 0 6px;
	}
	.scroll-nav ul li {
		width: 150px; /* メニューの個別の幅 */
	}

	h3.h3-img {
		height: 300px;
	}

	.h3-img img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.effect-box ul li {
		display: inline-block;
		width: 49%;
		white-space: nowrap;
	}

	.flow-box li {
		border: 1px solid #989999;
		padding: 10px 8px;
		border-radius: 3px;
		margin-right: 35px;
		margin-bottom: 10px;
	}

	.flow-box li.first-line-last:after {
		display: none;
	}

	.flow-box li.second-line-start {
		margin-left: 25px;
	}

	.flow-box li.second-line-start:after {
		left: -35px;
	}

	.flow-box li.second-line:after {
		left: -35px;
	}

	.indesthe-result-sp {
		display: none;
	}

	.indesthe-result-pc li {
		display: inline-block;
		width: 32%;
	}

	.post_indesthe_ul {
		text-align: center;
	}

	.facial-menu-price-box {
		display: inline-block;
	}

	.facial-menu-time p {
		display: inline-block;
	}

}

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

	/*スマホ*/

	.contents-img-block-2retsu ul li {
		width: 99%;
	}

	h3.h3-img {
		height: 150px;
	}

	.h3-img img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}

	.page-in-content {
		display: flex;
		flex-direction: column;
	}

	.order1 {
		order: 1;
	}

	.order2 {
		order: 2;
	}

	.effect-box ul li {
		margin: 5px 0 0 10px;
		white-space: nowrap;
	}

	.flow-box li {
		display: inline;
	}

	.flow-box li:after {
		position: static;
		display: inline-block;
		font-size: 14px;
	}

	.flow-box li.second-line:after {
		display: none;
	}

	.indesthe-result-pc {
		display: none;
	}

	.facial-menu-box, a.facial-menu-box {
		width: 90%;
	}
	.facial-menu-price-box {
		width: calc(100% - 122px);
		display: inline-block;
		vertical-align: middle;
	}

	.facial-menu-price {
		letter-spacing: -2px;
	}

	.facial-menu-price span {
		letter-spacing: 0px;
	}

	.facial-menu-first1,
	.facial-menu-price {
		line-height: 1em; 
	}

	.facial-menu-time {
		vertical-align: top;
	}

	.large-facial-menu-time{
		line-height: 4.2em;
	}

	.img-squea {
		height: 38vw;
	}

	.beforeafter_migi_herb i {
		font-size: 4vw;
	}

	.facial-menu-time {
		width: 80px;
		margin-right: 10px;
	}

	.middle-facial-menu-time p {
		line-height: 2.5em;
	}

}