@charset"utf-8";

.adjust{
  margin-top: 5px;
  font-size: 75%;
  line-height: 1.5;
  color: #5A5A5A;
}

.reserve.no-hover{
 text-decoration: line-through;
}

.reserve.no-hover:hover{
 opacity: 1;
}

.open {
  color: #000;
  font-size: 200%;
  font-weight: bold;
  line-height: 2;
  font-family: 'Amatic SC', cursive;
  -webkit-transform: scale(1.3, 1);
  -moz-transform: scale(1.3, 1);
  transform: scale(1.3, 1);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  letter-spacing: 2px;
  margin-top: -5px;
}

.open.serif {
  font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", 'Times New Roman', serif;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  letter-spacing: 0px;
}

.open .date {
  letter-spacing: 0.5;
}

.open .l_font {
  font-size: 200%;
  margin-right: 3px;
}

.open .open_text {
  margin-left: 5px;
}

.tel {
  margin-top: 5px;
  letter-spacing: 0;
}

.tel strong {
  font-size: 110%;
}

.tel .s_font {
  font-size: 75%;
  margin-left: 5px;
}

.tel .coron {
  margin: 0 3px;
}

#reserve {
  clear: both;
  display: block;
}

#reserve li {
  display: inline-block;
}

#reserve li:first-of-type {
  margin-right: 5px;
}

.reserve {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 0;
  width: 230px;
  margin-bottom: 5px;
  background: #e274a3;
  color: #fff;
  text-align: center;
  font-size: 90%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
}

.reserve.line {
  background: #4EBB3E;
  margin-top: 5px;
}

.reserve:hover {
  opacity: 0.5;
}

.trip_text {
  font-size: 85%;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.6;
}

.nail_text {
  margin-top: 5px;
  font-size: 80%;
  line-height: 1.6;
}

.nail_tel {
  margin-top: 10px;
  font-size: 90%;
}

.other_tel {
  font-size: 90%;
  margin-top: 10px;
}

#content_info_left {
  float: none;
}

/*初めのテキスト関係*/

.first-text {
  letter-spacing: 0;
}

.title {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 5px solid rgb(221, 91, 156);
  line-height: 1;
  margin-top: 40px;
  color:rgb(221, 91, 156);
}


.text {
  margin-top: 15px;
  letter-spacing: 0;
}

.heading {
  margin-top: 30px;
  font-weight: bold;
  font-size: 125%;
  letter-spacing: 0;
}

.salon_img {
  margin-top: 20px;
}

.salon_img.nail{
  margin-top:20px;
}

#content_info_list_top {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .open {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    font-size: 160%;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0;
  }
  .line_bunner {
    display: none;
  }
  #Contents_prev_2 {
    display: none;
  }
  #content_title_info {
    padding: 20px 0;
  }
  #content_title_info img {
    width: 90%;
    height: auto;
  }
  #holiday {
    line-height: 1.6;
    font-size: 90%;
    padding-top: 10px;
  }
  #Contents_info_waku {
    width: 100%;
  }
  #Contents_info_waku img {
    width: 100%;
    height: auto;
  }
  #content_info_list_top {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  #content_info_list_add {
    padding-top: 20px;
  }
  .font_10pt_black {
    font-size: 12px;
    line-height: 1;
  }
  .nail_text {
    font-size: 75%;
    letter-spacing: 0;
    margin-top: 10px;
  }
  .content_left {
    display: none;
  }
  #staff {
    width: 100%;
    margin-top: 30px;
  }
  #staff_title {
    font-size: 150%;
  }
  .staff {
    width: calc(96%/3);
  }
  .staff:nth-of-type(2n) {
    margin-right: 2%;
  }
  .staff:nth-of-type(3n) {
    margin-right: 0;
  }
  #Contents_info_bottom {
    margin-bottom: 0;
  }
  #reserve li:last-of-type {
    display: inline-block;
  }
  #other {
    clear: both;
    text-align: center;
  }
  #other a:hover {
    opacity: 0.5;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  .campaign {
    margin-top: 60px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #141414;
    padding: 15px 0;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 90%;
  }
  #sns {
    margin-top: 15px;
  }
  #sns li {
    display: inline-block;
    margin-right: 5px;
  }
  .nail_tel {
    font-size: 75%;
  }
  #content_info_list_top {
    padding-bottom: 30px;
  }
  #staff_title {
    margin-bottom: 30px;
  }
  .weekday {
    display: block;
  }
  .holiday {
    display: block;
  }
  .weekday:first-of-type,
  .holiday:nth-of-type(4) {
    margin-top: 10px;
  }
  #content_info_right {
    line-height: 1.6;
  }
  .first_text {
    margin-top: 10px;
  }
  .title {
    line-height: 1.4;
    margin-top: 40px;
  }
  .tel .s_font {
    display: block;
    margin-left: 0;
    font-size: 70%;
    margin-top: 5px;
  }
  .text.nail{
    margin-top: 10px;
    width: 100%;
  }
  .salon_img.nail{
    margin-bottom: 20px;
  }
	
	#web_re{
		width: 92%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 210px;
	}
	

 #web_re p{
	font-size: 130%;
	font-weight: 500;
	border-radius:5px;
	margin-bottom: 30px;

}
#web_re ul{
    padding: 0;
    width: 100%;
	margin-bottom: 150px;
}
#web_re ul li{
    float: left;
    width: 45%;
	border: 1px solid #A48B6B;
	text-align: center;
	margin-right: 8%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#web_re ul li a {
	color: #A48B6B;
	font-size: 100%;
}

#web_re ul li:hover{
	opacity: 0.6; 
}

#web_re ul li:nth-child(2n){
	margin-right: 0;
}
#web_re ul li:nth-of-type(5){
	margin-right: 8%;

}
}
