/*
Theme Name: VeryFancy 2014
Theme URI: //veryfancy.me/
Author: POLYPHONIC
Author URI: //polyphonic.me/
Description: Showcase your Portrait images
Version: 1.0
License: GNU General Public License.
License URI: license.txt


/* =Reset
-------------------------------------------------------------- */


@import url(//fonts.googleapis.com/css?family=Chewy);
@import url(//fonts.googleapis.com/css?family=Stardos+Stencil:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url('https://fonts.googleapis.com/css?family=Oswald:500');
@import url('https://fonts.googleapis.com/css?family=Teko:500');

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units //clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background:#f0f0f0;
	font-weight: 300;
	min-width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #444;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Global */
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
h3 {
	font-size: 1.7em;
	margin-bottom: 1em;
	line-height: 1.5;
}
ul ol, ol ul, ul ul, ol ol {
	margin-bottom: 2em;
}


/* =Header
----------------------------------------------- */

/*#page {
	padding-top:6em;
}*/

#logo {
	width:92%;
	margin:1.5em 0 0 8%;
	text-align:left;
}


header#masthead {
	position: relative;
	width: 100%;
	height: 500px;
	background: #333;
}
hgroup {
	position: absolute;
	height: 100%;
	width: 100%;
	display: table;
}
hgroup div.site-text {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
hgroup h1.site-title {
	font-size: 8em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 7px 7px 0 rgba(0,0,0,0.5);
	padding-top: 40px;
	text-align:center;
}
hgroup h1.site-title a {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}
hgroup h1.site-title a:hover {
	opacity: 1;
}

h1#logo p {
	color:#fff;
	letter-spacing:0;
	font-family: 'Oswald', sans-serif;
	font-size:36px; line-height:1.2;
	width: 420px;
	text-align: center;
}
h1#logo p span {
	color:#e72832;
	letter-spacing:0;
	font-family: 'Oswald', sans-serif;
	padding-left:0;
	text-shadow: 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
}

hgroup h1.open {
	font-family: 'Stardos Stencil', cursive;
	font-size: 6em;
	letter-spacing:0px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 1px 2px rgba(0,0,0,1.0);
	padding-top: 40px;
	color:#fff;
}
hgroup h2.tel {
	font-family: 'Stardos Stencil', cursive;
	font-size: 4em;
	letter-spacing:0px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	padding-top: 0;
	color:#fff;
	margin-bottom:0;
}

hgroup h3.adr {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 1.0em;
	letter-spacing:2px;
	font-weight: normal;
	line-height: 1.2;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	padding-top: 20px;
	color:#fff;
}
hgroup h3.adr a {
	color:#fff;
	text-decoration:none;
}

