@charset "UTF-8";
/*!
Theme Name: restaurant_week
Author: shunsuke kitamura
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 0;
}

p {
	margin: 0 0 1.5em;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

li {
	padding: 5px 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #666;
	text-decoration: none;
	transition-duration: .3s;
}

a:visited {
	color: #666;
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.section {
	position: relative;
	padding: 1rem;
}

.section_title {
	text-align: center;
	margin-bottom: 1.5rem;
}

.flex_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.btn, .btn-reserve {
	display: block;
	text-align: center;
	max-width: 300px;
	padding: .5rem 1rem;
	margin: 1rem;
	transition-duration: .3s;
}

.btn-reserve {
	width: 230px;
	border: 1px solid #932929;
	color: #932929;
}

.btn-reserve:hover {
	background-color: #932929;
	color: #fff !important;
}

.btn-reserve:visited {
	color: #932929;
}

.overflow {
	overflow: hidden;
}

.site-header {
	position: relative;
	padding-top: 70px;
}

.home_header {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home_header video {
	width: 100%;
}

.home .logo_wrapper {
	width: 150px;
	margin: 1rem auto 2rem;
}

.home .logo {
	filter: drop-shadow(0 0 5px #999);
}

.header_imageBox {
	width: 100%;
	text-align: center;
}

.header_image {
	width: 100%;
	max-width: 1200px;
}

#menuBtn {
	position: fixed;
	z-index: 99;
	top: 50px;
	left: 50px;
	background: #fff;
	width: 95px;
	height: 95px;
	cursor: pointer;
	padding-top: 35px;
	line-height: 0;
	text-align: center;
}

#menuBtn .humb {
	line-height: 0;
	display: block;
	width: 45px;
	margin: 0 auto 33px;
	font-size: 0;
}

.page_header {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
	width: 100vw;
}

.page_title {
	font-size: 2rem;
	margin: 0;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.page_title {
		font-size: 5rem;
	}
}

.page .title_wrapper {
	position: absolute;
	height: 3rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (min-width: 1024px) {
	.page .title_wrapper {
		height: 8rem;
	}
}

.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: .5rem 0;
}

.title_head {
	font-weight: normal;
}

.title:hover {
	color: #999;
}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 1rem 0;
	background: #F6F6F6;
	z-index: 100;
	transition-duration: .6s;
	transition-timing-function: ease-in-out;
}

nav.show {
	transform: none;
}

.nav_clone {
	position: fixed;
	top: -100px;
	left: 0;
	transition: all 1s;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.drawer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 1em;
}

.navBar_logo {
	width: 30px;
}

@media screen and (min-width: 768px) {
	.navBar_logo {
		width: 60px;
	}
}

.navBar_toggle {
	z-index: 9999;
	cursor: pointer;
}

.navBar_toggle_icon {
	position: relative;
	display: block;
	height: 2px;
	width: 30px;
	background: #5c6b80;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}

.navBar_toggle_icon:nth-child(1) {
	top: 0;
}

.navBar_toggle_icon:nth-child(2) {
	margin: 8px 0;
}

.navBar_toggle_icon:nth-child(3) {
	top: 0;
}

/*OPEN時の動き*/
.navBar_toggle.open .navBar_toggle_icon {
	background-color: #fff;
}

.navBar_toggle.open .navBar_toggle_icon:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navBar_toggle.open .navBar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.navBar_toggle.open .navBar_toggle_icon:nth-child(3) {
	top: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: ease .5s;
	transition: ease .5s;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	opacity: .95;
	background-color: #333;
	z-index: 1000;
}

/*OPEN時の動き*/
.menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.nav_header {
	text-align: center;
}

.nav_header img {
	width: 150px;
}

.nav_main {
	padding: 2rem 1rem 4rem;
}

.nav_logoLink {
	display: block;
	width: 200px;
	margin: 0 auto;
}

.nav_content {
	padding: 1rem;
	text-align: center;
	color: #fff;
}

.nav_content p {
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
}

.nav_timeZone {
	margin: 1rem .5rem;
}

.nav_btn {
	padding: .5rem 1rem;
	margin: .5rem;
	display: inline-block;
	width: 100px;
	border: 2px solid #fff;
	color: #fff;
	transition-duration: .3s;
}

@media screen and (min-width: 768px) {
	.nav_btn {
		margin: 1rem;
	}
}

.nav_btn:visited {
	color: #fff;
}

