@charset "UTF-8";
/* CSS Document */
body{
	font-size: 16px;
	line-height: 1.5;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
img{
	width: 100%;
	height: auto;
}
#hdr{
	position: relative;
}
header#hed {
    position: relative;
    margin: 0 auto;
    padding: 20px 100px;
    position: sticky;
    top: 0px;
    background-color: #000;
    z-index: 999999;
}

header#hed h1.logo_shibuya {
    max-width: 250px;
}
header#hed dl.btn_sns {
    position: absolute;
    right: 100px;
    top: 20px;
    display: flex;
    width: 220px;
}

header#hed dl.btn_sns dd {
    padding: 15px;
    width: 25%;
}
@media screen and (max-width:640px){
	.pc{
		display: none;	
	}
@media screen and (max-width: 798px) {
    header#hed {
        position: relative;
        margin: 0 auto;
        padding: 11px;
        position: sticky;
        top: 0px;
        background-color: #000;
        z-index: 999999;
    }
    header#hed h1.logo_shibuya {
        max-width: 140px;
        position: absolute;
        left: 20px;
        top: 20px;
    }

    header#hed dl.btn_sns {
        position: absolute;
   right: 4px;
            top: 16px;
        display: flex
;
        width: 30%;
        max-width: 180px;
    }
    

        header#hed dl.btn_sns dd:first-child, header#hed dl.btn_sns dd {
        padding: 4px;
    }
}
}
   @media screen and (max-width: 399px) {
    header#hed dl.btn_sns dd {
        width: 30%;
    }
}

@media screen and (min-width:641px){
	.sp{
		display: none;	
	}
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

ul.sns{
	display: flex;
	width: 20%;
	max-width: 100px;
	position:absolute;
	top:15px;
	right: 15px;
}
ul.sns li{
	padding: 5px;
}
h1.hdr-logo{
	position:absolute;
	top: 15px;
	left: 15px;
	width: 40%;
	max-width:280px;
}
h2.ttl{
	font-size: 2.5em;
	color:#00105c;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}
h3.ttl_ja{
	text-align: center;
}
#content{
}
.kikaku{
	min-height: 100px;
	text-align: center;
	padding: 5%;
}
.atari{
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
}
#contact{
	margin: 50px 0;
}
#contact .tel{
	width: 90%;
	max-width: 300px;
	margin: 20px auto;
}
#access{
	margin: 50px 0;
}
#access .acc-come{
	margin-top: 30px;
	text-align: center;
}
#access .map{
	width: 90%;
	max-width: 300px;
	margin: 20px auto;
}
#access dl.acc-spec{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
#access dl.acc-spec dt{
	width: 20%;
	margin-top: 0.5em;
}
#access dl.acc-spec dd{
	width: 80%;
	margin-top: 0.5em;
}
#ftr{
	font-size: 0.8em;
	text-align: center;
	margin-top: 50px;
	    padding: 30px 0;
}
#ftr .ftr-logo{
	width: 70%;
	max-width: 200px;
	margin: 10px auto;
}

#sns {
    border-top: 1px solid #FFF;
    background: #000;
    padding: 30px 0 0 0;
}

#sns .fb-timeline {
    width: 280px;
    margin: 0 auto;
}

#sns dl.btn_sns dd {
    padding: 5px;
        width: 25%;
}

#access_white .shopinfo {
    border: 1px solid #FFF;
    padding: 7px;
    max-width: 400px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.shopinfo p {
    font-size: 26px;
}


#access_white .shopinfo p a {
    color: #FFFFFF;
    text-decoration: none;
}
#sns dl.btn_sns {
    width: 124px;
    display: flex
;
    margin: 15px auto;
}
/* page-top ------------------------------------*/
#page-top img{
	width:50%;
	height:auto;
}
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background:#000;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}