@charset "utf-8";

/*------------------------------------------------------------
	body
------------------------------------------------------------*/

.menu-link {
	text-align: center;
	margin-top: 50px;
}

#shack-delivery {
padding-top: 180px;
margin-top: -180px;
}

#stand-delivery {
padding-top: 100px;
margin-top: -80px;
}

.link-button {
	display: inline-block;
	font-size: 18px;
	font-family: abolition-w00-regular,sans-serif;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: 1.2px;
	padding: 0 10px;
	margin: 0 5px;
}

a.link-button:first-child {
margin-bottom: 10px;
}

/*
.menu-button::before,
.menu-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
*/
.link-button,
.link-button::before,
.link-button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.link-button {
	color: #fff;
	width: 240px;
	background-color: #333;
}
.link-button:hover {
	background-color: #b6291d;
}


/*------------------------------------------------------------
	body
------------------------------------------------------------*/
/*
#main {
	padding-top: 66px;
}
*/

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

.page-sub-area {
	margin-bottom: -10px;
}

.contact-box p.genzai {
	font-size: .9em;
	text-align: center;
	margin-bottom: 1em;
}

.cintact-info {
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	line-height: 1.4em;
    padding: 1.4em 0;
	margin: .5em 0 1.8em ;
	text-align: center;
}

.cintact-info h3 a {
    color: #333;
	font-family: HelveticaNeueLTStd-BdCn,sans-serif;
	font-size: 2em;
	text-decoration: none;
}

.cintact-info h3 {
	margin-bottom: .4em;
}

.cintact-info h3 span {
    font-size: 0.8em;
}

.cintact-info dl {
	font-size:.9em;
}

.cintact-info dl span {
	color: #b6291d;
	font-weight: bold;
}

.cintact-info dt {
	font-weight: bold;
}

.delivery-area {
	max-width: 700px;
	line-height: 1.7;
	margin: 0 auto;
	margin-top: -10px;

}

.delivery-area h4 {
	color: #b6291d;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 5px;
}

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

.delivery-area span {
	font-size: .8em;
}

.entry-btn a {
	font-weight: bold;
	background: #b6291d;
	display: block;
	text-align: center;
	padding: 13px 0 7px 0;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.entry-btn a:hover {
	background: #dd3729;
}

.entry-btn {
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
}

.entry-btn {
	font-family: HelveticaNeueLTStd-BdCn,sans-serif;
	font-size: 20px;
}

.entry-btn span {
	font-size: .6em;
}

.net-oder {
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 1.8em 0 1.8em 0;
	margin: 40px 0 20px;
}

.net-oder .page-sub-lead p span {
	font-size: 1.2em;
	font-weight: bold;
}

.net-oder h3 a {
	font-size: 16px;
}

.delivery-att h4 {
	color: #b6291d;
	font-weight: bold;
	line-height: 1.5;
}

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


.delivery-att p.size-80 {
	font-size: .8em;
	margin-top: 10px;
}

.delivery-att p img {
	margin-top: 5px;
}


.delivery-att .indent {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}


/*------------------------------------------------------------
	page-title
------------------------------------------------------------*/

.delivery-wap {
	max-width: 1000px;
	margin-bottom: 20px;
	margin: 0 auto;
	padding: 40px 20px;
}

span.att01 {
	color: #b6291d;
	font-weight: bold;
}

span.kkm {
	color: #fff;
	display: inline-block;
	background: #a8a8a8;
	border-radius: 2px;
	padding: 2px 4px 1px;
	margin-bottom: 3px;
}

span.mg-top {
	display: inline-block;
	margin-top: 1.2em;
}


.stuff h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.stuff dl {
	display: table;
	width: 100%;
	font-size: .9em;
	border-bottom: 1px solid #eee;
}

.stuff dl.first {
	border-top: 1px solid #eee;
}

.stuff dt {
	display: table-cell;
	width: 27%;
	font-weight: bold;
	background: #f6f6f6;
	vertical-align: middle;
	padding: 0 15px;
}

.stuff dd {
	float: left;
	padding: 10px 15px;
}

.stuff .indent {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

.full-time {
	margin-bottom: 40px;
}

.delivery-title {
	text-align: center;
}

.delivery-title h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 60px 0 5px;
}


#stand-delivery.delivery-title h3 {
    border-top: 1px solid #e5e5e5;
	padding-top: 50px;
}

.delivery-title i {
	color: #b5b5b5;
	font-size: 25px;
	margin-bottom: 10px;
}

.link-nav ul { 	
    margin: 20px 0 20px;
 } 

.link-nav ul li{ 	
     display:inline-block;
  vertical-align: middle;
    margin: 0 10px;
 } 

.link-nav ul li a:hover{
    opacity: 0.6;
 } 