@charset "UTF-8";

/*!
Theme Name: kirii
Theme URI: http://underscores.me/
Author: Toshinori Nishida
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kirii
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kirii is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

/* 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;
}

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

@media (max-width: 900px) {

	.pc-only {
		display: none !important;
	}
}

@media (min-width: 901px) {

	.mobile-only {
		display: none !important;
	}
}

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

@media (min-width: 901px) {

	.margin-pc-top-0 {
		margin-top: 0 !important;
	}

	.margin-pc-bottom-0 {
		margin-bottom: 0 !important;
	}

	.margin-pc-y-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.margin-pc-left-0 {
		margin-left: 0 !important;
	}

	.margin-pc-right-0 {
		margin-right: 0 !important;
	}

	.margin-pc-x-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.padding-pc-top-0 {
		padding-top: 0 !important;
	}

	.padding-pc-bottom-0 {
		padding-bottom: 0 !important;
	}

	.padding-pc-y-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.padding-pc-left-0 {
		padding-left: 0 !important;
	}

	.padding-pc-right-0 {
		padding-right: 0 !important;
	}

	.padding-pc-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-0 {
		margin-top: 0 !important;
	}

	.margin-mobile-bottom-0 {
		margin-bottom: 0 !important;
	}

	.margin-mobile-y-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.margin-mobile-left-0 {
		margin-left: 0 !important;
	}

	.margin-mobile-right-0 {
		margin-right: 0 !important;
	}

	.margin-mobile-x-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.padding-mobile-top-0 {
		padding-top: 0 !important;
	}

	.padding-mobile-bottom-0 {
		padding-bottom: 0 !important;
	}

	.padding-mobile-y-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.padding-mobile-left-0 {
		padding-left: 0 !important;
	}

	.padding-mobile-right-0 {
		padding-right: 0 !important;
	}

	.padding-mobile-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-5 {
		margin-top: 5px !important;
	}

	.margin-pc-bottom-5 {
		margin-bottom: 5px !important;
	}

	.margin-pc-y-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.margin-pc-left-5 {
		margin-left: 5px !important;
	}

	.margin-pc-right-5 {
		margin-right: 5px !important;
	}

	.margin-pc-x-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.padding-pc-top-5 {
		padding-top: 5px !important;
	}

	.padding-pc-bottom-5 {
		padding-bottom: 5px !important;
	}

	.padding-pc-y-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.padding-pc-left-5 {
		padding-left: 5px !important;
	}

	.padding-pc-right-5 {
		padding-right: 5px !important;
	}

	.padding-pc-x-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-5 {
		margin-top: 5px !important;
	}

	.margin-mobile-bottom-5 {
		margin-bottom: 5px !important;
	}

	.margin-mobile-y-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.margin-mobile-left-5 {
		margin-left: 5px !important;
	}

	.margin-mobile-right-5 {
		margin-right: 5px !important;
	}

	.margin-mobile-x-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.padding-mobile-top-5 {
		padding-top: 5px !important;
	}

	.padding-mobile-bottom-5 {
		padding-bottom: 5px !important;
	}

	.padding-mobile-y-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.padding-mobile-left-5 {
		padding-left: 5px !important;
	}

	.padding-mobile-right-5 {
		padding-right: 5px !important;
	}

	.padding-mobile-x-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-10 {
		margin-top: 10px !important;
	}

	.margin-pc-bottom-10 {
		margin-bottom: 10px !important;
	}

	.margin-pc-y-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.margin-pc-left-10 {
		margin-left: 10px !important;
	}

	.margin-pc-right-10 {
		margin-right: 10px !important;
	}

	.margin-pc-x-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.padding-pc-top-10 {
		padding-top: 10px !important;
	}

	.padding-pc-bottom-10 {
		padding-bottom: 10px !important;
	}

	.padding-pc-y-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.padding-pc-left-10 {
		padding-left: 10px !important;
	}

	.padding-pc-right-10 {
		padding-right: 10px !important;
	}

	.padding-pc-x-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-10 {
		margin-top: 10px !important;
	}

	.margin-mobile-bottom-10 {
		margin-bottom: 10px !important;
	}

	.margin-mobile-y-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.margin-mobile-left-10 {
		margin-left: 10px !important;
	}

	.margin-mobile-right-10 {
		margin-right: 10px !important;
	}

	.margin-mobile-x-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.padding-mobile-top-10 {
		padding-top: 10px !important;
	}

	.padding-mobile-bottom-10 {
		padding-bottom: 10px !important;
	}

	.padding-mobile-y-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.padding-mobile-left-10 {
		padding-left: 10px !important;
	}

	.padding-mobile-right-10 {
		padding-right: 10px !important;
	}

	.padding-mobile-x-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-15 {
		margin-top: 15px !important;
	}

	.margin-pc-bottom-15 {
		margin-bottom: 15px !important;
	}

	.margin-pc-y-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.margin-pc-left-15 {
		margin-left: 15px !important;
	}

	.margin-pc-right-15 {
		margin-right: 15px !important;
	}

	.margin-pc-x-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.padding-pc-top-15 {
		padding-top: 15px !important;
	}

	.padding-pc-bottom-15 {
		padding-bottom: 15px !important;
	}

	.padding-pc-y-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.padding-pc-left-15 {
		padding-left: 15px !important;
	}

	.padding-pc-right-15 {
		padding-right: 15px !important;
	}

	.padding-pc-x-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-15 {
		margin-top: 15px !important;
	}

	.margin-mobile-bottom-15 {
		margin-bottom: 15px !important;
	}

	.margin-mobile-y-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.margin-mobile-left-15 {
		margin-left: 15px !important;
	}

	.margin-mobile-right-15 {
		margin-right: 15px !important;
	}

	.margin-mobile-x-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.padding-mobile-top-15 {
		padding-top: 15px !important;
	}

	.padding-mobile-bottom-15 {
		padding-bottom: 15px !important;
	}

	.padding-mobile-y-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.padding-mobile-left-15 {
		padding-left: 15px !important;
	}

	.padding-mobile-right-15 {
		padding-right: 15px !important;
	}

	.padding-mobile-x-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-20 {
		margin-top: 20px !important;
	}

	.margin-pc-bottom-20 {
		margin-bottom: 20px !important;
	}

	.margin-pc-y-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.margin-pc-left-20 {
		margin-left: 20px !important;
	}

	.margin-pc-right-20 {
		margin-right: 20px !important;
	}

	.margin-pc-x-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.padding-pc-top-20 {
		padding-top: 20px !important;
	}

	.padding-pc-bottom-20 {
		padding-bottom: 20px !important;
	}

	.padding-pc-y-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.padding-pc-left-20 {
		padding-left: 20px !important;
	}

	.padding-pc-right-20 {
		padding-right: 20px !important;
	}

	.padding-pc-x-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-20 {
		margin-top: 20px !important;
	}

	.margin-mobile-bottom-20 {
		margin-bottom: 20px !important;
	}

	.margin-mobile-y-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.margin-mobile-left-20 {
		margin-left: 20px !important;
	}

	.margin-mobile-right-20 {
		margin-right: 20px !important;
	}

	.margin-mobile-x-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.padding-mobile-top-20 {
		padding-top: 20px !important;
	}

	.padding-mobile-bottom-20 {
		padding-bottom: 20px !important;
	}

	.padding-mobile-y-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.padding-mobile-left-20 {
		padding-left: 20px !important;
	}

	.padding-mobile-right-20 {
		padding-right: 20px !important;
	}

	.padding-mobile-x-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-25 {
		margin-top: 25px !important;
	}

	.margin-pc-bottom-25 {
		margin-bottom: 25px !important;
	}

	.margin-pc-y-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.margin-pc-left-25 {
		margin-left: 25px !important;
	}

	.margin-pc-right-25 {
		margin-right: 25px !important;
	}

	.margin-pc-x-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.padding-pc-top-25 {
		padding-top: 25px !important;
	}

	.padding-pc-bottom-25 {
		padding-bottom: 25px !important;
	}

	.padding-pc-y-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.padding-pc-left-25 {
		padding-left: 25px !important;
	}

	.padding-pc-right-25 {
		padding-right: 25px !important;
	}

	.padding-pc-x-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-25 {
		margin-top: 25px !important;
	}

	.margin-mobile-bottom-25 {
		margin-bottom: 25px !important;
	}

	.margin-mobile-y-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.margin-mobile-left-25 {
		margin-left: 25px !important;
	}

	.margin-mobile-right-25 {
		margin-right: 25px !important;
	}

	.margin-mobile-x-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.padding-mobile-top-25 {
		padding-top: 25px !important;
	}

	.padding-mobile-bottom-25 {
		padding-bottom: 25px !important;
	}

	.padding-mobile-y-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.padding-mobile-left-25 {
		padding-left: 25px !important;
	}

	.padding-mobile-right-25 {
		padding-right: 25px !important;
	}

	.padding-mobile-x-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-30 {
		margin-top: 30px !important;
	}

	.margin-pc-bottom-30 {
		margin-bottom: 30px !important;
	}

	.margin-pc-y-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.margin-pc-left-30 {
		margin-left: 30px !important;
	}

	.margin-pc-right-30 {
		margin-right: 30px !important;
	}

	.margin-pc-x-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.padding-pc-top-30 {
		padding-top: 30px !important;
	}

	.padding-pc-bottom-30 {
		padding-bottom: 30px !important;
	}

	.padding-pc-y-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.padding-pc-left-30 {
		padding-left: 30px !important;
	}

	.padding-pc-right-30 {
		padding-right: 30px !important;
	}

	.padding-pc-x-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-30 {
		margin-top: 30px !important;
	}

	.margin-mobile-bottom-30 {
		margin-bottom: 30px !important;
	}

	.margin-mobile-y-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.margin-mobile-left-30 {
		margin-left: 30px !important;
	}

	.margin-mobile-right-30 {
		margin-right: 30px !important;
	}

	.margin-mobile-x-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.padding-mobile-top-30 {
		padding-top: 30px !important;
	}

	.padding-mobile-bottom-30 {
		padding-bottom: 30px !important;
	}

	.padding-mobile-y-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.padding-mobile-left-30 {
		padding-left: 30px !important;
	}

	.padding-mobile-right-30 {
		padding-right: 30px !important;
	}

	.padding-mobile-x-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-35 {
		margin-top: 35px !important;
	}

	.margin-pc-bottom-35 {
		margin-bottom: 35px !important;
	}

	.margin-pc-y-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.margin-pc-left-35 {
		margin-left: 35px !important;
	}

	.margin-pc-right-35 {
		margin-right: 35px !important;
	}

	.margin-pc-x-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.padding-pc-top-35 {
		padding-top: 35px !important;
	}

	.padding-pc-bottom-35 {
		padding-bottom: 35px !important;
	}

	.padding-pc-y-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.padding-pc-left-35 {
		padding-left: 35px !important;
	}

	.padding-pc-right-35 {
		padding-right: 35px !important;
	}

	.padding-pc-x-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-35 {
		margin-top: 35px !important;
	}

	.margin-mobile-bottom-35 {
		margin-bottom: 35px !important;
	}

	.margin-mobile-y-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.margin-mobile-left-35 {
		margin-left: 35px !important;
	}

	.margin-mobile-right-35 {
		margin-right: 35px !important;
	}

	.margin-mobile-x-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.padding-mobile-top-35 {
		padding-top: 35px !important;
	}

	.padding-mobile-bottom-35 {
		padding-bottom: 35px !important;
	}

	.padding-mobile-y-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.padding-mobile-left-35 {
		padding-left: 35px !important;
	}

	.padding-mobile-right-35 {
		padding-right: 35px !important;
	}

	.padding-mobile-x-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-40 {
		margin-top: 40px !important;
	}

	.margin-pc-bottom-40 {
		margin-bottom: 40px !important;
	}

	.margin-pc-y-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.margin-pc-left-40 {
		margin-left: 40px !important;
	}

	.margin-pc-right-40 {
		margin-right: 40px !important;
	}

	.margin-pc-x-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.padding-pc-top-40 {
		padding-top: 40px !important;
	}

	.padding-pc-bottom-40 {
		padding-bottom: 40px !important;
	}

	.padding-pc-y-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.padding-pc-left-40 {
		padding-left: 40px !important;
	}

	.padding-pc-right-40 {
		padding-right: 40px !important;
	}

	.padding-pc-x-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-40 {
		margin-top: 40px !important;
	}

	.margin-mobile-bottom-40 {
		margin-bottom: 40px !important;
	}

	.margin-mobile-y-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.margin-mobile-left-40 {
		margin-left: 40px !important;
	}

	.margin-mobile-right-40 {
		margin-right: 40px !important;
	}

	.margin-mobile-x-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.padding-mobile-top-40 {
		padding-top: 40px !important;
	}

	.padding-mobile-bottom-40 {
		padding-bottom: 40px !important;
	}

	.padding-mobile-y-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.padding-mobile-left-40 {
		padding-left: 40px !important;
	}

	.padding-mobile-right-40 {
		padding-right: 40px !important;
	}

	.padding-mobile-x-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-45 {
		margin-top: 45px !important;
	}

	.margin-pc-bottom-45 {
		margin-bottom: 45px !important;
	}

	.margin-pc-y-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.margin-pc-left-45 {
		margin-left: 45px !important;
	}

	.margin-pc-right-45 {
		margin-right: 45px !important;
	}

	.margin-pc-x-45 {
		margin-left: 45px !important;
		margin-right: 45px !important;
	}

	.padding-pc-top-45 {
		padding-top: 45px !important;
	}

	.padding-pc-bottom-45 {
		padding-bottom: 45px !important;
	}

	.padding-pc-y-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.padding-pc-left-45 {
		padding-left: 45px !important;
	}

	.padding-pc-right-45 {
		padding-right: 45px !important;
	}

	.padding-pc-x-45 {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-45 {
		margin-top: 45px !important;
	}

	.margin-mobile-bottom-45 {
		margin-bottom: 45px !important;
	}

	.margin-mobile-y-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.margin-mobile-left-45 {
		margin-left: 45px !important;
	}

	.margin-mobile-right-45 {
		margin-right: 45px !important;
	}

	.margin-mobile-x-45 {
		margin-left: 45px !important;
		margin-right: 45px !important;
	}

	.padding-mobile-top-45 {
		padding-top: 45px !important;
	}

	.padding-mobile-bottom-45 {
		padding-bottom: 45px !important;
	}

	.padding-mobile-y-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.padding-mobile-left-45 {
		padding-left: 45px !important;
	}

	.padding-mobile-right-45 {
		padding-right: 45px !important;
	}

	.padding-mobile-x-45 {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
}

@media (min-width: 901px) {

	.margin-pc-top-50 {
		margin-top: 50px !important;
	}

	.margin-pc-bottom-50 {
		margin-bottom: 50px !important;
	}

	.margin-pc-y-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.margin-pc-left-50 {
		margin-left: 50px !important;
	}

	.margin-pc-right-50 {
		margin-right: 50px !important;
	}

	.margin-pc-x-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.padding-pc-top-50 {
		padding-top: 50px !important;
	}

	.padding-pc-bottom-50 {
		padding-bottom: 50px !important;
	}

	.padding-pc-y-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.padding-pc-left-50 {
		padding-left: 50px !important;
	}

	.padding-pc-right-50 {
		padding-right: 50px !important;
	}

	.padding-pc-x-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

@media (max-width: 900px) {

	.margin-mobile-top-50 {
		margin-top: 50px !important;
	}

	.margin-mobile-bottom-50 {
		margin-bottom: 50px !important;
	}

	.margin-mobile-y-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.margin-mobile-left-50 {
		margin-left: 50px !important;
	}

	.margin-mobile-right-50 {
		margin-right: 50px !important;
	}

	.margin-mobile-x-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.padding-mobile-top-50 {
		padding-top: 50px !important;
	}

	.padding-mobile-bottom-50 {
		padding-bottom: 50px !important;
	}

	.padding-mobile-y-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.padding-mobile-left-50 {
		padding-left: 50px !important;
	}

	.padding-mobile-right-50 {
		padding-right: 50px !important;
	}

	.padding-mobile-x-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.post,
body.page {
	margin: 0;
}

.mincho {
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
}

h2 {
	font-size: 32px;
}

@media (max-width: 900px) {

	h2 {
		font-size: 18px;
	}
}

h3 {
	font-size: 28px;
}

@media (max-width: 900px) {

	h3 {
		font-size: 17px;
	}
}

h4 {
	font-size: 24px;
}

@media (max-width: 900px) {

	h4 {
		font-size: 16px;
	}
}

h5 {
	font-size: 20px;
}

@media (max-width: 900px) {

	h5 {
		font-size: 15px;
	}
}

h6 {
	font-size: 18px;
}

@media (max-width: 900px) {

	h6 {
		font-size: 14px;
	}
}

p {
	font-size: 18px;
}

@media (max-width: 900px) {

	p {
		font-size: 14px;
	}
}

figcaption {
	color: #707070;
}

.wp-block-image {
	margin-bottom: 2rem;
}

.container,
.container-wide,
.fullsize-background > [class*="inner-container"] {
	width: 100%;
}

@media (min-width: 901px) {

	.container,
	.container-wide,
	.fullsize-background > [class*="inner-container"] {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 901px) {

	.container {
		max-width: 1072px;
	}
}

@media (min-width: 901px) {

	.container-wide {
		max-width: 1240px;
	}
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 14px;
	padding-top: 19px;
	z-index: 100;
}

@media (max-width: 900px) {

	.site-header {
		padding: 3px 0 0;
		height: 48px;
		font-size: 10px;
	}
}

.site-header [class*="header-row-"] {
	display: flex;
	padding: 0 20px;
}

@media (max-width: 900px) {

	.site-header [class*="header-row-"] {
		padding: 0 10px;
	}
}

.site-header .header-row-sub {
	margin-bottom: 4px;
}

@media (max-width: 900px) {

	.site-header .header-row-sub {
		margin-bottom: 0;
	}
}

.site-header .header-row-main {
	align-items: flex-end;
	height: 37px;
}

@media (max-width: 900px) {

	.site-header .header-row-main {
		height: 24px;
	}
}

.site-header .site-description {
	padding: 0 4px 0 0;
}

.site-header .site-logo a,
.site-header .site-logo img {
	display: block;
}

.site-header .site-logo img {
	width: 250px;
}

@media (min-width: 901px) and (max-width: 1240px) {

	.site-header .site-logo img {
		width: calc(210px + (250 - 210) * (100vw - 900px) / (1240 - 900));
	}
}

@media (max-width: 900px) {

	.site-header .site-logo img {
		width: 210px;
	}
}

@media (max-width: 900px) {

	.site-header .site-logo img {
		width: 160px;
	}
}

.site-header [class*="menu-pc-"] {
	margin-left: auto;
}

@media (max-width: 900px) {

	.site-header [class*="menu-pc-"] {
		display: none;
	}
}

.site-header [class*="menu-pc-"] .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.site-header [class*="menu-pc-"] .menu .menu-item {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 901px) and (max-width: 1240px) {

	.site-header [class*="menu-pc-"] .menu .menu-item {
		padding-left: calc(4px + (15 - 4) * (100vw - 900px) / (1240 - 900));
	}
}

@media (max-width: 900px) {

	.site-header [class*="menu-pc-"] .menu .menu-item {
		padding-left: 4px;
	}
}

@media (min-width: 901px) and (max-width: 1240px) {

	.site-header [class*="menu-pc-"] .menu .menu-item {
		padding-right: calc(4px + (15 - 4) * (100vw - 900px) / (1240 - 900));
	}
}

@media (max-width: 900px) {

	.site-header [class*="menu-pc-"] .menu .menu-item {
		padding-right: 4px;
	}
}

.site-header [class*="menu-pc-"] .menu .menu-item:last-child {
	padding-right: 0;
}

.site-header [class*="menu-pc-"] .menu .menu-item.current-menu-item a {
	color: #707070;
}

.site-header .menu a {
	text-decoration: none;
	color: inherit;
}

.site-header .menu a:hover {
	color: #a59266;
	transition: color 0.2s;
}

.site-header .menu-pc-sub .menu-item:not(:last-child) {
	border-right: 1px solid #fff;
}

.site-header .menu-pc-main {
	font-weight: 700;
}

.site-header .menu-pc-main .menu-item:not(:last-child) {
	border-right: 2px solid #a59266;
}

.site-header .menu-button,
.site-header .menu-button-close {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 901px) {

	.site-header .menu-button,
	.site-header .menu-button-close {
		display: none;
	}
}

.site-header .menu-button {
	padding: 13px 10px 0 0;
}

.site-header .menu-button [class*="menu-button-line-"] {
	display: block;
	height: 0;
	border-top: 2px solid #fff;
	margin-bottom: 7px;
	margin-left: auto;
}

.site-header .menu-button .menu-button-line-1 {
	width: 30px;
}

.site-header .menu-button .menu-button-line-2 {
	width: 25px;
}

.site-header .menu-button .menu-button-line-3 {
	width: 20px;
}

.site-header .menu-button-close [class*="menu-button-line-"] {
	display: block;
	width: 0;
	height: 36px;
	position: absolute;
	right: 24px;
	top: 6px;
	border-left: 2px solid #fff;
}

.site-header .menu-button-close .menu-button-line-1 {
	transform: rotate(45deg);
}

.site-header .menu-button-close .menu-button-line-2 {
	transform: rotate(-45deg);
}

.site-header .menu-sp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	overflow: scroll;
	z-index: 102;
}

.site-header .menu-sp .menu-sp-header {
	position: fixed;
	width: 100%;
	height: 48px;
	padding: 6px 10px;
	background-color: #000;
	z-index: 101;
}

.site-header .menu-sp .site-logo a {
	display: inline-block;
}

.site-header .menu-sp .menu {
	list-style-type: none;
	margin: 85px 0 40px;
	padding: 0;
	text-align: center;
	font-size: 16px;
}

.site-header .menu-sp .menu .menu-item {
	position: relative;
}

.site-header .menu-sp .menu .menu-item a {
	display: block;
	padding: 16px 0;
}

.site-header .menu-sp .menu .menu-item:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 17px;
	height: 0;
	border-top: 2px solid #a59266;
}

.go-up {
	display: none;
	width: 76px;
	height: 76px;
	border-radius: 100%;
	background-color: #a592668b;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	text-decoration: none;
}

@media (max-width: 900px) {

	.go-up {
		width: 54px;
		height: 54px;
	}
}

.go-up [class*="icon-"] {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 900px) {

	.go-up [class*="icon-"] {
		font-size: 20px;
	}
}

.contents {
	flex-grow: 1;
	padding-top: 100px;
}

@media (max-width: 900px) {

	.contents {
		padding-top: 48px;
	}
}

.site-footer {
	background-color: #000;
	padding: 70px 0 60px;
	z-index: 0;
}

@media (max-width: 900px) {

	.site-footer {
		padding: 0 0 96px;
	}
}

.site-footer .menu-footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

@media (max-width: 900px) {

	.site-footer .menu-footer {
		font-size: 14px;
	}
}

.site-footer .menu-footer .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 901px) {

	.site-footer .menu-footer .menu {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 901px) {

	.site-footer .menu-footer .menu .menu-item {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 901px) and (min-width: 901px) and (max-width: 1240px) {

	.site-footer .menu-footer .menu .menu-item {
		padding-left: calc(4px + (15 - 4) * (100vw - 900px) / (1240 - 900));
	}
}

@media (min-width: 901px) and (max-width: 900px) {

	.site-footer .menu-footer .menu .menu-item {
		padding-left: 4px;
	}
}

@media (min-width: 901px) and (min-width: 901px) and (max-width: 1240px) {

	.site-footer .menu-footer .menu .menu-item {
		padding-right: calc(4px + (15 - 4) * (100vw - 900px) / (1240 - 900));
	}
}

@media (min-width: 901px) and (max-width: 900px) {

	.site-footer .menu-footer .menu .menu-item {
		padding-right: 4px;
	}
}

@media (min-width: 901px) {

	.site-footer .menu-footer .menu .menu-item:not(:last-child) {
		border-right: 1px solid #fff;
	}
}

@media (max-width: 900px) {

	.site-footer .menu-footer .menu .menu-item {
		background-color: #fff;
		border-width: 1px 0;
		border-style: solid;
		border-color: #c3c3c3;
	}
}

.site-footer .menu-footer .menu a {
	text-decoration: none;
}

@media (min-width: 901px) {

	.site-footer .menu-footer .menu a {
		color: #fff;
	}

	.site-footer .menu-footer .menu a:hover {
		text-decoration: underline;
	}
}

@media (max-width: 900px) {

	.site-footer .menu-footer .menu a {
		display: block;
		padding: 18px 16px;
		color: #000;
		font-weight: 700;
		position: relative;
	}

	.site-footer .menu-footer .menu a::after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 16px;
		display: block;
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
	}
}

.site-footer .footer-logo {
	margin: 40px 0 32px;
	text-align: center;
}

@media (max-width: 900px) {

	.site-footer .footer-logo {
		margin: 15px 0 20px;
	}
}

.site-footer .footer-logo img {
	display: inline-block;
	width: 281px;
}

@media (max-width: 900px) {

	.site-footer .footer-logo img {
		width: 137px;
	}
}

.site-footer .copyright {
	font-size: 14px;
	color: #c3c3c3;
	text-align: center;
	margin-bottom: 4px;
}

@media (max-width: 900px) {

	.site-footer .copyright {
		font-size: 12px;
	}
}

.button-pill {
	font-size: 18px;
	display: inline-block;
	padding: 13px 45px;
	min-width: 262px;
	border: 2px solid #a59266;
	border-radius: 35px;
	text-decoration: none;
	position: relative;
	background-color: transparent;
	color: #000;
	font-weight: 700;
	text-align: center;
	transition: 0.3s;
}

@media (max-width: 900px) {

	.button-pill {
		font-size: 14px;
		padding: 6px 22px;
		min-width: 191px;
	}
}

.button-pill::after {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 12px;
	color: #a59266;
	transition: 0.3s;
}

@media (max-width: 900px) {

	.button-pill::after {
		font-size: 8px;
		right: 6px;
	}
}

.button-pill:visited {
	color: #000;
}

.button-pill:hover {
	background-color: #a59266;
	color: #fff;
}

.button-pill:hover::after {
	color: #fff;
}

.button-pill.button-pill-translucent {
	background-color: rgba(0, 0, 0, 0.35);
	color: #fff;
}

.button-pill.button-pill-translucent:hover {
	background-color: #a59266;
}

.button-pill-fixed-size {
	display: inline-block;
	position: relative;
	width: 352px;
	height: 85px;
	border: 2px solid #a59266;
	border-radius: 43px;
	text-decoration: none;
	background-color: transparent;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	transition: 0.3s;
}

@media (max-width: 1072px) and (min-width: 901px) {

	.button-pill-fixed-size {
		width: calc(100% / 3);
	}
}

@media (max-width: 900px) {

	.button-pill-fixed-size {
		font-size: 16px;
		width: 100%;
		height: 58px;
		border-radius: 29px;
		border-width: 1px;
	}
}

.button-pill-fixed-size:visited {
	color: #000;
}

.button-pill-fixed-size:hover {
	background-color: #a59266;
	color: #000;
}

.button-pill-fixed-size.button-pill-translucent {
	background-color: rgba(0, 0, 0, 0.35);
	color: #fff;
}

.button-pill-fixed-size.button-pill-translucent:visited {
	color: #fff;
}

.button-pill-fixed-size.button-pill-translucent:hover {
	background-color: #a59266;
}

.button-pill-fixed-size .button-pill-label {
	position: absolute;
	display: block;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

@media (max-width: 900px) {

	.button-pill-fixed-size .button-pill-label br {
		display: none;
	}
}

.button-pill-fixed-size.with-arrow {
	color: #fff;
	background-color: #a59266;
	height: 93px;
}

@media (max-width: 900px) {

	.button-pill-fixed-size.with-arrow {
		height: 58px;
	}
}

.button-pill-fixed-size.with-arrow:visited {
	color: #fff;
}

.button-pill-fixed-size.with-arrow:hover {
	background-color: rgba(255, 255, 255, 0.35);
	color: #a59266;
}

.button-pill-fixed-size.with-arrow::after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

.button-pill-fixed-size.with-arrow .button-pill-label {
	left: 30px;
	transform: translateY(-50%);
}

.slideshow {
	margin: 0;
	padding: 0;
	position: relative;
	height: 640px;
}

@media (max-width: 900px) {

	.slideshow {
		height: 480px;
	}
}

.slideshow .slide {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 640px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 2s;
}

@media (max-width: 900px) {

	.slideshow .slide {
		height: 480px;
	}
}

.slideshow .slide.active {
	opacity: 1;
	z-index: 1;
}

.slideshow .slide .slide-content {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 640px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 900px) {

	.slideshow .slide .slide-content {
		height: 480px;
	}
}

.slideshow .slide .slide-content .slide-content-inner {
	position: relative;
}

.slideshow .slide .slide-content .slide-title {
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 56px;
	line-height: 1.4;
	text-align: center;
	margin-top: 126px;
}

@media (max-width: 900px) {

	.slideshow .slide .slide-content .slide-title {
		font-size: 34px;
		line-height: 1.2;
	}
}

.slideshow .slide .slide-content .slide-divider {
	width: 56px;
	margin: 23px auto 28px;
	border-top: 4px solid #a59266;
}

@media (max-width: 900px) {

	.slideshow .slide .slide-content .slide-divider {
		width: 36px;
		margin: 21px auto;
	}
}

.slideshow .slide .slide-content .slide-body {
	text-align: center;
	font-size: 18px;
	margin-bottom: 37px;
	line-height: 1.8;
}

@media (max-width: 900px) {

	.slideshow .slide .slide-content .slide-body {
		font-size: 16px;
		margin-bottom: 65px;
		line-height: 1.7;
	}
}

.slideshow .slide .slide-image {
	display: flex;
	justify-content: center;
}

.slideshow .slide .slide-image img {
	display: block;
	max-width: none;
}

@media (min-width: 1601px) {

	.slideshow .slide .slide-image img {
		width: 100vw;
	}
}

@media (max-width: 1600px) {

	.slideshow .slide .slide-image img {
		height: 100%;
	}
}

.slideshow .slide-switchers {
	display: flex;
	align-items: center;
	position: absolute;
	top: 570px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media (max-width: 900px) {

	.slideshow .slide-switchers {
		top: 450px;
	}
}

.slideshow .slide-switchers a {
	display: block;
	width: 56px;
	height: 6px;
	background-color: #707070;
	transition: background-color 0.3s;
	cursor: pointer;
}

@media (max-width: 900px) {

	.slideshow .slide-switchers a {
		width: 30px;
		height: 5px;
	}
}

.slideshow .slide-switchers a:not(:last-child) {
	margin-right: 11px;
}

@media (max-width: 900px) {

	.slideshow .slide-switchers a:not(:last-child) {
		margin-right: 6px;
	}
}

.slideshow .slide-switchers a.active,
.slideshow .slide-switchers a:hover {
	background-color: #a59266;
}

.slideshow.slideshow-header {
	height: 643px;
	border-bottom: 3px solid #a59266;
}

@media (max-width: 900px) {

	.slideshow.slideshow-header {
		height: 483px;
	}
}

.slideshow.slideshow-header .slide-content .slide-title {
	margin-top: calc(112px + 100px);
}

@media (max-width: 900px) {

	.slideshow.slideshow-header .slide-content .slide-title {
		margin-top: calc(78px + 48px);
	}
}

.slideshow.slideshow-header .slide-content .slide-divider {
	margin: 32px auto 39px;
}

@media (max-width: 900px) {

	.slideshow.slideshow-header .slide-content .slide-divider {
		margin: 26px auto 30px;
	}
}

.slideshow.slideshow-header .slide-content .slide-body {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 49px;
}

@media (max-width: 900px) {

	.slideshow.slideshow-header .slide-content .slide-body {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 70px;
	}
}

.site-main > .slideshow {
	margin-top: -100px;
}

@media (max-width: 900px) {

	.site-main > .slideshow {
		margin-top: -48px;
	}
}

.slashed {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	min-width: 300px;
	position: relative;
}

@media (max-width: 900px) {

	.slashed {
		font-size: 18px;
		min-width: 192px;
	}
}

.slashed::before,
.slashed::after {
	content: "";
	width: 0;
	height: 80%;
	border-left: 2px solid #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(25deg);
}

.slashed::before {
	left: -1em;
}

.slashed::after {
	right: -1em;
}

.page-header-blog.pc-only {
	height: 643px;
	border-bottom: 3px solid #a59266;
	margin-top: -100px;
	background-size: cover;
	background-position: center center;
}

.page-header-blog.pc-only > .container {
	position: relative;
	height: 100%;
}

.page-header-blog.pc-only .picked-up {
	color: inherit;
	text-decoration: none;
	width: 530px;
	padding: 30px 25px 23px;
	position: absolute;
	right: 0;
	bottom: 25px;
}

.page-header-blog.pc-only .picked-up:hover,
.page-header-blog.pc-only .picked-up:visited {
	color: inherit;
}

.page-header-blog.pc-only .picked-up .picked-up-heading {
	text-align: center;
	font-weight: 700;
	margin-bottom: 31px;
}

.page-header-blog.pc-only .picked-up .picked-up-heading .picked-up-heading-inner {
	display: inline-block;
	border-bottom: 2px solid #000;
	font-size: 24px;
}

.page-header-blog.pc-only .picked-up .picked-up-date {
	color: #fff;
	background-color: #000;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding: 2px 15px 2px 25px;
	margin-left: -25px;
}

.page-header-blog.pc-only .picked-up .picked-up-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 5px;
}

.page-header-blog.pc-only .picked-up .picked-up-body {
	margin-top: 15px;
	font-size: 18px;
}

.page-header-blog.pc-only .picked-up .picked-up-category {
	display: inline-block;
	border-bottom: 1px solid #000;
	font-size: 14px;
}

.page-header-blog.pc-only .picked-up .picked-up-fadable {
	position: relative;
	overflow: hidden;
	height: 170px;
	margin-bottom: 25px;
}

.page-header-blog.pc-only .picked-up .picked-up-fadable .picked-up-fade {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
}

.page-header-blog.pc-only .picked-up .picked-up-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header-blog.mobile-only .picked-up {
	display: block;
	color: inherit;
	text-decoration: none;
}

.page-header-blog.mobile-only .picked-up .picked-up-image {
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 275px;
}

.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 2px 0 3px;
}

.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-heading .picked-up-heading-inner {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	min-width: 300px;
	position: relative;
}

@media (max-width: 900px) {

	.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-heading .picked-up-heading-inner {
		font-size: 18px;
		min-width: 192px;
	}
}

.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-heading .picked-up-heading-inner::before,
.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-heading .picked-up-heading-inner::after {
	content: "";
	width: 0;
	height: 80%;
	border-left: 2px solid #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(25deg);
}

.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-heading .picked-up-heading-inner::before {
	left: -1em;
}

.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-heading .picked-up-heading-inner::after {
	right: -1em;
}

.page-header-blog.mobile-only .picked-up .picked-up-image .picked-up-date {
	color: #fff;
	background-color: #000;
	font-size: 8px;
	font-weight: 700;
	display: inline-block;
	padding: 2px 8px 2px 16px;
	position: absolute;
	bottom: 8px;
	left: 0;
}

.page-header-blog.mobile-only .picked-up .picked-up-text {
	padding: 15px 15px 24px;
}

.page-header-blog.mobile-only .picked-up .picked-up-text .picked-up-title {
	font-size: 18px;
	font-weight: 700;
}

.page-header-blog.mobile-only .picked-up .picked-up-text .picked-up-body {
	margin-top: 5px;
	font-size: 14px;
}

.page-header-blog.mobile-only .picked-up .picked-up-text .picked-up-category {
	font-size: 10px;
	text-decoration: underline;
}

.page-header-blog.mobile-only .picked-up .picked-up-fadable {
	position: relative;
	overflow: hidden;
	height: 80px;
	margin-bottom: 5px;
}

.page-header-blog.mobile-only .picked-up .picked-up-fadable .picked-up-fade {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
}

.page-header-blog.mobile-only .picked-up .picked-up-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-template-page-kodawari {
	background-color: #000;
}

.header-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -100;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-background.not-fixed {
	position: absolute;
}

.page-header-kodawari,
.page-header-shops,
.page-header-business,
.page-header-company {
	color: #fff;
	text-align: center;
	padding: 110px 0 200px;
}

@media (min-width: 901px) {

	.page-header-kodawari,
	.page-header-shops,
	.page-header-business,
	.page-header-company {
		background: none !important;
	}
}

@media (max-width: 900px) {

	.page-header-kodawari,
	.page-header-shops,
	.page-header-business,
	.page-header-company {
		padding: 70px 15px 25px;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}

.page-header-kodawari h1,
.page-header-shops h1,
.page-header-business h1,
.page-header-company h1 {
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 56px;
	margin: 0;
}

@media (max-width: 900px) {

	.page-header-kodawari h1,
	.page-header-shops h1,
	.page-header-business h1,
	.page-header-company h1 {
		font-size: 32px;
	}
}

.page-header-kodawari h1::after,
.page-header-shops h1::after,
.page-header-business h1::after,
.page-header-company h1::after {
	content: "";
	display: block;
	border-top: 4px solid #a59266;
	width: 56px;
	height: 0;
	margin: 25px auto 35px;
}

@media (max-width: 900px) {

	.page-header-kodawari h1::after,
	.page-header-shops h1::after,
	.page-header-business h1::after,
	.page-header-company h1::after {
		width: 40px;
	}
}

.page-header-kodawari p,
.page-header-shops p,
.page-header-business p,
.page-header-company p {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}

@media (max-width: 900px) {

	.page-header-kodawari p,
	.page-header-shops p,
	.page-header-business p,
	.page-header-company p {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

.page-header-kodawari .page-header-buttons,
.page-header-shops .page-header-buttons,
.page-header-business .page-header-buttons,
.page-header-company .page-header-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-header-kodawari .page-header-buttons a,
.page-header-shops .page-header-buttons a,
.page-header-business .page-header-buttons a,
.page-header-company .page-header-buttons a {
	margin-bottom: 20px;
}

@media (max-width: 900px) {

	.page-header-kodawari .page-header-buttons a,
	.page-header-shops .page-header-buttons a,
	.page-header-business .page-header-buttons a,
	.page-header-company .page-header-buttons a {
		margin-bottom: 9px;
	}
}

.page-header-shops,
.page-header-business,
.page-header-company {
	color: #000;
	padding-bottom: 160px;
}

@media (max-width: 900px) {

	.page-header-shops,
	.page-header-business,
	.page-header-company {
		padding-bottom: 60px;
	}
}

.page-header-shops p,
.page-header-business p,
.page-header-company p {
	margin-bottom: 75px;
	padding-left: 9px;
	padding-right: 9px;
}

@media (max-width: 900px) {

	.page-header-shops p,
	.page-header-business p,
	.page-header-company p {
		font-size: 14px;
		line-height: 2.2;
		margin-bottom: 45px;
	}
}

@media (max-width: 900px) {

	.page-header-shops p br,
	.page-header-business p br,
	.page-header-company p br {
		display: none;
	}
}

.page-header-business {
	padding-bottom: 30px;
}

@media (max-width: 900px) {

	.page-header-business .page-header-buttons a {
		margin-bottom: 15px;
	}
}

.page-header-company .button-pill {
	color: #a59266;
	background-color: #fff;
	padding: 6px 20px 7px;
	font-size: 24px;
}

@media (max-width: 900px) {

	.page-header-company .button-pill {
		width: 100%;
		padding: 15px 20px;
		font-size: 16px;
	}
}

.page-header-company .button-pill::after {
	content: none;
}

.page-header-company .button-pill:hover {
	color: #fff;
	background-color: #a59266;
}

.page-header-general {
	color: #000;
	text-align: center;
	height: 460px;
	margin: -100px 0 25px;
	padding: 100px 0 0;
	position: relative;
}

@media (max-width: 900px) {

	.page-header-general {
		height: 200px;
		margin-top: 0;
	}
}

.page-header-general .page-header-general-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 460px;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 900px) {

	.page-header-general .page-header-general-background {
		height: 200px;
	}
}

.page-header-general .breadcrumb {
	margin-top: 0;
	padding-top: 33px;
}

.page-header-general h1 {
	position: absolute;
	font-size: 40px;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	width: 100%;
}

@media (max-width: 900px) {

	.page-header-general h1 {
		top: 50%;
		font-size: 24px;
	}
}

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

.recent-posts-heading {
	text-align: center;
	padding: 8px 0 9px;
}

.recent-posts {
	display: flex;
	flex-wrap: wrap;
}

.recent-posts .recent-post {
	width: 352px;
	margin-bottom: 16px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width: 901px) {

	.recent-posts .recent-post:not(:nth-child(3n+1)) {
		margin-left: 8px;
	}
}

.recent-posts .recent-post .recent-post-date {
	padding: 1px 10px 1px 22px;
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.recent-posts .recent-post .recent-post-image {
	height: 224px;
	background-size: cover;
	background-position: center center;
	background-color: #808080;
	position: relative;
}

.recent-posts .recent-post .recent-post-image .recent-post-date {
	position: absolute;
	left: 0;
	bottom: 8px;
}

.recent-posts .recent-post .recent-post-text {
	height: 208px;
	margin: 0 20px;
}

.recent-posts .recent-post .recent-post-text .recent-post-date {
	margin: 15px 0 7px -20px;
}

.recent-posts .recent-post .recent-post-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.recent-posts .recent-post .recent-post-body {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 16px;
}

.recent-posts .recent-post .recent-post-body p {
	margin: 0;
}

.recent-posts .recent-post .recent-post-fadable {
	position: relative;
	overflow: hidden;
	height: 125px;
	margin-bottom: 12px;
}

.recent-posts .recent-post .recent-post-fadable .recent-post-fade {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.recent-posts .recent-post .recent-post-footer {
	font-size: 14px;
}

.recent-posts .recent-post .recent-post-footer .recent-post-category {
	display: inline-block;
	border-bottom: 1px solid #000;
}

.recent-posts .recent-post .recent-post-footer [class*="icon-"] {
	display: none;
}

@media (max-width: 900px) {

	.recent-posts .recent-post {
		width: calc((100% - 45px) / 2);
		margin-left: 15px;
	}

	.recent-posts .recent-post .recent-post-image {
		height: 106px;
	}

	.recent-posts .recent-post .recent-post-image .recent-post-date {
		font-size: 8px;
		bottom: 4px;
	}

	.recent-posts .recent-post .recent-post-text {
		height: 122px;
		padding-top: 6px;
		margin: 0;
	}

	.recent-posts .recent-post .recent-post-title {
		font-size: 12px;
	}

	.recent-posts .recent-post .recent-post-body {
		font-size: 12px;
		margin-top: 6px;
	}

	.recent-posts .recent-post .recent-post-fadable {
		height: 87px;
	}

	.recent-posts .recent-post .recent-post-fadable .recent-post-fade {
		height: 50px;
	}

	.recent-posts .recent-post .recent-post-footer {
		font-size: 10px;
		display: flex;
		justify-content: space-between;
		border-bottom: 2px solid #000;
	}

	.recent-posts .recent-post .recent-post-footer .recent-post-category {
		border-bottom: none;
	}

	.recent-posts .recent-post .recent-post-footer [class*="icon-"] {
		display: inline;
	}

	.recent-posts .recent-post:first-child {
		width: 100%;
		margin-left: 0;
		margin-bottom: 18px;
	}

	.recent-posts .recent-post:first-child .recent-post-image {
		height: 200px;
	}

	.recent-posts .recent-post:first-child .recent-post-image .recent-post-date {
		bottom: 8px;
	}

	.recent-posts .recent-post:first-child .recent-post-text {
		height: 113px;
		padding: 15px 15px 0;
	}

	.recent-posts .recent-post:first-child .recent-post-fadable {
		height: 71px;
		margin-bottom: 10px;
	}

	.recent-posts .recent-post:first-child .recent-post-fadable .recent-post-fade {
		height: 25px;
	}

	.recent-posts .recent-post:first-child .recent-post-title {
		font-size: 18px;
	}

	.recent-posts .recent-post:first-child .recent-post-body {
		margin-top: 5px;
	}

	.recent-posts .recent-post:first-child .recent-post-footer {
		font-size: 10px;
		border-bottom: none;
	}

	.recent-posts .recent-post:first-child .recent-post-footer .recent-post-category {
		border-bottom: 1px solid #000;
	}

	.recent-posts .recent-post:first-child .recent-post-footer [class*="icon-"] {
		display: none;
	}
}

.category-area {
	background-color: #e3e3e3;
	padding: 80px 0 135px;
	text-align: center;
}

@media (max-width: 900px) {

	.category-area {
		padding: 20px 0;
	}
}

.category-area .slashed {
	margin: 0 0 70px;
}

@media (max-width: 900px) {

	.category-area .slashed {
		margin: 0 0 20px;
	}
}

.categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

@media (max-width: 900px) {

	.categories {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
}

@media (min-width: 901px) {

	.categories li:not(:first-child) {
		margin-left: 8px;
	}
}

@media (max-width: 900px) {

	.categories li {
		margin-top: 3.47vw;
	}

	.categories li:nth-child(1),
	.categories li:nth-child(2) {
		margin-top: 0;
	}
}

.categories li a {
	display: block;
	width: 262px;
	height: 180px;
	color: inherit;
	background-color: #fff;
	text-decoration: none;
	border-radius: 20px;
	position: relative;
}

@media (max-width: 900px) {

	.categories li a {
		width: 44.8vw;
		height: 44.8vw;
	}
}

.categories li img {
	width: 126px;
	position: absolute;
	left: 50%;
	top: 8px;
	transform: translateX(-50%);
}

@media (max-width: 900px) {

	.categories li img {
		width: 33.6vw;
	}
}

.categories li .category-name {
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 900px) {

	.categories li .category-name {
		font-size: 3.73vw;
	}
}

.tag-area {
	padding: 90px 0 140px;
	text-align: center;
}

@media (max-width: 900px) {

	.tag-area {
		padding: 20px 0 15px;
	}
}

.tag-area .slashed {
	margin: 0 0 70px;
}

@media (max-width: 900px) {

	.tag-area .slashed {
		margin: 0 0 25px;
	}
}

.tags {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	list-style-type: none;
	margin: 0 -10px;
	padding: 0;
}

@media (max-width: 900px) {

	.tags {
		margin: 0 9px;
	}
}

.tags li {
	margin: 15px 10px;
}

@media (max-width: 900px) {

	.tags li {
		margin: 5px;
	}
}

.tags li.hidden {
	display: none;
}

.tags li a {
	display: block;
	background-color: #707070;
	border-radius: 20px;
	text-decoration: underline;
	color: #fff;
	padding: 14px 48px;
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 900px) {

	.tags li a {
		font-size: 14px;
		padding: 10px 18px;
	}
}

#see-all-tags {
	cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-decoration: underline;
	margin-top: 52px;
	display: inline-block;
}

@media (max-width: 900px) {

	#see-all-tags {
		font-size: 14px;
		margin-top: 25px;
	}
}

.breadcrumb {
	list-style-type: none;
	margin: 40px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	color: #707070;
	display: flex;
}

@media (max-width: 900px) {

	.breadcrumb {
		font-size: 12px;
		padding: 0 15px;
		margin-top: 15px;
	}
}

.breadcrumb li:not(:first-child)::before {
	content: "＞";
	margin-left: 0.75em;
	margin-right: 0.75em;
}

.breadcrumb li a {
	color: inherit;
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.posts-header {
	margin: 40px 0;
}

.posts-header .page-title {
	margin: 0;
}

.archive-posts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (max-width: 900px) {

	.archive-posts {
		padding: 0 15px;
	}
}

.archive-posts li {
	margin-bottom: 20px;
}

@media (max-width: 900px) {

	.archive-posts li {
		margin-bottom: 10px;
	}
}

.archive-posts li a {
	display: flex;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

.archive-posts li a .post-image {
	width: 352px;
	min-height: 200px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 900px) {

	.archive-posts li a .post-image {
		width: 34vw;
		min-height: 82px;
	}
}

.archive-posts li a .post-image .post-date {
	position: absolute;
	left: 0;
	bottom: 10px;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 24px;
}

@media (max-width: 900px) {

	.archive-posts li a .post-image .post-date {
		display: none;
	}
}

.archive-posts li a .post-detail {
	position: relative;
	width: calc(100% - 352px);
}

@media (max-width: 900px) {

	.archive-posts li a .post-detail {
		width: calc(100% - 34vw);
	}
}

.archive-posts li a .post-detail .post-title {
	font-size: 24px;
	font-weight: 700;
}

@media (max-width: 900px) {

	.archive-posts li a .post-detail .post-title {
		font-size: 12px;
	}
}

.archive-posts li a .post-detail .post-fadable {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 0 24px;
	height: calc(100% - 35px);
	margin-bottom: 35px;
}

@media (max-width: 900px) {

	.archive-posts li a .post-detail .post-fadable {
		padding: 3px 5px 0 5px;
		height: calc(100% - 15px);
		margin-bottom: 15px;
	}
}

.archive-posts li a .post-detail .post-fadable .post-fade {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.archive-posts li a .post-detail footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 24px;
	bottom: 9px;
	width: calc(100% - 44px);
	font-size: 18px;
}

@media (max-width: 900px) {

	.archive-posts li a .post-detail footer {
		left: 5px;
		bottom: 5px;
		width: calc(100% - 5px);
		font-size: 10px;
		justify-content: flex-end;
	}
}

.archive-posts li a .post-detail footer .post-category {
	display: inline-block;
	border-bottom: 1px solid #000;
}

@media (max-width: 900px) {

	.archive-posts li a .post-detail footer .post-category {
		display: none;
	}
}

.pagination {
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 35px;
}

@media (max-width: 900px) {

	.pagination {
		font-size: 14px;
		margin-bottom: 32px;
	}
}

.pagination a {
	text-decoration: none;
	color: #c3c3c3;
}

.pagination .page-numbers:not(:first-child) {
	margin-left: 1em;
}

.pagination .page-numbers.current {
	color: #000;
}

.article-header {
	position: relative;
}

@media (min-width: 901px) {

	.article-header {
		height: 640px;
		background-size: cover;
		background-position: center center;
		margin-top: -100px;
		padding-top: 100px;
	}
}

@media (max-width: 900px) {

	.article-header {
		background: none !important;
	}
}

.article-header .breadcrumb {
	margin: 0;
	padding: 10px 5vw;
	flex-wrap: wrap;
}

@media (min-width: 901px) {

	.article-header .breadcrumb {
		display: none;
	}
}

@media (min-width: 901px) {

	.article-header .article-featured-image {
		display: none;
	}
}

@media (max-width: 900px) {

	.article-header .article-featured-image img {
		display: block;
		width: 100%;
	}
}

.article-header .post-meta-area {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.33);
	padding: 17px 0 12px;
}

@media (max-width: 900px) {

	.article-header .post-meta-area {
		position: relative;
		padding: 13px 5vw 10px;
	}
}

.article-header .post-date {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 20px 4px 30px;
	display: inline-block;
}

@media (max-width: 900px) {

	.article-header .post-date {
		font-size: 12px;
		padding: 3px 25px 2px 20px;
	}
}

.article-header .post-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 13px;
	margin-bottom: 0;
}

@media (max-width: 900px) {

	.article-header .post-title {
		font-size: 24px;
	}
}

.article-header .post-category {
	margin-top: 7px;
}

.article-header .post-category a {
	font-size: 18px;
	font-weight: 700;
	color: #707070;
}

@media (max-width: 900px) {

	.article-header .post-category a {
		font-size: 12px;
	}
}

.article-header .post-tags {
	margin-top: 16px;
}

@media (max-width: 900px) {

	.article-header .post-tags {
		margin-top: 5px;
	}
}

.article-header .post-tags i {
	color: #707070;
}

@media (max-width: 900px) {

	.article-header .post-tags i {
		font-size: 12px;
	}
}

.article-header .post-tags a {
	font-size: 18px;
	font-weight: 700;
	color: #707070;
	margin-right: 0.5em;
}

@media (max-width: 900px) {

	.article-header .post-tags a {
		font-size: 12px;
	}
}

.entry-content {
	font-size: 18px;
}

@media (max-width: 900px) {

	.entry-content {
		padding: 0 5vw;
		font-size: 14px;
	}
}

.entry-content .archive-posts {
	padding-left: 0;
	padding-right: 0;
}

.entry-content .bordered-group {
	border: 6px solid #e3e3e3;
	margin-bottom: 3rem;
	padding: 44px 28px;
}

@media (max-width: 900px) {

	.entry-content .bordered-group {
		border-width: 3px;
		padding: 20px 15px;
	}
}

.entry-content .bordered-group .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}

.entry-content .colored-group {
	background-color: #efefef;
	margin-bottom: 3rem;
	padding: 50px 34px;
}

@media (max-width: 900px) {

	.entry-content .colored-group {
		padding: 23px 18px;
	}
}

.entry-content .colored-group .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}

.page {
	margin-bottom: 0;
}

.page .entry-content {
	margin-top: 0;
}

.page-title {
	font-size: 40px;
	text-align: center;
}

@media (max-width: 900px) {

	.page-title {
		font-size: 24px;
	}
}

@media (max-width: 599px) {

	.wp-block-columns.column-reverse {
		flex-direction: column-reverse;
	}
}

.card {
	border: 3px solid #000;
	padding: 8px 34px 9px 8px;
	display: flex;
	color: #000;
	text-decoration: none;
	margin-bottom: 3rem;
}

@media (max-width: 900px) {

	.card {
		border-color: #c3c3c3;
		padding: 8px 7px;
	}
}

.card:hover,
.card:visited {
	color: #000;
}

.card .post-image {
	width: 432px;
	height: 280px;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 900px) {

	.card .post-image {
		width: 127px;
		height: 82px;
	}
}

.card .post-detail {
	width: calc(100% - 432px);
	padding-left: 30px;
	position: relative;
}

@media (max-width: 900px) {

	.card .post-detail {
		width: calc(100% - 127px);
		padding-left: 10px;
	}
}

.card .post-detail .post-title {
	font-size: 24px;
	font-weight: 700;
	padding-top: 25px;
}

@media (max-width: 900px) {

	.card .post-detail .post-title {
		font-size: 12px;
		padding-top: 4px;
	}
}

.card .post-detail .post-body {
	font-size: 18px;
	margin-top: 40px;
}

@media (max-width: 900px) {

	.card .post-detail .post-body {
		font-size: 14px;
		margin-top: 8px;
	}
}

.card .post-detail [class*="icon-"] {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 24px;
}

@media (max-width: 900px) {

	.card .post-detail [class*="icon-"] {
		font-size: 8px;
		bottom: 0;
	}
}

.card .post-detail .post-fadable {
	height: 230px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 900px) {

	.card .post-detail .post-fadable {
		height: 70px;
	}
}

.card .post-detail .post-fadable .post-fade {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

@media (max-width: 900px) {

	.card .post-detail .post-fadable .post-fade {
		height: 40px;
	}
}

#toc_container {
	border: none;
	width: 100%;
	margin-bottom: 60px;
}

@media (max-width: 900px) {

	#toc_container {
		margin-bottom: 40px;
	}
}

#toc_container p.toc_title {
	color: #707070;
	text-align: left;
	font-size: 24px;
	border-bottom: 4px solid #707070;
	padding-bottom: 0.4em;
}

@media (max-width: 900px) {

	#toc_container p.toc_title {
		font-size: 14px;
		border-width: 2px;
	}
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: 1.2em;
}

#toc_container ul.toc_list li {
	font-size: 24px;
	color: #707070;
	margin-top: 0.35em;
}

@media (max-width: 900px) {

	#toc_container ul.toc_list li {
		font-size: 14px;
	}
}

#toc_container ul.toc_list li::before {
	content: "・";
}

#toc_container ul.toc_list li a {
	text-decoration: underline;
	color: #707070;
}

.addtoany_share_save_container {
	text-align: center;
}

.cascade-image {
	position: relative;
	width: 892px;
	border: 3px solid #a59266;
	margin: 0;
	box-shadow: 50px 50px 50px 0 #00000026;
}

@media (max-width: 900px) {

	.cascade-image {
		width: 100%;
		box-shadow: 0 3px 6px 0 #00000026;
	}
}

.cascade-image img {
	display: block;
	width: 100%;
}

.cascade-body {
	position: relative;
	width: 892px;
	margin: 0 auto 200px;
	padding: 8px;
	background: linear-gradient(to bottom, #fff 0%, #e3e3e3 100%);
	box-shadow: 50px 50px 50px 0 #00000026;
}

@media (max-width: 900px) {

	.cascade-body {
		width: calc(100% - 30px);
		margin-bottom: 100px;
		box-shadow: 0 3px 6px 0 #00000026;
	}
}

.cascade-body > .wp-block-group__inner-container {
	border: 1px solid #a59266;
	padding: 15px;
}

@media (max-width: 900px) {

	.cascade-body > .wp-block-group__inner-container {
		padding: 10px;
	}
}

.cascade-body > .wp-block-group__inner-container img {
	max-height: 600px;
	object-fit: contain;
	object-position: left;
}

.cascade-image + .cascade-body {
	margin-top: -166px;
	margin-right: 0;
}

@media (max-width: 900px) {

	.cascade-image + .cascade-body {
		margin-top: -110px;
		margin-right: auto;
	}
}

.fade-in {
	bottom: -100px;
	opacity: 0;
	transition: 0.5s;
}

.fade-in.faded-in {
	bottom: 0;
	opacity: 100;
}

.continue-reading {
	text-align: center;
	margin: 40px 0;
}

@media (max-width: 900px) {

	.continue-reading {
		margin: 30px 0;
	}
}

.continue-reading + * {
	display: none;
}

.continue-reading.open {
	display: none;
}

.continue-reading.open + * {
	display: block;
}

.continue-reading a {
	display: inline-block;
	color: #a59266;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 900px) {

	.continue-reading a {
		font-size: 12px;
		line-height: 1.8;
	}
}

.continue-reading a [class*="icon-"] {
	font-size: 16px;
}

@media (max-width: 900px) {

	.continue-reading a [class*="icon-"] {
		font-size: 13px;
	}
}

.shops {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

@media (max-width: 900px) {

	.shops {
		display: block;
		margin-bottom: 55px;
	}
}

.shops li {
	width: calc((100% - 8px) / 2);
	margin-bottom: 8px;
}

@media (max-width: 900px) {

	.shops li {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 9px;
	}
}

.shops li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	border: 1px solid #c3c3c3;
	text-decoration: none;
	color: #000;
	padding: 15px 22px 19px;
	position: relative;
}

@media (max-width: 900px) {

	.shops li a {
		padding: 9px 12px 10px;
	}
}

.shops li .shop-title {
	color: #a59266;
	font-size: 24px;
	margin-bottom: 23px;
}

@media (max-width: 900px) {

	.shops li .shop-title {
		font-size: 16px;
		margin-bottom: 9px;
	}
}

.shops li .shop-field {
	font-size: 18px;
	margin-bottom: 0;
}

@media (max-width: 900px) {

	.shops li .shop-field {
		font-size: 14px;
		margin-bottom: 3px;
	}
}

.shops li .shop-field.wide-margin {
	margin-bottom: 10px;
}

.shops li .shop-field.indent {
	padding-left: 5em;
	text-indent: -5em;
}

.shops li .shop-icons {
	display: flex;
	margin: 14px 0 2px;
}

@media (max-width: 900px) {

	.shops li .shop-icons {
		margin: 5px 0 0;
	}
}

.shops li .shop-icons > img {
	height: 18px;
	margin-right: 10px;
}

.shops li .shop-icons .to-description {
	margin-left: auto;
	margin-right: 0;
	font-size: 14px;
	color: #a59266;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.shops li .shop-icons .to-description img {
	height: 14px;
	margin-left: 2px;
}

.area-name {
	text-align: center;
	margin: 0 0 5px;
}

@media (max-width: 900px) {

	.area-name {
		font-size: 24px;
		margin-bottom: 0;
	}
}

.below-area-name {
	text-align: center;
	font-size: 18px;
	margin: 0 0 70px;
}

@media (max-width: 900px) {

	.below-area-name {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

@media (max-width: 900px) {

	.shop .breadcrumb {
		margin-bottom: 25px;
	}
}

.shop-information {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 90px 0 55px;
}

@media (max-width: 900px) {

	.shop-information {
		display: block;
		padding: 0 15px;
		margin-top: 0;
		margin-bottom: 28px;
	}
}

.shop-information .shop-image {
	width: calc((100% - 8px) / 2);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

@media (max-width: 900px) {

	.shop-information .shop-image {
		background-image: none !important;
		width: 100%;
	}
}

.shop-information .shop-image img {
	display: none;
}

@media (max-width: 900px) {

	.shop-information .shop-image img {
		display: block;
	}
}

.shop-information .shop-description {
	width: calc((100% - 8px) / 2);
}

@media (max-width: 900px) {

	.shop-information .shop-description {
		width: 100%;
	}
}

.shop-information .shop-description h1 {
	color: #a59266;
	margin: 0 0 16px;
}

@media (max-width: 900px) {

	.shop-information .shop-description h1 {
		font-size: 24px;
	}
}

.shop-information .shop-description .shop-image {
	margin-bottom: 10px;
}

@media (min-width: 901px) {

	.shop-information .shop-description .shop-image {
		display: none;
	}
}

.shop-information .shop-description table {
	border-collapse: collapse;
	margin-bottom: 0;
}

.shop-information .shop-description table tr {
	border-bottom: 1px dotted #707070;
}

.shop-information .shop-description table tr th,
.shop-information .shop-description table tr td {
	text-align: left;
	padding: 15px 0;
	font-size: 18px;
}

@media (max-width: 900px) {

	.shop-information .shop-description table tr th,
	.shop-information .shop-description table tr td {
		font-size: 14px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
}

.shop-information .shop-description table tr th {
	width: 118px;
}

@media (max-width: 900px) {

	.shop-information .shop-description table tr th {
		width: 90px;
	}
}

@media (max-width: 900px) {

	.shop-google-map {
		padding: 0 15px;
	}
}

.shop-google-map > iframe {
	width: 100%;
	height: 600px;
}

@media (max-width: 900px) {

	.shop-google-map > iframe {
		height: 300px;
	}
}

.go-back {
	text-align: center;
	margin: 35px 0 85px;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 900px) {

	.go-back {
		font-size: 16px;
		margin-top: 40px;
		margin-bottom: 35px;
	}
}

.go-back a {
	color: #000;
	text-decoration: none;
}

.go-back a:hover {
	text-decoration: underline;
}

.go-back i {
	transform: rotate(180deg);
	margin-right: 0.5em;
}

.news-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.news-list li {
	margin-bottom: 20px;
}

.news-list li a {
	display: block;
	border-style: solid;
	border-color: #a59266;
	border-width: 1px 1px 3px;
	padding: 24px 64px 24px 25px;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	color: #000;
}

@media (max-width: 900px) {

	.news-list li a {
		padding: 8px 38px 8px 12px;
	}
}

.news-list li a::after {
	content: "\e903";
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	font-size: 28px;
	color: #a59266;
}

@media (max-width: 900px) {

	.news-list li a::after {
		right: 15px;
		font-size: 14px;
	}
}

.news-list .news-date {
	font-size: 14px;
	margin-bottom: 15px;
}

@media (max-width: 900px) {

	.news-list .news-date {
		font-size: 10px;
		margin-bottom: 4px;
	}
}

.news-list .news-title {
	font-size: 18px;
}

@media (max-width: 900px) {

	.news-list .news-title {
		font-size: 14px;
	}
}

.full-width {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

@media (min-width: 901px) {

	.full-width-pc {
		position: relative;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}

@media (max-width: 900px) {

	.full-width-mobile {
		position: relative;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}

.price-area {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 900px) {

	.price-area {
		height: 160px;
	}
}

.price-area .price-area-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.price-area .button-pill {
	background-color: #fff;
}

.price-area .button-pill:hover {
	background-color: #a59266;
}

#price-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000c;
	z-index: 100;
	overflow-y: scroll;
}

#price-overlay .container {
	position: relative;
	text-align: center;
	margin-top: 44px;
	padding-top: 72px;
	padding-bottom: 85px;
}

@media (max-width: 900px) {

	#price-overlay .container {
		margin-top: 50px;
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

#price-overlay .times {
	position: absolute;
	width: 57px;
	height: 57px;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media (max-width: 900px) {

	#price-overlay .times {
		width: 52px;
		height: 52px;
	}
}

#price-overlay .times::before,
#price-overlay .times::after {
	content: "";
	position: absolute;
	border-top: 2px solid #a59266;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
}

#price-overlay .times::before {
	transform: rotate(45deg);
}

#price-overlay .times::after {
	transform: rotate(-45deg);
}

#price-overlay img {
	display: block;
	margin: 0 auto 85px;
}

@media (max-width: 900px) {

	#price-overlay img {
		margin-bottom: 7px;
	}
}

#price-overlay .button-pill {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

#price-overlay .button-pill:hover {
	background-color: #a59266;
}

.banner-area {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color: #000;
	padding: 67px 0;
}

@media (max-width: 900px) {

	.banner-area {
		padding: 42px 15px 15px;
	}
}

.banner-area .banner {
	display: block;
	margin: 0 auto 67px;
}

@media (max-width: 900px) {

	.banner-area .banner {
		margin-bottom: 13px;
	}
}

.banner-area .banner:last-child {
	margin-bottom: 0;
}

.banner-area .banner img {
	display: block;
	width: 100%;
}

.two-column-area {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

.two-column-area .two-column-area-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.two-column-area .container {
	position: relative;
	text-align: center;
}

.two-column-area .slashed {
	margin: 50px 0 65px;
}

@media (max-width: 900px) {

	.two-column-area .slashed {
		font-size: 18px;
		margin: 26px 0 0;
	}
}

.two-column-area .slashed::before,
.two-column-area .slashed::after {
	border-color: #fff;
}

.two-column-area .two-columns {
	display: flex;
	margin-bottom: 50px;
}

@media (max-width: 900px) {

	.two-column-area .two-columns {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 25px;
	}
}

.two-column-area .two-columns .column {
	width: 50%;
	border-left: 1px solid #fff;
	padding: 0 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 901px) {

	.two-column-area .two-columns .column {
		min-height: 415px;
	}

	.two-column-area .two-columns .column:nth-child(2n+1) {
		border-color: transparent;
		padding-right: 18px;
	}

	.two-column-area .two-columns .column:nth-child(2n) {
		padding-left: 18px;
	}
}

@media (max-width: 900px) {

	.two-column-area .two-columns .column {
		width: 100%;
		border: none;
		display: block;
		padding: 26px 0 22px;
	}

	.two-column-area .two-columns .column:not(:first-child) {
		border-top: 1px solid #fff;
	}
}

.two-column-area .two-columns .column h3 {
	font-size: 32px;
	margin: 0 0 45px;
}

@media (max-width: 900px) {

	.two-column-area .two-columns .column h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.two-column-area .two-columns .column .column-columns {
	display: flex;
}

.two-column-area .two-columns .column .column-columns .left-column {
	width: calc(100% - 264px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (max-width: 900px) {

	.two-column-area .two-columns .column .column-columns .left-column {
		width: 50%;
		padding: 0 16px;
	}
}

.two-column-area .two-columns .column .column-columns .right-column {
	width: 264px;
	padding-left: 18px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 900px) {

	.two-column-area .two-columns .column .column-columns .right-column {
		width: 50%;
		padding-left: 0;
	}
}

.two-column-area .two-columns .column .column-columns .right-column p {
	font-size: 24px;
	margin: 20px 0;
}

@media (max-width: 900px) {

	.two-column-area .two-columns .column .column-columns .right-column p {
		font-size: 16px;
	}
}

a.button-rectangle {
	display: block;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 20px 38px 21px;
	font-size: 23px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}

@media (max-width: 900px) {

	a.button-rectangle {
		font-size: 16px;
		padding: 11px 28px;
	}
}

a.button-rectangle:hover {
	color: #000;
	background-color: #fff;
}

a.button-rectangle::after {
	position: absolute;
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	font-size: 11px;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
}

@media (max-width: 900px) {

	a.button-rectangle::after {
		font-size: 9px;
		right: 9px;
	}
}

a.button-business {
	border: 3px solid #a59266;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	font-size: 24px;
	text-align: left;
}

@media (max-width: 900px) {

	a.button-business {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		padding: 1.6vw 1.33vw 1.33vw;
	}
}

a.button-business .button-business-image {
	display: block;
	margin: 6px 6px 0;
	width: 244px;
}

@media (max-width: 900px) {

	a.button-business .button-business-image {
		width: 32.53vw;
		margin: 0;
	}
}

a.button-business .button-business-label {
	display: block;
	margin: 18px 15px 20px;
	line-height: 1.2;
}

@media (max-width: 900px) {

	a.button-business .button-business-label {
		font-size: 18px;
		margin: 0 0 0 3.2vw;
		line-height: 1.35;
	}
}

.contact {
	text-align: center;
	padding: 38px 0 23px;
	margin-bottom: 30px;
}

@media (max-width: 900px) {

	.contact {
		margin-left: 15px;
		margin-right: 15px;
		padding: 12px 0;
	}
}

.contact.contact-bordered {
	border: 1px solid #a59266;
	margin-bottom: 143px;
}

@media (max-width: 900px) {

	.contact.contact-bordered {
		margin-bottom: 30px;
	}
}

.contact .contact-label {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0;
}

@media (max-width: 900px) {

	.contact .contact-label {
		font-size: 14px;
	}
}

.contact .contact-label::after {
	content: "";
	display: block;
	border-top: 4px solid #a59266;
	width: 56px;
	height: 0;
	margin: 8px auto 0;
}

@media (max-width: 900px) {

	.contact .contact-label::after {
		width: 21px;
	}
}

.contact .contact-phone-number {
	font-size: 56px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 50px;
}

@media (max-width: 900px) {

	.contact .contact-phone-number {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.contact .contact-logo {
	width: 230px;
}

@media (max-width: 900px) {

	.contact .contact-logo {
		width: 128px;
	}
}

.company-table {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

@media (max-width: 900px) {

	.company-table {
		width: 100%;
	}
}

.company-table th,
.company-table td {
	padding: 12px 16px;
	vertical-align: top;
	border-bottom: 1px dotted #707070;
}

@media (max-width: 900px) {

	.company-table th,
	.company-table td {
		padding: 13px 0 12px;
		border-bottom: 1px solid #707070;
	}
}

.company-table th {
	text-align: left;
	font-size: 18px;
	width: 185px;
}

@media (max-width: 900px) {

	.company-table th {
		font-size: 12px;
		width: 100px;
	}
}

.company-table td {
	font-size: 19px;
}

@media (max-width: 900px) {

	.company-table td {
		font-size: 12px;
	}
}

.company-table.company-table-history th,
.company-table.company-table-history td {
	vertical-align: middle;
}

.company-table.company-table-history th {
	color: #a59266;
}

.company-table.company-table-history td {
	font-size: 18px;
}

@media (max-width: 900px) {

	.company-table.company-table-history td {
		font-size: 12px;
	}
}

.company-google-map > iframe {
	width: 892px;
	height: 600px;
	margin: 40px auto 120px;
	display: block;
}

@media (max-width: 900px) {

	.company-google-map > iframe {
		width: 100%;
		height: 218px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.group-bordered {
	border: 6px solid #e3e3e3;
	margin-bottom: 30px;
}

@media (max-width: 900px) {

	.group-bordered {
		border-width: 3px;
	}
}

.group-bordered > [class*="inner-container"] {
	padding: 12px 30px;
}

.group-bordered h3 {
	font-size: 32px;
}

@media (max-width: 900px) {

	.group-bordered h3 {
		font-size: 18px;
	}
}

.fullsize-background {
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 50px 0 80px;
}

@media (max-width: 900px) {

	.fullsize-background {
		padding: 20px 0 50px;
	}
}

@media (min-width: 901px) {

	.fullsize-background > [class*="inner-container"] {
		max-width: 1072px;
	}
}

@media (max-width: 900px) {

	.fullsize-background > [class*="inner-container"] {
		padding-left: 5vw;
		padding-right: 5vw;
	}
}

.wp-block-table.table-requirements {
	border-bottom: none;
}

.wp-block-table.table-requirements table {
	border-collapse: collapse;
}

.wp-block-table.table-requirements tbody td {
	padding: 4px 10px;
}

@media (max-width: 900px) {

	.wp-block-table.table-requirements tbody td {
		font-size: 12px;
	}
}

.wp-block-table.table-requirements.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #e3e3e3;
	color: #707070;
	font-weight: 700;
}

.wp-block-table.table-requirements.is-style-stripes tbody tr:nth-child(even) td {
	padding: 4px 10px 22px;
	line-height: 1.8;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-width: 1px;
}

.wp-block-buttons.buttons-recruitment > .wp-block-button {
	width: calc(25% - 0.5em);
	display: flex;
	align-items: center;
}

@media (max-width: 900px) {

	.wp-block-buttons.buttons-recruitment > .wp-block-button {
		width: calc(50% - 0.5em);
	}
}

.wp-block-buttons.buttons-recruitment > .wp-block-button a {
	width: 100%;
}

@media (max-width: 900px) {

	.wp-block-buttons.buttons-recruitment > .wp-block-button a {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 12px;
	}
}

.heading-recruitment {
	font-size: 24px;
}

@media (max-width: 900px) {

	.heading-recruitment {
		font-size: 18px;
	}
}

.steps {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.steps .step {
	position: relative;
	margin: 102px 0;
}

@media (max-width: 900px) {

	.steps .step {
		margin: 43px 0;
	}
}

.steps .step header {
	display: flex;
	justify-content: stretch;
	font-size: 32px;
	font-weight: 700;
}

@media (max-width: 900px) {

	.steps .step header {
		font-size: 18px;
	}
}

.steps .step header .number,
.steps .step header .title {
	padding: 18px 32px;
}

@media (max-width: 900px) {

	.steps .step header .number,
	.steps .step header .title {
		padding: 3px 8px 4px;
	}
}

.steps .step header .number {
	width: 280px;
	border: 4px solid #000;
	background-color: #000;
	color: #fff;
}

@media (max-width: 900px) {

	.steps .step header .number {
		width: 90px;
	}
}

.steps .step header .title {
	width: calc(100% - 280px);
	border: 4px solid #e8e0cd;
	background-color: #e8e0cd;
}

@media (max-width: 900px) {

	.steps .step header .title {
		width: calc(100% - 90px);
	}
}

.steps .step main {
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #e8e0cd;
	padding: 50px 32px;
}

@media (max-width: 900px) {

	.steps .step main {
		padding: 17px 19px;
	}
}

.steps .step main .contact {
	padding: 0;
}

@media (max-width: 900px) {

	.steps .step main .contact {
		margin-bottom: 10px;
	}
}

.steps .step main .contact .contact-label {
	margin-top: 20px;
}

@media (max-width: 900px) {

	.steps .step main .contact .contact-label {
		margin-top: 5px;
	}
}

.steps .step main .contact .contact-phone-number {
	margin-bottom: 38px;
}

@media (max-width: 900px) {

	.steps .step main .contact .contact-phone-number {
		margin-bottom: 0;
	}
}

.steps .step:not(:last-child)::after {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";
	position: absolute;
	bottom: -76px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 52px;
	color: #e8e0cd;
}

@media (max-width: 900px) {

	.steps .step:not(:last-child)::after {
		font-size: 26px;
		bottom: -36px;
	}
}
