@charset "utf-8";

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

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

#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;
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.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: #888;
}

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

strong.marking-all {
    background-color: #ffff55;
}

strong.marking-pen {
	background: linear-gradient(transparent 50%, #ffff55 0%);
}


/* policy */

.policy-wap {
	max-width: 780px;
	margin-bottom: 20px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
}

.policy-wap .policy-title img {
	margin-bottom: 15px;
}

.policy-wap h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}

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

.policy-wap p {
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 1em;
}

p.signe {
	text-align: right;
}

.policy-wap .photo {
	max-width: 350px;
	height: 474px;
    background-image: url(../img/yanagisawa-photo.jpg);
    background-position: 91% 0;
    background-repeat: no-repeat;
	background-color: #333;	
	background-size: 210%;
	margin: 0 auto;
	margin-bottom: 70px
}

.handmade-text p {
	text-align: center;
}

.for-the-patty {
	margin: 1.5em 0 1em;
}

.handmade-text .for-the-patty img {
margin-bottom: 5px;
}

.handmade-text .for-the-patty p {
	font-weight: bold;
}