@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;500;600;700&family=Vollkorn:ital,wght@0,400;0,700;1,600;1,700&display=swap');

#about,
#features,
#salon{
    width:860px;
	margin: 0 auto;
	padding-top:100px;
	margin-bottom:110px;
	height: auto;
	overflow: hidden;
/*	position: relative;
	z-index: 4;*/
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #666666;
}

.swiper-container {
  width: 100%;
background-color:#F7F4EB;
	box-shadow: 0 0.5px 3px rgba(50, 50, 50, .2);	
}

.swiper-slide {
	padding-top: 80px;	
}

.swiper-slide img {
  width: 100%;
  height: auto;
	margin: 30px 0;
	box-shadow: 0 0px 1px rgba(0, 0, 0, .1);
	padding:10px;
	background-color:#ffffff;
	box-sizing: border-box;	
}

.bg{
	width: 100%;
	background-color:#F7F4EB;
}

h2{
	margin-bottom: 20px;
	font-family: 'Vollkorn', serif;
	font-weight: 500;
	font-size:230%;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

h2 span {
	font-size: 50%;
	letter-spacing: 0;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic ,"Noto Sans JP", Lato, "ヒラギノ角ゴ ProN";
	vertical-align: middle;
}

#about {
	margin-bottom: 0;
}


#about h3{
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
	font-family: "Crimson Text", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
	font-weight: bold;
}

#about p{
	line-height: 2em;
	margin-top: 15px;
	text-align: center;
	letter-spacing: 0.05em;
}

#salon_img {
	margin: 40px auto 0 auto;
}

#features{
	padding-top: 70px;
}

#features .center{
	margin-bottom: 30px;
	text-align: center;
}

.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
padding-right: 5px;
}

.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#features ul {
	overflow: hidden;
}

#features ul li{
	float: left;
	width:31.3%;
	margin-left: 3%;
 overflow:hidden;
}

.zoom_box{
 cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
	height:190px;
}

.zoom_box img{
 height:190px;
  transition: transform .6s ease; /* ゆっくり変化させる */
}

.zoom_box img:hover{
  transform: scale(1.1); /* 拡大 */

}

#features ul li img{
	width:100%;
}

#features ul li:first-child{
	margin-left:0;
}

#features h3{
	font-size: 130%;
	border-bottom: 1px dotted #402615;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
	line-height: 2em;
}

#features a:hover{
	opacity: 0.8;
}

#features ul li p{
	font-size: 90%;
}

#news{
    width:780px;
	margin: 0 auto;
	padding-top:80px;
	padding-bottom:70px;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

.box{
	float: left;
	width:48%;
	margin: 0 1% 10px 1%;
}

#news img{
	width: 100%;
	height: auto;
}

#features a img:hover{
	opacity: 0.8;
	transition: 0.5s ;
}

#salon {
	width:760px;
	overflow: hidden;
}

#salon h2 {
	margin-bottom: 40px;
}

#salon .left{
	float:left;
	width:56%;
	font-size: 110%;
}

#salon .left ul{
	margin-top: 8px;
}

#salon .left ul li{
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-left: -5px;
	letter-spacing: 0.05em;
}

#salon .left ul li .s_font{
	font-size: 70%;
}

#salon ul li .rr{
	margin-left: 7px;
}

#salon .right{
	float:right;
	width:43%;
	margin-top: 10px;
}

#salon h3{
	font-size:140%;
	margin-top: 3px;
	border-bottom: 2px solid #533920;
	width:360px;
	line-height: 1.6em;
}

#salon .tel{
	font-family: "Crimson Text", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
	font-size:170%;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 25px;
}

#salon .fax{
	font-size:130%;
	letter-spacing: 0.05em;
	margin-top: -10px;
	font-family: "Crimson Text", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
}

#salon .tel .small{
    font-size: 50%;
    font-weight: bold;
    letter-spacing: 0;
}

#salon .ad{
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:20px;
}

#salon p{
	margin-top: 15px;
}

#salon .right img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}


@media screen and (max-width: 880px) {
	
h2{
	margin-bottom: 15px;
	font-size:210%;
}

#about,
#features,
#news{
    width:94%;
	padding-top:70px;
	margin: 0 auto 70px auto;
}
	
#about h3{
font-size: 160%;		
	}
	
#about p{
	line-height: 1.8em;
}

#about {
	margin-bottom: 0;
}
	
.swiper-slide {
	padding-top: 70px;	
}
	
#features .center{
	margin-top: -5px;
	margin-bottom: 20px;
}	
.zoom_box{
  width: 100%;
	height:160px;
}
.zoom_box img{
 height:160px;
}
	
#news{
	padding-bottom:70px;
	margin-bottom: 0;
}

#salon {
	width:90%;
	padding-top:70px;
	margin: 0 auto 70px auto;
}

#salon h3{
	width:90%;
	margin-bottom: 15px;
}
#salon .tel{
	font-size:160%;

}
	
#salon .left ul li{
	margin-bottom: 10px;
}

#salon .left{
	width:51%;
}


#salon .right{
	float:right;
	width:45%;
	margin-top: 10px;
}

}


@media screen and (max-width: 600px){

.swiper-slide img {
	margin:  0 0 15px 0;
	padding:6px;
}

#about,
#features,
#news,
#salon{
    width:92%;
	padding-top:40px;
	margin: 0 auto 40px auto;
}
	
h2{
	margin-bottom: 10px;
	font-size: 180%;
}
	
#about{
	margin-bottom: 0;
}

#about h3{
	font-size: 120%;
}

#about p{
	font-size: 90%;
	letter-spacing: 0;
}
	
#salon_img {
	margin: 17px auto 0 auto;
}	

#features .center{
	font-size: 95%;
	margin-bottom: 15px;
}
	
.arrow_s {
  padding-left: 12px;
padding-right: 5px;
}

.arrow_s:before {
  border-width: 6px 0 6px 8px;
}
    	
#features ul li {
    float: none;
    width: 100%;
    margin-left: 0%;
	margin-bottom: 20px;
}
	
#features h3{
	margin-top: 8px;
	margin-bottom: 6px;
	font-size: 120%;
}

.zoom_box{
  width: 100%;
	height:250px;
}

.zoom_box img{
 height:auto;
}

.zoom_box img:hover{
  transform: scale(1.1); /* 拡大 */

}
	
#news{
    padding: 50px 0;
	margin: 0 auto;
}
#news .left,
#news .right{
	float: none;
	width: 100%;
	margin-top: 7px;
}
	
.box{
	float: none;
	width:100%;
}
	
#salon {
	margin-bottom:30px;
}
	
#salon h2{
	margin-bottom:15px;
}
	
#salon h3{
	width:100%;
	font-size: 120%;
}
#salon .tel{
	font-size:160%;
	margin-top: 10px;
}
	
#salon .fax{
	font-size:120%;
}
	
#salon .left ul li{
	margin-bottom: 5px;
}

#salon .left{
	float:none;
	width:100%;
	font-size: 115%;
}
	
#salon .right{
	width:100%;
}
	
}