@charset "utf-8";

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@font-face {
	font-family: "abolition-w00-regular";
	src: url("../fonts/abolition-w00-regular.woff") format("woff");
}

@font-face {
	font-family: "HelveticaNeueLTStd-LtCn";
	src: url("../fonts/HelveticaNeueLTStd-LtCn.woff") format("woff");
}

@font-face {
	font-family: "HelveticaNeueLTStd-BdCn";
	src: url("../fonts/HelveticaNeueLTStd-BdCn.woff") format("woff");
}

/*------------------------------------------------------------
	a
------------------------------------------------------------*/
a:link {
	text-decoration: none;
}

a:visited {

}

a:hover {
}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/

#logo img {
	position: absolute;
	top: 26px;
	left: 15px;
	width: auto;
	height: 15px;
} 

#gheader {
    position: fixed;
	z-index: 999;
	width: 100%;
/*
	height: 165px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f5f5f5;
*/
}

#gheader .header-wap {
	position: relative;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#gnav {
	display: none;
}

#gnav nav {
	position: relative;
	float: right;
}

#gnav ul li {
	float: left;
}

#gnav ul li a {
	font-family: abolition-w00-regular;
	font-size: 18px;
	display: block;
	padding: 23px 7px;
	color: #444;
	letter-spacing: 1px;
}

#gnav ul li a:hover {
	color: #b6291d;
}

#gnav ul li.active {
	font-family: abolition-w00-regular;
	font-size: 18px;
	display: block;
	padding: 23px 7px;
	letter-spacing: 1px;
}

/*
#gnav ul li ul {
	display: none;
	position: absolute;
    width: 220px;
    background-color: #FFF;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
    border: 1px solid #EEE;
    border-top: 2px solid #1ABC9C;
    height: auto;
    z-index: 199;
    top: 100%;
    margin: 0;
}
*/



/**
 * single menu
 */
/*
#gnav nav .menu_single {
  position: relative;
}

.menu_second-level {
  position: absolute;
  top: 50px;
  width: 100%;
  background: #b6291d;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
	z-index: 10;
}

*/
/*
.menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
*/


/* transition */
#gheader,
#gheader:after,
#logo img,
#gnav ul li,
#gnav ul li a,
#gheader.fixed .menu-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#gheader.fixed #logo img {
	top: 19px;
	height: 13px;
} 

#gheader.fixed .header-brock {
    background: rgba(255,255,255,.97);
	height: 50px;

}

#gheader.fixed #gnav ul li a {
	font-size: 17px;
	padding: 17px 12px;
}

#gheader.fixed #gnav ul li.active {
	font-size: 17px;
	padding: 17px 12px;
}

/*
#gnav ul ul li {
	float: none;

}
*/

/*
#gnav ul ul li a {
padding-top: 20px;
padding-bottom: 20px;	
}
*/


#gnav nav li.menu_single {
	position: relative;
}

#gnav nav li.menu_single ul.menu_second-level li {
	overflow: hidden;
	height: 0;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #fff;
	top: 50px;
	left: 0;
	z-index: 1;
}

#gnav nav li.menu_single ul li a {
	padding: 20px 10px;
}

#gnav nav li.menu_single:hover ul li {
	overflow: visible;
	height: auto;
	background: #fff;
}

/*------------------------------------------------------------
	delivery-info
------------------------------------------------------------*/

.delivery-info {
	color: #fff;
	font-family: "HelveticaNeueLTStd-BdCn";
	background-color: #222;
	line-height: 1.3;
}

.delivery-info .delivery-info-wap {
	max-width: 1000px;
	padding: 10px 10px;
	margin: 0 auto;
}

.delivery-info a.shackd-menu,
.delivery-info a.standd-menu {
	color: #fff;
	display: inline-block;
	background-color: #982c23;
	text-decoration: underline;
	text-transform: uppercase;
	vertical-align: bottom;
	padding: 4px 3px 1px;
}

