@charset "utf-8";

#visual{
  position: relative; 
  text-align:center;
  background: #ffeeee;
}
#visual picture img{
  margin-bottom: 60px;
}
#visual p{
  text-align:center;
}


.top_page section{
    margin-bottom:0;
}

.top_page h2{
  font-size: 2.75rem;
  font-family:"gabriola";
  border-bottom: 1px solid #ff520e;
  letter-spacing: 0.25em;
  margin-bottom: 60px;
  line-height: 1.4;
  padding: .4em 0;
}
#top_shop h2{
  text-align: center;
}
.top_page h2 span{
  font-size: 1rem;
  color: #ff9797;
  margin-left: 10px;
}


#top_salon_info h2:before{
  background: url(../images/icon01.png);
  width: 35px;
  height: 39px;
}
#top_map h2:before{
  background: url(../images/icon02.png);
  width: 25px;
  height: 33px;
}
#top_menu h2:before{
  background: url(../images/icon03.png);
  width: 39px;
  height: 41px;
}
#top_eyelist h2:before{
  background: url(../images/icon04.png);
  width: 96px;
  height: 20px;
}
#top_reserve h2:before{
  background: url(../images/icon05.png);
  width: 30px;
  height: 30px;
}
#top_news h2:before{
  background: url(../images/icon06.png);
  width: 30px;
  height: 28px;
}
#top_group h2:before{
  background: url(../images/icon07.png);
  width: 36px;
  height: 32px;
}
.top_page h2:before{
  content: "";
  display: block;
  margin: 0 auto .5em;
}


h3{
  font-size: 1.125rem;
  letter-spacing: 0.25em;
}
#top_shop h3{
  font-size: 1rem;
  text-align: left;  
}

#top_menu h3{
  text-align: left;
  border-bottom: 1px dashed #ff520e;  
}

#top_eyelist h3{
  text-align: left;
  margin-bottom: 0;
}

#top_salon_info h3{
  text-align: left;
  font-size: 1.714rem;
  border-bottom: 1px dashed #ccc;
}

#top_group h3{
  margin-bottom: 0;
}

#top_group .outline h3{
  font-size: 1.5rem;
  margin-bottom: 2em;
}




@media (max-width: 799px){
#visual{
  margin-top: 80px;
}  
  .top_page h2{font-size: 1.5rem;margin-bottom: 40px;}
  h3{font-size: 1.25rem;}
.txt_area p{
  margin-bottom: 3em;
}
  
}

@media (max-width: 499px){
	#visual { margin-top: 60px;}
#visual picture img{
  margin-bottom: 30px;
}  
  .top_page h2{font-size: 1.3rem;margin-bottom: 20px;}
  .top_page h2 span{
    display: block;
  }
  h3{font-size: 1.15rem;}
 .txt_area p{
  margin-bottom: 1em;
} 
}

.anchor{
  padding-top: 60px;
  margin-top: -60px;
}







@media (max-width: 799px){
  .info_inner{
    padding: 15px;
  }
}
@media (max-width: 499px){
  .news_list li{font-size: 0.9rem;}
  .news_list li a .news_date{display: block;width: 7em;text-align: center;margin-bottom: 5px;}
}



#top_salon_info .txt_area{
  width: 50%;
  order: 2;
}
#top_salon_info .img_area{
  width: 40%;
  order: 1;
  text-align: center;
}

#top_salon_info dl{
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
#top_salon_info dl dt{
  width: 30%;
}
#top_salon_info dl dd{
  width: 70%;
}
#top_salon_info .left_area>dl>dd dl:not(:last-child){
  margin-bottom: 10px;
}
#top_salon_info .left_area>dl>dd a{
  color: #7faeb2;
}

#top_salon_info .sns{
  justify-content: flex-end;
}
#top_salon_info .sns li:first-child{
  margin-right: 10px;
}

#top_salon_info .reserve_line .img_area {
	width: 100px;
}

#top_salon_info .reserve_line .img_area a:after {
	display: none;
}

#top_salon_info .reserve_line .txt_area {
	width: calc( 100% - 100px - 20px);
	margin-left: 20px;
}


@media (max-width: 499px){


#top_salon_info .txt_area{
  width: 100%;
  order: 1;
  margin-bottom: 1em;
}
#top_salon_info .img_area{
  width: 100%;
  order: 2;
  text-align: center;
}
#top_salon_info dl{
  margin-bottom: 15px;
  display: block;
  justify-content: space-between;
}
#top_salon_info dl dt,#top_salon_info dl dd{
  width: 100%;
}
#top_salon_info .sns{
  justify-content: center;
}


}




#top_map .gmap{
  padding-bottom: 40%;  
}

#top_map p{
  text-align: center;
  font-size: 1.125rem;
}

@media (max-width: 799px){

#top_map p{
  font-size: 1rem;
}

}