.nav_btn:hover {
	color: #333;
	background-color: #fff;
}

.nav_brandItems {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.nav_brandItem {
	width: 100px;
	margin: .5rem;
}

@media screen and (min-width: 768px) {
	.nav_brandItem {
		margin: 1rem;
	}
}

.front .description {
	padding: 1rem;
}

@media screen and (min-width: 768px) {
	.front .description {
		padding: 6rem;
	}
}

.front .description p {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.front .description .overview {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.front .description .overview span {
	font-size: 1.2rem;
}

.front .description .notes {
	margin-top: 1rem;
	padding: 1rem;
	text-align: center;
	background-color: #f9f9f9;
}

.front .description .notes ul {
	margin-left: 1rem;
	list-style: disc;
	display: inline-block;
	font-size: .8rem;
	color: #595959;
}

.front .description .notes li {
	line-height: 1;
	text-align: left;
}

.front .price {
	position: relative;
	background-color: #f0f0f0;
}

.front .price_inner {
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.front .price_items {
	margin: 0 1rem;
	text-align: center;
}

.front .price_btn {
	display: inline-block;
	margin: .5rem;
	width: 200px;
	padding: 1rem .5rem;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	transition-duration: .5s;
}

.front .price_btn:hover {
	color: #fff;
	background-color: #666;
}

.front .brand {
	background-color: #EAEAEA;
}

.front .brand_logoWrapper {
	width: 100px;
	margin: 0 auto;
}

.front .brand_category {
	display: block;
	margin: 5px 0;
	font-size: .8rem;
	color: #666;
}

.front .brand_item {
	max-width: 300px;
	text-align: center;
	padding: 1rem;
	margin: .5rem;
	background-color: #fff;
}

.front .brand_txt {
	display: none;
}

.front .brand_link {
	display: block;
	padding: .5rem 1rem;
	border: 2px solid #666;
	transition-duration: .3s;
}

.front .brand_link:hover {
	color: #fff;
	background-color: #666;
}

@media screen and (min-width: 1024px) {
	.front .price {
		height: 450px;
	}
	.front .price_inner {
		position: absolute;
		height: 200px;
	}
}

.brand_descriptionWrapper {
	padding: 1rem;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.brand_descriptionWrapper {
		padding: 6rem;
	}
}

.brand_description {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.brand_txt {
	max-width: 820px;
	margin: auto;
}

.brand_content {
	background-color: #F5F5F5;
}

.course {
	display: block;
	text-align: center;
	padding: 1rem;
	background-color: #fff;
	max-width: 1200px;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.course {
		display: flex;
		justify-content: space-between;
	}
}

.course_description {
	margin: 1rem 0;
}

.course .tax {
	font-size: .8rem;
}

.course_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	min-height: 200px;
	margin-right: 1rem;
}

@media screen and (min-width: 768px) {
	.course_img {
		width: calc(100% / 2 - 1.5rem);
		max-width: 600px;
	}
}

@media screen and (min-width: 768px) {
	.course_txtBox {
		width: calc(100% / 2 - 1.5rem);
		max-width: 600px;
	}
}

.course_name {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}

.course_name-en {
	color: #666;
}

.course_price {
	display: block;
	margin-top: 1rem;
	font-size: 1.2rem;
}

.course_reserve {
	text-align: center;
}

.lunch {
	margin-bottom: 3rem;
}

.reserve_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}

.byPrice {
	max-width: 1200px;
	margin: 0 auto 3rem;
	background-color: #fff;
}

.byPrice_content {
	background-color: #F4F4F4;
}

.byPrice .brand_box {
	text-align: center;
	padding: 1rem;
}

.byPrice .brand_name {
	text-align: center;
	font-size: 2rem;
	margin: 1rem 0;
}

footer .flex_wrapper {
	justify-content: flex-start;
}

footer .site-info {
	background-color: #ccc;
	padding: 1rem;
}

@media screen and (min-width: 768px) {
	footer .site-info {
		display: flex;
		justify-content: center;
	}
}

footer .copyright {
	background-color: #000;
	color: #fff;
	padding: 1rem;
	text-align: center;
	font-size: .8rem;
}

footer .footerNav {
	font-size: .8rem;
	margin: 1rem;
}

footer .footerNav_items {
	margin-right: 1rem;
}

footer .footerNav p {
	margin: 0;
	font-weight: bold;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */