@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


HTML { font-size: 62.5%; }

BODY {
	color: #24150b !important;
	font-family: Arial, "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, sans-serif;
}

/* clearfix */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* Link */
a {
	color: #24150b;
	border-size: 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
	a:hover {
		opacity: 0.6;
		filter: alpha(opacity=80);
	}


/*Image */
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.PromotionImage img, .bxslider img, .card_img {
	width: 100%;
	height: auto;
}

.card_img {
	position: relative !important;
	border-radius: 10px 10px 0 0;        /* CSS3草案 */  
    -webkit-border-radius: 10px 10px 0 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px 10px 0 0;   /* Firefox用 */ 
}


/* .PromotionImage */
.PromotionImage {
    position: relative;
    width: 100%;
    max-height: 400px;
	overflow: hidden;  
}
	/*#Order .PromotionImage { background: url('../img/promo/promo_order.png') center center no-repeat; }
	#Kofun .PromotionImage { background: url('../img/promo/promo_kofun.png') center center no-repeat; }
	#Pastry .PromotionImage { background: url('../img/promo/promo_pastry.png') center center no-repeat; }
	#Eat-in .PromotionImage { background: url('../img/promo/promo_eatin.png') center center no-repeat; }
	#Shop .PromotionImage { background: url('../img/promo/promo_shop.png') center center no-repeat; }*/

.PromotionImage:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(../img/ami.png) repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* Heading */
/* h2 */
.PageTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 3.6em;
    text-align: center;
    color: #fad560;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 20px; font-size: 2.0rem;
    line-height: 1.2;
}
	.PageTitle span {
		color: #fff;
		font-size: 50px; font-size: 5.0rem;
	}