#top_menu .left_area,#top_menu .right_area{
  width: 46%;
}
#top_menu .type01{
  margin-bottom: 50px;
}
#top_menu .type02{
  margin-bottom: 50px;
}
#top_menu .type04{
  margin-bottom: 33px;
}
#top_menu p{
  color: #9a9a9a;
}
#top_menu ul li{
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
}
#top_menu ul li dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
#top_menu ul li p{
  font-size: 0.75rem;
}

@media (max-width: 799px){

#top_menu .left_area,#top_menu .right_area{
  width: 100%;
}
#top_menu .left_area,
#top_menu .left_area>div,#top_menu .right_area>div{
  margin-bottom: 30px;
}

}





#top_eyelist .list>li{
  width: 48%;
  margin-bottom: 40px;
}
#top_eyelist .list>li .img_area{
  width: 38%;
  max-width: 224px;
}
#top_eyelist .list>li .txt_area{
  width: 56%;
}

#top_eyelist .list>li a{
  display: block;
  border: 1px solid #ffa594;
  background: #fff;
  color: inherit;
  font-family:"gabriola";
  font-size: 1.5rem;
  text-align: center;
  width: 70%;
  padding: 0.25em;
  margin: 10px auto 0;
}
#top_eyelist .list>li a::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffa594;
  vertical-align: middle;
  margin-right: 10px;
}




@media (max-width: 799px){

#top_eyelist .list>li{
  width: 100%;
}

}




#top_reserve ul{
  width: calc(100% / 1.25);
  margin: auto;
}
#top_reserve li{
  width: 46%;
}
#top_reserve .tel_btn{
  outline : 1px solid #ffa594;
  outline-offset : -1px;
}
#top_reserve li a{
  display: block;
  text-align: center;
  color: inherit;
  padding: 2em 0;
}
#top_reserve .web_btn a{
  background: #fed6d6;
}

#top_reserve .tel_btn a::before{
  content: "";
  display: block;
  background: url(../images/tel_icon.png);
  background-size: cover;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
}
#top_reserve .web_btn a::before{
  content: "";
  display: block;
  background: url(../images/web_icon.png);
  background-size: cover;  
  width: 60px;
  height: 46px;
  margin: 0 auto 10px;
}


@media (max-width: 499px){

#top_reserve ul{
  width: 94%;
  margin: auto;
}
#top_reserve li a{
  padding: 1em 0;
}
#top_reserve .tel_btn a::before{
  width: 30px;
  height: 30px;
}
#top_reserve .web_btn a::before{
  width: 39px;
  height: 30px;
}
}


.news_list .txt_area{
  width: calc(100% - 180px - 5%);
}
.news_list .img_area{
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.news_list .img_area img{
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.news_list li{
  padding: 2em 0;
  border-bottom: 1px solid #ffa594;
}
.news_list li a{display: block;color: inherit;}
.news_list li span{
  display: block;
}
#top_news .btn_more{
  text-align: center;
  margin: auto;
}
#top_news .btn_more a{
  color: inherit;
  display: inline-block;
  font-family:"gabriola";
  font-size: 1.5rem;
}
#top_news .btn_more a::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #ffa594 transparent transparent transparent;
  margin: auto;
}


@media (max-width: 499px){

.news_list .txt_area{
  width: 100%;
}
.news_list .img_area{
  margin: 0 auto 20px;
  text-align: center;
}
}



#top_group .group_list{
  width: 70%;
  margin:0 auto 50px;
}

#top_group .group_list li{
  width: 46.5%;
  margin-bottom: 30px;
}
#top_group .group_list li p{
  text-align: center;
}
#top_group .group_list .img_area{
  text-align: center;
  margin: auto;
}

#top_group .group_list li a{
  display: block;
  border: 1px solid #ffa594;
  color: inherit;
  text-align: center;
  width: 80%;
  padding: 0.5em;
  margin: 10px auto 0;
}
#top_group .group_list li a::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffa594;
  vertical-align: text-bottom;
  margin-right: 10px;
}

#top_group .outline{
  width: 70%;
  margin: auto;
  background: #f5f5f5;
  padding: calc(100% / 20)
}

#top_group .outline h3 span{
  border-bottom: 1px solid #ffa594;
  padding-bottom: 1em;
}
#top_group .outline dl{
  display: flex;
  justify-content: space-between;
  padding: .5em;
}
#top_group .outline dl:last-child{
  margin-bottom: 0;
}
#top_group .outline dl dt{
  width: 20%;
  text-align: right;
}
#top_group .outline dl dd{
  width: 70%;
}


@media (max-width: 799px){


#top_group .group_list li{
  width: 100%;
  margin-bottom: 30px;
}
#top_group .outline{
    width: 90%;
}

}

@media (max-width: 499px){

#top_group .group_list{
  width: 90%;
  margin: auto;
}
#top_group .outline{
  width: 100%;
  padding: calc(100% / 20)
}
#top_group .outline dl{
  display: block;
}
#top_group .outline dl dt{
  width: 100%;
  text-align: left;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 5px;
    background: #fff;
    padding-left: 10px;
}
#top_group .outline dl dd{
  width: 100%;
}


}


