@charset "utf-8";

/* -----------------------------------------------
 * style.css
 * LastUpdate : 16/02/16
----------------------------------------------- */

section,#main {
	text-align: center;
}



#main h1 {
	/*background: #80CEE0;*/
	background: #00A0E9;
	padding: 50px 10px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1em;
}
#main h1 span {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;

  	/*font-family:'Nunito', sans-serif , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
}

h2 {
    font-size: 30px;
    text-align: center;
    border-bottom: 3px solid #DBFA76;
    display: inline-block;
    color: #666;
    margin-bottom: 60px;
    padding-bottom: 5px;
    position: relative;
}

h2 span {
	display: block;
	text-align: center;
	font-size: 13px;
	position: absolute;
	bottom: -30px;
	width: 100%;
}

h2.read {
	font-size: 14px;
	margin-bottom: 20px;
    border-bottom: 7px double #FFC400;
}


h2.subTitle {
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: none;
	position: relative;
	display: block;
	text-align: left;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
}
h2.subTitle strong {
	line-height: 40px;
	margin-left: 5px;
	font-size: 11px;
	font-weight: normal;

  	/*font-family:'Nunito', sans-serif , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
}

h2.subTitle strong.spacing {
	letter-spacing: -2px;
}

h2.subTitle:before,h2.subTitle:after {
	content: "";
	height: 2px;
	width: 40px;
	display: block;
	position: absolute;
	background: #000;

}
h2.subTitle:before {
	left: 0;
	top: 0;
}
h2.subTitle:after {
	left: 0;
	bottom: 0;
}

h3 {
	color: #00A0E9;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 3px double #00A0E9;
	border-top: 3px double #00A0E9;
	padding: 10px 20px;
}
.catchcopy {
	font-size: 16px;
	font-weight: bold;
	color: #F59BB8;
	letter-spacing: 2px;
	text-align: center;
}
.corporate h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.corporate h4 span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.borderBox {
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

p strong {
	/*background: linear-gradient(transparent 60%, #B7FFEF 60%);*/
	background: linear-gradient(transparent 60%, #99D7E5 60%);
	background: linear-gradient(transparent 60%, rgba(0,156,190,.3) 60%);
}

.gallery_slider li img {
	width: 100%;
}


/*Salon menu top*/
.salon_info {
	margin-bottom: 60px;
}
.salon_info p {
	margin-bottom: 20px;
}
.salon_info .gallery img {
	width: 100%;
}



