@charset "UTF-8";

/*
 Theme Name:   LIFE Child
 Template:     LIFE
*/



/* ----------------------------------------
* 共通
---------------------------------------- */


/* cyrillic */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v1/92zPtBhPNqw79Ij1C9z1vBQv7mxrZjVFNIg8mg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v1/92zPtBhPNqw79Ij1C9z1vBQv7mxrZjVPNIg8mg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v1/92zPtBhPNqw79Ij1C9z1vBQv7mxrZjVBNIg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: bold;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v1/92zPtBhPNqw79Ij1C9z1vBQv7mxrZjVFNIg8mg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: bold;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v1/92zPtBhPNqw79Ij1C9z1vBQv7mxrZjVPNIg8mg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: bold;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v1/92zPtBhPNqw79Ij1C9z1vBQv7mxrZjVBNIg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





body {
    font-family: 'Jost', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}




.bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}


.bg.right {
    background-position: right;
}

.bg.left {
    background-position: left;
}


.icatch .image.cover > * {
    z-index: 1;
}


.icatch .image.cover::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
}


.icatch .image.cover.salon::after {
    background: rgba(0, 0, 0, 0.2);
}

.icatch .image.cover.visit::after {
    background: rgba(255, 255, 255, 0.4);
}



.icatch .image.cover.salon::before {
    background-image: url('lib/images/icatch-01.jpg');
}

.icatch .image.cover.visit::before {
    background-image: url('lib/images/icatch-02.jpg');
}

.icatch .image.cover.visit .icatch-sub-title,
.icatch .image.cover.visit .icatch-text {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
}

.icatch .image.cover.salon .icatch-sub-title,
.icatch .image.cover.salon .icatch-text {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.2);
}






.icatch .icatch-sub-title {
    color: #111;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5rem;
}


.icatch .icatch-sub-title.inverted {
    color: #fff;
}


.page-template-page-visit .icatch .icatch-logo {
    height: 120px;
}



.home #header {
    display: none;
}


.home #footer {
}


.content-title span {
    font-weight: 300;
    letter-spacing: 0.05em;
}

.contact .tel .number {
    font-size: 40px;
    font-weight: bold;
}

.header #menu > .menu {
    display: none;
}


.page-template-page-visit .header #menu > .menu.visit {
    display: block;
}

.page-template-page-salon .header #menu > .menu.salon {
    display: block;
}

.page-template-page-salon .header:not(.show) .menu ul li a {
    color: #fff;
}

.page-template-page-visit .header:not(.show) .menu ul li a {
    color: rgba(0,0,0, 0.8);
}


.header .menu ul {
    align-items: center;
}

.header .menu ul li a.tel {
    padding: 5px 10px;
    border: 2px solid;
    display: inline-block;
}


.page-template-page-salon .header:not(.show) .menu-trigger span {
    background-color: #fff;
}


.page-template-page-salon .header:not(.show) .menu-trigger.active span {
    background-color: #333;
}


.page-template-page-salon .header:not(.show) #menu.active .menu ul li a {
    color: rgba(0, 0, 0, 0.8);
    
}

.home .header {
    display: none !important;
}





@media only screen and (max-width: 640px) {    
    .footer-01 img {
	max-width: 100% !important;
    max-height: 30px !important;
    }
    
    .footer-02 {
	height: auto;
	max-width: 100% !important;
    }
    
    .footer-02 .frow.row-start {
	height: auto !important;
	justify-content: center;
    }
    
    .icatch .image.cover.salon::after {
	opacity: 1;
	visibility: visible;
    }

    .icatch .image.cover.visit::after {
	opacity: 1;
	visibility: visible;
    }

    .page-template-page-visit .header #menu > .menu.visit {
        display: flex;
    }
    
    .page-template-page-salon .header #menu > .menu.salon {
        display: flex;
    }
    
    
    
    
}





/* ----------------------------------------
* トップページ
---------------------------------------- */



[data-barba-namespace="home"] .icatch.wide {
    
}


[data-barba-namespace="home"] .icatch:not(.wide) .frow .col-xs-1-2 {
    width: 100%;
    height: 50%;
}





