@charset "UTF-8";
/*20221014*/
nav.globalMenu.active {
    height: 100%;
}

nav.globalMenu ul {
    overflow-y: scroll;
    -ms-overflow-style: none;
}

nav.globalMenu ul::-webkit-scrollbar{
    display:none;
  }

#content .bg_sec05 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec05.jpg);
   background-size: cover;
   width: 100%;
   height: 790px;
   z-index: -60;
}
#content .intro .inner .right img {
      width: 100%;
      height: auto;
      margin: 0 auto;
}
#content .intro .inner .left p {
   margin-top: 100px;
}
@media screen and (max-width: 650px) {
	#content .intro .inner .left p {
		margin-top: 10px;
	}
}

.approach {
   background-position: center bottom;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec05.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 50px 0 80px;
   margin: 0 auto;
   text-align: center;
   /*color: #2a2a2a!important;*/
}
.approach .inner {
   position: relative;
      width: 90%;
      max-width: 1100px;
      height: auto;
      margin: 0 auto;
      padding: 20px;
      text-align: center;
      display: flex;
  justify-content: center;
  align-items: center;
}
.approach .inner .left {
     width: 60%;
    float: left;
}
.approach .left div {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.approach .left p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.approach .inner .right {
     width: 40%;
    float: right;
    text-align: center;
}
.approach h4.en {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', cursive;
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.06rem;
    text-align: left;
    /*text-transform: uppercase; */
    font-weight: 700;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    margin: 10px auto;
}
.approach h4.en::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 border-bottom: 1px solid #fff;
 width : 40px;
 margin: 0 auto;
}
.approach h5.jp {
    font-weight: 500; 
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
    font-weight: 400;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 20px auto;
}

@media screen and (max-width: 767px) {
	.approach h4.en {
		font-size: 2.8rem;
		text-align: center;
	}
	.approach h4.en::before {
		left: 0;
		right: 0;
	}
	.approach h5.jp {
		font-size: 1.8rem;
		text-align: center;
	}

.approach {
   padding: 30px 0;
}
.approach .inner {
   position: relative;
      width: 100%;
      padding: 0 20px 20px;
      text-align: center;
      display: block;
}
.approach .inner .right {
     width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 30px;
}
.approach .inner .right img {
      width: 80%;
      height: auto;
      margin: 0 auto;
}
.approach .inner .left {
     width: 100%;
    float: none;   
}
.approach .left p {
    width: 100%;
    text-align: left;
}
}



/*20220325*/
#loader {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 4999;
}

@media screen and (max-width: 650px) {
#loader {
  top: 40%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
}


@media screen and (max-width: 500px) {
  #content #shop-photo img {
    height: 200px;
    width: auto 
}
}

@media screen and (max-width: 867px) {
header h1 a img {
  top: 17px!important;
  height: 40px;
}
}


header {
background: transparent;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}








/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav{
   background: #9DB8A0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%); 
     box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.navToggle {
    top: 20px;
}

@media screen and (max-width: 500px) {
.navToggle {
    right: 20px;
}
}
    
.online_bnr_box{
    background: #FFFFFF;
    width: 900px;
    margin: 30px auto 40px;
}

@media screen and (max-width: 950px) {
    .online_bnr_box{
    width: 65%;
}
}  

@media screen and (max-width: 380px) {
    .online_bnr_box{
    width: 75%;
}
}  

    
.online_bnr_box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 950px) {
.online_bnr_box a{
    display: block;
}
}

.online_bnr_txt{
width: 50%;
    color: #000;
    text-align: center;
}
@media screen and (max-width: 945px) {
    .online_bnr_txt{
width: 100%;
        padding: 40px 0;
}
}

@media screen and (max-width: 750px) {
    .online_bnr_txt{
        padding: 20px 0;
}
}

@media screen and (max-width: 510px) {
    .online_bnr_txt{
        padding: 20px 0;
}
}
.online_bnr_txt h3{
    font-size: 2.5rem;
    line-height: 1.2;
}

@media screen and (max-width: 1230px) {
.online_bnr_txt h3{
    font-size: 2.2rem;
    margin-bottom: 10px;
} 
}

@media screen and (max-width: 490px) {
.online_bnr_txt h3{
    font-size: 1.8rem;
    margin-bottom: 5px;
} 
}

.online_bnr_txt h3 br{
    display: none;
}

@media screen and (max-width: 750px) {
.online_bnr_txt h3 br{
    display: block;
}
}
.online_bnr_txt h3 i{
    font-size: 2rem;
    padding-left: 6px;
}


.online_bnr_txt p br{
    display: none;
}
@media screen and (max-width: 1200px) {
.online_bnr_txt p br{
    display: block;
}
    
.online_bnr_txt p{
    line-height: 1.5;
    font-size: 1.4rem;
}
}

@media screen and (max-width: 490px) {
.online_bnr_txt p{
    line-height: 1.5;
    font-size: 1.2rem;
}
}



