/*contact7フォーム*/
 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	padding:10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
 
/*contact7送信ボタン*/
 
.wpcf7-confirm,.wpcf7-submit,.wpcf7-back {
    width:100%;
    padding:15px;
    margin: 10px;
    border-radius:10px;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
    border: none;
    box-shadow: 0 3px 0 #80aebf;
    background: #80aebf;
    color: #fff;
    transition: 0.3s;
}
  
.wpcf7-confirm,.wpcf7-submit,.wpcf7-back:hover {
    background: #80aebf;
    transform: translate3d(0px, 3px, 1px);
    -webkit-transform: translate3d(0px, 3px, 1px);
    -moz-transform: translate3d(0px, 3px, 1px);
}

input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: #fff;
}

.content ul > li::before {
font-family: "icomoon";
content: "\e9aa";
padding-right:10px;
transform: scale(1.0);
}
.content ul li {
padding-left: 20px;
}

.siteTitle__logo {
	width: auto;
	height: 50px;
    vertical-align: bottom;
}
	.still__content {
		margin-top: 100px;
	}

/*Salonメニューの写真サイズ変更*/
.wp-image-519,.wp-image-520,.wp-image-521,.wp-image-522{
	padding:16% 16%;
}
/*Aboutの写真サイズ変更　セドナ*/
.wp-image-341{
/*width:75% !important;*/
padding:5%;
}
	
@media only screen and (min-width: 768px){
	.still__content {
		margin-top: 200px;
	}
}

@media only screen and (min-width: 768px){
	.siteTitle__logo {
    height: 100px;
	}
}