/* ----------------------------------------
* 個別ページ 美容室
---------------------------------------- */

.page-template-page-salon .header:not(.show) .prev a {
    color: #fff;
}

@media only screen and (max-width: 640px) {
    [data-barba-namespace="salon"] .section-01 .content-body > .frow {
	flex-direction: column-reverse;
    }

    [data-barba-namespace="salon"] .section-01 .content-body > .frow > div {
	margin-bottom: 15px;
    }
}


[data-barba-namespace="salon"] .section-02 .content-body .swiper-slide {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 66.66666%;
    background-size: cover;
    background-position: center;
    transition: all .3s;
}

[data-barba-namespace="salon"] .section-02 .content-body .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.8);
}


[data-barba-namespace="salon"] .section-02 .content-body .thumb:hover {
    opacity: 0.6;
}



[data-barba-namespace="salon"] .section-02 .content-body .frow {
    margin: -5px;
}


[data-barba-namespace="salon"] .section-02 .content-body .frow > div {
    padding: 5px;
}

[data-barba-namespace="salon"] .section-03 .content-body {
    background: #fff;
}




[data-barba-namespace="salon"] .section-03 .pricemenu-title {
    display: flex;
    align-items: center;
}

[data-barba-namespace="salon"] .section-03 .pricemenu-title span {
    font-size: 14px;
    color: #666;
}



@media only screen and (max-width: 640px) {

    [data-barba-namespace="salon"] .section-03 .content-body {
        padding: 10px;
    }



    
}







.page-template-page-salon .section-04 .meta {
    background: #fff;
    box-shadow: 0 5px 36px 0 rgba(55, 63, 81, 0.15);
    z-index: 9;
    margin: 30px -60px 30px 0;
    min-width: 400px;
    padding: 30px;
}

.page-template-page-salon .section-04 .meta .logo {
    text-align: center;
}

.page-template-page-salon .section-04 .meta table {
    width: 100%;
}

.page-template-page-salon .section-04 .meta table th {
    width: 100px;
}

.page-template-page-salon .section-04 .meta table th,
.page-template-page-salon .section-04 .meta table td {
    border: none;
    vertical-align: top;
    padding: 10px;
}

.page-template-page-salon .section-04 .thumb {
    color: #fff;
}

.page-template-page-salon .section-04 .frow {
    flex-wrap: nowrap;
}

.page-template-page-salon .section-04 .justify {
    display: flex;
    justify-content: space-between;
    width: 70px;
    float: left;
    margin-right: 15px;
}

