@charset "shift_jis";

div.container_ {
	margin: 0;
	width: 100%;
}
div.container_ div.contents_ {
	width: 100%;
}

#bpmenu {
	color: #323232;
	font-family: "dnp-shuei-gothic-kin-std";
	font-feature-settings : "palt";
	letter-spacing: 0.05em;
	margin: 0 0 170px;
}
#bpmenu img {
	width: 100%;
}
#bpmenu h1 {
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1.22;
	text-align: center;
	margin: 30px 0 35px;
	padding: 0 0 23px;
	position: relative;
}
#bpmenu h1 span {
	font-size: 40px;
	line-height: 1.7;
	display: block;
}
#bpmenu h1::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	height: 2px;
	width: 282px;
	margin-left: -141px;
	background-color: #323232;
}
#bpmenu p.top_lead_ {
	font-size: 18px;
	letter-spacing: 0.1em;
	letter-spacing: 1.66;
	text-align: center;
	margin: 0 0 40px;
}

#bpmenu #icon_description {
	width: 976px;
	margin: 0 auto 50px;
	padding: 40px 60px;
	border: 2px solid #eeeeee;
}
#bpmenu #icon_description .target_consume_ {
	width: 396px;
	margin: 0 auto 42px;
	display: flex;
	align-items: center;
}
#bpmenu #icon_description .target_consume_ li {
	font-size: 18px;
	line-height: 1.66;
	width: 50%;
	position: relative;
}
#bpmenu #icon_description .target_consume_ li::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
#bpmenu #icon_description .target_consume_ li.time_::before {
	background-image: url("../../img/usr/freepage/salon/bpmenu/ico_time.png");
}
#bpmenu #icon_description .target_consume_ li.bp_::before {
	background-image: url("../../img/usr/freepage/salon/bpmenu/ico_bp.png");
}
#bpmenu #icon_description h2 {
	text-align: center;
	position: relative;
}
#bpmenu #icon_description h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #404040;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
}
#bpmenu #icon_description h2 span {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.075em;
	display: inline-block;
	line-height: 2.0;
	padding: 0 15px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 5;
}
#bpmenu #icon_description p {
	font-size: 18px;
	line-height: 1.94;
	text-align: center;
}
#bpmenu #icon_description .target_stage_ {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
#bpmenu #icon_description .target_stage_ li {
	font-size: 18px;
	line-height: 1.66;
	width: calc(100% / 4);
	display: flex;
	align-items: center;
}
#bpmenu #icon_description .target_stage_ li span {
	width: 53px;
	display: block;
	margin-right: 10px;
}

#bpmenu .precautions_ {
	width: 1100px;
	margin: 0 auto 80px;
	border: 2px solid #eeeeee;
}
#bpmenu .precautions_ h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.075em;
	padding: 45px 0 0;
}
#bpmenu .precautions_ .precautions_body_ {
	padding: 28px 50px 0;
}
#bpmenu .precautions_ .precautions_body_ ul li {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.025em;
}
#bpmenu .precautions_ .precautions_body_ ul li span {
	color: #e45e9b;
	font-weight: bold;
}
#bpmenu .precautions_ .precautions_btn_ {
	width: 100%;
	height: 70px;
	cursor: pointer;
	position: relative;
}
#bpmenu .precautions_ .precautions_btn_::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 23px;
	width: 56px;
	height: 23px;
	margin-left: -28px;
	background-image: url("../../img/usr/freepage/salon/bpmenu/ico_arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
}
#bpmenu .precautions_ .precautions_body_.js-body {
	display: none;
}
#bpmenu .precautions_ .precautions_btn_.js-btn.js-open::after {
	transform: rotate(-180deg);
}
#bpmenu #precautions_btm.precautions_ {
	margin-top: 120px;
}
#bpmenu #precautions_btm.precautions_ .precautions_body_ {
	padding-bottom: 42px;
}

