@charset "UTF-8";
/* nails.css */

	

/* pc */
@media screen and (min-width: 501px) {
/*ここにpc用スタイルを記述*/


/*------------ nails ------------*/

#background_nails {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/nails_bg.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

.pad_nailsimg {
	width: 100%;
	right: 0;
	padding: 45% 0 0 0;
	text-align: right;
	position: relative;
}	
	
h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.15em;
	top: 0;
	padding: 0 0 3% 6.3%;
	margin-top: -40%;
	margin-bottom: -0.0em;
}


h3.font_nailstxt01 {
	font-family: "Sawarabi Mincho"; 
	font-size: 1.8em;
	line-height: 2.0em;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.15em;
	top: 0;
	padding: 2% 0 0 6.3%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
h3.font_nailstxt01 span { 
	font-size: 0.8em;
}	
h3.font_nailstxt02 {
	font-family: "Sawarabi Mincho"; 
	font-size: 2.6em;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.15em;
	top: 0;
	padding: 5% 0 3% 6.3%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
h3.font_nailstxt03 {
	font-family: "Sawarabi Mincho"; 
	font-size: 2.2em;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.15em;
	top: 0;
	padding: 0 0 1% 0;
	margin-top: -0.0em;
	margin-bottom: 4%;
	margin-left: 6.3%;
	border-bottom: 1px #ff638f solid;
	display: inline-block;
}
	
	
h3.font_nails {
	font-family: "M PLUS 1p";
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 5.6%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

	

h4.font_nails001 {
	font-family: "M PLUS 1p";
	font-size: 1.1em;
	line-height: 1.8em;
	color:#5c5c5c;
	width: 86%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 3% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	display: inline-block;
}
.pad_nailsample {
	padding: 0 0 2% 6.5%;
	text-align: left;
	width: 50%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
.pad_button_nails {
	position:relative;
	padding: 3% 0 3% 6.5%;
	text-align: left;
}	
	
.pad_nailsbu {
	display: inline-block;
	position: relative;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	color: #323232;
	background-color: #a0d8c9;
	font-size: 1.1em;
	padding: 0.6% 3% 0.6% 3%;
	margin-top: -0.0em;
	margin-bottom:4%;
	transition-duration: 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
	white-space: nowrap;
}
.pad_nailsbu a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
	z-index: 10000;
}
.pad_nailsbu:after {
	content:'▶︎';
	font-size: 0.8em;
	padding-left:0.6%;
}
.pad_nailsbu:hover {
	background-color: #cc0000;
	color: #ffffff;
}

.pad_nailsbu a:link {
	color: #323232;
	text-decoration:none;
	outline: none;
}

.pad_nailsbu a:visited {
	color: #323232;
	text-decoration: none;
	outline: none;
}

.pad_nailsbu a:active {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

	
	
ul#voics {
	width: 80%;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	margin-left: 5%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul#voics li {
	width: 46%;
	float: left;
	padding:2% 2% 2% 2%;
	text-align: center;
	list-style:none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom:3%;
	background-color: #f1f6f7;
	box-sizing: border-box;
    border-radius: 14px;
    -webkit-border-radius: 14px; 
    -moz-border-radius: 14px;
}	

h3.font_voicename {
	font-family: "Sawarabi Mincho"; 
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0 0 1% 2%;
	margin-top: -0.0em;
	margin-bottom: 5%;
	border-bottom: 1px #323232 solid;
}	
	
h3.font_voicename span {
	font-size: 0.8em;
}	
h4.font_voice001 {
	font-family: "M PLUS 1p";
	font-size: 1.05em;
	line-height: 1.8em;
	width: 96%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 6% 2%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	

.pad_nailfooter {
	padding: 4% 0 0 0;
	width: 100%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
		

	
}
 


 
/* smartPhone */
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/



/*------------ Nails------------*/

#background_nails {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/nails_bg_sp.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

.pad_nailsimg {
	width: 100%;
	right: 0;
	padding: 85% 0 0 0;
	text-align: right;
	position: relative;
	z-index: 1;
}	

h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size:1.15rem;
	font-weight: normal;
	letter-spacing: 0.05rem;
	top: 0;
	padding: 0 0 3% 6.3%;
	margin-top: -85%;
	margin-bottom: -0.0rem;
	position: relative;
	z-index: 5;
}

h3.font_nailstxt01 {
	font-family: "Sawarabi Mincho"; 
	font-size: 1.15rem;
	line-height: 2.0rem;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.05rem;
	top: 0;
	padding: 2% 0 2% 6.3%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
	position: relative;
	z-index: 5;
}

h3.font_nailstxt01 span { 
	font-size: 0.9rem;
}	
h3.font_nailstxt02 {
	font-family: "Sawarabi Mincho"; 
	font-size: 1.8rem;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.05rem;
	top: 0;
	padding: 8% 0 6% 6.3%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
	position: relative;
	z-index: 5;
}	

h3.font_nailstxt03 {
	font-family: "Sawarabi Mincho"; 
	font-size: 1.6rem;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.05rem;
	top: 0;
	padding: 0 0 1% 0;
	margin-top: -0.0rem;
	margin-bottom: 6%;
	margin-left: 6.3%;
	border-bottom: 1px #ff638f solid;
	display: inline-block;
}
	
	
h3.font_nails {
	font-family: "M PLUS 1p";
	font-size: 1.1rem;
	font-weight: normal;
	text-align: left;
	padding: 0 0 3% 4%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}	
	
h4.font_nails001 {
	font-family: "M PLUS 1p";
	font-size: 0.78rem;
	line-height: 1.2rem;
	color:#5c5c5c;
	width: 86%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 6% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index: 5;
}

.pad_nailsample {
	padding: 0 0 2% 6.5%;
	text-align: left;
	width: 86%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	

	
.pad_button_nails {
	padding: 3% 0 3% 5%;
	position:relative;
}

.pad_nailsbu {
	display: inline-block;
	position: relative;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	color: #323232;
	background-color: #a0d8c9;
	font-size: 0.85rem;
	padding: 0.6% 5% 0.6% 5%;
	margin-top: -0.0rem;
	margin-bottom: 4%;
	transition-duration: 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
	white-space: nowrap;
}
.pad_nailsbu a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
	z-index: 10000;
}
.pad_nailsbu:after {
	content:'▶︎';
	font-size: 0.7rem;
	padding-left:0.6%;
}
.pad_nailsbu:hover {
	background-color: #cc0000;
	color: #ffffff;
}

.pad_nailsbu:link {
	color: #323232;
	text-decoration:none;
	outline: none;
}

.pad_nailsbu a:visited {
	color: #323232;
	text-decoration: none;
	outline: none;
}

.pad_nailsbu a:active {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
	
	
ul#voics {
	width: 86%;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	margin-left: 5%;
}

ul#voics li {
	width: 100%;
	padding:3% 4% 3% 4%;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom:3%;
	background-color: #f1f6f7;
	box-sizing: border-box;
    border-radius: 14px;
    -webkit-border-radius: 14px; 
    -moz-border-radius: 14px;
}	

h3.font_voicename {
	font-family: "Sawarabi Mincho"; 
	font-size: 1.1rem;
	font-weight: normal;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0 0 1% 2%;
	margin-top: -0.0rem;
	margin-bottom: 5%;
	border-bottom: 1px #323232 solid;
}	
	
h3.font_voicename span {
	font-size: 0.8rem;
}	
h4.font_voice001 {
	font-family: "M PLUS 1p";
	font-size: 0.78rem;
	line-height: 1.3rem;
	width: 96%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 4% 2%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}		
	
.pad_nailfooter {
	padding: 4% 0 0 0;
	width: 100%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
			
}