hgroup h2.site-description {
	color: #ccc;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	position: relative;
	right: 3%;
}
.main-navigation ul#menu-menu02 {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: left;
	position: relative;
	left: 1%;
}
.main-navigation ul#menu-menu02 li {
	margin:20px 10px 0 0;
}
.main-navigation ul#menu-menu02 li a {
	font-family: 'Oswald', sans-serif;
	border:1px solid #333;
	padding:6px 12px;
	font-size:1.4em;
	letter-spacing: 2px;
}
.main-navigation ul#menu-menu02 li a:hover {
	background:#000;
}
.main-navigation ul#menu-menu01 {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	position: relative;
	right: 3%;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	line-height: 1;
	padding: 20px 20px 16px;
	text-transform: uppercase;
}
.main-navigation a:hover {
	background: #b22f2f;
	color: #fff;
}
.main-navigation ul ul {
	background: #ca3f3f;
	display: none;
	float: left;
	position: absolute;
	top: 3.05em;
	right: auto;
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	color: #fff;
}
.main-navigation ul ul li {
	left: 0;
}
.main-navigation li:hover > a {
	background: none;
	color: #fff;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	background: none;
}
.main-navigation ul li:hover > ul {
	display: block;
	background: #ca3f3f;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}
/**
 * The font was graciously generated by Font Squirrel (//www.fontsquirrel.com). We love those guys.
 */
@font-face {
    font-family: 'Genericons';
    src: url('images/font/genericons-regular-webfont.eot');
    src: url('images/font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/genericons-regular-webfont.woff') format('woff'),
         url('images/font/genericons-regular-webfont.ttf') format('truetype'),
         url('images/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

li.twitter a:before,
li.facebook a:before,
li.feed a:before,
li.vimeo a:before,
li.wordpress a:before,
li.google-plus a:before,
li.pinterest a:before,
li.flickr a:before,
li.youtube a:before,
li.tumblr a:before,
.menu-toggle:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	text-shadow: none;
	height: 35px;
}

/* Social icons */
/*li.twitter a:before {content: '\f202';}*/
/*li.facebook a:before {content: '\f204';}*/

li.wordpress a:before {
	content: '\f205';
}
li.google-plus a:before {
	content: '\f206';
}
li.linkedin a:before {
	content: '\f207';
}
li.pinterest a:before {
	content: '\f209';
}
li.flickr a:before {
	content: '\f211';
}
li.vimeo a:before {
	content: '\f212';
}
li.youtube a:before {
	content: '\f213';
}
li.tumblr a:before {
	content: '\f214';
}
/* Other icons */
li.search a:before {
	content: '\f400';
}
li.feed a:before {
	content: '\f413';
}
.site-navigation li.insta a,
.site-navigation li.twitter a,
.site-navigation li.facebook a,
.site-navigation li.feed a,
.site-navigation li.vimeo a,
.site-navigation li.google-plus a,
.site-navigation li.pinterest a,
.site-navigation li.wordpress a,
.site-navigation li.flickr a,
.site-navigation li.youtube a,
.site-navigation li.tumblr a {
	height: 21px;
	padding: 16px 8px;
	margin: 0;
	text-align: center;
	color: #3B5998;
}

.site-navigation li.twitter a {
	color: #00abed;
}
.site-navigation li.insta a {
	color: #ff6600;
}

.menu-toggle:before {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.site-navigation li.insta a:hover,
.site-navigation li.twitter a:hover,
.site-navigation li.facebook a:hover,
.site-navigation li.feed a:hover,
.site-navigation li.vimeo a:hover,
.site-navigation li.wordpress a:hover,
.site-navigation li.google-plus a:hover,
.site-navigation li.pinterest a:hover,
.site-navigation li.flickr a:hover,
.site-navigation li.youtube a:hover,
.site-navigation li.tumblr a:hover {
	color: #f00;
}

/* Collapsed Menu */
.main-small-navigation li.insta a,
.main-small-navigation li.twitter a,
.main-small-navigation li.facebook a,
.main-small-navigation li.feed a,
.main-small-navigation li.vimeo a,
.main-small-navigation li.google-plus a,
.main-small-navigation li.pinterest a,
.main-small-navigation li.wordpress a,
.main-small-navigation li.flickr a,
.main-small-navigation li.youtube a,
.main-small-navigation li.tumblr a {
	background: transparent;
	border-radius: 0;
}
.main-small-navigation li.insta a:hover,
.main-small-navigation li.twitter a:hover,
.main-small-navigation li.facebook a:hover,
.main-small-navigation li.feed a:hover,
.main-small-navigation li.vimeo a:hover,
.main-small-navigation li.google-plus a:hover,
.main-small-navigation li.pinterest a:hover,
.main-small-navigation li.wordpress a:hover,
.main-small-navigation li.flickr a:hover,
.main-small-navigation li.youtube a:hover,
.main-small-navigation li.tumblr a:hover {
	background: transparent;
	border-radius: 0;
	color: #000;
}
.main-small-navigation li.insta a:before,
.main-small-navigation li.twitter a:before,
.main-small-navigation li.facebook a:before,
.main-small-navigation li.feed a:before,
.main-small-navigation li.vimeo a:before,
.main-small-navigation li.wordpress a:before,
.main-small-navigation li.google-plus a:before,
.main-small-navigation li.pinterest a:before,
.main-small-navigation li.flickr a:before,
.main-small-navigation li.youtube a:before,
.main-small-navigation li.tumblr a:before {
	color: #555;
	margin-right: 10px;
	margin-top: 3px;
}
.main-small-navigation li.insta:hover a:before,
.main-small-navigation li.twitter:hover a:before,
.main-small-navigation li.facebook:hover a:before,
.main-small-navigation li.feed:hover a:before,
.main-small-navigation li.vimeo:hover a:before,
.main-small-navigation li.wordpress:hover a:before,
.main-small-navigation li.google-plus:hover a:before,
.main-small-navigation li.pinterest:hover a:before,
.main-small-navigation li.flickr:hover a:before,
.main-small-navigation li.youtube:hover a:before,
.main-small-navigation li.tumblr:hover a:before {
	color: #000;
}
.menu-toggle:before {
	content: "\f419";
	color: #444;
}
.menu-toggle:hover:before {
	color: #666;
}
.menu-toggle {
	cursor: pointer;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding: 13px;
}
.main-small-navigation {
	margin: 0 auto;
	text-align: center;
	width: 238px;
}
.main-small-navigation .menu {
 	background: #fff;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
	display: none;
	padding: 10px 20px;
	position: absolute;
	top: 48px;
	width: 200px;
	z-index: 9999;
	text-align: left;
	margin: 0;
}
.main-small-navigation .menu li {
	list-style-type: none;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('images/font/WebSymbols-Regular-webfont.eot');
    src: url('images/font/WebSymbols-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/WebSymbols-Regular-webfont.woff') format('woff'),
         url('images/font/WebSymbols-Regular-webfont.ttf') format('truetype'),
         url('images/font/WebSymbols-Regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

li.mail a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'WebSymbolsRegular';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	text-shadow: none;
	height: 35px;
}

/* Social icons */
/* li.mail a:before {content: '\@';}*/

.site-navigation li.mail a {
	height: 21px;
	padding: 16px 8px;
	margin: 0;
	text-align: center;
	color: #888;
}
.site-navigation li.mail a:hover {
	color: #f00;
}

.main-small-navigation li.mail a {
	background: transparent;
	border-radius: 0;
}
.main-small-navigation li.mail a:hover {
	background: transparent;
	border-radius: 0;
	color: #000;
}
.main-small-navigation li.mail a:before {
	color: #555;
	margin-right: 10px;
	margin-top: 3px;
}
.main-small-navigation li.mail:hover a:before {
	color: #000;
}


/* =Content
----------------------------------------------- */

#main {
	max-width: 1250px;
	margin: 0 auto;
	clear: both;
	/*background: rgba(255,255,255,0.5);*/
	padding: 0 0 2%;
	/*overflow: hidden;*/
	position: relative;
	z-index: 1;
	min-height:1600px;
}

.single #main,
.page #main {
	padding-bottom: 4%;
}

#primary {
	clear:both;
	padding-top: 0.5%;
}

#content-A {
	width:280px;
	position: absolute;
	right:32px;
}

#content-B {
	margin-right:312px;
}

.stamp {
	position: absolute;
}
.stamp1 {
	margin-right:16px;
	top:0;
	width:280px;
}

#content {
	padding: 0 0 3.5% 0;
}

#tweet {
	float:left;
	margin:30px 16px 0;
	width:240px;
	height:310px;
	/*box-shadow: 1px 1px 6px #999;*/
	list-style:none;
	background:#fff;
	/*background:url(//veryfancy.me/cms/wp-content/uploads/beige_paper.png);*/
	padding: 0 20px;
	border-top:6px solid #000;
}
#content-A article {
	float:left;
	margin:30px 16px 0;
	width:240px;
	min-height:145px;
	list-style:none;
	background:#fff;
	padding: 0 20px;
	border-top:6px solid #000;
	border-bottom:2px solid #000;
}
#content-B article {
	float:left;
	margin:30px 16px 0;
	width:240px;
	min-height:300px;
	list-style:none;
	background:#fff;
	padding: 0 20px;
	border-top:6px solid #000;
}
#content-C article {
	float:left;
	margin:30px 16px 0;
	width:240px;
	min-height:300px;
	list-style:none;
	background:#fff;
	padding: 0 20px;
	border-top:6px solid #000;
}
#content-D article {
	float:left;
	margin:30px 16px 0;
	width:240px;
	min-height:200px;
	list-style:none;
	background:#fff;
	padding: 0 20px;
	border-top:6px solid #000;
}

