@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Arapey:400,400i");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,700i,800,800i,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");

#main-header .navGlobal .logo-wrap {
    padding-top: 10px;
}

.pd-box {
    padding-top: 0;
}

.btn_style03-pink {
    background: #878787 !important;
}

.dpc{
	display: block;
}

/*******************news********************/

#page-news .page-ttl-wrap {
    background-image: url(../img/product/img_ttl.png);
}

#page-news .ttl-item{
	font-family: "Nunito", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    color: #9d9792;
    border-bottom: 3px solid #dfdad8;
	margin-bottom: 50px;
    position: relative;
    padding-bottom: 10px;
	text-align: left;
}

#page-news .ttl-item span{
	font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #9d9792;
    font-weight: 500;
    margin-left: 5px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    display: inline-block;
}

#page-news .ttl-item:after {
    content: '';
    display: block;
    width: 372px;
    height: 3px;
    background: #9d9792;
    position: absolute;
    bottom: -3px;
    left: 0;
}

#page-news li{
	margin-bottom: 60px;
	margin-top: -150px;
    padding-top: 150px;
}


#page-news .img {
	float: left;
	margin-right: 3%;
	width: 32%;
}

#page-news .img img{
	margin-bottom: 30px;
}

#page-news .post {
	float: left;
	text-align: left;
	width: 65%;
}

#page-news .post h4{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

#page-news .post p{
	margin-bottom: 20px;
}

#page-news .post p.note{
	font-size: 12px;
    font-size: 1.2rem;
	margin-bottom: 20px;
}

#page-news .postTable{
    width: 100%;
    max-width: 470px;
}

#page-news .postTable table{
    width: 100%;
}

#page-news .post .thPadding{
    padding-right: 20px;
}

#page-news .newsPtList{
    margin-bottom: 30px;
}

#page-news .newsPtList li{
    margin: 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 90%;
}

#page-news .bold{
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
	
#page-news .ttl-item {
    font-size: 24px;
    font-size: 2.4rem;
}

#page-news .ttl-item:after {
    width: 50%;
}	
	
#page-news .ttl-item span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
}	
	
#page-news .img {
	float: none;
	margin-right: 0%;
	margin-bottom: 5%;
	width: 100%;
}	
#page-news .post {
	float: none;
	width: 100%;
}		
}

@media only screen and (max-width: 767px){
#page-salon .salon-list-item .gg-map iframe{
    margin-top: 30px;
    height: 360px;
}
}

/*******************whitening********************/

.igBtn .btn_style01{
	margin: 40px 0 0;
}

.igBtn .btn_style01:after{
	display: none;
}

.igBtn .btn_style01　.fab.fa-instagram{
	font-size: 20px;
}

/*******************大幅修正********************/

#main-header .navGlobal .nav-wrap {
/*    width: calc(100% - 275px - 18px);
*/    width: calc(101% - 275px - 8px);
	
}

.sec_salon .list_salon {
    justify-content: center;
}

.sec_salon .list_salon_item {
    margin: 0 2.5%;
    width: calc((100% - 40%)/ 2);
}

#page-staff .list-link .wp-list-link {
    justify-content: center;
}

#page-staff .list-link .wp-list-link .link {
    margin: 0 1.5%;
}

#main-footer .footer .list_footer_item:nth-child(3),
#main-footer .footer .list_footer_item:nth-child(4),
#main-footer .footer .list_footer_item:nth-child(5){
    padding-left: 2%;
}

@media only screen and (max-width: 1000px){
.sec_salon .list_salon_item {
    margin: 0 2.5%;
    width: 45%;
}
}

@media only screen and (max-width: 767px){
.sec_salon .list_salon_item {
    margin: 0 2.5% 40px;
    width: 100%;
}	
}

@media only screen and (max-width: 480px){
.dpc{
	display: none;
}
}