@charset "utf-8";

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
#header{
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0px 0px 3px #555;
    -webkit-box-shadow: 0px 0px 3px #555;
    box-shadow: 0px 0px 3px #555;
    padding: 10px;
    height: 100px;
    position: fixed;
		z-index: 1;
}
.headerInner{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.logo_sub{
    color: #0000;
    line-height: 2.2;
    font-size: 11px;
    display: inline-block;
    position: relative;
}
.logo_sub img{
    position: absolute;
    top:9px;
    left:0;
    width: 170px;
}
.logo_sub a{
    display: block;
    text-align: center;
}
#global-navi{
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-top: 15px;
    text-align: center;
}
.signboard{
    background: url(../images/signboard.png) no-repeat;
    width: 144px;
    height: 107px;
    color: #fff;
    padding-top: 50px;
    position: absolute;
    top:-30px;
    right:10px;
}
.signboard p{
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
}
.signboard span{
    color: #d9b909;
}
.navbar{
    font-family: 'Damion', cursive;
    font-size: 30px;
}
.navbar span{
    font-size: 12px;
    display: block;
    line-height: 0.3;
}
.navbar li{
    margin: 1% 2%;
    display: inline-block;
    text-align: right;
    line-height: 1.2;
}
.wrap{
    padding: 0 20px;
    width: 100%;
}
.subArea{
    padding-top: 100px;
}
.subArea h1{
    font-family: 'Passion One', cursive;
    text-align: center;
    padding: 40px 0;
    font-size: 43px;
    line-height: 0.5;
    min-width: 960px;
}
.subArea h1 span{
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
}


.subAccessArea{
    width: 960px;
    margin:0 auto;
}
.subAccess{
    border-top: 3px solid #000;
    width: 500px;
    float: left;
    padding-top: 10px;
}
.subAccess p{
    line-height: 2.6;
    }
.accessImg{
    float: right;
    width: 460px;
    text-align: right;
}
.subAccessDl{
    margin: 25px 0;
}
.subAccessDl dt{
    color: #d9b909;
    width: 5em;
    float: left;
}
.subAccessDl dd{
    padding-left: 5em;
    padding-bottom: 1.3em;
}
.mapArea{
    margin: 60px 0;
    width: 100%;
}
.mapArea p{
    font-size: 12px;
    margin-left: 10px;
    margin-bottom:10px;
}


.menuWaku{
    border:2px solid #000;
    margin: 0 auto 130px;
    padding:4px;
    width: 900px;
}
.menuinner{
    border: 2px solid #000;
    width: 100%;
    padding: 30px;
}
.menuL{
    float: left;
    width: 50%;
}
.menuR{
    float: right;
    width: 50%;
    border-left: 1px dotted #000;
}
.menuL p span{
    color: #d9b909;
    font-size: 12px;
}
/* .menuL p{
    float: left;
    display: block;
    width: 40%;
    padding: 10px 0;
    line-height: 1.3;
} */
.menuL dl{
    padding-right:50px;
}
.menuL dl dt{
    float: left;
    clear: left;
    padding: 10px 0;
}
.menuL dl dt span{
    color: #d9b909;
    font-size: 12px;
    margin-left: 10px;   
}
.menuR dl dt b,
.menuL dl dt b{
    font-weight: bold;
}
.menuL dl dt:first-child{
    clear: none;
}
.menuL dd{
    float: right;
    padding: 10px 0;
}
.menuR dl{
    margin-left: 50px;
}
.menuR dl dt{
    float: left;
    clear: left;
    padding: 10px 0;
}
.menuR dl dd{
    float: right;
    padding: 10px 0;
}