article.hotel-link {
	float:left;
	margin:30px 16px 0;
	width:280px !important;
	min-height:110px !important;
	list-style:none;
	background:none;
	padding: 0 !important;
	border-top:6px solid #000;
	border-bottom:2px solid #000;
}
article.hotel-link div.post-format-content {
	width:280px;
	height:115px;
	overflow:hidden;
}

article.shop-link {
	float:left;
	margin:30px 16px 0;
	width:280px !important;
	min-height:110px !important;
	list-style:none;
	background:none;
	padding: 0 !important;
	border-top:6px solid #000;
	border-bottom:2px solid #000;
}
article.shop-link div.post-format-content {
	width:280px;
	height:115px;
	overflow:hidden;
	text-align:center;
}
article.shop-link .content-wrap {
	margin-top:-1.4em !important;
}


#content-A article:hover img,
#content-B article:hover img,
#content-C article:hover img,
#content-D article:hover img {
	opacity:0.8;
}
body.archive #content article img, body.home #content article img {
	width:240px;
	height:240px;
	margin:0;
}

body.tag article.tag-shinsaibashi h1.entry-title,
body.tag article.tag-shinsaibashi h1.entry-title a,
body.tag article.tag-kokura h1.entry-title,
body.tag article.tag-kokura h1.entry-title a,
body.tag article.tag-namba h1.entry-title,
body.tag article.tag-namba h1.entry-title a,
body.tag article.tag-sapporo h1.entry-title,
body.tag article.tag-sapporo h1.entry-title a,
body.category-news article.category-news h1.entry-title,
body.category-news article.category-news h1.entry-title a {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
	font-size:90% !important;
	font-weight:bold !important;
	letter-spacing:0 !important;
}

.news-box .exp {
	padding-top:10px;
}
.news-box .exp p.postdate {
	font-family: 'Teko', sans-serif;
	margin:0;
	padding:0;
}
.news-box .exp p.tags,
.news-box .exp p.tags a {
	font-family: 'Teko', sans-serif;
	margin:0;
	padding:0;
	font-size:1.0em;
}
.news-box .exp h1 {
	font-weight:700;
	font-size:1.0em;
	line-height:1.5;
	margin-bottom:10px;
	text-align:left;
}
.news-box .exp h1 a {
	text-decoration:none;
}

#content article:nth-child(4n+4) {
	margin-right: 0;
}
.page #content article {
	max-width: 100%;
	width: 100%;
}
.post-format-content {
	margin-top:0px;
	background:none;
}

.frame {
	display: inline-block;
	position: relative;
	width:240px;
	height:240px;
	margin:8px 0 0;
	
}
.frame:after { /* この要素が内向きのシャドウを写真に落とす */
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.image-wrap {
	display: block;
}

p.shbd {
	border-bottom:1px solid #999;
	box-shadow: 0 1px 0 #fff;
	width:100%;
	margin:0;
}

#content-A .content-wrap {
	padding: 0 0;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	width: 100%;
}
#content-B .content-wrap,
#content-C .content-wrap,
#content-D .content-wrap {
	padding: 0 0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
}
#content-A .content-wrap h1.entry-title,
#content-B .content-wrap h1.entry-title,
#content-C .content-wrap h1.entry-title,
#content-D .content-wrap h1.entry-title {
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing:2px;
	line-height:24px;
	font-family: 'Oswald', sans-serif;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
#content-A .content-wrap h1.entry-title a,
#content-B .content-wrap h1.entry-title a,
#content-C .content-wrap h1.entry-title a,
#content-D .content-wrap h1.entry-title a {
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
.exp {
	font-size:0.75em;
	letter-spacing:1px;
	line-height:1.6;
	padding:5px 0;
	/*box-shadow: inset 0 1px 0 #ecdcbe;*/
}
#content-D .exp p {
	text-align:left;
}
.exp .frame {
	margin:5px 0 7px;
}

article ul {
	margin:0;
}
article ul li {
	list-style:none;
	margin-bottom:5px;
}
article ul li .infoDate {
	font-size:0.8em;
}
article ul li {
	font-size:0.9em;
	line-height:14px;
}
article ul li a {
	text-decoration:none;
	color:#f40000;
}
article ul li a:hover {
	text-decoration:underline;
	color:#f40000;
}


.edit-link {
	z-index: 2;
}
.featured-image {
	position: relative;
	z-index: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
 	display: block;
}
.featured-image:hover {
	opacity: 0.2;
}
.featured-image img {
	display: block;
}
.placeholder {
	background: #000;
}
img {
	max-width: 100%;
	height: auto;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single #content,
.page #content,
.error404 #content {
	border-top:none;
	box-shadow: inset 0 0 0 #fff, 0 2px 0 #fff;
	border-bottom:1px solid #aaa;
	padding: 0 0 3%;
	/*overflow: hidden;*/
}
.single #content article,
.error404 #content article {
	max-width: 100%;
	width: 100%;
	margin: 0;
}
.archive h1.page-title,
.single h1.entry-title,
.page h1.entry-title,
h1.page-title {
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-family: 'Oswald', sans-serif;
}
h1.page-title span {
	font-family: 'Oswald', sans-serif;
}
/*h1.page-title {
	font-size: 14px;
	letter-spacing: 1px;
}*/
.entry-meta-wrap {
	float: left;
	width: 25%;
	margin-right: 3%;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.entry-meta {
	clear: both;
	display: block;
	position: relative;
	padding: 8px 0 5px;
}
.archive .entry-header,
.single .entry-header,
.page .entry-header,
.page-header {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
.page-header {
	box-shadow: 0 2px 0 #fff;
	border-bottom:1px solid #aaa;
	padding-bottom:1em;
}
.single-content-wrap {
	overflow: hidden;
	width: 100%;
	clear:both;
}
.single #nav-below {
	width: 72%;
	float: right;
	margin: 2em 0;
	border-top: 1px solid #eee;
	padding: 10px 0;
}
body.archive #content-D {
	box-shadow: 0 2px 0 #fff;
	border-bottom:1px solid #aaa;
	padding-bottom:5em;
}


.entry-content .box {
	/*float:left;*/
	margin:0 14px 0;
	width:552px;
	min-height:300px;
	/*box-shadow: 1px 1px 6px #999;*/
	list-style:none;
	background:none;
	padding: 0 20px 20px;
	border-top:12px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	display:inline-block;
}

/*******************coupon *******************/
body.page-id-3303 #main {
	min-height:auto;
}
body.page-id-3303 #content {
	box-shadow:none;
	border-bottom: none;
}
body.page-id-3303 #secondary {
	margin-top:0;
}
/*******************coupon *******************/


/*******************KOKURA MENU SHIBUYA MENU *******************/
body.postid-985 .entry-content .box,
body.postid-1003 .entry-content .box, body.postid-1013 .entry-content .box,
body.postid-1200 .entry-content .box, body.postid-1202 .entry-content .box,
body.postid-1204 .entry-content .box, body.postid-1206 .entry-content .box,
body.postid-1211 .entry-content .box, body.postid-1213 .entry-content .box,
body.postid-2956 .entry-content .box, body.postid-3202 .entry-content .box,
body.postid-3401 .entry-content .box, body.postid-3789 .entry-content .box {
	float:left;
	margin:0 14px 14px;
	width:240px;
	min-height:100px;
	list-style:none;
	background:none;
	padding: 0 20px 20px;
	border-top:12px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
body.postid-985 .entry-content .box p.menu-caps,
body.postid-1003 .entry-content .box p.menu-caps, body.postid-1013 .entry-content .box p.menu-caps,
body.postid-1200 .entry-content .box p.menu-caps, body.postid-1202 .entry-content .box p.menu-caps,
body.postid-1204 .entry-content .box p.menu-caps, body.postid-1206 .entry-content .box p.menu-caps,
body.postid-1211 .entry-content .box p.menu-caps, body.postid-1213 .entry-content .box p.menu-caps,
body.postid-2956 .entry-content .box p.menu-caps, body.postid-3202 .entry-content .box p.menu-caps,
body.postid-3401 .entry-content .box p.menu-caps, body.postid-3789 .entry-content .box p.menu-caps {
	margin:0;
	font-size:12px;
	line-height: 20px;
	letter-spacing:2px;
	max-width:240px;
}
body.postid-985 .entry-content .box p.menu-price, body.postid-1009 .entry-content .box p.menu-price,
body.postid-1003 .entry-content .box p.menu-price, body.postid-1013 .entry-content .box p.menu-price,
body.postid-1200 .entry-content .box p.menu-price, body.postid-1202 .entry-content .box p.menu-price,
body.postid-1204 .entry-content .box p.menu-price, body.postid-1206 .entry-content .box p.menu-price,
body.postid-1211 .entry-content .box p.menu-price, body.postid-1213 .entry-content .box p.menu-price,
body.postid-2956 .entry-content .box p.menu-price, body.postid-3202 .entry-content .box p.menu-price,
body.postid-3401 .entry-content .box p.menu-price, body.postid-3789 .entry-content .box p.menu-price {
	text-align:right;
	margin:28px 0 0;
	font-size:18px;
	line-height: 28px;
	letter-spacing:1px;
	width:240px;
	font-family: 'Oswald', sans-serif;
}
body.postid-985 .menu-header h3, body.postid-1009 .menu-header h3,
body.postid-1003 .menu-header h3, body.postid-1013 .menu-header h3,
body.postid-1200 .menu-header h3, body.postid-1202 .menu-header h3,
body.postid-1204 .menu-header h3, body.postid-1206 .menu-header h3,
body.postid-1211 .menu-header h3, body.postid-1213 .menu-header h3,
body.postid-2956 .menu-header h3, body.postid-3202 .menu-header h3,
body.postid-3401 .menu-header h3, body.postid-3789 .menu-header h3 {
	font-size:22px;
	line-height:20px;
	letter-spacing:1px;
	float:none;
	margin:5px 20px 0 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

/*******************KOKURA MENU*******************/



.menu-header {
	margin:10px 0 15px;
	clear:both;
	width:100%;
	border-bottom:1px solid #666;
	padding-bottom:10px;
}
.menu-header p {
	font-size:14px;
	padding:12px 0 0 0;
	margin-bottom:0;
	font-weight:bold;
}
.menu-header h3 {
	font-size:26px;
	letter-spacing:3px;
	float:left;
	margin:5px 20px 0 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.entry-content .box .menu-content {
	clear:both;
	width:100%;
	padding:0;
}
.entry-content .box .menu-content .frame {
	margin:0;
	float:left;
	width:240px;
	height:240px;
}
.entry-content .box p.menu-caps-s {
	margin:-2px 0 10px 10px;
	font-size:20px;
	line-height: 22px;
	letter-spacing:1px;
	float:left;
	max-width:300px;
	font-family: 'Oswald', sans-serif;
	border-bottom:1px solid #666;
	padding-bottom:5px;
}
.entry-content .box p.menu-caps {
	margin:0 0 0 10px;
	font-size:12px;
	line-height: 20px;
	letter-spacing:2px;
	float:left;
	max-width:300px;
}
.entry-content .box p.menu-price {
	text-align:right;
	margin:28px 0 0;
	font-size:18px;
	line-height: 28px;
	letter-spacing:1px;
	width:300px;
	float:left;
	font-family: 'Oswald', sans-serif;
}

.postid-274 .entry-content .box {
	width:344px;
	height:500px;
	margin:15px 16px 15px;
	background-position: right bottom !important;
	background-size:cover;
	border:none;
	border-top:12px solid #000;
}
.postid-274 .entry-content .box .menu-header {
	border:none;
	margin-bottom:0;
}
.postid-274 .entry-content .box p.menu-caps-s {
	margin-left:0;
	max-width:344px;
}
.postid-274 .entry-content .box p.menu-caps {
	margin:0;
	max-width:344px;
}
.postid-274 .entry-content .box p.menu-price {
	margin-top:0;
	text-align:left;
}
.postid-274 .entry-content .box .menu-header h3 {
	line-height:26px;
}
.postid-274 .entry-content .box p.menu-caps-s-2 {
	width:344px;
	margin:5px 0 10px 0;
	font-size:16px;
	line-height: 32px;
	letter-spacing:2px;
	float:left;
	font-weight:bold;
	border-bottom:1px solid #666;
	padding-bottom:5px;
}
.postid-274 .entry-content .box p.menu-caps-2 {
	margin:0;
	max-width:344px;
	font-size:14px;
	letter-spacing:2px;
	clear:both;
}
.postid-274 .entry-content .box p.menu-price-2 {
	margin:28px 0 0;
	font-size:16px;
	line-height: 28px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.postid-274 .entry-content .box p.menu-atn {
	margin:28px 0 0;
	max-width:344px;
	font-size:14px;
	letter-spacing:2px;
	font-weight:bold;
}

.eng {
	font-family: 'Oswald', sans-serif;
}


/*******************SAPPORO BREAKFAST*******************/
body.postid-1680 .entry-content .box {
	float:left;
	margin:0 14px 14px;
	width:240px;
	height:390px;
	list-style:none;
	background:none;
	padding: 0 20px 20px;
	border-top:12px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
body.postid-1680 .entry-content .box p.menu-caps {
	margin:0;
	font-size:12px;
	line-height: 20px;
	letter-spacing:0px;
	max-width:240px;
}
body.postid-1680 .entry-content .box p.menu-price {
	text-align:right;
	margin:28px 0 0;
	font-size:18px;
	line-height: 28px;
	letter-spacing:1px;
	width:240px;
	font-family: 'Oswald', sans-serif;
}
body.postid-1680 .menu-header {
	height:50px;
	vertical-align:middle;
}
body.postid-1680 .menu-header h3 {
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
	float:none;
	margin:5px 0 0 0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif !important;
	font-weight:bold;
	text-align:center;
}
body.postid-1680 .menu-header h3 span {
	font-size:12px;
	line-height:16px;
	letter-spacing:-1px;
}

/*******************SAPPORO BREAKFAST*******************/


/*******************OMOTESANDO BREAKFAST*******************/
.yoyaku-oms {
	width:50%;
	margin:0 auto;
}
.yoyaku-oms a:hover img{
	opacity:0.8;
}



/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em !important;
}
div.gallery img {
	border: none !important;
}
div.gallery .gallery-item {
	text-align: left !important;
	margin-top: 4% !important;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	font-size: 12px;
    margin: 0;
    width: 90%;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.archive-navi .site-navigation {
    clear: both;
    margin: 0;
}
.site-navigation a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.archive-navi .nav-previous {
	float: left;
	width: 50%;
}
.archive-navi .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Attachments */
#image-navigation {
	margin: 1em 0;
}
.single-attachment .entry-meta {
	border: none;
}
.single-attachment .entry-header {
	margin: 0;
	text-align: center;
	float: none;
	width: 100%;
}
.single-attachment .entry-content,
.single-attachment footer.entry-meta {
	text-align: center;
}
.entry-caption {
	font-style: italic;
}
.next-image {
	display: block;
	text-align: right;
}
.previous-image {
	display: block;
	text-align: left;
	float: left;
	width: 50%;
}



/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	padding: 3%;
}
.site-info {
	text-align: center;
	margin-top: 2em;
	font-size: 0.5em;
	font-family: 'Stardos Stencil', cursive;
	color:#444;
	text-shadow: 0 1px 1px #fff;
	letter-spacing:2px;
}
.site-info a {
	font-family: 'Stardos Stencil', cursive;
	color:#444;
	text-shadow: 0 1px 1px #fff;
}
#colophon, #colophon a {
	color: #888;
}
#colophon a:hover {
	color: #666;
}
#secondary {
	max-width: 1250px;
	margin: 6em auto 0;
	padding: 2em 0 1em;
	overflow: hidden;
	border-top:1px solid #999;
	box-shadow: inset 0 2px 0 #fff, 0 2px 0 #fff;
	border-bottom:1px solid #aaa;
}
.widget-area {
	float: left;
	font-size: 85%;
}
aside {
	max-width: 100%;
	margin: auto;
	text-align: center;
}
aside ul,
aside ol {
	margin-left: 0;
	list-style: none;
}
aside caption {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
td,
th {
	padding: 1%;
	text-align: center;
	border-top: 1px solid #ddd;
}
th {
	background: #ddd;
}
span.newopen {
	color:#c00;
	font-size: 0.9em;
	letter-spacing:0;
	font-family: 'Oswald', sans-serif;
	padding-left:5px;;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

#first {
	width:25%;
}
#second {
	width:75%;
}
#second aside {
	text-align:left;
}
#second dl {
	clear:both;
}