.online_bnr_img{
width: 50%;
}
@media screen and (max-width: 945px) {
    .online_bnr_img{
width: 100%;
}
}

    
#content .salon {
  position: relative;
   background: linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -webkit-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -moz-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -o-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -ms-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
   width: 100%;
   height: auto;
   padding: 100px 0 120px;
   text-align: center;
}



@media screen and (max-width: 600px) {
    .w600_br_on{
        display: block;
    }
}


.salon_box{
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 80px;
 }

@media screen and (max-width: 1150px) {
.salon_box{
    width: 80%;
 }
 }


@media screen and (max-width: 870px) {
.salon_box{
    flex-direction: column;
 }
 }


.salon_box_logo{
    width: 250px;
    height: 250px;
    border: 1px solid #FFF;
    position: relative;
}

@media screen and (max-width: 1150px) {
    .salon_box_logo{
    width: 220px;
    height: 220px;
}
}

@media screen and (max-width: 1000px) {
    .salon_box_logo{
    width: 180px;
    height: 180px;
}
}

@media screen and (max-width: 870px) {
        .salon_box_logo{
    margin: 0 auto 10px;
}
}  

.salon_box_logo img{
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.salon_box_txt{
    width: 70%;
}

@media screen and (max-width: 870px) {
.salon_box_txt{
    width: 100%;
}
}
    
.salon_box_txt_h4{
    text-align: left;
    font-size:2.4rem;
    letter-spacing: 0.2rem;
    margin: 0 0 15px;
    padding: 0;
}

@media screen and (max-width: 870px) {
.salon_box_txt_h4{
    text-align: center;
}
  }  

.salon_box_txt_h4 span{
    font-size:1.4rem;
}

@media screen and (max-width: 650px) {
 .salon_box_txt_h4 span{
    display: block;
}
}

.salon_box_txt table{
    margin: 0 0 15px;
    width: 100%;
}

@media screen and (max-width: 870px) {
.salon_box_txt table{
    margin: 0 auto 15px;
    width: 80%;
}
  }  

@media screen and (max-width: 650px) {
.salon_box_txt table{
    width: 100%;
}
} 

.salon_box_txt table th{
    width: 150px;
    text-align: left;
    letter-spacing: 0.2rem;
    padding-bottom: 10px;
    vertical-align: top;
    font-weight: normal;
}

@media screen and (max-width: 650px) {
.salon_box_txt table th{
    width: auto;
    display: block;
    padding-bottom: 0;
    font-weight: bold;
}
}

.salon_box_txt table td{
    text-align: left;
    padding-bottom: 10px;
    vertical-align: top;
    line-height: 1.5;
}

@media screen and (max-width: 650px) {
.salon_box_txt table td{
    display: block;
    padding-bottom: 10px;
}
    
.salon_box_txt table td span{
    display: block;
}
}



.salon_box_txt table td a{
    text-decoration: underline;
}


.salon_box_txt_list ul{
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 870px) {
.salon_box_txt_list ul{
    justify-content: space-around;
}
}

@media screen and (max-width: 650px) {
.salon_box_txt_list ul{
    flex-direction: column;
}
}

.salon_box_txt_list ul li{
    border: 4px solid #FFF;
    margin-right: 15px;
    width: 30%;
    font-size: 1.7rem;
    white-space: nowrap;
}

@media screen and (max-width: 870px) {
.salon_box_txt_list ul li{
    margin-right: 0;
}
}  

@media screen and (max-width: 650px) {
.salon_box_txt_list ul li{
    width: 100%;
    margin-bottom: 10px;
}
}  
    
    

@media screen and (max-width: 1080px) {
    .salon_box_txt_list ul li{
    font-size: 1.5rem;
}
}

@media screen and (max-width: 1050px) {
    .salon_box_txt_list ul li{
    font-size: 1.4rem;
}
}


.salon_box_txt_list ul li.salon_box_txt_list_tel{
    padding: 10px 15px;
}

@media screen and (max-width: 1050px) {
.salon_box_txt_list ul li.salon_box_txt_list_tel{
    padding: 10px 8px;
}
} 

@media screen and (max-width: 600px) {
.salon_box_txt_list ul li.salon_box_txt_list_tel{
    display: none;
}
} 

.salon_box_txt_list ul li.salon_box_txt_list_tel_link{
    display: none;
}

@media screen and (max-width: 600px) {
.salon_box_txt_list ul li.salon_box_txt_list_tel_link{
    display: block;
}
  }  
    
.salon_box_txt_list ul li a{
    display: block;
        padding: 10px 15px;
}

@media screen and (max-width: 1050px) {
.salon_box_txt_list ul li a{
        padding: 10px 8px;
}
}

.is-pc{display:block}.is-sp,.is-spS{display:none}
@media only screen and (max-width: 900px) {
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
}

.page-view .bnr {
position: absolute;
right: 20px;
bottom: 20px;
width: 460px;
z-index: 999;
}

.page-view .bnr a {
display: block;
}
.page-view .bnr a:hover {
opacity: 0.7;
}

@media only screen and (max-width: 900px) {
.page-view .bnr {
right: inherit;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
width: 90%;
}
.arrows {
display: none;
}
}

/*20220325*/