@charset "UTF-8";

/**黄追加分20190619**/

body.flow #contents .c-box01 .list > div .content p.note {
    font-size: 14px;
	margin-top: 10px;
}

/**黄追加分20190710**/

body.beauty_salon3 #contents .contents-inner .headding .description, 
body.beauty_salon2 #contents .contents-inner .headding .description, 
body.beauty_salon1 #contents .contents-inner .headding .description {
    margin-top: 25px;
    font-size: 17.5px;
    line-height: 1.4;
}

body.beauty_salon1 #contents .c-box01 .circle-list > div:nth-of-type(1) .circle {
    background: url(../service/beauty_salon1/images/sec01_img01.png) no-repeat left center;
}

body.beauty_salon1 #contents .c-box01 .circle-list > div:nth-of-type(2) .circle {
    background: url(../service/beauty_salon1/images/sec01_img01_2.png) no-repeat left center;
}

body.beauty_salon1 #contents .c-box01 .circle-list > div:nth-of-type(3) .circle {
    background: url(../service/beauty_salon1/images/sec01_img01_4.png) no-repeat left center;
}

body.beauty_salon2 #contents .c-box01 .circle-list > div > p {
    font-size: 17px;
	text-align: center;
}

@media screen and (max-width: 768px){
body.beauty_salon1 #contents .c-box01 .circle-list > div:nth-of-type(1) .circle,
body.beauty_salon1 #contents .c-box01 .circle-list > div:nth-of-type(2) .circle,
body.beauty_salon1 #contents .c-box01 .circle-list > div:nth-of-type(3) .circle{
		background: none;
	}
}


/**--------------------------------add20210702**/

.snsList {
width: 80px;
position: absolute;
top: 15px;
right: 240px;
}
.snsList ul {
display: flex;
justify-content: space-between;
}
.snsList ul li {
width: 35px;
}
.snsList ul li a{
display: block;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.snsList ul li a:hover {
opacity: 0.8;
}

@media screen and (max-width: 1400px){
#globalHeader .global-navi ul li:not(:first-child) {
    margin-left: 15px;
}
.snsList {
    right: 220px;
}
#globalHeader .contact {
    padding-right: 0px;
}
}
@media screen and (max-width: 768px){
.snsList {
    right: 60px;
    width: 75px;
}
.breadcrumbs {
    width: 90%!important;
    margin: 20px auto!important;
}
#privacyPage a {
word-break: break-all;
}
}

.ftSns {
display: flex;
width: 80px;
justify-content: space-between;
margin-right: 20px;
}
.ftSns li a {
display: block;
}
@media screen and (max-width: 768px){
.ftSns {
width: 100%;
justify-content: center;
margin-right: 0;
margin-bottom: 30px;
}
.ftSns li {
margin: 0 10px;
}
}

/*--------------------------------add20210921---*/
body.home .c-box03 > p {
line-height: 1.7;
}
.serviceList {
display: flex;
justify-content: space-between;
padding: 30px 0 0;
align-items: center;
flex-wrap: wrap;
}

.serviceList li {
width: 49%;
background: #fff;
padding: 20px 0;
margin-bottom: 20px;
font-size: 14px;
text-align: center;
}

.serviceList li strong {
font-size: 21px;
font-weight: bold;
display: block;
}

@media screen and (max-width: 1200px){
.serviceList li strong {
font-size: 18px;
letter-spacing: 0;
}
}

@media screen and (max-width: 1024px){
.serviceList li {
width: 100%;
}
}
@media screen and (max-width: 768px){
body.home .c-box01 > div .description {
text-align: left;
}
body.home .c-box03 > p {
text-align: left;
}
.serviceList li strong {
    font-size: 14px;
    margin-top: 10px;
}
.serviceList li {
    font-size: 12px;
    line-height: 1.3;
}
}
body.sub #mainVisual h1 {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1.0em;
}

body.sub #mainVisual h1 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 768px){
body.sub #mainVisual h1 {
    font-size: 26px;
}
body.sub #mainVisual h1 span {
    font-size: 12px;
}
}

.greenHead {
font-size: 30px;
color: #3f736e;
text-align: center;
font-weight: bold;
}
@media screen and (max-width: 768px){
.greenHead {
font-size: 22px;
}
}

@media screen and (min-width: 768px){
.center {
text-align: center;
}
}
