/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*reset CSS　ここまで*/

/*全体共通部分　ここから*/


html {
	-webkit-text-size-adjust: 100%;
}

#hd-top:after {
	content: "";
	display: block;
	clear: both;
}


body {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
}


.h2_head {
	text-align: center;	
}

h2 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	border-left: #ff0000 10px solid;
	padding-left: 10px;
	font-size: 20px;
}

h3 {
	display: table;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-left: #0000ff 10px solid;
	padding-left: 10px;
	font-size: 18px;
}


a {
	text-decoration: none;
}


/*全体共通部分　ここまで*/


/*個別部分　ここから*/


header {
	position: fixed;
	top:0;
	width: 100%;
	z-index: 12;
}


h1 {
	float: right;
	width: 50%;
	background: #ffffff;
}

h1 a {
	display: table-cell;
	width: 9999px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

h1 a img {
	max-width: 100%;
	max-height: 50px;
}

#hd-top_h1_text {
	display: none;
}

#hd-top_nav {
	float: left;
	width: 50%
}

nav {
	position: relative;
	height: 50px;
}

#nav_menu {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #2b0055;
	color: #ffffff;
	font-size: 21px;
	-moz-border-radius: 0 0 10px;
	-webkit-border-radius: 0 0 10px;
	-ms-border-radius: 0 0 10px;
	border-radius: 0 0 10px;
}


nav > ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
}


.nav_level1 > a {
	display: table-cell;
	box-sizing: border-box;
	width: 9999px;
	height: 50px;
	border-bottom: #969696 1px solid;
	background: #eadcf8;
	vertical-align: middle;
	text-align: center;
	color: #969696;
	font-size: 18px;
}

#nav1 a {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-ms-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;	
}


#nav2 a {
	line-height: 12px;
}

#nav5 a, #nav3 .nav_level2 a {
	line-height: 20px;
}

#nav3, #nav4 {
	position: relative;
}

#nav3 ul, #nav4 ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%; 
}

.nav_level2 a {
	display: table-cell;
	box-sizing: border-box;
	width: 9999pX;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	border-bottom: #969696 1px solid;	
	background: #2b0055;
	color: #ffffff;
	font-size: 18px;
}


#hd-bottom {
	display: none;
}





main {
	display: block;
	margin-left: 2%;
	margin-right: 2%;
}

#slideshow {
	position: relative;
	padding-bottom: 42%;
	margin-top: 70px;
	margin-bottom: 20px;
	z-index: 2;
}

#slideshow li {
	display: none;
	position: absolute;
	z-index: 3;
}

#slideshow li img {
	width: 100%;
}

#whiteslide {
	position: absolute;
	z-index: 4;
	width: 100%;
	padding-bottom: 42%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+50,ffffff+100&0+0,0.7+20,0.9+50,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 20%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 20%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}


#news_contents dl:not(last-child) {
	margin-bottom: 10px;
}

#news_contents dl:last-child {
	margin-bottom: 20px;
}

#news_contents dt {
	text-align: center;
	border-top: #0000ff 1px solid;
	border-bottom: #0000ff 1px solid;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #0000ff;
	font-size: 18px;
	line-height: 30px;
}

#news_contents dt span {
	color: #ff0000;
}

#news_contents dd {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 25px;
	font-size: 14px;
}

#news_contents dd span {
	color: #ff0000;
}




#item_contents li {
	border-top: #0000ff 1px solid;
	padding-bottom: 10px;
}

#item_contents li:last-child {
	border-bottom: #0000ff 1px solid;
	margin-bottom: 30px;
}

.cake_img p {
	float: right;
	width: 35%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.cake_img img {
	max-width: 100%;
	height: auto;
}

.cake_name {
	float: left;
	box-sizing: border-box;
	width: 63%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	border-bottom: #ff0000 1px solid;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
}

.cake_desc {
	float: left;
	box-sizing: border-box;
	width: 63%;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}

.cake_price {
	clear: both;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.cake_name .shinsaku {
	color: #ff0000;
	font-size: 16px;
}

.cake_price .torikeshisen {
	text-decoration: line-through;
}



#shop_info_table dl {
	box-sizing: border-box;
	border-top: #0000ff 1px solid;
	border-left: #0000ff 1px solid;
	border-right: #0000ff 1px solid;
}


#shop_info_table dt {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #ff0000 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
}


#shop_info_table dd {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 18px;
	line-height: 25px;	
}

#shop_info_table dd br {
	display: none;
}


#shop_info_img {
	box-sizing: border-box;
	border: #0000ff 1px solid;
	margin-bottom: 20px;
}

#shop_info_img p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#shop_info_img img {
	max-width: 100%;
	height: auto;
}




#access_map_img {
	position: relative;
	z-index: 10;
	padding-bottom: 50%;
	border: #ff0000 1px solid;
}

#access_map_img iframe {
	position: absolute;
	z-index: 9;
	width: 99%;
	height: 99%;
}


#access_map_text {
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}

#access_map_text a {
	color: #0000ff;
	text-decoration: underline;
}




#access_guide_text p {
	text-align: center;
	line-height: 25px;
}

#access_guide_text p:first-child {
	margin-bottom: 20px;
}

#access_guide_text p:nth-child(2) {
	margin-bottom: 40px;
}



#profile_contents {
	border: #0000ff 1px solid;
	margin-bottom: 20px;
}

#profile_contents p:first-child {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}

#profile_contents p:nth-child(2) {
	margin-bottom: 50px;
	text-align: center;
	font-size: 20px;
	color: #0000ff;
}

#profile_contents p:nth-child(2) span {
	color: #ff0000;
}



footer {
	border-top: #969696 1px solid;
}

footer p {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 25px;	
	text-align: center;
}


/*個別部分　ここまで*/