#second dl dt {
	font-weight:300;
	font-size:1.5em;
	letter-spacing:1px;
	font-family: 'Oswald', sans-serif;
	float:left;
	width:40%;
}
#second dl dt a {
	font-weight:300;
	font-size:1em;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
#second dl dd {
	font-size:0.8em;
	float:left;
}
span.bvf {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0 !important;
	font-size:100% !important;
}
#second dl dt a span.bvf {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0 !important;
	font-size:50% !important;
}

.shopimg-gallery p {
 width:48%; margin:1% 1%;
 float:left;
}
.shopimg-gallery p img {
 border:20px #fff solid;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;

 border-radius:3px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;

 box-shadow:rgba(0, 0, 0, 0.329412) 0px 3px 5px -2px;
 -webkit-box-shadow:rgba(0, 0, 0, 0.329412) 0px 3px 5px -2px;
 -moz-box-shadow:rgba(0, 0, 0, 0.329412) 0px 3px 5px -2px;
}

.shopimg-gallery .post-format-content {
 width:48%; margin:1% 1%;
 float:left;
}
.shopimg-gallery .content-wrap {
 width:48%; margin:1% 1%;
 float:left;
}
.shopimg-gallery .content-wrap .exp {
 font-size:15px;
 line-height:2;
}
.shopimg-gallery .content-wrap h1.entry-title {
 margin-top:0;
}
.shopimg-gallery .content-wrap .shopname {
 font-weight:300;
 font-size:2em;
 font-family: 'Oswald', sans-serif;
 clear:both;
}
.shopname span.bvf {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0 !important;
	font-size:50% !important;
}

