@charset "utf-8";

a{
	color:#d68489;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: 0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition: 0.2s;
	text-decoration:underline;
}
a:hover{
	color:#AAAAAA;
	text-decoration:none;
}

.pagetop a {
 background:#d68489;
}

.btn1,
.center-btn1{
    background-color: #d68489;
    border: 1px solid #d68489;
}
.btn1:hover,
.center-btn1:hover{
    color: #d68489;
    border: 1px solid #d68489;
}
.content-sub-title{
    color: #d68489;
}
.content-bg{
    background-color: #fcf5f5;
}
.title3{
    color: #d68489;
    border-bottom: 3px solid #fcf5f5;
}
.title-shop{
    color: #d68489;
}
/*
-------------------TEMPLATE-------------------------
*/
.fixid-nav nav{
    background-color: #fcf5f5;
}
.fixid-nav li{
    color: #d68489;
}
.fixid-nav li a{
    color: #d68489;
}
.fixid-nav li a:hover{
    background-color:#d68489;
}
.fixid-nav .nav-right{
    background-color:#d68489;
}
#footer{
	background-color:#fcf5f5;
}
#footer .copy{
    background-color: #f6dddd;
    color:#d68489;
}
.f-banner{
    background-color: #d68489;
}
#footer .footer-seconds li a{
    color: #d68489;
}
#footer .footer-seconds li a:hover{
    background-color:#d68489;
}
.f-salon-bg{
    background-color: #fcf5f5;
}
.pink{
    color: #d68489;
}
/*
-------------MENU-------------------
*/
#tab li{
    text-align: center;
    color: #4b4b4b;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #f6dddd;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
#tab li:hover {
    background:#fcf5f5;
}
#rec-tab li{
    color: #4b4b4b;
    border-bottom: 3px solid #f6dddd;
}
#rec-tab li:hover {
    border-bottom: 3px solid #f6dddd;
}
.select {
  background:#f6dddd;
}

.menu-btn {
    background-color: #d68489;
}
#faq .faq h5 a {
	color:#d68489;
}