.header-brock {
	background: rgba(255, 255, 255, .9);
	height: 66px;
}

.delivery-info .shack p span {
	font-size: .85em;
	vertical-align: middle;
}

.delivery-info p.holiday {
	font-size: .9em;
}


.delivery-info p a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	vertical-align: middle;
}

.delivery-info p a.d-tel {
	margin-right: 7px;
}
/*

.delivery-info a.shackd-menu {
	margin-bottom: 7px;
}
*/

#main {
	padding-top: 126px;
}

/*
.delivery-footer {
position: fixed;
bottom: 0;
width: 100%;
	text-align: center;
		font-family: "HelveticaNeueLTStd-BdCn";

}

.delivery-footer .shack-tel {
	float: left;
    width: 50%;
    background-color: #006BB5;

}

.delivery-footer .stand-tel {
	float: left;
    width: 50%;
    background-color: #ed8e00;

}


.delivery-footer .shack-tel:hover {
	background-color: #1A85CF;
}

.delivery-footer .stand-tel:hover {
	background-color: #FFA81A;
}


.delivery-footer a {
	display: block;
	color: #fff;
	padding: 12px 3px;
	
}

.delivery-footer li span {
	font-size: .9em;
	font-weight: bold;
}
*/

/*
#headerMail {
    position: fixed;
    bottom: 0;
    right: 0%;
    width: 50%;
    background-color: #ed8e00;
    z-index: 1;
}
*/


/*------------------------------------------------------------
	sp-menu
------------------------------------------------------------*/

.menu-btn {
    position: absolute;
    top: 18px;
	bottom: 0;
    right: 20px;
	margin: auto;
    z-index: 99;
    display: inline;
	vertical-align: top;
    font-size: 32px;
	line-height: 1;
}

#gheader.fixed .menu-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 99;
    display: inline;
	vertical-align: top;
    font-size: 32px;
	line-height: 1;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

.btn-open:after {
    color: #333;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -webkit-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}


/*
#gheader.fixed .menu-btn a.btn-close {
    top: -80px;

}
*/

.btn-close {
	position: absolute;
    top: -50px;
    right: 15px;
}

.btn-open:hover:after {
    color: #b6291d;
}

.btn-close:after {
    color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -webkit-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #b6291d;
}

/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
	left: 0;
    z-index: 9;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #333;
}

.overlay .menu {
    margin: 70px auto;
    width: 78%;
}

.overlay .menu ul li a:hover {
	color: #b6291d;
}

.overlay .menu ul li {
	font-family: abolition-w00-regular;
	letter-spacing: 3px;
    text-align: center;
	width: 100%;
	border-bottom: 1px solid #484848;
}

.overlay .menu ul li:last-child {
	border: 0;
}

.overlay .menu ul li a {
    color: #fff;
	font-size: 20px;
	display: block;
	padding: 18px 0;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.overlay .menu ul li.active {
	font-size: 20px;
	padding: 18px 0;
}

/*
.overlay .menu ul li.store {
	border-bottom: 0;

}
*/

.overlay .menu ul li.store {
	padding-bottom: 0;
}

#overlay-logo {
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}


/*------------------------------------------------------------
	下層ページタイトルエリア
------------------------------------------------------------*/

#page-title {
	position: relative;
	width: 100%;
	height: 220px;
    background-image: url(../img/policy-bg.jpg);
    background-position: 70% 0px;
	background-size: cover;
    background-repeat: no-repeat;
	background-color: #333;	
	text-align: center;
	margin-bottom: 10px;
}

#page-title::before {
	z-index: 0;
	content: "";
	background-image: url(../img/cover.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.4);
}

#page-title h1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	height: 95px;
	color: #fff;
	font-family: abolition-w00-regular,sans-serif;
    font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#page-title h1 span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
	letter-spacing: 1px;
}

#page-title h1::after {
    position: absolute;
    background-color: #fff;
    content: "";
    width: 60px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
}