table.footer-shopinfo {
	
}
table.footer-shopinfo td {
	padding:1em 0;
	border-top:none;
	border-bottom:1px solid #ccc;
}
table.footer-shopinfo td.shop-logo {
	width:25%;
	vertical-align:middle;
}
table.footer-shopinfo td.shop-name {
	width:30%;
	font-weight:300;
	font-size:1.2em;
	letter-spacing:1px;
	font-family: 'Oswald', sans-serif;
	text-align:left;
	vertical-align:middle;
}
table.footer-shopinfo td.shop-name a {
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
table.footer-shopinfo td.shop-name a span.bvf {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0 !important;
	font-size:50% !important;
}
table.footer-shopinfo td.shop-adrs {
	width:45%;
	text-align:left;
	vertical-align:middle;
	font-size:0.8em;
}
p.shop-name {
	font-weight:300;
	font-size:1.2em;
	letter-spacing:1px;
	font-family: 'Oswald', sans-serif;
	vertical-align:middle;
	text-align:center;
}
p.shop-name a {
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
table.footer-shopinfo td.footer-icons {
	width:100%;
	text-align:center;
	border-bottom:none;
}
.footericons {
	width:238px;
	display:inline-block;
	margin:0 auto;
}
.footericons ul.snsicon2 {
	margin:0;
	padding:0;
}
.footericons ul.snsicon2 li {
	list-style:none;
	float:left;
	margin:0 1em;
}
.footericons li.mail a {
	color: #888;
}
.footericons li.insta a {
	color: #ff6600;
}
.footericons li.twitter a {
	color: #00abed;
}
.footericons li.facebook a {
	color: #3B5998;
}




/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}


/* =CONTACT FORM 7
----------------------------------------------- */
.wpcf7 {
	width:50%;
	margin:0 auto !important;
}

input[type="text"], input[type="email"] {
	width:98%; padding:10px 0;
}


/* =KTAI ENTRY
----------------------------------------------- */
body.monthly article.monthly p {
	text-align:center;
}
body.monthly article.monthly .photo {
	text-align:center;
}

/* =NEWS
----------------------------------------------- */
body.single article.news {
	width:65% !important;
	margin:0 auto !important;
}
body.single article.news p {
	letter-spacing:2px;
	line-height:32px;
}

body.single article.news h1.entry-title {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: none;
	margin-bottom: 1em;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-weight:bold;
	text-align:left;
}

body.single article.news p.postdate {
	font-family: OSPDIN, sans-serif;
	margin:0 0 40px;
	padding:0;
	text-align:left;
}

body.archive article.news p.postdate {
	font-family: OSPDIN, sans-serif;
	margin:0 0 10px;
	padding:0;
}
body.archive #content2 article.news h1.entry-title {
	text-align:left;
}
body.archive #content2 article.news h1.entry-title a {
	text-transform: none;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align:left;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
}

p.drinkset {
	font-size: 12px;
	letter-spacing: 2px;
	height:60px;
}
p.drinkset img {
	margin:0 10px 10px 0;
	position:relative;
	top:10px;
}




.post-506 .entry-content .box:first-child {
	height:385px;
}
.post-506 .entry-content .box:nth-child(2) {
	height:385px;
}

.comp-pro {
	width:860px;
	margin:0 auto;
}
.comp-pro-img {
	width:250px;
	float: left;
}
.comp-pro-txt {
	width:610px;
	float: left;
}
.comp-pro-txt dl {
}
.comp-pro-txt dl dt {
	float: left;
	width:90px;
}
.comp-pro-txt dl dd {
	float: left;
	width:520px;
	margin: 0 0 20px;
}


.morning-icon {
	width:100px;
	height:100px;
	position: relative;
	bottom: 100px;
	left:50%;
}
.new-icon {
	width:70px;
	height:24px;
	position: relative;
	bottom: 30px;
	left:1%;
}
span.morning-notice {
	color:#c00;
	opacity:0.8;
	font-weight:bold;
	margin:10px 0 0 10px;
	font-size:80%;
	clear:right;
	border:1px solid #c00;
	padding:0 3px;
}

.closemessage h1.entry-title {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:2em;
}
.closemessage p {
	text-align:center;
	font-size:14px;
	line-height:2;
	letter-spacing:1px;
}
.new {
	color:#f00;
	font-style:italic;
	font-family: 'Oswald', sans-serif;
}


/* =Responsive Design
------------------------------------------------- */

@media screen and (max-width: 1250px) {
	#main {
		max-width: 936px;
	}
	#content-B {
		width:624px;
	}
	
}