.page-template-page-salon .mapboxgl-map .marker {
    background-image: url('./lib/images/common/pin.png');
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .page-template-page-salon .mapboxgl-map .mapboxgl-popup .logo {
    background-image: url('./lib/images/salon/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }


  .page-template-page-salon .section-04 .thumb {
      position: relative;
      max-width: calc(100% - 340px);
  }


  .page-template-page-salon .section-04 .thumb .swiper-pagination {
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      bottom: auto;
      z-index: 9;
      display: flex;
      width: auto;
  }

  .page-template-page-salon .section-04 .thumb .swiper-pagination > span {
    padding: 0 15px;
    display: inline-block;
    background: #fff;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    width: auto;
    height: 50px;
    opacity: 1;
    margin: 0;
    border-radius: 0;
  }


  .page-template-page-salon .section-04 .thumb .swiper-pagination > span.swiper-pagination-bullet-active {
      color: #111;
  }



  .page-template-page-salon .section-04 .thumb .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
  }




@media only screen and (max-width: 1100px) {
    [data-barba-namespace="salon"] .section-03 .pricemenu-title {
      flex-wrap: wrap;
    }
    
    
    [data-barba-namespace="salon"] .section-03 .pricemenu-title span {
	font-size: 12px;
    }
    
    .page-template-page-salon .section-04 .meta {
	padding: 25px 15px;
	min-width: 330px;
    }
}


@media only screen and (max-width: 640px) {
    [data-barba-namespace="salon"] .section-03 .pricemenu-title {
	flex-wrap: wrap;
	flex-direction: column;
    }
    
    [data-barba-namespace="salon"] .section-03 .pricemenu-title span {
	font-size: 12px;
	margin-top: 5px;
    }
    
    
    [data-barba-namespace="salon"] .pricemenu {
	padding: 0;
	margin-bottom: 40px;
    }
    
    
    .page-template-page-salon .section-04 .content-body > .frow.row-center {
	flex-direction: column-reverse;
    }
    
    .page-template-page-salon .section-04 .meta {
	    min-width: auto;
	    margin: -30px 10px 0;
	    padding: 30px 10px;
	    width: calc(100% - 20px);
    }
    
    
    .page-template-page-salon .section-04 .thumb {
	min-width: 100%;
    }

    .page-template-page-salon .section-04 .meta table th,
    .page-template-page-salon .section-04 .meta table td {
        font-size: 15px;
    }

    
}

    
.page-template-page-salon .section-05 .point {
    display: flex;
    align-items: center;
}


.page-template-page-salon .section-05 .point:not(:last-child) {
    margin-bottom: 120px;
}


.page-template-page-salon .section-05 .point .point-content {
    max-width: 340px;
    width: 100%;
    margin-right: 60px;
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}
    

.page-template-page-salon .section-05 .point:nth-child(2n) {
    flex-direction: row-reverse;
}

.page-template-page-salon .section-05 .point:nth-child(2n) .point-content {
    margin-left: 60px;
    margin-right: 0;
}




@media only screen and (max-width: 640px) {
    .page-template-page-salon .section-05 .point {
        flex-direction: column !important;
    }

    .page-template-page-salon .section-05 .point .point-content,
    .page-template-page-salon .section-05 .point:nth-child(2n) .point-content {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }



}










/* ----------------------------------------
* 個別ページ 訪問美容室
---------------------------------------- */



/* [data-barba-namespace="visit"] .icatch .image.cover {
    background-image: url(lib/images/icatch-visit.jpg);
} */




@media only screen and (max-width: 640px) {
    [data-barba-namespace="visit"] .icatch .image.cover {
        background-image: url(lib/images/sp/icatch-visit.jpg);
    }
    
    [data-barba-namespace="visit"]  .icatch .image.cover::before {
        background-color: rgba(255,255,255,.3);
    }
}



[data-barba-namespace="visit"] .section-01 {
    padding: 160px 0;
}


[data-barba-namespace="visit"] .section-01 .content-body {
    width: 40%;
}


[data-barba-namespace="visit"] .section-01 .bg {
    background-size: auto 100%;
}



@media only screen and (max-width: 640px) {

    [data-barba-namespace="visit"] .section-01 {
        padding: 120px 0 250px;
    }

    [data-barba-namespace="visit"] .section-01 .content-title {
        margin: -30px auto 30px;
    }



    [data-barba-namespace="visit"] .section-01 .content-body {
        width: 100%;
    }

    [data-barba-namespace="visit"] .section-01 .bg {
        background-size: auto 250px;
        background-position: right bottom;
    }

}







/*[data-barba-namespace="visit"] .section-02 {
    padding-bottom: 0;
}*/


[data-barba-namespace="visit"] .section-02 .content-body .frow {
    margin: -30px -30px 60px;
}

[data-barba-namespace="visit"] .section-02 .content-body .frow > div {
    padding: 30px;
}

[data-barba-namespace="visit"] .section-02 .content-body .frow > div h3 {
    margin-bottom: 15px;
}



[data-barba-namespace="visit"] .section-02 .content-body .greeting {
    position: relative;
    background-size: auto 100%;
    background-position: 30px;
    background-repeat: no-repeat;
    padding: 30px 30px 60px 280px;

}

[data-barba-namespace="visit"] .section-02 .content-body .greeting .text {
    position: relative;
    padding: 30px;
    border-radius: .9rem;
    margin-bottom: 15px;
    background: #efefef;
}


/* 色付きの半円 */
.balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(-45deg);
    left: -20px;
    bottom: 25px;
    border-left: 20px solid #efefef;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #efefef;
}

/* 白い半円 */
.balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(-45deg);
    left: -40px;
    bottom: 30px;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}



