@charset "utf-8";
/* CSS Document */

/*_______________________________

            SP
_______________________________*/



/* 　　#service 　page
________________________________*/

.key_v{
	 background: url(../img/salon_main_bg.jpg) no-repeat left 37% #f4f1de;
}
.contents{
	padding:20px 10px;
background: rgb(255,250,231); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,250,231,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 90%, rgba(255,250,231,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,250,231,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 90%,rgba(255,250,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,250,231,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 90%,rgba(255,250,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffae7', endColorstr='#fffae7',GradientType=0 ); /* IE6-9 */
}

.contents h2{
	margin-bottom: 10px;
}

.contents .special p{
	font-size: 12px;
	margin-bottom: 20px;
}
.contents .special h3 {
    margin-bottom: 10px;
}
.contents .point dl{
	margin-bottom:20px;
}
.contents .point dl:last-of-type{
	margin-bottom: 0;
}
.contents .point dt{
	color: #833e0c;
	font-size: 22px;
	margin-bottom: 10px;
	overflow: hidden;
}
.contents .point dl dt img{
	width: 180%;
}
.contents .point dd p{
	font-size: 12px;
	margin-bottom: 10px;
}
.contents .point dd >img {
    width: 70%;
    margin: 0 auto;
    display: block;
	margin-bottom: 10px;
}
.contents .point dd a {
    display: block;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #9d3013;
    padding: 0 10px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    background: #ffffff;
    border: 1px solid #9d3013;
    clear: both;
    box-sizing: border-box;
    position: relative;
    width: 240px;
    margin: 0 auto;
}
.contents .point dd a:after {
    content: '';
    border-right: 1px solid #9d3013;
    border-bottom: 1px solid #9d3013;
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.contents .point dl h3 img {
    width: inherit;
	margin-bottom: 5px;
}