@media screen and (max-width: 936px) {
	.main-navigation ul#menu-menu01 {
		float: none;
		position: relative;
		left: 1%;
		clear:both;
		width:100%;
	}
	#content-A {
		display:none;
	}
	#content-B {
		width:100%;
	}
	#content-B article {
		width:210px !important;
		margin:30px 10px 0 !important;
		padding:0 10px !important;
	}	
	#content-C article {
		width:210px !important;
		margin:30px 10px 0 !important;
		padding:0 10px !important;
	}
	#content-B #tweet {
		width:190px !important;
		margin:30px 10px 0 !important;
		padding: 0 10px;
	}
	iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
		width:100% !important;
	}
	#content-B article .frame, #content-C article .frame {
		width:210px;
		height:210px;
	}
	hgroup h1.open {
		font-size: 3.4em;
	}
	hgroup h2.tel {
		font-size: 2em;
	}
	hgroup h2.tel a {
		color:#fff;
		text-decoration:none;
		font-family: 'Stardos Stencil', cursive;
	}
	.entry-content .box {
		width:210px;
		margin:30px 10px 0;
		padding:0 10px;
		height:550px;
	}
	.entry-content .box .menu-header p {
		clear:both;
		padding:0;
		font-size:14px;	
	}
	.entry-content .box .menu-content .frame {
		width:210px;
		height:210px;
	}
	.entry-content .box .menu-content {
		width:210px;
		height:210px;	
	}
	.entry-content .box p.menu-caps-s {
		margin:5px 0 0 0;
		font-size:80%;
		line-height:150%;
	}
	.entry-content .box p.menu-caps {
		margin:5px 0 0 0;
		font-size:80%;
		line-height:150%;
	}
	.entry-content .box p.menu-price {
		width:210px;
	}
	.entry-content .box h3 {
		font-size:130%;
	}
	body.postid-985 .entry-content .box
	body.postid-1003 .entry-content .box, body.postid-1013 .entry-content .box,
	body.postid-1200 .entry-content .box, body.postid-1202 .entry-content .box,
	body.postid-1204 .entry-content .box, body.postid-1206 .entry-content .box,
	body.postid-1211 .entry-content .box, body.postid-1213 .entry-content .box,
	body.postid-2956 .entry-content .box {
		height:auto;
	}
	/*---granola-to-go---*/
	.postid-989 .entry-content .box,
	.postid-1001 .entry-content .box,
	.postid-1011 .entry-content .box {
		height:645px;
	}
	.postid-989 .entry-content .box .menu-header p,
	.postid-1001 .entry-content .box .menu-header p,
	.postid-1011 .entry-content .box .menu-header p {
		clear:both;
		float:none;
		width:90%;
		margin:0;
	}
	.postid-989 .entry-content .gra-weck {
		height:770px;
	}

	/*---granola-ssb---*/
	.postid-991 .entry-content .box {
		height:630px;
	}
	.postid-991 .entry-content .gra-weck {
		height:770px;
	}
	.postid-991 .entry-content .box .menu-header p {
		clear:both;
		float:none;
		width:90%;
		margin:0;
	}
	
	.comp-pro {
		width:95%;
		margin:0 auto;
	}
	.comp-pro-img {
		width:240px;
		margin:0 auto;
		clear: both;
	}
	.comp-pro-img img {
		width:180px;
		margin:0 20px;
	}
	.comp-pro-txt {
		width:auto;
		float: left;
		font-size:80%;
	}
	.comp-pro-txt dl {
	}
	.comp-pro-txt dl dt {
		clear: both;
		width:auto;
	}
	.comp-pro-txt dl dd {
		clear: both;
		width:auto;
		margin: 0 0 20px;
	}
	.morning-icon {
		position: relative;
		bottom: 99%;
		left:55%;
		opacity:0.8;
	}
	.mc-a {
		position: relative;
		bottom: 85%;
	}
	#first {
		width:30%;
	}
	#second {
		width:60%;
	}
	.main-navigation ul.snsicon2 li {
		float:left !important;
		width:30% !important;
		margin:5px 1%;
		clear:none;
	}
	#second dl dt {
		width: 100%;
		text-align:left;
		font-size:1.4em;
		letter-spacing:1px;
	}
	#second dl dd {
		margin-left:0;
	}
	#content-C article.hotel-link {
		width:230px;
		min-height:92px !important;
	}
	#content-C article.hotel-link div.post-format-content {
		width:230px;
		height:92px;
		overflow:hidden;
		margin-left:-10px;
	}
}

@media screen and (max-width: 600px) {
	body {
		
	}
	#logo {
		width: 100%;
		margin:1em auto 0;
	}
	body.koshigaya #logo {
		width:200px;
	}
	.main-navigation ul#menu-menu02 {
		width:100%;
		margin:0 14%;
		clear:both;
		text-align:center;
	}
	.main-navigation li {
		clear:both;
		width:70%;
		margin:5px 14%;
		text-align:center;
	}
	body.home .main-navigation ul.snsicon li {
		float:left !important;
		width:20% !important;
		margin:5px 0;
		clear:none;
	}
	.main-navigation ul#menu-menu01 {
		width:70%;
		margin:0 14%;
	}
	.main-navigation ul.snsicon li {
		float:left !important;
		width:25% !important;
		margin:5px 0;
		clear:none;
	}
	#content-A {
		display:none;
	}
	#content-B {
		width:100%;
	}
	#content-C {
		width:100%;
	}
	
	#content-B article {
		width:90% !important;
		margin:30px 2.5% 0 !important;
	}
	#content-C article {
		width:90% !important;
		margin:30px 2.5% 0 !important;
	}
	#content-B #tweet {
		width:90% !important;
		margin:30px 5% 0 !important;
		
	}
	#content-B article .post-format-content .frame {
		width:92%;
		height:100%;
		margin-left:4%;
	}
	#content-B article .post-format-content .frame img {
		width:100%;
	}
	#content-C article .post-format-content .frame {
		width:92%;
		height:100%;
		margin-left:4%;
	}
	#content-C article .post-format-content .frame:after { /* この要素が内向きのシャドウを写真に落とす */
		height: 97%;
	}
	#content-C article .post-format-content .frame img {
		width:100%;
	}
	#content-B article .post-format-content .exp .frame {
		width:100%;
		height:100%;
		margin-left:0;
	}
	#content-C article .post-format-content .exp .frame {
		width:100%;
		height:100%;
		margin-left:0;
	}
	#content-C article .post-format-content .exp .frame:after { /* この要素が内向きのシャドウを写真に落とす */
		height: 98%;
	}
	#content-B article .post-format-content .exp {
		margin:0 10px;
	}
	#content-C article .post-format-content .exp {
		margin:0 10px;
	}

	#content-C article.hotel-link div.post-format-content {
		width:100%;
		height:100px;
		overflow:hidden;
		margin-left:0;
	}
	#content-C article.hotel-link div.post-format-content img {
		width:100%;
	}
	
	#secondary {
		width: 100%;
	}

	h1#logo p {
		width: 100%;
	}
	hgroup h1.site-title {
		font-size: 1em;
		text-shadow: 3px 3px 0 rgba(0,0,0,0.5);
	}
	hgroup h1.open {
		font-size: 2.4em;
	}
	hgroup h2.tel {
		font-size: 2em;
	}
	hgroup h2.tel a {
		color:#fff;
		text-decoration:none;
		font-family: 'Stardos Stencil', cursive;
	}
	hgroup h2.site-description {
		font-size: 100%;
	}
	.single .entry-header {
		width: 100%;
		margin-left: 0;
		float: none;
		text-align: center;
	}
	.entry-meta-wrap {
		display: block;
		float: none;
	 	margin: 0 0 3em;
	 	text-align: center;
		width: 100%;
	}
	.single-content-wrap {
		width: 100%;
		float: none;
		display: block;
	}
	.single-content-wrap p {
		font-size:90%;
	}
	.single #nav-below {
		width: 100%;
	}
	#respond {
		max-width: 100%;
	}
	.widget-area, aside {
		width: 100% !important;
		float: none;
		display: block;
	}
	.main-navigation ul.snsicon2 li {
		float:left !important;
		width:58px !important;
		margin:5px 1%;
		clear:none;
	}
	#second dl dt {
		width: 100%;
		text-align:center;
		font-size:1.4em;
		letter-spacing:1px;
	}
	#second dl dd {
		width: 100%;
		text-align:center;
		margin: 0 0 1.5em;
	}
	.wpcf7 {
		width:90%;
	}
	.entry-content .box {
		width:88%;
		margin:30px 10px 0;
		height: auto;
	}
	.entry-content .box .menu-header {
		margin-left:5%;
		width:90%;
	}
	.entry-content .box p.menu-caps-s {
		margin:5px 20px 0 20px;
		max-width:100%;
	}	
	.entry-content .box p.menu-caps {
		margin:5px 20px 0 20px;
		max-width:100%;
	}
	.entry-content .box .menu-content {
		clear:both;
		width:100%;
		padding:0;
	}
	.entry-content .box p.menu-price {
		margin-top:0;
		padding-bottom:10px;
		width:95%;
	}
	.entry-content .box .menu-content .frame {
		clear:both;
		width: 90%;
		height: auto;
		margin-left: 5%;
	}
	
	.frame:after { 
		height: 97.5%;
	}

	/*---granola-to-go---*/
	.postid-989 .entry-content .box .menu-header p,
	.postid-1001 .entry-content .box .menu-header p,
	.postid-1011 .entry-content .box .menu-header p {
		clear:both;
		float:none;
		width:100%;
		margin:0;
	}

	/*---granola---*/
	.post-991 .entry-content .box:first-child {
		height:500px;
	}
	.post-991 .entry-content .box:nth-child(2) {
		height:700px;
	}
	.post-991 .entry-content .box:nth-child(2) p.menu-price {
		width:90% !important;
	}
	
	body.postid-985 .entry-content .box {
		width:83%;
		margin:30px 10px 0;
		height: auto;
	}
	body.postid-985 .entry-content .box .menu-header {
		margin:10px 0 0;
	}
	body.postid-985 .entry-content .box p.menu-caps {
		max-width:100%;
	}
	body.postid-985 .entry-content .box p.menu-price {
		width:100%;
	}
	
	body.postid-3789 .entry-content .box {
		width:83%;
		margin:30px 10px 0;
		height: auto;
	}
	body.postid-3789 .entry-content .box .menu-header {
		margin:10px 0 0;
	}
	body.postid-3789 .entry-content .box p.menu-caps {
		max-width:100%;
	}
	body.postid-3789 .entry-content .box p.menu-price {
		width:100%;
	}

	
	

	.comp-pro {
		width:90%;
		margin:0 auto;
	}
	.comp-pro-img {
		width:200px;
		margin:0 auto;
		clear: both;
	}
	.comp-pro-img img {
		margin:0 45px;
	}
	.comp-pro-txt {
		width:auto;
		float: left;
		font-size:80%;
	}
	.comp-pro-txt dl {
	}
	.comp-pro-txt dl dt {
		clear: both;
		width:auto;
	}
	.comp-pro-txt dl dd {
		clear: both;
		width:auto;
		margin: 0 0 20px;
	}
	.morning-icon {
		position: relative;
		bottom: 15%;
		left:5%;
		opacity:0.8;
	}
	.mc-a {
		position: relative;
		bottom: 5%;
	}
	.entry-content .box p.mp-m {
		padding-bottom:0;
	}
	p.mn-m {
		margin-top:-10px;
		clear:both;
	}
	span.morning-notice {
		margin:0 0 0 20px;
		font-size:80%;
	}
	.new-icon {
		left:20px;
	}
	#first .main-navigation ul {
		list-style: none;
		margin: auto;
		padding-left: 0;
		position: static;
		float: none;
	}
	
	.shopimg-gallery .content-wrap {
		width:90%; margin:1% 5%;
		float:none;
	}
	.shopimg-gallery p {
		width:90%; margin:1% 5%;
		float:none;
	}
	
	/*---OMOTESANDO---*/
	.archive h1.page-title {
		font-size: 36px;
		letter-spacing: 1px;
	}
	.yoyaku-oms {
		width:90%;
		margin:0 auto;
	}

