@charset "utf-8";
@import url("/common/css/reset.css");

html, body { height: 100%; }

body{
	color: #000;
}

/**/

#loading {
	width: 100vw;
	height: 100vh;
	margin: 0;
	background: #fff;/*グルグルの背景を白に*/
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999; /*とりあえず一番前面に出るように*/
}
#loading img {
	position:absolute;
	width:80%;
	height:auto;
	top:50%;
	left:50%;
	margin-top:-40%;/*グルグルを真ん中にするために、画像の高さ分マイナスで*/
	margin-left:-40%;/*グルグルを真ん中にするために、画像の幅分マイナスで*/
}

/**/

header{
	background:url(../../../teaser/img/background.png);
	padding:50px 20px;
	z-index:1;
}

header img{
	vertical-align:bottom;
}

header .concept p{
	margin-top:1em;
	line-height:1.8;
}


/* ──────────────────── */

#shopinfo{
	margin:50px 20px;
}

#shopinfo h1{
	margin:0 auto 50px;
}

#shopinfo article{
	position:relative;
}

#shopinfo article h2{
	font-size:130%;
}

#shopinfo article p{
	margin-top:1em;
	line-height:1.8;
}

#shopinfo article + article{
	margin-top:50px;
}

#shopinfo article img {
    box-shadow: 20px 20px 20px
	rgba(0,0,0,0.1);
    height: auto;
    margin-bottom: 30px;
    vertical-align: bottom;
    width: 100%;
    height: 320px;
}

#shopinfo article ul{
	margin:0;
	padding:0;
	list-style:none;
}

#shopinfo article ul a[href^="https://www.instagram.com/"] {
	background:url(../../../teaser/img/Instagram.png) no-repeat center rgba(255,255,255,0.5);
	background-size:100% auto;
	border-radius:7px;
	display:block;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	width:30px;
	position:absolute;
	top:10px; left:10px;
	transition: all 300ms 0s ease;
}

#shopinfo article ul a[href^="https://www.instagram.com/"]:hover{
	background:url(../../../teaser/img/Instagram.png) no-repeat center rgba(255,255,255,0.8);
	background-size:60px auto !important;
	border-radius:0;
	height:100%!important;
	position:absolute;
	top:0; left:0 !important;
	width:100% !important;
}

#shopinfo article a[href^="/reservation/"]{
	display:block;
	color:#333;
	border:2px #000 solid;
	border-radius:2em;
	text-align:center;
	transition:all ease 0.3s;
	padding:0.5em 2em;
	margin:0 auto;
}

#shopinfo article#youTube{
    align-items: center;
    background: url("../../../common/img/channelvisual.jpg") no-repeat center;
    background-size:auto 100% ;
    margin-top:50px;
    padding:40px;
    position: relative;
}

#shopinfo article#youTube::before{
    background: rgba(0,0,0,0.50);
    content: "";
    display: block;
    height: 100%;
    mix-blend-mode:multiply;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 1;
}

#youTube a{
    text-shadow: 1px 1px 0 #000;
    color: #FFF;
    display:block;
    margin: 0 auto 0 0;
    position: relative;
    text-decoration: none;
    z-index: 5;
}

#youTube a[href*="https://www.youtube.com/"] li{
    border: 1px #FFF solid;
    display: table;
    margin: 1em auto 0;
    transition: all ease 0.3s;
    padding:0.5em 1em;
}

#youTube a li:hover{
    border: 1px red solid;
    background: red;
}

#youTube div{
    margin: 2em 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
}

#youTube div::before{
    display: block;
    content: "＼チャンネル登録はこちら／";
    color: #FFF;
}


/* ──────────────────── */

#about{
	justify-content: space-between;
	margin: 50px 20px 0;
}

#about section + section{
	margin-top:50px;
}

#about section h2{
	margin-bottom:1em;
}

#about section iframe{
	width:100%;
	height:500px;
}

#about section dl{
	line-height: 1.8;
}

#about section dl dt{
	clear: left;
	float: left;
	width: 9em;
}

#about section dl dd{
	padding-left: 10em;
	margin-bottom: 1em;
}

#about section dl + p{
	font-size: 0.8em;
}

/* ──────────────────── */

div#wrap{
	margin:50px 0 0;
}

#facebook{
	margin:0 20px 50px;
}

#facebook h2{
	margin-bottom:1em;
}

#map{
	height: 400px;
	width:100%;
	z-index:1 !important;
}

/* ──────────────────── */

footer{
	background:url(../../../teaser/img/background.png) #000;
	padding: 50px 0;
	color: #FFF;
	text-align: center;
}