h3, h4, h5 { color: #755b49; }

h3.title {
	paddint-top: 20px;
	display: inline-block;
	float: left;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 30px; font-size: 3.0rem;
	line-height: 50px;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
	h3.title:before {
		content: url(../img/title.png);
		margin-bottom: 15px;
	}
	
h4 {
	margin-bottom: 20px;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
}

h5 {
	margin-bottom: 10px;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1;
}


/* Text */
span.Text-Attention {
		background: linear-gradient(transparent 30%, #fad560 30%);
	}

.line {
	color: #fff;
	background: none;
	background-color: #13bf00 !important;
	padding: 3px 10px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 110%;
	
}


/* Table */
table {
	background-color: #fff;
	border-collapse: collapse;
}
table caption {
	color: #fff;
	background-color: #362011;
}
table th, table td {
	border: 1px solid #d0b389;
	text-align: center;
	vertical-align: middle;
}
table th {
	background-color: #faecd8;
	white-space: nowrap;
}


/* .Header */
.Header {
    width: 100%;
    height: 80px;
	background: url(../img/bg_header.jpg) left bottom repeat-x;
}

.Header-Inner {
    position: relative;
    width: 970px;
    height: 80px;
    margin: 0 auto;
}

.Header-Logo {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 99;
    width: 254px;
    height: 193px;
	background: url(../img/logo_base.png) left top no-repeat;
	background-size: cover;
}
	.Header-Logo img {
		position: absolute;
		top: 16px;
		left: 26px;
		width: 203px;
		height: 99px;
	}

.Header-Navi {
    position: absolute;
    top: 14px;
    right: 0;
}

.Header-Navi_Link {
    float: left;
    height: 46px;
    margin-left: 25px;
}
	.Header-Navi_Link:first-child { margin-left: 0 !important; }
	@media only screen and (min-width: 769px) {
		.Header-Navi_Link span { display: none; }
		
		a.Header-Navi_Link {
			height: 46px !important;
			display: block;
		}
			a.Header-Navi_info  {
				width: 63px;
				background-image: url(../img/navi/info.png);
			}
			a.Header-Navi_order  {
				width: 131px;
				background-image: url(../img/navi/order.png);
			}
			a.Header-Navi_pastry  {
				width: 112px;
				background-image: url(../img/navi/pastry.png);
			}
			a.Header-Navi_eatin  {
				width: 107px;
				background-image: url(../img/navi/eatin.png);
			}
			a.Header-Navi_blog  {
				width: 78px;
				background-image: url(../img/navi/blog.png);
			}
			a.Header-Navi_shop  {
				width: 57px;
				background-image: url(../img/navi/shop.png);
			}
	}


/* .Content */
.Content {
	background-image: url(../img/bg_main.png);
	padding: 75px 0 125px;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.6;
}

.Content-Inner {
    position: relative;
    width: 970px;
    margin: 0 auto;
	margin-top: 100px;
}
	.Content-Inner:first-child { margin-top: 0 !important; }

.Content-Header {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

.Content-Body {
	position: relative;
	/*left: 80px;*/
	margin-left: 80px;
	width: 890px;
}

.Content-Inner-Block { margin-bottom: 50px; }


/* .Page Top */
#Page-Top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
	#Page-Top a {
		width: 124px;
		height: 156px;
		display: block;
	}


/* .Footer */

.Footer {
	position: relative;	
	color: #d0b389;
	width: 100%;
	background: url(../img/bg_footer.jpg) left top repeat-x;
	font-size: 13px; font-size: 1.3rem;
	padding: 45px 0 45px;
}

.Footer a { color: #d0b389; }
.Footer-Sns a { margin-left: 15px; }
	.Footer-Sns a span { display: none; }

.Footer-Inner {
    position: relative;
    width: 970px;
    margin: 0 auto;
}

.Footer-Logo {
    position: absolute;
    top: 0;
    left: 0;
}
	.Footer-Logo img {
		width: 50%;
		height: auto;
	}

.Footer-Sns, .Footer-Navi, .Footer-Copyright { text-align: right; }
.Footer-Sns_Link, .Footer-Navi li { display: inline-block; }

.Footer-Navi { margin: 25px 0; }
	.Footer-Navi a {
		padding: 0 10px;
		text-decoration: underline;
	}
	.Footer-Navi li:after {
		content: "|";
	}
	.Footer-Navi li:last-child:after {
		content: "";
	}

.Footer-Copyright { font-size: 11px; font-size: 1.1rem; }



/* 
 * Elements
 */
 
/* .Line Up */
.Line-Up li {
    float: left;
    width: 212px;
	background-color: #fff;
    margin-bottom: 15px;
    margin-right: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
	.Line-Up li:nth-child(4n) {
		margin-right: 0;
	}

.Item-Image { position: relative; }

.Badge {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
	.Badge img { margin-left: 3px; }
.Ribbon {
	position: absolute;
	top: 0;
	left: 0;
}

.Line-Up li dl {
	padding: 15px 10px;
	text-align: center;
}
.Line-Up li dt {
	margin-bottom: 12px;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.35;
}
.Line-Up li dd {
	margin-bottom: 7px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1;
}
	.Line-Up li dd span { font-size: 120%; }

.tax {
	color: #fff;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1;
	text-align: right;
	position: absolute;
	top: -30px;
	right: 0;
}
	.tax span {
		background-color: #755b49;
		padding: 5px 10px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
	}

/* Contact */
.Contact {
	width: 910px;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	position: relative;
}

.Contact .icon {
	width: 30px;
	height: 30px;
	padding-right: 5px;
}

.Contact-Address {
	width: 350px;
	float: left;
}
.Contact-Notice {
	width: 550px;
	float: right;
}

.Contact h3 {
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.35;
}

.Contact address {
	margin-top: 25px;
	font-size: 18px; font-size: 1.8rem;
}
	.Contact .form { margin-bottom: 20px; }

.Contact-Notice p {
	margin-bottom: 15px;
	font-size: 14px; font-size: 1.4rem;
}
	.Contact-Notice p:last-child { margin-bottom: 0 !important; }
	.Contact-Notice p span {
		background: linear-gradient(transparent 20%, #fad560 20%);
	}
	.Contact-Notice p span.line {
		color: #fff;
		background: none;
		background-color: #13bf00 !important;
		padding: 3px 10px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		font-size: 110%;
		
	}