#page-title .page-title-wap {
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}

/*------------------------------------------------------------
	下層ページサブエリア
------------------------------------------------------------*/

.page-sub-area {
	text-align: center;
	margin-bottom: 40px;
}

.page-sub-title h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 35px;
}

.page-sub-title h2:after {
    background-color: #333;
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	margin-top: 40px;
}

.page-sub-lead p {
	font-size: .9em;
	line-height: 1.8;
	margin-bottom: 2em;
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.breadcrumb {
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.breadcrumb li {
    display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
}

.breadcrumb li + li::before {
    padding: 0 2px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb a {
    color: #555;
}

.active {
    color: #c5c5c5;
}


/*------------------------------------------------------------
	ニューオープンバナー
------------------------------------------------------------*/
.newopen-bnr {
	position: fixed;
	width: 35px;
	height: auto;
	top:250px;
	right: 0;
	z-index: 3;
}

img.newopen-btn1 {
	width: 35px;
	height: auto;
}

.newopen-bnr a {
	display: block;
}

/*------------------------------------------------------------
	芝公園本店予約バナー
------------------------------------------------------------*/
.reserve-bnr {
	position: fixed;
	width: 35px;
	height: auto;
	top:250px;
	left: 0;
	z-index: 4;
}

img.reserve-btn1 {
	width: 35px;
	height: auto;
}

.reserve-bnr a {
	display: block;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/

#gfooter {
	border-top: solid 1px #333;
    background-color: #222;
/*	padding-bottom: 42px;*/
}

#gfooter .footer-wap {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 20px;
}


p.copyright {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
}
.sns-list a {
    display: inline-block;;
    width: 20px;
	height: 20px;
    border-radius: 50%;
    background: #444;
    color: #fff;
	margin: 0 auto;
	padding: 5px;
	margin: 0 2px;
	margin-bottom: 10px;
}


.sns-list a:hover {
	    background: #888;
	    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*------------------------------------------------------------
	マーカー
------------------------------------------------------------*/

.marker {
	font-size: 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #982c23));
	background: linear-gradient(transparent 60%, #982c23 50%);
}


/*------------------------------------------------------------
	page-top
------------------------------------------------------------*/

#page-top {
	width: 50px;
	position: fixed;
	bottom: 42px;
	right: 0;
	z-index: 99;
}

#move-page-top {
	cursor: pointer;
}

#page-top img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#page-top img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}


/*------------------------------------------------------------
	commonレスポンシブ
------------------------------------------------------------*/

@media screen and (min-width: 338px) {

#main {
	padding-top: 129px;
	}
    .pc-none{
        display: block;
    }

}
@media screen and (min-width: 423px) {

#main {
	padding-top: 128px;
	}

}

@media screen and (min-width: 437px) {

#main {
	padding-top: 108px;
	}
.btn-close {
    top: -30px;
}
	
}

@media only screen and (min-width: 780px) {

.pr-video .video {
	width: 90%;
	margin: 0 auto;
	}
/*
.pr-video .video .video1,
.pr-video .video .video2

{
	float: left;
	width: 49%;
		margin-bottom: 0px;

}

.pr-video .video .video1 {
	margin-right: 2%;
}
*/

.delivery-footer {
	display: none;
}

#gfooter {
	margin-bottom: 0;
}
	
.delivery-info .delivery-info-wap {
text-align: center;
	padding: 10px 10px;
}

/*
.delivery-info-wap .shack {
	margin-right: 10px;
}
*/

.delivery-info-wap .shack,
.delivery-info-wap .stand {
	display: inline-block;
}

.delivery-info-wap a.shackd-menu {
	margin-bottom: 0;
}

#main {
	padding-top: 109px;
}
    
.pc-none{
        display:none;
    }
}



/*
}@media screen and (min-width: 896px) {


#main {
	padding-top: 109px;
}


}
*/