.salonmenu section,.salonmenu02 section {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.salonmenu section:nth-child(2n),.salonmenu02 section:nth-child(2n) {
	margin-right: 0;
}

.salonmenu section a,.salonmenu02 section a {
	color: #222;
	display: block;
	padding-bottom: 10px;
}

.salonmenu section img {
	margin-bottom: 10px;
}
.salonmenu02 section img {
	margin-bottom: 5px;
}
.salonmenu02 section h3 {
	color: #111;
	margin-bottom: 5px;
	border-bottom: none;
	border-top: none;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
.salonmenu section h3,.salonmenu section p,.salonmenu02 section h3,.salonmenu02 section p {
	padding: 0 10px;
}
.salonmenu p {
	font-size: 90%;
}

/*Products*/
.products li {
	margin-bottom: 20px;
}

/*About*/

.about h4 {
	color: #00A0E9;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.about h4:before {
	content: "◆";
	margin-right: 5px;
}
.about h5 {
	font-weight: bold;
	margin-bottom: 10px;
}
.about h5 i {
	font-size: 18px;
	color: #00A0E9;
}
.about article {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.about article p,.about article h4 {
	/*text-align: center;*/
}
.about article.aboutBox img {
	margin-bottom: 10px;
	max-width: 180px;
}
.about .nayami article {
	padding-bottom: 0;
}
.about .nayami article p {
	margin-bottom: 20px;
}
.about .syokugyo div img,.about .art div img,.about .tokucho div img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 42%;
	border-radius: 5px;
}

/*Gallery*/

.nailphoto li {
	width: 33.33333333333333%;
	float: left;
}

/*Salon Menu*/

.priceTitle {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

.contents_info {
	/*text-align: center;*/
	margin-bottom: 30px;
}
.salonmenuBox {
	text-align: center;
	margin-bottom: 40px;
}

.salonmenuBox table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #d9d9d9;
}

.gaiyou th,.gaiyou td,.contact td,.contact th {
	padding: 10px;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	line-height: 1.5em;
}
.salonmenuBox th,.salonmenuBox td {
	padding: 8px 5px;
	border-bottom: 1px solid #d9d9d9;
	vertical-align: middle;
	line-height: 1.5em;
	font-size: 90%;
}
.gaiyou th,.contact th {
	background: #f2f2ec;
	text-align: center;
}
.salonmenuBox th {
}
.salonmenuBox td {
	text-align: right;
}
.salonmenuBox td strong {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.salonmenuBox td strong span {
	display: block;
	font-size: 12px;
	color: #00A0E9;
}
.salonmenuBox td.price {
	/*font-size: 16px;*/
	text-align: right;
	/*width: 10em;*/
}
.salonmenuBox td.price span {
	font-size: 23px;
	letter-spacing: -1.5px;
	margin-right: 3px;
}
.salonmenuBox td.price small {
	font-size: 11px;
}
.salonmenuBox article {
	text-align: center;
}

.payment img {
	width: 100%;
}
.grayList,.grayBox {
	background: #F1F1F1;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
}
.grayList li {
	line-height: 1.5em;
	position: relative;
	padding-left: 1.5em;
}
.grayList li:before {
	content: "●";
	position: absolute;
	left: 0;
}
.grayBox {
	text-align: left;
}

.bx-wrapper {
	margin-bottom: 60px !important;
}
.gallery li img,.gallery_one li img,.before_after img {
	width: 100%;
}
.gallery_one {
	margin-bottom: 10px;
}

/*for guitarist / Magazine / Link*/
.magazine li {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing:border-box;

}
.kit {
	margin-bottom: 20px;
}
.kit li {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	box-sizing:border-box;
	float: left;
	width: 48%;
	margin-right: 2%;
	padding-bottom: 10px;
}
.kit li:last-child {
	margin-right: 0;
}
.kit li img {
	width: 100%;
}
.kit li p {
	padding: 0 10px;
	color: #111;
	font-size: 12px;
}
.kit h4 {
	font-weight: bold;
	margin-bottom: 5px;
	background: #eee;
	padding: 5px 10px;
	color: #111;
}
.shop_link li {
	margin-bottom: 10px;
}
.attention {
	border: 1px solid #E12222;
	border-radius: 5px;
	padding: 10px;
}
.attention h5 {
	color: #E12222;
	margin-bottom: 10px;
}
.magazine li .posL {
	display: block;
	width: 25%;
}
.magazine li .posR {
	width: 70%;
	/*padding: 2% 2% 2% 0;*/
}
.magazine .new {
	display: inline-block;
	background: #FF2A71;
	color: #fff;
	padding: 0 10px;
	margin-right: 5px;
}
.magazine .magazineName {
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #111;
}
.magazine a.magazineName:after {
    font-family: "ElegantIcons";
	content: "\e02b";
	font-weight: normal;
	font-size: 12px;
	margin-left: 3px;
}
.magazine .companyLink {
	display: block;
	color: #00A0E9;
	margin-top: 10px;
}
.link li {
	border-bottom: 1px solid #ccc;
}
.link li:first-child {
	border-top: 1px solid #ccc;
}
.link li a {
	display: block;
	padding: 15px 40px 15px 20px;
	position: relative;
	color: #111;
	line-height: 1.5em;
}
.link li a:after {
    font-family: "ElegantIcons";
	content: "5";
	position: absolute;
	right: 20px;
	height: 18px;
	top: -100%;
	bottom: -100%;
	margin: auto;
	font-size: 18px;
	color: #999;
}


/*Conpany*/
.gaiyou .com_name {
	font-size: 18px;
	text-align: center;
}
.gaiyou .com_name span {
	display: block;
	font-size: 13px;
	text-align: center;
}

.gaiyou td p {
	margin-bottom: 0 !important;
}
.gaiyou th,.contact th {
	width: 8em;
}
.gaiyou td li,.contact td li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.gaiyou td li:last-child,.contact td li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*FAQ*/
.faq {
	padding-bottom: 0 !important;
}

.faq .switch {
	padding: 10px 10px 10px 35px;
	/*border-top: 1px solid #00A0E9;*/
	background: #E4FFF9;
	cursor: auto;
}
/*.faq .faqbox:last-child .switch {
	border-bottom: 1px solid #00A0E9;
}*/
/*.faq .switch:after {
    font-family: "ElegantIcons";
    position: absolute;
    width: 1em;
    height: 1em;
    right: 10px;
    font-size: 20px;
    top: -100%;
    bottom: -100%;
    margin: auto;
    color: #0F9CBC;
}*/
.faq .switch:before {
	content: "Q";
	font-size: 20px;
	position: absolute;
	left: 10px;
	color: #00A0E9;
	top: 0.45em;
}

/*.faq .switch:after {
    content: "3";
}
.faq .switch.open:after {
    content: "M";
}*/
.faq .contentWrap {
	padding: 15px 10px 15px 35px;
	/*border-top: 1px dotted #00A0E9;*/
	/*background: #fafafa;*/
	position: relative;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #ccc;
}

.faq .contentWrap:before {
	content: "A";
	position: absolute;
	left: 10px;
	font-size: 20px;
	color: #FF6F6F;
}

.faq .contentWrap ul {
	margin: 20px 0;
}

.faq .contentWrap li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}
.faq .contentWrap li:last-child {
	margin-bottom: 0;
}
.faq .contentWrap li strong {
	font-weight: bold;
}

.faq .contentWrap li:before {
    font-family: "ElegantIcons";
	content: "E";
	position: absolute;
	top: 0;
	left: 0;
}

/*お客様の声*/
.voiceBox {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.voiceBox:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.voiceBox h2 {
	margin-bottom: 40px;
	min-width: 18em;
}
.voiceBox h2.noname {
	margin-bottom: 20px;
}
.voiceBox .image {
	text-align: center;
	margin-bottom: 20px;
}
.voiceBox a {
	/*color: #F59BB8;*/
	color: #00A0E9;
}
.voiceBox img {
	border-radius: 5px;
}

/*Before After*/
.damege_ba .voiceBox {
	padding-bottom: 0;
	border-bottom: none;
}
.ba_link {
    position: relative;
    display: block;
    border: 2px solid #00A0E9;
	padding: 10px 20px 10px 35px;
	border-radius: 5px;
	color: #00A0E9;
    line-height: 1.5em;
    font-size: 12px;
}
.ba_link:after {
	position: absolute;
	content: "5";
    font-family: "ElegantIcons";
    right: 0px;
    font-size: 24px;
    height: 1em;
    line-height: 1em;
    top: -100%;
    bottom: -100%;
    margin: auto;
    color: #00A0E9;
}
.ba_link:before {
    font-family: "ElegantIcons";
	content: "\e006";
	margin-right: 5px;
	position: absolute;
	left: 10px;
	font-size: 18px;
	top: -100%;
	bottom: -100%;
	height: 18px;
	margin: auto;
}





.before_after div {
	position: relative;
}

.before,.after {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 20px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.before {
	background: #036EB8;
}
.after {
	background: #FF6F6F;
}
.ba .salonmenuBox td.price {
	width: 12.5em;
	letter-spacing: -0.5px;
}
.ba .point {
	padding-left: 1.5em;
	position: relative;
}
.ba .point:before {
	content: "◆";
	/*color: #FF6F6F;*/
	color: #00A0E9;
	position: absolute;
	left: 0;
}
.damege_link li {
	margin-bottom: 10px;
}
.damege_link li:last-child {
	margin-bottom: 0;
}

.damege_link li img {
	width: 100%;
}

.baBox article {
	margin-bottom: 60px;
}

.baBox .pager {
	display: inline-block;
	border: 1px solid #036EB8;
}

.baBox .pager li {
	float: left;
}
.baBox .pager li a {
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	border-right: 1px solid #036EB8;
	color: #036EB8;
}
.baBox .pager li:last-child a {
	border-right: none;
}

/*damege_kekka*/
.banner-link li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}
.banner-link li:nth-child(2n) {
	margin-right: 0;
}

.damege_kekka h4 {
	/*background: #FF9899;*/
	background: #00A0E9;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.damege_kekka .link li:first-child {
	border-top: none;
}
.damege_kekka article h2 {
	margin-bottom: 10px;
	display: block;
	border-bottom: none;
	padding-bottom: 0;
	position: relative;
	padding-top: 57px;
	line-height: 1;
}
.damege_kekka article h2.kin:before {
	content: "";
	display: block;
	width: 60px;
	height: 49px;
	background: url(../img/contest/kin.png) no-repeat;
	background-size: 60px auto;
	position: absolute;
	top: 0;
	right: -100%;
	left: -100%;
	margin: auto;
}
.damege_kekka article h2.gin:before {
	content: "";
	display: block;
	width: 60px;
	height: 49px;
	background: url(../img/contest/gin.png) no-repeat;
	background-size: 60px auto;
	position: absolute;
	top: 0;
	right: -100%;
	left: -100%;
	margin: auto;
}
.damege_kekka .contestphoto li {
	float: left;
	width: 48%;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	margin-right: 4%;
	margin-bottom: 15px;
}
.damege_kekka .contestphoto li:nth-child(2n) {
	margin-right: 0;
}
.damege_kekka .entry {
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
.damege_kekka .entry span.number {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 20px;
	background: url(../img/stripe.jpg);
	/*background: #EAF8FF;*/
	font-weight: normal;
	color: #333;
}
.damege_kekka .entry span.name {
	color: #AE9523;
	display: inline-block;
	margin-top: 10px;
}
.damege_kekka .contestphoto li .entry {
	margin-bottom: 10px;
	/*padding: 0 10px;*/
	color: #111;
}
.damege_kekka .contestphoto li span.box_inner {
	display: inline-block;
}

.nyusen {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	padding: 20px 0;
}
.nyusen.pb0 {
	padding-bottom: 0;
}
.nyusen p,.nyusen .touhyousya {
	padding: 0 20px;
}
.nyusen p span {
	/*color: #FF009E;*/
	color: #00A0E9;
	font-weight: bold;
}
.nyusen strong {
	background: linear-gradient(transparent 60%, #FFD0D1 60%);
}
.present {
	text-align: center;
	background: #FFEAEA;
	/*background: #EAF8FF;*/
	padding: 10px 20px !important;
}
.nyusen .touhyousya li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
.nyusen .touhyousya li:last-child {
	margin-bottom: 0;
}
.nyusen .touhyousya li:before {
	content: "\e065";
	position: absolute;
	left: 0;
	color: #FF9899;
    font-family: "ElegantIcons";
}


/*Contact*/

/*.contact table {
	width: 100%;
}
.contact table th, .contact table td {
	display: block;
	padding: 10px;
}
.contact th {
	background: #f2f2ec;
}*/

.error {
	color: #E12222;
	margin-top: 5px;
}
.error:before {
	content: "\e063";
    font-family: "ElegantIcons";
}
span.required {
	background: #E12222;
	color: #fff;
	font-size: 11px;
	padding: 0 10px;
	border-radius: 10px;
	margin-left: 5px;
}
form input[type="text"],form input[type="email"],form textarea {
	width: 100%;
}
.form_item {
	margin-bottom: 20px;
	margin-top: 10px;
}
.submit {
	border: none;
	background: #00A0E9;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 5px;
}
.back {
	border: none;
	background: #74B5FF;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 5px;
}

/*ご挨拶*/
.greeting .photo {
	text-align: center;
	margin-bottom: 20px;
}
.greeting .photo img {
	border-radius: 5px;
	width: 120px;
}
.greeting .name {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.greeting .name span {
	display: block;
	text-align: center;
	font-size: 14px;
}
.greeting .profile {
	margin-top: 20px;
	background: #eee;
	border-radius: 5px;
	padding: 10px;
}
.greeting .profile h4 {
	color: #00A0E9;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px double #00A0E9;
	margin-bottom: 10px;
}

#infscr-loading {
text-align:center;
margin:0 auto;
}

.damege_ba .navigation {
	text-align: center;
}
.damege_ba .navigation a {
	border: 2px solid #00A0E9;
	display: inline-block;
	padding: 20px;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	color: #00A0E9;
}
