@charset "UTF-8";
/* CSS Document */
main{
	margin-bottom: 100px;
}
main>p{
	text-align: center;
}
main>p:first-child{
	padding-bottom: 15px;
}
main>p:nth-child(2){
	padding-bottom: 40px;
}

/** menu
---------------------------------------------------------------------------------*/
.menu_title{
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 30px;
}
.menu_title span{
	color: #C32C71;
	font-size: 12px;
	padding-left: 10px;
	font-weight: 400;
}
.menu{
	width: 800px;
	margin: 0 auto;
	background-image: url("../img/common/bg_01.jpg");
	background-position: inherit;
    background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 50px;
	margin-bottom: 80px;
	box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 20%);
}
.menu_detail{
	background-color: #fff;
	padding: 35px 40px;
}
.menu_detail table{
	width: 100%;
	margin-bottom: 25px;
}
.menu_detail table:last-of-type{
	margin-bottom: 0;
}
.menu_detail th{
	text-align: left;
	font-size: 16px;
	border-bottom: double 4px #ddd;
	padding-bottom: 10px;
}
.menu_detail th span{
	font-size: 13px;
}
.menu_detail td{
	display: flex;
	align-items: center;
	padding: 15px 0 15px 20px;
	font-size: 14px;
	border-bottom: solid 1px #E8E8E8;
}
.menu_detail tr:last-child td{
	border: none;
}
.menu_detail td div{
	width: 80%;
	position: relative;
}
.menu_detail td div::before{
	content: "■";
	position: absolute;
	font-size: 8px;
	color: #C32C71;
	top: 2px;
    left: -20px;
}


/** ノンサンディングジェルネイル
---------------------------------------------------------------------------------*/
.non_sanding{
	background-color: #FAF4F8;
	width: 34%;
    max-width: 550px;
    min-width: 461px;
	box-sizing: border-box;
	padding: 55px 45px;
	margin: 0 0 0 auto;
	margin-right: 2%;
	position: absolute;
	right: -90px;
	bottom: -200px;
}
.non_sanding h3{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 30px;
}
.non_sanding p{
	font-size: 14px;
}
.non_sanding p:first-of-type{
	padding-bottom: 15px;
}
.non_sanding_wrapper{
	width: 94%;
	height: 630px;
	background-image: url("../img/nail/non_sanding.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	position: relative;
	margin-bottom: 280px;
}


/** ブライダル
---------------------------------------------------------------------------------*/
.bridal{
	width: auto;
	max-width: 880px;
	background-color: #F7E9EE;
	border-radius: 4px;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 80px;
}
.bridal>p{
	width: 50%;
}
.bridal>p img{
	width: 100%;
	height: auto;
}
.bridal_detail{
	padding-left: 40px;
	color: #6E5F56;
}
.bridal_detail h3{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 30px;
}
.bridal_detail>p{
	padding-bottom: 30px;
}
.bridal_detail table{
	width: 100%;
}
.bridal_detail table tr th{
	text-align: left;
	font-weight: 400;
	border-bottom: solid 1px #6E5F56;
	display: inline-block;
    padding-bottom: 5px;
	margin-bottom: 15px;
}
.bridal_detail table tr td{
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.bridal_detail table tr td div{
	width: 60%;
}
.bridal_detail table tr td p span{
	letter-spacing: 0.01em;
    font-size: 12px;
}
.calligraphy_bridal{
	position: absolute;
	bottom: -15px;
	left: -100px;
	width: 370px;
}
.calligraphy_bridal img{
	width: 100%;
	height: auto;
}


/** インスタ
---------------------------------------------------------------------------------*/
.instagram_btn{
	border: solid 2px #C32C71;
	border-radius: 6px;
	width: auto;
	max-width: 800px;
	padding: 30px 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #C32C71;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	transition: 0.3s;
}
.instagram_btn span{
	padding-right: 30px;
	background-image: url("../img/common/insta_pink.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
	color: #C32C71;
}

.instagram_btn:hover{
	color: #fff;
	background-color: #C32C71;
}
.instagram_btn:hover span{
	background-image: url("../img/common/insta_white.png");
}


@media print, screen and (max-width: 880px) {

main{
	margin-bottom: 60px;
}
main>p{
	text-align: left;
	padding: 0 15px;
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
main>p:first-child{
	padding-bottom: 15px;
}
main>p:nth-child(2){
	padding-bottom: 30px;
}

/** menu
---------------------------------------------------------------------------------*/
.menu_wrapper{
	padding: 0 15px;
}
.menu_title{
	font-size: 16px;
	padding-bottom: 20px;
}
.menu{
	width: auto;
	max-width: 600px;
	padding: 20px;
	margin-bottom: 50px;
}
.menu_detail{
	padding: 20px 15px;
}
.menu_detail table{
	width: 100%;
	margin-bottom: 25px;
}
.menu_detail table:last-of-type{
	margin-bottom: 0;
}
.menu_detail th{
	font-size: 15px;
	padding-bottom: 10px;
}
.menu_detail th span{
	font-size: 13px;
}
.menu_detail td{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	border-bottom: solid 1px #E8E8E8;
}
.menu_detail td p{
	text-align: right;
	line-height: 1em;
	padding-top: 5px;
}
.menu_detail td div{
	width: 100%;
	line-height: 1.5em;
}
.menu_detail td div::before{
	top: 0;
}
.dots{
	font-size: 10px;
	letter-spacing: 0.01em;
}
.menu_title span{
	font-size: 10px;
}

	

/** ノンサンディングジェルネイル
---------------------------------------------------------------------------------*/
.non_sanding{
	width: 86%;
    max-width: 440px;
    min-width: 0;
	padding: 25px;
	margin: 0 0 0 auto;
	margin-right: 0;
	position: absolute;
	right: 0;
	bottom: -260px;
}
.non_sanding h3{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 1.6em;
}
.non_sanding p{
	font-size: 14px;
}
.non_sanding p:first-of-type{
	padding-bottom: 15px;
}
.non_sanding_wrapper{
	width: 100%;
	max-width: 430px;
	height: 440px;
	background-image: url("../img/nail/sp_non_sanding.jpg");
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: 0;
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 300px;
}


/** インスタ
---------------------------------------------------------------------------------*/
.instagram_btn{
	width: 92%;
	max-width: 400px;
	padding: 20px 0px;
	font-size: 14px;
	line-height: 1.5em;
}
.instagram_btn span{
	padding-right: 20px;
	background-size: 16px auto;
}





















































}