.staffList{
    width: 870px;
    margin: 0 auto 130px;
}
.staffList li{
    margin-top: 50px;
		position: relative;
		z-index: 0;
}
.staffList li:first-child{
    margin-top: 0;
}
.staffInner{
	border: 2px solid #222;
	width: 870px;
    /* background: url(../images/staffBg.png) no-repeat; */
    padding: 30px 40px 36px;
		background: #fff;
}
.staffList li::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 8px;
        left: 8px;
        z-index: -1;
        -webkit-background-size: 4px 4px;
        -moz-background-size: 4px 4px;
        background-size: 6px 6px;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #afafaf), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #17a2ff), color-stop(0.75, #17a2ff), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(-45deg, #4d4d4d 25%, transparent 25%, transparent 50%, #4d4d4d 50%, #4d4d4d 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, #4d4d4d 25%, transparent 25%, transparent 50%, #4d4d4d 50%, #4d4d4d 75%, transparent 75%, transparent);
        background-image: -ms-linear-gradient(-45deg, #4d4d4d 25%, transparent 25%, transparent 50%, #4d4d4d 50%, #4d4d4d 75%, transparent 75%, transparent);
        background-image: linear-gradient(-45deg, #4d4d4d 25%, transparent 25%, transparent 50%, #4d4d4d 50%, #4d4d4d 75%, transparent 75%, transparent);
    }
.staffBox{
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
}
.staffBox img{
    margin-right: 48px;
}
.staffBox p{
    color: #d9b909;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}


.salonguideImage img{
    width: 100%;

}
.solonguidetxt{
    text-align: center;
    margin: 60px auto 130px;
    line-height: 3;
}
.galleryArea{
    width: 960px!important;
    margin: 0 auto!important;
}
.galleryArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.galleryArea li {
    list-style: none;
    width: 300px;
    margin-bottom: 30px;
  }
  .galleryArea img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 300px;
	height: 300px;
	object-fit: cover;
  }
.galleryArea li a {
    display: block;
  }


.more a{
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    width: 300px;
    margin: 50px auto 130px;
    padding:10px;
}
.qr li{
	display:inline-block;
	text-align: center;
	color: #fff;
	font-size:10px;
	margin: 15px 0 0 12px;
}
/* .salonguideImage{
		width: 1000px;
}
.solonguidetxt{
		width: 1000px;
} */
.subArea h1 {
min-width: 100%;
}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
	#header{
		display: none;
	}
	#toggle a{
	  padding: 5px 0;
		font-size: 0;
        height: 45px;
	}
	#toggle a img{
        width: 100px;
        margin-top: 4px;
	}
	.subArea{
		padding: 0;
	}
	.salonguideImage{
		width: 100%;
	}
	.solonguidetxt{
		width: 100%;
		margin: 30px auto 50px;
	}
	.menuWaku{
		width: 100%;
		margin: 0 0 50px;
	}
	.menuinner{
		padding: 20px;
	}
	.menuL,
	.menuR{
		float: none;
		width: 100%;
		border: none;
	}
	.menuL > p{
		float: none;
		width: 100%;
		padding: 0;
	}
	.menuL dl{
		float: none;
		width: 100%;
		padding: 0;
	}
	.menuR dl{
		margin: 0;
	}
	.menuL dl dt,
	.menuR dl dt{
		width: 60%;
	}
    .menuL dl dd,
    .menuR dl dd{
        width: 40%;
    }

    .menuL dl dt span{
        display: block;
        margin-left: 0;
    }
	.menuR dl dt:last-of-type{
		padding-bottom: 0;
	}
	.staffList,
	.staffInner{
		width: 100%;
	}
	.staffList{
		margin-bottom: 50px;
	}
	.staffList li{
		margin-top: 25px;
	}
	.staffInner{
		padding: 15px;
	}
	.staffBox{
		width: 50%;
	}
	.staffBox img{
		padding-right: 10px;
		margin: 0;
	}
	.galleryArea{
		width: 100%!important;
	}
    .galleryArea ul {
        justify-content: center;
    }
	.galleryArea > iframe{
		width: 100%!important;
		height: 572px!important;
	}
	.more a{
		width: 90%;
	}
	.more a{
		margin: 30px auto 60px;
	}
	.subAccessArea,
	.mapArea{
		width: 100%;
	}
	.subAccess{
		width: 100%;
		float: none;
	}
	.accessImg{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.accessImg img{
		width: 100%;
	}
	.mapArea{
		margin: 50px 0;
	}
	.mapArea > p{
		display: none;
	}
	.subAccess p{
		line-height: 2;
	}
	.subAccessDl{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 320px){
	.galleryArea > iframe{
		height: 480px!important;
	}
}