#bpmenu #follow {
	width: 100%;
	height: 60px;
}
#bpmenu #follow div {
	width: 100%;
	height: 60px;
	background-color: #646363;
	border-bottom: 2px solid #FFFFFF;
}
#bpmenu #follow ul {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
#bpmenu #follow ul li {
	width: calc(100% / 4);
	position: relative;
}
#bpmenu #follow ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 60px;
	background-color: #FFFFFF;
}
#bpmenu #follow ul li:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 60px;
	background-color: #FFFFFF;
}
#bpmenu #follow ul li a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.025em;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
/* 追従前のスタイル */
#bpmenu .js-follow {
  background: #fff;
  transition: box-shadow 0.3s;
}

/* 追従時の固定表示 */
#bpmenu .js-follow.is-fixed {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* アクティブなボタン */
#bpmenu .js-follow ul li a.active {
  background: #eb90b7;
}


#bpmenu #bp_menu {
	width: 100%;
	padding: 20px 0 120px;
	background-color: #efefef;
}
#bpmenu #bp_menu .menu_wrap_ {
	width: 1200px;
	margin: 0 auto;
}
#bpmenu #bp_menu .menu_wrap_ h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.52;
	text-align: center;
	margin: 0 0 23px;
	padding-top: 80px;
}
#bpmenu #bp_menu .menu_wrap_ p.lead_ {
	font-size: 18px;
	text-align: center;
	line-height: 1.66;
}
#bpmenu #bp_menu .menu_wrap_ p.lead_note_ {
	font-size: 14px;
	line-height: 1.78;
	text-align: center;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ {
	display: grid;
	grid-template-columns: repeat(3, 380px);
	/*grid-template-rows: repeat(3, 1fr);*/
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-top: 40px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px 23px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .img_ {
	position: relative;
	margin: 0 0 20px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .img_ .icon_ {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f7f6f4;
	padding: 1px;
	z-index: 5;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .img_ .icon_ li {
	width: 44px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .img_ .icon_ li + li {
	margin-top: 1px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .name_ {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 12px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .name_ span {
	font-size: 16px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ p {
	font-size: 14px;
	line-height: 1.57;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ {
	display: flex;
	align-items: center;
	margin-top: 14px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .course_ {
	line-height: 1.0;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .course_ img {
	width: auto;
	height: 20px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_,
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_ {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_.limited_,
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_.limited_ {
	color: #e45e9b;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_.limited_ span,
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_.limited_ span,
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_.limited_ small,
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_.limited_ small {
	color: #323232;
	font-size: 14px;
	display: inline-block;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_.limited_ span,
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_.limited_ span {
	text-decoration: line-through;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_::before,
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-bottom: 2px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_ {
	margin-left: auto;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .time_::before {
	background-image: url("../../img/usr/freepage/salon/bpmenu/ico_time.png");
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_ {
	margin-left: 10px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .consume_ .bp_::before {
	background-image: url("../../img/usr/freepage/salon/bpmenu/ico_bp.png");
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ .menu_box_ .period_ {
	margin-top: 10px;
}
#bpmenu #bp_menu .menu_wrap_ ul.menu_list_ p.note_ {
	font-size: 11px;
	line-height: 1.27;
	letter-spacing: 0.04em;
	margin-top: 13px;
}

#bpmenu .others_menu_ {
	display: flex;
	justify-content: center;
}
#bpmenu .others_menu_ li {
	width: 540px;
	margin: 0 10px;
}
#bpmenu .others_menu_ li a {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-decoration: none;
	line-height: 1.5;
	text-align: center;
	display: block;
	border: 2px solid #323232;
	padding: 19px 0 18px;
	position: relative;
}
#bpmenu .others_menu_ li a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	display: block;
	width: 10px;
	height: 16px;
	margin-top: -8px;
	background-image: url("../../img/usr/freepage/salon/bpmenu/ico_arrow02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bpmenu .app_info_ {
	width: 660px;
	margin: 100px auto 0;
}
#bpmenu .app_info_ a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
#bpmenu .app_info_ p {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	padding-left: 88px;
	background-image: url("../../img/usr/freepage/salon/bpmenu/reservation_calendar.png");
	background-position: left center;
	background-repeat: no-repeat;
	flex: 1;
}
#bpmenu .app_info_ .img_ {
	width: 100px;
}