/*******************SAPPORO BREAKFAST*******************/
	body.postid-1680 .entry-content .box {
		margin:0 5% 14px;
		width:80%;
		height:550px;
	}
	body.postid-1680 .box .menu-header {
		width:90%;
		height:50px;
		vertical-align:middle;
	}
	body.postid-1680 .entry-content .box .menu-content {
		width:90%;
		margin:0 5%;
		min-height:320px;
	}
	body.postid-1680 .entry-content .box .menu-content img {
		float:left;
	}
	body.postid-1680 .entry-content .box p.menu-caps {
		max-width:90%;
		margin:0 5%;
	}

	table.footer-shopinfo {
	
	}
	table.footer-shopinfo td {
		padding:1em 0;
		border-top:none;
		border-bottom:1px solid #ccc;
		clear:both;
		display:inline-block;
	}
	table.footer-shopinfo td.shop-logo {
		width:100%;
		vertical-align:middle;
		border-bottom:none;
	}
	table.footer-shopinfo td.shop-name {
		width:100%;
		text-align:center;
		vertical-align:middle;
		border-bottom:none;
	}
	table.footer-shopinfo td.shop-adrs {
		width:100%;
		text-align:center;
		vertical-align:middle;
	}

}

@media screen and (max-width: 480px) {
	#content-C article.hotel-link div.post-format-content img {
		height:100%;
		width:auto;
		margin:0 auto;
	}
	#content-C article.hotel-link div.post-format-content {
		text-align:center;
	}
	#content-D article {
		float:nnone;
		margin:30px 5% 0;
		width: calc(90%-40px);
		width : -webkit-calc(90% - 40px) ;
		min-height:200px;
		list-style:none;
		background:#fff;
		padding: 0 20px;
		border-top:6px solid #000;
	}
	#content-D article .frame {
		width:100%;
		height:auto;
		margin:8px 0 0;
	
	}

}


#first {
	font-size:0.7em;
	letter-spacing:1px;
}
#first .site-navigation {
	width:191px;
text-align: center;
margin: 0 auto;
}

#map_canvas img {
	max-width:none !important;
}

body.news .exp p a {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

body.single article.news .single-content-wrap p {
	font-size:12px;
}

.archive-navi {
	width:100%;
	padding:40px 0 60px;
	box-shadow: 0 2px 0 #fff;
	border-bottom:1px solid #aaa;
}

body.page-id-660 #primary{
	clear: both;
}