/* 剃毛について必ずご確認ください ボタンスタイル */

.shaving_wrap{
    margin: 0 auto;
    padding: 1em 0 0;
	text-align: center;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 100;
}
.modal__bg{
    background: rgba(0,0,0,0.3);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 1.5em;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
	text-align: center;
}
.modal__content h1 {
	font-size: 4vw;
	color: #e88a95;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #e88a95;
	display: inline-block;
	margin-bottom: 1em;
}
.modal__content p {
	text-align: justify;
}
.modal__content .close01 {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	display: block;
}
.modal__content .close02 {
	display: inline-block;
	padding: 0.5em 0.75em;
	border: solid 1px #ccc;
	margin-top: 1em;
}
@media screen and (min-width: 769px){
.modal__content{
    width: 800px;
}
.modal__content h1 {
	font-size: 20px;
}
}

/* レーザー脱毛用 */
.modal__content_laser{
    background: #fff;
    left: 50%;
    padding: 1.5em;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
	text-align: center;
	border-radius: 3px;
}
.modal__content_laser h1 {
	font-size: 4.5vw;
	color: #e88a95;
	display: block;
	margin-bottom: 1em;
}
.modal__content_laser .plan_img{
    width: 70%;
	height: auto;
}
.modal__content_laser dl {
	width: 70%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.modal__content_laser dt {
}
.modal__content_laser dd {
}
.modal__content_laser .exp_box{
	width: 100%;
	display: flex;
	justify-content: center;
}
.modal__content_laser .exp_box p{
	min-width: 70%;
	max-width: 90%;
	line-height: 1.4;
	text-align: justify;
}
@media screen and (min-width: 769px){
.modal__content_laser .exp_box p{
	min-width: 300px;
	max-width: 580px;
}
}
.modal__content_laser .w70 {
	width: 70%;
	margin: 10px auto 0;
	text-align: justify;
}
.modal__content_laser .w75 {
	width: 75%;
	margin: 10px auto 0;
	text-align: justify;
}
.modal__content_laser .w80 {
	width: 80%;
	margin: 10px auto 0;
	text-align: justify;
}
.modal__content_laser .w90 {
	width: 90%;
	margin: 10px auto 0;
	text-align: justify;
}
.modal__content_laser .close01 {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	display: block;
}
@media screen and (min-width: 769px){
.modal__content_laser{
    width: 800px;
}
.modal__content_laser .plan_img{
    width: 400px;
	height: auto;
}
.modal__content_laser h1 {
	font-size: 20px;
}
.modal__content_laser dl {
	width: 300px;
}
.modal__content_laser .w70 {
	width: 300px;
}
.modal__content_laser .w75 {
	width: 350px;
}
.modal__content_laser .w80 {
	width: 500px;
}
.modal__content_laser .w90 {
	width: 620px;
}
}


.about_shaving {
  padding: 10px;
  border: none;
  cursor: pointer;
	width: 16em;
	height: auto;
	font-size: 4vw;
	color: #e88a95;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
.about_shaving::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
@media screen and (min-width: 769px){
.about_shaving {
	width: 16em;
	height: auto;
	font-size: 19px;
}
.about_shaving::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 10px;
}
}