[data-barba-namespace="visit"] .section-02 .content-body .greeting .name {
    font-size: 14px;
    margin-left: 30px;
}


[data-barba-namespace="visit"] .section-02 .content-body .greeting .text p {
    font-size: 14px;
}


.page-template-page-visit .section-02 .content-body .point-01 {
    background-image: url(lib/images/visit/01.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 250px;
    background-color: #f2f2f2;
    /* border: 2px solid; */
    padding-left: 30%;
    padding: 30px 30px 30px 30%;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px -5px 30px 1px rgba(55, 63, 81, 0.05);
}


.page-template-page-visit .section-02 .content-body .point-01 h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-template-page-visit .section-02 .content-body .point-01 .text {
    
}









@media only screen and (max-width: 640px) {


    
    [data-barba-namespace="visit"] .section-02 .content-body .frow {
        margin: -20px -20px 60px;
    }
    
    
    [data-barba-namespace="visit"] .section-02 .content-body .frow > div {
        padding: 20px;
    }
    
    
    
    [data-barba-namespace="visit"] .section-02 .content-body .frow > div h3 {
        margin-bottom: 10px;
    }
    
    
    
    [data-barba-namespace="visit"] .section-02 .content-body .greeting {

        position: relative;
        background-size: 80px;
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 0 0px 60px 0px;
    }

    [data-barba-namespace="visit"] .section-02 .content-body .greeting .text {
        padding: 15px;
    }

    [data-barba-namespace="visit"] .section-02 .content-body .greeting .text p {
        font-size: 13px;
    }


    [data-barba-namespace="visit"] .section-02 .content-body .greeting .name {
        text-align: right;
        font-size: 12px;
        margin-left: 90px;
    }


    .page-template-page-visit .section-02 .content-body .point-01 {
	position: relative;
	padding: 10px;
	margin: 0;
	width: 100%;
    }
    
    .page-template-page-visit .section-02 .content-body .point-01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
    }
    
    .page-template-page-visit .section-02 .content-body .point-01 > * {
	position: relative;
	z-index: 1;
    }
    

    .balloon::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 20px;
        bottom: -12px;
        border-top: 15px solid #efefef;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: none;
        transform: none;
        border-radius: 0;
    }

    .balloon::after {
        display: none;
    }

}


.page-template-page-visit .section-03 .content-body h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.page-template-page-visit .section-03 .content-body h4::before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(0,0,0,.6);
    position: absolute;
    left: -18px;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: #ddd;
}



.page-template-page-visit .section-03 .content-body .flow-body > div:not(:last-child) {
    margin-bottom: 30px;
}




@media only screen and (max-width: 640px) {


    .page-template-page-visit .section-03 .content-body h4 {
        position: relative;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    
.page-template-page-visit .section-03 .content-body h4::before {
    width: 3px;
    height: 100%;
    left: -15px;
    border-radius: 0;
}
    
}













[data-barba-namespace="visit"] .section-04 .content-body > .frow > div {
    padding: 10px;
}


[data-barba-namespace="visit"] .section-04 .bg {
    background-image: url(lib/images/visit/main02.jpg);  
    background-size: auto 100%;      
}



@media only screen and (max-width: 640px) {

    [data-barba-namespace="visit"] .section-04 .bg {
	background-size: auto 100%;
	background-position: 33% bottom;
	opacity: 0.5;
    }

    
    [data-barba-namespace="visit"] .section-04 .content-body > .frow > div {
	padding: 0;
	margin-bottom: 15px;
    }
    
    
}



[data-barba-namespace="visit"] .section-05 .tel-body {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #efefef;
    text-align: center;  
}

[data-barba-namespace="visit"] .section-05 .tel-body .frow.row-start {
    justify-content: center;
}

[data-barba-namespace="visit"] .section-05 .contact .tel .number {
    font-weight: normal;
}



.page-template-page-visit .mapboxgl-map .marker {
    background-image: url('./lib/images/common/pin.png');
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }


  .page-template-page-visit .mapboxgl-map .mapboxgl-popup .logo {
    background-image: url('./lib/images/visit/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }


