@charset "UTF-8";
/*
Theme Name: GOLD TOWER
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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 with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 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:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/* Normalize */
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif;
	margin: 0;
	background-image: url('img/bg.png');
	background-repeat: repeat;
}

body.single-spi {
	background-image: none;
	background: -moz-linear-gradient(left, #00DBFF, #0046AF);
	background: -webkit-linear-gradient(left, #00DBFF, #0046AF);
	background: linear-gradient(to right, #00DBFF, #0046AF);
}
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {

}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Typography */
html {
  font-size: 22px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
.site-info,
#cancel-comment-reply-link,
h1,
h2,
h3,
h4,
h5,
h6 {
}

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-title {
}

.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

h1 {
  font-size: 2.25em;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.8125em;
  }
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
  font-size: 1.6875em;
}

@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size,
  h2 {
    font-size: 2.25em;
  }
}

.has-regular-font-size,
.has-large-font-size,
.comments-title,
h3 {
  font-size: 1.6875em;
}

.site-title,
.site-description,
.main-navigation,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio,
h4 {
  font-size: 1.125em;
}

.pagination .nav-links,
.comment-content,
h5 {
  font-size: 0.88889em;
}



.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title,
.not-found .page-title,
.error-404 .page-title,
.comments-title,
blockquote {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/* Do not hyphenate entry title on tablet view and bigger. */
@media only screen and (min-width: 768px) {
  .entry-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

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

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

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

/* Elements */
html {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}



a:focus {
  outline: thin;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;}



ol {
  list-style: decimal;
}

li {
	margin: 0;
	padding: 0;
}

dt {
}

dd {
  margin: 0 1rem 1rem;
}

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

figure {
  margin: 0;
}

blockquote {
  border-left: 2px solid #0073aa;
  margin-left: 0;
  padding: 0 0 0 1rem;
}

blockquote > p {
  margin: 0 0 1rem;
}

blockquote cite {
  color: #767676;
}

table {
  margin: 0 0 1rem;
  border-collapse: collapse;
  width: 100%;
}

table td,
table th {
  padding: 0.5em;
  border: 1px solid #767676;
  word-break: break-all;
}

/* Forms */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #0073aa;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.88889em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #111;
  cursor: pointer;
}

.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background: #111;
  outline-offset: -4px;
}

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 {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}

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 {
  border-color: #0073aa;
  outline: thin solid rgba(0, 115, 170, 0.15);
  outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

form p {
  margin: 1rem 0;
}

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: color 110ms ease-in-out;
  color: #333;
}

a:visited {
  color: #333;
}

a:hover,
a:active {
  color: #333;
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.main-navigation {
  display: block;
  margin-top: 0.25rem;
  /* Un-style buttons */
  /*
	 * Sub-menu styles
	 *
	 * :focus-within needs its own selector so other similar
	 * selectors don’t get ignored if a browser doesn’t recognize it
	 */
  /**
	 * Fade-in animation for top-level submenus
	 */
  /**
	 * Off-canvas touch device styles
	 */
}

body.page .main-navigation {
  display: block;
}

.main-navigation > div {
  display: inline;
}

.main-navigation button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.main-navigation button:hover, .main-navigation button:focus {
  background: transparent;
}

.main-navigation button:focus {
  outline: 1px solid transparent;
  outline-offset: -4px;
}

.main-navigation button:active {
  transform: scale(0.99);
}

.main-navigation .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.main-navigation .main-menu > li {
  color: #0073aa;
  display: inline;
  position: relative;
}

.main-navigation .main-menu > li > a {
  font-weight: 700;
  color: #0073aa;
  margin-right: 0.5rem;
}

.main-navigation .main-menu > li > a + svg {
  margin-right: 0.5rem;
}

.main-navigation .main-menu > li > a:hover,
.main-navigation .main-menu > li > a:hover + svg {
  color: #005177;
}

.main-navigation .main-menu > li.menu-item-has-children {
  display: inline-block;
  position: inherit;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu > li.menu-item-has-children {
    position: relative;
  }
}

.main-navigation .main-menu > li.menu-item-has-children > a {
  margin-right: 0.125rem;
}



.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  margin-right: 0.25rem;
  /* Priority+ Menu */
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  position: relative;
  height: 24px;
  line-height: 1.2;
  width: 24px;
  padding: 0;
  margin-left: 0.5rem;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
  height: 24px;
  width: 24px;
  top: -0.125rem;
  vertical-align: text-bottom;
}

.wp-customizer-unloading .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.is-empty {
  display: none;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
  position: relative;
  top: 0.2rem;
}

.main-navigation .main-menu > li:last-child > a,
.main-navigation .main-menu > li:last-child.menu-item-has-children .submenu-expand {
  margin-right: 0;
}

.main-navigation .sub-menu {
  background-color: #0073aa;
  color: #fff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
}

@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu {
    width: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}

.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem);
  right: 0;
  top: calc( .125 * 1rem);
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem);
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}



.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
  color: #fff;
  display: block;
  line-height: 1.2;
  text-shadow: none;
  padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem;
  white-space: nowrap;
}

.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: #005177;
}

.main-navigation .sub-menu > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}

.main-navigation .sub-menu > li > a:empty {
  display: none;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.88889em;
  font-weight: normal;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem);
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: block;
    width: max-content;
  }
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: block;
    width: max-content;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .submenu-expand {
  display: none;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .submenu-expand {
  display: none;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
    display: block;
    float: none;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: table;
    width: max-content;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .submenu-expand {
  display: none;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
  animation: fade_in 0.1s forwards;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  background-color: transparent;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /* Mobile position */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  /* Make sure appears above mobile admin bar */
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(100%);
  animation: slide_in_right 0.3s forwards;
  /* Prevent menu from being blocked by admin bar */
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc( 100vh - 46px);
  /* WP core breakpoint */
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}

@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc( 100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}

.main-navigation .main-menu-more:nth-child(n+3) {
  display: none;
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Social menu */
.social-navigation {
  margin-top: calc(1rem / 2);
  text-align: left;
}

.social-navigation ul.social-links-menu {
  content: "";
  display: table;
  table-layout: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
}

.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}

.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #111;
  margin-bottom: -1px;
  transition: opacity 110ms ease-in-out;
}

.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #111;
  opacity: 0.6;
}

.social-navigation ul.social-links-menu li a:focus {
  color: #111;
  opacity: 1;
  border-bottom: 1px solid #111;
}

.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  transform: translateZ(0);
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .site-title + .social-navigation,
  .site-description + .social-navigation {
    margin-top: calc(1rem / 5);
  }
}

/** === Footer menu === */



footer .copy {
	margin-top: 0px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 13px;
	color: #333;
	letter-spacing: 0px;
}

.footer-navigation {
  display: inline;
}

.footer-navigation > div {
  display: inline;
}

.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
}

@media only screen and (min-width: 768px) {
  .post-navigation {
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation {
  }
}

.post-navigation .nav-links {
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links {
    margin: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links {
    flex-direction: row;
    margin: 0 calc(10% + 60px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}



.post-navigation .nav-links a .post-title {
  hyphens: auto;
}

.post-navigation .nav-links a:hover {
  color: #005177;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 1rem);
  }
}

.post-navigation .nav-links .nav-previous {
  order: 2;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}

.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 1rem;
}

.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}

.post-navigation .nav-links .nav-next {
  order: 1;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 1rem;
  }
}

.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 calc(.5 * 1rem);
  clear: both;
}

.pagination .nav-links > * {
  padding: calc(.5 * 1rem);
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}

.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}

.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}

.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
  text-decoration: underline;
}

.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
  .pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-weight: bold;
}

.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}

.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}

.comment-navigation .nav-next {
  text-align: right;
}

/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 3.846%;
  margin-bottom: 1rem;
}


.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 3.846%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

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

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Layout */
/** === Layout === */
#page {
  width: 100%;
}

.site-content {

  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
}

.header ul img {
	vertical-align: middle;
}


.h-images img {
	width: 100%;
}

.site-header .header li a {
	color: #000;
}

@media only screen and (min-width: 768px) {
/*-------------------------------------------------------------------*/
	.header ul, 
	.header_area ul,
	footer .site-nav ul {
		width: 1200px;
		background: #FFF;
		max-width: 1200px;
		list-style: none;
		display: flex;
		justify-content: space-between;
		margin:0 auto;
		padding: 0;
		border-top: solid 6px #005D96;
	}





	body.single-spi .header ul {
		background: none;
	}
	.site-header .header li a {
		color: #000;
	}
	body.single-spi .site-header .header li a {
		color: #FFF;
	}

	.header ul ul {
		margin-right: 30px;
		width: 720px;
		max-width: auto;
		display: flex;
		justify-content: space-around;
		border-top: none;
	}

	.header ul ul li a {
		padding-right: 23px;
		border-right: solid 1px #333;
	}

	body.single-spi .header ul ul li a {
		border-right: solid 1px #FFF;
	}

	body.single-spi .header ul ul li.gn05 a {
		border:none;
	}

	.header ul ul li:last-child a {
		padding-right: 0;
		border-right: none;
	}

}
/*
@media only screen and (min-width:768px) and ( max-width:1199px ) {
/*-------------------------------------------------------------------*/
/*	.header ul, 
	.header_area ul,
	footer .site-nav ul {
		width: 100%;
		background: #fff;
		list-style: none;
		display: flex;
		justify-content: space-between;
		margin:0 auto;
		padding: 0;
		border-top: solid 5px #0046AF;
	}



	.header ul #menu {
		width: 720px;

	}
	.header ul ul {
		margin-right: 1em;
		width: auto;
		max-width: auto;
		display: flex;
		justify-content: space-around;
		border-top: none;
	}

	.header ul ul li a {
		padding-right: 1em;
		border-right: solid 1px #333;
		font-size: 15px;
	}

	.header ul ul li:last-child a {
		padding-right: 0;
		border-right: none;
	}

}
*/


@media only screen and (min-width: 1200px) {
/*-------------------------------------------------------------------*/
	.logo a {
		width: 258px;
		display: block;
		line-height: 71px;
		vertical-align: middle;
		margin-left: 28px;
	}

	.gn01, .gn02, .gn03, .gn04, .gn05, .gn06 {
	    margin: 0;
	    padding: 0 0 0 1.25em;
	    font-size: 15px;
		line-height: 84px;
	    text-align: center;
	}

}

@media only screen and (min-width:768px) and ( max-width:1199px ) {
/*-------------------------------------------------------------------*/
	.logo { width: 21.5%; }
	.logo a {
		width: 100%;
		display: block;
		line-height: 80px;
		vertical-align: middle;
	}

	.gn01, .gn02, .gn03, .gn04, .gn05, .gn06 {
	    margin: 0;
	    padding: 0 0 0 1em;
	    font-size: 15px;
		line-height: 80px;
	    text-align: center;
	}

}

@media only screen and (max-width:767px){
/*-------------------------------------------------------------------*/
	.header ul, 
	.header_area ul,
	footer .site-nav ul {
		width: 100%;
		height: 90px;
		list-style: none;
		display: flex;
		margin:0 auto;
		padding: 0;
	}
	.header ul {
		align-items: center;
	}

	.logo a {
		margin-left: 10px;
		width: 74%;
		display: block;
		line-height: 90px;
		vertical-align: middle;
	}

	.gn01,
	.gn02,
	.gn03,
	.gn04,
	.gn05,
	.gn06 {
		display: none;
	}
}


.site-header {
	margin-top: 78px;
	padding: 0;
/*	position: -webkit-sticky;
	position: sticky;
	top: 0;*/
	z-index: 1;
	background: #FFF;
}

body.single-spi .site-header {
	background: none;
}


.site-header.featured-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 90vh;
}

.site-header.featured-image .site-branding-container {
  margin-bottom: auto;
}

.site-branding {
  color: #767676;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
  word-wrap: break-word;
}

.site-logo .custom-logo-link {
  border-radius: 100%;
  box-sizing: content-box;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: box-shadow 200ms ease-in-out;
}

.site-logo .custom-logo-link .custom-logo {
  min-height: inherit;
}

.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
  box-shadow: 0 0 0 2px black;
}

.site-title {
  margin: auto;
  display: inline;
  color: #111;
  /* When there is no description set, make sure navigation appears below title. */
}

.site-title a {
  color: #111;
}

.site-title a:link, .site-title a:visited {
  color: #111;
}

.site-title a:hover {
  color: #4a4a4a;
}

.featured-image .site-title {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .featured-image .site-title {
    display: inline-block;
  }
}

.site-title + .main-navigation {
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-title {
    display: inline;
  }
}

.site-title:not(:empty) + .site-description:not(:empty):before {
  content: "\2014";
  margin: 0 .2em;
}

.site-description {
  display: inline;
  color: #767676;
  font-weight: normal;
  margin: 0;
}

.site-header.featured-image {
  /* Hide overflow for overflowing featured image */
  overflow: hidden;
  /* Need relative positioning to properly align layers. */
  position: relative;
  /* Add text shadow to text, to increase readability. */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  /* Set white text color when featured image is set. */
  /* add focus state to social media icons */
  /* Entry header */
  /* Custom Logo Link */
  /* Make sure important elements are above pseudo elements used for effects. */
  /* Set up image filter layer positioning */
  /* Background & Effects */
  /* Shared background settings between pseudo elements. */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* The intensity of each blend mode is controlled via layer opacity. */
  /* Second layer: screen. */
  /* Third layer: multiply. */
  /* When image filters are inactive, a black overlay is added. */
  /* Fourth layer: overlay. */
  /* Fifth layer: readability overlay */
}

.site-header.featured-image .site-branding .site-title,
.site-header.featured-image .site-branding .site-description,
.site-header.featured-image .main-navigation a:after,
.site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children:after,
.site-header.featured-image .main-navigation li,
.site-header.featured-image .social-navigation li,
.site-header.featured-image .entry-meta,
.site-header.featured-image .entry-title {
  color: #fff;
}

.site-header.featured-image .main-navigation a,
.site-header.featured-image .main-navigation a + svg,
.site-header.featured-image .social-navigation a,
.site-header.featured-image .site-title a,
.site-header.featured-image .site-featured-image a {
  color: #fff;
  transition: opacity 110ms ease-in-out;
}

.site-header.featured-image .main-navigation a:hover, .site-header.featured-image .main-navigation a:active,
.site-header.featured-image .main-navigation a:hover + svg,
.site-header.featured-image .main-navigation a:active + svg,
.site-header.featured-image .main-navigation a + svg:hover,
.site-header.featured-image .main-navigation a + svg:active,
.site-header.featured-image .main-navigation a + svg:hover + svg,
.site-header.featured-image .main-navigation a + svg:active + svg,
.site-header.featured-image .social-navigation a:hover,
.site-header.featured-image .social-navigation a:active,
.site-header.featured-image .social-navigation a:hover + svg,
.site-header.featured-image .social-navigation a:active + svg,
.site-header.featured-image .site-title a:hover,
.site-header.featured-image .site-title a:active,
.site-header.featured-image .site-title a:hover + svg,
.site-header.featured-image .site-title a:active + svg,
.site-header.featured-image .site-featured-image a:hover,
.site-header.featured-image .site-featured-image a:active,
.site-header.featured-image .site-featured-image a:hover + svg,
.site-header.featured-image .site-featured-image a:active + svg {
  color: #fff;
  opacity: 0.6;
}

.site-header.featured-image .main-navigation a:focus,
.site-header.featured-image .main-navigation a:focus + svg,
.site-header.featured-image .main-navigation a + svg:focus,
.site-header.featured-image .main-navigation a + svg:focus + svg,
.site-header.featured-image .social-navigation a:focus,
.site-header.featured-image .social-navigation a:focus + svg,
.site-header.featured-image .site-title a:focus,
.site-header.featured-image .site-title a:focus + svg,
.site-header.featured-image .site-featured-image a:focus,
.site-header.featured-image .site-featured-image a:focus + svg {
  color: #fff;
}

.site-header.featured-image .main-navigation .sub-menu a {
  opacity: inherit;
}

.site-header.featured-image .social-navigation a:focus {
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid #fff;
}

.site-header.featured-image .social-navigation svg,
.site-header.featured-image .site-featured-image svg {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.site-header.featured-image .site-featured-image {
  /* First layer: grayscale. */
}

.site-header.featured-image .site-featured-image .post-thumbnail img {
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 1;
  /* When image filters are active, make it grayscale to colorize it blue. */
}

@supports (object-fit: cover) {
  .site-header.featured-image .site-featured-image .post-thumbnail img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}

.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
  filter: grayscale(100%);
}

.site-header.featured-image .site-featured-image .entry-header {
  margin-top: calc( 4 * 1rem);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  /* Entry meta */
}

@media only screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header {
    margin-left: calc(10% + 60px);
    margin-right: calc(10% + 60px);
  }
}

.site-header.featured-image .site-featured-image .entry-header .entry-title:before {
  background: #fff;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta {
  font-weight: 500;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span {
  margin-right: 1rem;
  display: inline-block;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span:last-child {
  margin-right: 0;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a:hover {
  text-decoration: none;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .discussion-avatar-list {
  display: none;
}

@media only screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta {
    display: flex;
    position: relative;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-title {
    padding-right: calc(1 * (100vw / 12) + 1rem);
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .comment-count {
    position: absolute;
    right: 0;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .discussion-avatar-list {
    display: block;
    position: absolute;
    bottom: 100%;
  }
}

.site-header.featured-image .custom-logo-link {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.site-header.featured-image .custom-logo-link:hover, .site-header.featured-image .custom-logo-link:active, .site-header.featured-image .custom-logo-link:focus {
  box-shadow: 0 0 0 2px white;
}

.site-header.featured-image .site-branding {
  position: relative;
  z-index: 10;
}

.site-header.featured-image .site-featured-image .entry-header {
  position: relative;
  z-index: 9;
}

.site-header.featured-image .site-branding-container:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image .site-featured-image:after, .site-header.featured-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\020";
  width: 100%;
  height: 100%;
}

.image-filters-enabled .site-header.featured-image .site-featured-image:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
}

.site-header.featured-image .site-featured-image:after {
  background: #000;
  mix-blend-mode: multiply;
  opacity: .7;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image .site-featured-image:after {
  background: #0073aa;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .site-header.featured-image .site-featured-image:after {
    opacity: 1;
  }
}

.image-filters-enabled .site-header.featured-image .site-branding-container:after {
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: 4;
  /* Browsers supporting mix-blend-mode can have a light overlay */
}

@supports (mix-blend-mode: overlay) {
  .image-filters-enabled .site-header.featured-image .site-branding-container:after {
    background: rgba(255, 255, 255, 0.35);
  }
}

.site-header.featured-image:after {
  background: #000;
  /**
		 * Add a transition to the readability overlay, to add a subtle
		 * but smooth effect when resizing the screen.
		 */
  transition: opacity 1200ms ease-in-out;
  opacity: 0.7;
  z-index: 5;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image:after {
  background: #000e14;
  opacity: 0.38;
}

@media only screen and (min-width: 768px) {
  .image-filters-enabled .site-header.featured-image:after {
    opacity: 0.18;
  }
}

.site-header.featured-image ::-moz-selection {
  background: rgba(255, 255, 255, 0.17);
}

.site-header.featured-image ::selection {
  background: rgba(255, 255, 255, 0.17);
}

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

.sticky-post {
  background: #0073aa;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
  top: -1rem;
  z-index: 1;
}

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

.page-links {
  clear: both;
  margin: 0 0 calc(1.5 * 1rem);
}

.entry {
  margin-top: calc(6 * 1rem);
}

.entry:first-of-type {
  margin-top: 0;
}

.entry .entry-header {
}

@media only screen and (min-width: 768px) {
  .entry .entry-header {
  }
}

.entry .entry-title {
  margin: 0;
}

.entry .entry-title:before {

}

.entry .entry-title a {
  color: inherit;
}

.entry .entry-title a:hover {
  color: #4a4a4a;
}

.entry .entry-meta,
.entry .entry-footer {
  color: #515151;
  font-weight: 500;
}

.entry .entry-meta > span,
.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-meta > span:last-child,
.entry .entry-footer > span:last-child {
  margin-right: 0;
}

.entry .entry-meta a,
.entry .entry-footer a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  text-decoration: none;
  color: #0073aa;
}

.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.entry .entry-meta {
  margin: 1rem 0;
}



.entry .entry-footer {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .post-thumbnail {
  margin: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .post-thumbnail {
    margin: 1rem calc(10% + 60px);
  }
}

.entry .post-thumbnail:focus {
  outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}

.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}

.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}

.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\020";
  pointer-events: none;
}

.image-filters-enabled .entry .post-thumbnail:before {
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail:after {
    opacity: 1;
  }
}

.entry .entry-content,
.entry .entry-summary {

}

@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
  	margin-top: 16px;
	padding: 0;
	font-size: 20px;
  }
}

.entry .entry-content p {
  word-wrap: break-word;
}

.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}

.entry .entry-content .more-link:after {
  content: "\02192";
  display: inline-block;
  margin-left: 0.5em;
}

.entry .entry-content .more-link:hover {
  color: #0073aa;
  text-decoration: none;
}

.entry .entry-content a {
  text-decoration: underline;
}

.entry .entry-content a.button, .entry .entry-content a:hover {
  text-decoration: none;
}

.entry .entry-content a.button {
  display: inline-block;
}

.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}

.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}

.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}

.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

/* Author description */
.author-bio {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .author-bio {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.author-bio .author-title {
  display: inline;
}

.author-bio .author-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.author-bio .author-description {
  display: inline;
  color: #767676;
  font-size: 1.125em;
  line-height: 1.2;
}

.author-bio .author-description .author-link {
  display: inline-block;
}

.author-bio .author-description .author-link:hover {
  color: #005177;
  text-decoration: none;
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: calc(2 * 1rem) 1rem;
  word-wrap: break-word;
  /* Add extra margin when the comments section is located immediately after the
	 * post itself (this happens on pages).
	 */
}

@media only screen and (min-width: 768px) {
  .comments-area {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .comments-area {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .comments-area {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.comments-area > * {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area > * {
    margin-top: calc(3 * 1rem);
    margin-bottom: calc(3 * 1rem);
  }
}

.entry + .comments-area {
  margin-top: calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}

.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .comments-title {
    flex: 1 0 calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .discussion-meta {
    flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}

.comment-form-flex #respond {
  order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 19.55556px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment {
    padding-left: calc(.5 * (1rem + calc(100vw / 12 )));
  }
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
  .comment.depth-1 {
    margin-left: calc(3.25 * 1rem);
  }
}

.comment .comment-body {
  margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
  }
}

.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-author .fn a:hover {
  color: #005177;
}

.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 0.75rem);
  }
}

.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}

.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  color: #767676;
  vertical-align: baseline;
}

.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #005177;
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
  color: #767676;
  margin: 0 0.2em;
  vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
  color: #767676;
}

.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
  color: #0073aa;
}

.comment .comment-content {
  margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}

.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 500;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #005177;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  color: #767676;
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header,
.search .page-header,
.error404 .page-header {
  margin: 1rem 1rem calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .archive .page-header,
  .search .page-header,
  .error404 .page-header {
  }
}

.archive .page-header .page-title,
.search .page-header .page-title,
.error404 .page-header .page-title {
  color: #515151;
  letter-spacing: normal;
}

.archive .page-header .page-title:before,
.search .page-header .page-title:before,
.error404 .page-header .page-title:before {
  display: none;
}

.archive .page-header .search-term,
.archive .page-header .page-description,
.search .page-header .search-term,
.search .page-header .page-description,
.error404 .page-header .search-term,
.error404 .page-header .page-description {
  display: inherit;
  clear: both;
}

.archive .page-header .page-description,
.search .page-header .page-description {
  display: block;
  color: #111;
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  .hfeed .entry .entry-header {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}

/* 404 & Not found */
.error-404.not-found .page-content,
.no-results.not-found .page-content {
  margin: calc(3 * 1rem) 1rem;
}

@media only screen and (min-width: 768px) {
  .error-404.not-found .page-content,
  .no-results.not-found .page-content {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}

.error-404.not-found .search-submit,
.no-results.not-found .search-submit {
  vertical-align: middle;
  margin: 1rem 0;
}

.error-404.not-found .search-field,
.no-results.not-found .search-field {
  width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Site footer */
footer#colophon {
	background: #FFF;
	margin-top: 70px;
}

.wrap {
	margin: 40px auto 0;
	padding: 60px 0;
	background-color: #EFDE9F;
}
.wrap .cn {
	margin: 0 auto;
	max-width: 1200px;
	text-align: left;
	font-size: 14px;
}

.wrap .cn p {
	margin: 6px 0 20px;
	color: #333;
}




@media print, screen and (max-width:767px){
/*-------------------------------------------------------------------*/
	footer#colophon {
		margin: 1em auto 0;
	}

	footer .copy {
		height: auto;
		text-align: center;
		padding-top: 2.5em;
		padding-bottom: 2.5em;
		color: #333;
		font-size: 3vw;
		line-height: 1.4;
		letter-spacing: 1px;
	}

	footer .wrap {
		margin-top: 0em;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		color: #333;
	}
	footer .wrap .cn {
		text-align: center;
		font-size: 5vw;
	}

	footer .wrap ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		flex-wrap: wrap;
	    margin-bottom: 2em;
	}

	footer .wrap ul li {
	    margin: 1.5em 0 0.3em;
	    padding: 0 1em;
	    width: 100%;
		border: none;
		font-size: 3.6vw;
		line-height: 1.3em;
	}

	footer .wrap ul.flex li {
		margin-top: 0.5em;
	}


	footer .wrap ul li:nth-child(odd) {
		margin-right: 0;
	}

	footer .wrap ul li p.title {
		font-size: 4.6vw;
		margin-bottom: 0.5em;
		margin-left: 1em;
	}

	footer .wrap ul li p.post-no, 
	footer .wrap ul li p.address {
		margin: 0 0 0 3em;
		padding: 0;
		display: block;
	}

	footer .wrap ul li a {
		color: #333;
	}

}


#colophon .widget-area,
#colophon .site-info {
  margin: calc(2 * 1rem) 1rem;
}

@media only screen and (min-width: 768px) {
  #colophon .widget-area,
  #colophon .site-info {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

#colophon .widget-column {
  display: flex;
  flex-wrap: wrap;
}

#colophon .widget-column .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  word-wrap: break-word;
}

@media only screen and (min-width: 1168px) {
  #colophon .widget-column .widget {
    margin-right: calc(3 * 1rem);
    width: calc(50% - (3 * 1rem));
  }
}

#colophon .site-info {
  color: #767676;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

#colophon .site-info a {
  color: inherit;
}

#colophon .site-info a:hover {
  text-decoration: none;
  color: #0073aa;
}

#colophon .site-info .imprint,
#colophon .site-info .privacy-policy-link {
  margin-right: 1rem;
}

/* Widgets */
.widget {
  margin: 0 0 1rem;
  /* Make sure select elements fit in widgets. */
}

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

.widget a {
  color: #0073aa;
}

.widget a:hover {
  color: #005177;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  padding: 0;
  list-style: none;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  counter-reset: submenu;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.widget_tag_cloud .tagcloud {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.widget_search .search-field {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .widget_search .search-field {
    width: auto;
  }
}

.widget_search .search-submit {
  display: block;
  margin-top: 1rem;
}

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

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  border: none;
}

.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}

/* Blocks */
/* !Block styles */
.entry .entry-content > *,
.entry .entry-summary > *,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
  max-width: 100%;
}



/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}

.entry .entry-content p.has-background {
  padding: 20px 30px;
}

.entry .entry-content .wp-block-audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio.alignleft audio,
.entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}

@media only screen and (min-width: 1379px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}

.entry .entry-content .wp-block-video video {
  width: 100%;
}

.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #0073aa;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #111;
}

.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}

.entry .entry-content .wp-block-archives li > a,
.entry .entry-content .wp-block-categories li > a,
.entry .entry-content .wp-block-latest-posts li > a {
  font-size: calc(22px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}

.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}

.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}

.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}

.entry .entry-content .wp-block-categories ul > li > a::before {
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
  font-size: 0.71111em;
  color: #767676;
  line-height: 1.2;
}

.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content,
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.entry .entry-content .wp-block-latest-posts li {
  padding-bottom: 0.5rem;
}

.entry .entry-content .wp-block-latest-posts li.menu-item-has-children, .entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.entry .entry-content .wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
  padding-bottom: 0.5rem;
}

.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: '';
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

.entry .entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
}

.entry .entry-content .wp-block-verse {
  font-size: 22px;
  line-height: 1.8;
}

.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-pullquote.alignleft, .entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote, .entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright, .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
  }
}

.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-width: 2px;
  border-color: #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}

.entry .entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}

.entry .entry-content .wp-block-quote cite {
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}

.entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer, .entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
  font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}

.entry .entry-content .wp-block-image {
  max-width: 100%;
}

.entry .entry-content .wp-block-image img {
  display: block;
}



.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
  .entry .entry-content .wp-block-cover.alignleft,
  .entry .entry-content .wp-block-cover.alignright {
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}

.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
  color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 1px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: left;
}

.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}


.entry .entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background),
.entry .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background) {
  color: #767676;
}

.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.entry .entry-content .wp-block-separator + h1:before,
.entry .entry-content .wp-block-separator + h2:before,
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}

.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}

.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #767676;
}


.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #0073aa;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}

.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-code {
  border-radius: 0;
}

.entry .entry-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

.entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),
  .entry .entry-content .wp-block-columns .wp-block-image > figure {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),
  .entry .entry-content .wp-block-columns .wp-block-image > figure {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
  .entry .entry-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .alignfull,
  .entry .entry-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .wp-block-image > img {
    left: 0;
    max-width: 100%;
  }
}

.entry .entry-content .wp-block-group.alignfull > .wp-block-group__inner-container {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group.alignfull > .wp-block-group__inner-container {
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
  }
}

.entry .entry-content .wp-block-group.has-background {
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

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

.entry .entry-content .wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.entry .entry-content .wp-block-group.has-background.alignfull {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group.has-background.alignfull {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.entry .entry-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
    width: calc( 100% + 2rem);
    max-width: calc( 100% + 2rem);
    margin-left: -1rem;
  }
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}

.entry .entry-content .has-small-font-size {
  font-size: 0.88889em;
}

.entry .entry-content .has-normal-font-size {
  font-size: 1.125em;
}

.entry .entry-content .has-large-font-size {
  font-size: 1.6875em;
}

.entry .entry-content .has-huge-font-size {
  font-size: 2.25em;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}

.entry .entry-content .has-primary-background-color > p,
.entry .entry-content .has-primary-background-color > h1,
.entry .entry-content .has-primary-background-color > h2,
.entry .entry-content .has-primary-background-color > h3,
.entry .entry-content .has-primary-background-color > h4,
.entry .entry-content .has-primary-background-color > h5,
.entry .entry-content .has-primary-background-color > h6,
.entry .entry-content .has-primary-background-color > a,
.entry .entry-content .has-secondary-background-color > p,
.entry .entry-content .has-secondary-background-color > h1,
.entry .entry-content .has-secondary-background-color > h2,
.entry .entry-content .has-secondary-background-color > h3,
.entry .entry-content .has-secondary-background-color > h4,
.entry .entry-content .has-secondary-background-color > h5,
.entry .entry-content .has-secondary-background-color > h6,
.entry .entry-content .has-secondary-background-color > a,
.entry .entry-content .has-dark-gray-background-color > p,
.entry .entry-content .has-dark-gray-background-color > h1,
.entry .entry-content .has-dark-gray-background-color > h2,
.entry .entry-content .has-dark-gray-background-color > h3,
.entry .entry-content .has-dark-gray-background-color > h4,
.entry .entry-content .has-dark-gray-background-color > h5,
.entry .entry-content .has-dark-gray-background-color > h6,
.entry .entry-content .has-dark-gray-background-color > a,
.entry .entry-content .has-light-gray-background-color > p,
.entry .entry-content .has-light-gray-background-color > h1,
.entry .entry-content .has-light-gray-background-color > h2,
.entry .entry-content .has-light-gray-background-color > h3,
.entry .entry-content .has-light-gray-background-color > h4,
.entry .entry-content .has-light-gray-background-color > h5,
.entry .entry-content .has-light-gray-background-color > h6,
.entry .entry-content .has-light-gray-background-color > a {
  color: #fff;
}

.entry .entry-content .has-white-background-color {
  color: #111;
}

.entry .entry-content .has-white-background-color > p,
.entry .entry-content .has-white-background-color > h1,
.entry .entry-content .has-white-background-color > h2,
.entry .entry-content .has-white-background-color > h3,
.entry .entry-content .has-white-background-color > h4,
.entry .entry-content .has-white-background-color > h5,
.entry .entry-content .has-white-background-color > h6,
.entry .entry-content .has-white-background-color > a {
  color: #111;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

.entry .entry-content .has-secondary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.entry .entry-content .has-light-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.entry .entry-content .has-white-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.entry .entry-content .has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
  color: #0073aa;
}

.entry .entry-content .has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
  color: #005177;
}

.entry .entry-content .has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
  color: #111;
}

.entry .entry-content .has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
  color: #767676;
}

.entry .entry-content .has-white-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

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

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }
}

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

.wp-caption-text {
  color: #767676;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}


.scale_up figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	background: #000;
}

.scale_up figure img {
	transition: all 0.4s ease-out 0.1s;
	-webkit-transition: all 0.4s ease-out 0.1s;
}

.scale_up figure:hover img {
    opacity: 0.6;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.scale_up figcaption {
    background: #333;
    background: rgba(0,0,0,.5);
    background-image: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	padding: 0px;
	line-height: 45px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s ease-in 0.3s;
	-webkit-transition: all 0.2s ease-in 0.3s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



#information dt {
	margin-bottom: 0.2em;
	width: 150px;
	float: left;
	font-weight: normal;
	text-decoration: none;
}

#information dd {
	margin-bottom: 0.2em;
	width: 890px;
	float: left;
}

.post-type-archive-performance .site-main ul h2 a{
	color: #515151;
	font-weight: normal;
}

.post-type-archive article h2 a {
	color: #515151;
	font-weight: normal;
}


.wp-pagenavi {
	width: 93.6%;
	margin: 60px auto 5px;
	max-width: 1200px;
	text-align: center;
}


@media only screen and (min-width:768px) {
/*-------------------------------------------------------------------*/
	.clearfix::after {
		clear: both;
		content: '';
		display: block;
	}

	dl, dt, dd {
		margin: 0;
		padding: 0;
	}

	dl.biz-info {
		margin: 36px auto 60px;
		width: 950px;
		line-height: 1.4;
	}
	dl.biz-info dt {
		float: left;
		font-size: 20px;
		margin-bottom: 0.4em;
		width: 150px;
	}
	dl.biz-info dd {
		float: left;
		font-size: 20px;
		margin-bottom: 0.4em;
		width: 800px;
		line-height: 1.4;
	}
	.home .site-main .notc {
		background-color: #fff;
		box-sizing: border-box;
		border: solid 5px #f00;
		color: #f00;
		font-size: 20px;
		text-align: center;
		padding: 0.8em 0;
		margin: 50px auto 0;
		width: 100%;
	}

	.home .site-main h2 {
		margin-top: 60px;
		text-align: center;
	}
	.home .site-main #information h2 {
		margin-top: 80px;
	}


	.home .site-main .schedule {
		height:98px;
		line-height:98px;
		text-align:center;
		font-size:16px;
		color:#333;
	}

	#content-left {
		float: left;
		width: 300px;
	}

	#content-right {
		float: right;
		width: 900px;
	}


	#information,
	.post-type-archive main .page-header {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 1040px;
		padding-left: 0;
		padding-right: 0;
		color: #000;
	}

	#information dl {
		margin: 10px auto 0;
		font-size: 16px;
	}
	.home #information dl {
		font-size: 16px;
	}

	#information a {
		color: #333;
		text-decoration: none;
	}
	#information a:hover {
		text-decoration: underline;
	}

	#pickup {
		clear: both;
	}

	.information .entry-header, 
	.performance .entry-header {
		margin: 0px auto 0px;
	}
	.information .entry-meta {
	  margin: 0;
	  font-size: 16px;
	}




	.scale_up figure {
		margin: 0;
		position: relative;
		overflow: hidden;
		background: #000;
	}

	.scale_up figure img {
		transition: all 0.4s ease-out 0.1s;
		-webkit-transition: all 0.4s ease-out 0.1s;
	}

	.scale_up figure:hover img {
	    opacity: 0.6;
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	}

	.scale_up figcaption {
	    background: #333;
	    background: rgba(0,0,0,.5);
	    background-image: none;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 45px;
		padding: 0px;
		line-height: 45px;
		text-decoration: none;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		transition: all 0.2s ease-in 0.3s;
		-webkit-transition: all 0.2s ease-in 0.3s;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		color:#fff;
		text-align: center;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}


	.information .entry-title,
	.single-pickup .entry-title {
		margin-bottom: 16px;
		font-size: 28px;
		font-weight: normal;
	}

	.information .entry-content h2,
	.single-pickup .entry-content h2 {
		margin-bottom: 20px;
		font-size: 26px;
		font-weight: normal;
		color: #007BFF;
	}
	.information .entry-content h3,
	.single-pickup .entry-content h3 {
		margin-bottom: 16px;
		font-size: 24px;
		font-weight: normal;
	}
	.information .entry-content h4,
	.single-pickup .entry-content h4 {
		margin-bottom: 16px;
		font-size: 20px;
		font-weight: normal;
	}

	.post-type-archive-information .site-main article figure {
	  width: 7.692%;
	  float: left;
	}

	.post-type-archive-information .site-main article figure a {
		width: 100%;
		height: auto;
		padding-top: 75%;
		position: relative;
		display: block;
	}
	.post-type-archive-information .site-main article figure img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}

	.post-type-archive article { font-size: 22px; }

	.single-information .site-main .page-title,
	.page .site-main .page-title {
		margin-top: 45px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.post-type-archive-information .site-main article img {
	  width: 80px;
	  float: left; 
	}

	.post-type-archive-information .site-main article img {
	  width: 80px;
	  height: 60px;
	  object-fit: cover; 
	}

	.post-type-archive-information article { margin-top: 10px; clear: both; min-height: 1.2em; }
	.post-type-archive-information article::after { clear: both; content: ''; display: block; }


	.post-type-archive-information article dl .info-date, 
	.post-type-archive-information article dl .info-title {
		margin: 4px 0;
		font-size: 22px;
		font-weight: normal;
		text-decoration: none;
		line-height: 1.3;
	}
	.post-type-archive-information article dl .info-date {
		width: 22%;
		float: left;
	}
	.post-type-archive-information article dl .info-title { width:78%; float: right; }
	.post-type-archive-information article dl .info-title a:hover { text-decoration: underline; }

	.single-information .entry-content p  { margin-top: 0; font-size: 18px; }

	.single-information .entry-content ,
	.single-pickup .entry-content { margin-top: 0; font-size: 18px; }
	.single-pickup .entry-content .subtitle  { margin-top: 60px; }
	.single-pickup .entry-content p  { margin-top: 10px; }

	.home .site-content .u2 li {
		width: 49.583%;
	}

	#towerguide ul {
		margin-top: 10px;
	}


	#pickup ul, #towerguide ul, #aroundspot ul li img {
		width: 100%;
	}


	#pickup ul {
		flex-wrap: wrap;
	}

	#pickup ul li {
		width: 32.666%;
		margin-right: 1%;
		margin-bottom: 20px;
		height: 377px;
		overflow: hidden;
	}

	#pickup ul li:nth-child(3n) { margin-right: 0; }

	#pickup ul li figcaption {
		margin: 0;
		padding: 0;
		font-size: 15px;
		color: #000;
	}

	#towerguide {
		margin: 80px 0 60px;
	}
	#towerguide ul li {
		width: 32.666%;
		background: #F1EAD0;
	}

	#towerguide ul li figcaption {
		margin: 0;
		padding: 20px 30px;
		font-size: 13px;
		color: #000;
	}

	#towerguide ul li figcaption span {
		font-size: 20px;
		font-weight: bold;
	}


	#aroundspot .u4 {
		margin-top: 5px;
		flex-wrap: wrap;
	}

	#aroundspot .u4 li {
		margin-bottom: 12px;
		width: 24.333%;
		height: 100px;
		line-height: 100px;
		/**/
		text-align: center;
		background: #ddd;
	}

	#aroundspot .u4 li a {
		color: #fff;
	}

	.post-type-archive-playpark .site-main .page-header h2,
	.post-type-archive-floor_guide .site-main .page-header h2,
	.post-type-archive-gourmet .site-main .page-header h2,
	.post-type-archive-shop .site-main .page-header h2 { margin: 15px 0 0; text-align: center; }

	.post-type-archive-playpark .site-main .page-header h3 ,
	.post-type-archive-floor_guide .site-main .page-header h3,
	.post-type-archive-gourmet .site-main .page-header h3,
	.post-type-archive-shop .site-main .page-header h3 {
		margin: 15px 0 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: normal;
		font-size: 32px;
	}

	.post-type-archive-playpark .site-main .page-header h3 { color: #C28412; }
	.post-type-archive-floor_guide .site-main .page-header h3 {	color: #FFF; }
	.post-type-archive-gourmet .site-main .page-header h3 { color: deeppink; }
	.post-type-archive-shop .site-main .page-header h3 { color: aqua; }


	.post-type-archive-playpark .site-main .page-header p, 
	.post-type-archive-floor_guide .site-main .page-header p, 
	.post-type-archive-gourmet .site-main .page-header p, 
	.post-type-archive-shop .site-main .page-header p { font-size: 16px; }





	.post-type-archive-playpark .site-main #floor2,
	.post-type-archive-playpark .site-main #floor3,
	.post-type-archive-playpark .site-main #floor4 {
		margin-top: 70px;
	}


	.post-type-archive-playpark .site-main #floor3,
	.post-type-archive-playpark .site-main #floor4 { float: left; }
	.post-type-archive-playpark .site-main #floor3 { width: 50%;}
	.post-type-archive-playpark .site-main #floor4 { width: 50%;}


	.post-type-archive-shop .site-main #floor1 > div.shop {
		width: 606px;
		float: left;
	}

	.post-type-archive-shop .site-main #floor1 > div.game {
		width: 594px;
		float: left;
	}

	.post-type-archive-playpark .site-main h3,
	.post-type-archive-gourmet .site-main h3,
	.post-type-archive-shop .site-main h3 { margin: 2em 0 1.5em; clear: both; text-align: center; font-weight: normal; font-size: 24px; }

	.post-type-archive-playpark .site-main h3 span, 
	.post-type-archive-floor_guide .site-main h3 span, 
	.post-type-archive-gourmet .site-main h3 span, 
	.post-type-archive-shop .site-main h3 span { margin: 0; padding: 0.3em 1.5em 0.2em; border-radius: 2em; color: #FFF; }
	.post-type-archive-shop .site-main #sorakin h3 span { margin: 0; padding: 0.3em 1.5em 0.2em; border-radius: 2em; color: #FFF; }


	.floormap { text-align: center; }

	.post-type-archive-playpark .site-main h3 span { color: #000; font-weight: bold; }
	.post-type-archive-playpark .site-main h3.playpark span { background: #FFF1A8; }
	.post-type-archive-playpark .site-main h3.kidsland span { background: #DBEAFB; }
	.post-type-archive-playpark .site-main h3.playground span { background: #FFDFE4; }


	.post-type-archive-gourmet .site-main h3 span { background: #DB6CA5; color: #FFF; font-weight: bold; }
	.post-type-archive-shop .site-main h3 span { background: #05C962;  color: #FFF; font-weight: bold; }


	.post-type-archive-playpark .site-main #floor3 li,
	.post-type-archive-playpark .site-main #floor4 li { margin: auto; width: 291px; float: none; font-size:15px; }

	.post-type-archive-playpark .site-main ul > li, 
	.post-type-archive-gourmet .site-main ul > li, 
	.post-type-archive-shop .site-main ul > li {
		float: left;
		margin: 0 12px 12px 0;
		width: 291px;
	}


	.post-type-archive-gourmet .site-main ul > li#tennai {
		margin-right: 0;
		width: 594px;
	} 

	.post-type-archive-playpark .site-main ul.playpark > li { background: #FFF1A8; }
	.post-type-archive-playpark .site-main ul.kidsland > li { background: #DBEAFB; }
	.post-type-archive-playpark .site-main ul.playground > li { background: #FFDFE4; }




	.post-type-archive-gourmet .site-main ul > li { background: #FFF1EF; }
	.post-type-archive-shop .site-main ul > li { background: #E2FFE8; }

	.post-type-archive-playpark .site-main ul > li:nth-child(4n), 
	.post-type-archive-gourmet .site-main ul > li:nth-child(4n) {
		margin-right: 0;
	}

	.post-type-archive-shop .site-main #floor1 .game ul.shop > li:nth-child(2n) {
		margin-right: 0;
	}

	.post-type-archive-playpark .site-main ul > li figure img
	.post-type-archive-gourmet .site-main ul > li figure img
	.post-type-archive-shop .site-main ul > li figure img { width: 291px; height: 189px; }


	.post-type-archive-playpark .site-main ul > li figcaption, 
	.post-type-archive-gourmet .site-main ul > li figcaption, 
	.post-type-archive-shop .site-main ul > li figcaption {
		margin: 10px 28px auto;
		min-height: 112px;
		font-size: 13px;
		color: #333;
	}
	.post-type-archive-gourmet .site-main ul > li figcaption {
		min-height: 235px;
	}

	.post-type-archive-shop .site-main ul > li figcaption {
		min-height: 80px;
	}
	.post-type-archive-playpark .site-main ul > li figcaption.nothumb {
		min-height: 308.5px;
		font-size: 20px;
		font-weight: bold;
	}

	.post-type-archive-gourmet .site-main ul > li figcaption p.glogo {
		margin: 0 auto;
	}

	.post-type-archive-playpark .site-main ul > li figcaption span, 
	.post-type-archive-gourmet .site-main ul > li figcaption span, 
	.post-type-archive-shop .site-main ul > li figcaption span {
		font-size: 19px;
		font-weight: bold;
	}

	.post-type-archive-playpark .site-main ul > li figcaption span.small { font-size: 14px; }
	.post-type-archive-playpark .site-main ul#h3-playpark { width: 291px; margin: 0 auto; }



	.post-type-archive-floor_guide .site-main #sorakin,
	.post-type-archive-floor_guide .site-main #floor4,
	.post-type-archive-floor_guide .site-main #floor3,
	.post-type-archive-floor_guide .site-main #floor2 { margin-top: 30px; padding-top: 40px; border-top: solid 1px #CCC; }
	.post-type-archive-floor_guide .site-main #sorakin { clear: both;}

	.post-type-archive-floor_guide .site-main { display: flex; justify-content: center; }
	.post-type-archive-floor_guide .site-main #content-left { float: none; }
	.post-type-archive-floor_guide .site-main #content-right { float: none; }

	.post-type-archive-floor_guide .site-main #content-left .guidemap { margin-top: -125px; width: 252px; position: -webkit-sticky;position:sticky; top: 10px; z-index: 10; }
	.post-type-archive-floor_guide .site-main #content-left .guidemap img { width: 100%; height: auto}

/*
	.post-type-archive-floor_guide .site-main #content-left .guidemap img { margin-top: -60px; position: relative; z-index: 10;}
*/
	.post-type-archive-floor_guide .site-main h3 span { }

	.post-type-archive-floor_guide .site-main h3 {
		margin: 0 auto 18px auto;
		width: 296px;
		min-width: 296px;
		border-radius: 1em;
		height: 46px;
		line-height: 46px;
		clear: both;
		text-align: center;
		font-weight: normal;
		font-size: 24px;
		background: #396BFF;
		color: #FFF;
	}


	.post-type-archive-floor_guide .site-main #sorakin h3 {
		background: #6464FF;
	}

	.post-type-archive-floor_guide .site-main h4 { margin: 6px 0 10px;text-align: center; font-weight: normal; font-size: 18px; }
	.post-type-archive-floor_guide .site-main .floormap { margin: 0 0 20px;text-align: center; }
	.post-type-archive-floor_guide .site-main #floor3 .floormap { width:565px ; float: left; }
	.post-type-archive-floor_guide .site-main #floor3 ul { margin-top: 11px; width:292px ; float: right; }


	.post-type-archive-floor_guide .site-main ul > li:nth-child(3n) {
		margin-right: 0;
	}

	.post-type-archive-floor_guide .site-main  ul > li {
		float: left;
		margin: 0 12px 40px 0;
		width: 292px;
		background: #F1EAD0;
	}

	.post-type-archive-floor_guide .site-main #floor1  ul > li.area_A,
	.post-type-archive-floor_guide .site-main #floor2  ul > li.area_B,
	.post-type-archive-floor_guide .site-main #floor2  ul > li.area_C,
	.post-type-archive-floor_guide .site-main #floor3  ul > li.area_A {
		background: #CBEEFF;
	}
	.post-type-archive-floor_guide .site-main #floor1  ul > li.area_B {
		background: #FFF1A8;
	}
	.post-type-archive-floor_guide .site-main #floor1  ul > li.area_C,
	.post-type-archive-floor_guide .site-main #floor1  ul > li.area_D {
		background: #D1F4D6;
	}
	.post-type-archive-floor_guide .site-main #floor1  ul > li.area_E,
	.post-type-archive-floor_guide .site-main #floor1  ul > li.area_F,
	.post-type-archive-floor_guide .site-main #floor2  ul > li.area_A {
		background: #D8D6FE;
	}

	.post-type-archive-floor_guide .site-main ul > li figcaption {
		margin: 0;
		padding: 10px 20px;
		min-height: 142px;
		font-size: 11px;
		color: #333;
	}

	.post-type-archive-floor_guide .site-main ul > li figcaption p {	
		margin: 8px 0;
	}

	.post-type-archive-floor_guide .site-main ul > li figcaption a:before {
		content: "▶";
	}
	.post-type-archive-floor_guide .site-main ul > li figcaption a,
	.post-type-archive-floor_guide .site-main ul > li figcaption a:hover {
		color: #396BFF;
		font-size: 14px;
	}

	.post-type-archive-floor_guide .site-main ul > li .area {
		margin: -30px auto 0;
		width: 40px;
		height: 40px;
	}


	.post-type-archive-floor_guide .site-main ul > li figcaption span:before {
		color: #111;
		margin-right: 0.2em;
	}

	.post-type-archive-floor_guide .site-main ul > li figcaption span {
		font-size: 18px;
		font-weight: bold;
	}

	.post-type-archive-floor_guide .site-main ul > li figcaption span.small { font-size: 14px; }

	.single-pickup .entry-content .left-image,
	.single-pickup .entry-content .right-image { width: 48%; float: left; }
	.single-pickup .left-image { margin-right: 4%; }



	table#company th {
		background: #CCC;
		border-top: solid 3px #fff;
		border-right: none;
		border-bottom: solid 3px #fff;
		border-left: none;
		font-weight: normal;
		vertical-align:middle;
		max-width: 120px;
		width: 15%;
	}

	table#company td {
		border: none;
		background: #EEE;
		border-top: solid 3px #fff;
		border-right: none;
		border-bottom: solid 3px #fff;
		border-left: none;
		padding-left: 2em;
	}

	table#company dl {
		margin: 0;
		width: 100%;
	}

	table#company dl dt {
		margin: 8px 0;
		padding: 0;
		width: 13%;
		font-weight: normal;
		float: left;
		clear: both;
	}
	table#company dl dd {
		margin: 8px 0;
		padding: 0;
		width: 87%;
		float: right;
	}


	.single-spi .entry-content {
		color: #FFF;
	}

	.single-spi .entry-content h3 {
		margin: 20px auto 0;
/*		width: 296px;
		line-height: 46px;
		background: #005DFF;
		border-radius: 1em;
		font-size: 20px;
		font-weight: bold;
*/
		text-align: center;
		height: 46px;
	}


	.single-spi .entry-content .mt80 {
		margin-top: 80px;
	}
	.single-spi .entry-content .mt60 {
		margin-top: 60px;
	}
	.single-spi .entry-content .mt45 {
		margin-top: 45px;
	}

	.single-spi .entry-content h3 span {
		padding-left: 12px;
		font-size: 15px;
		font-weight: normal;
	}
	.single-spi .entry-content h4 {
		margin-top: 30px;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 34px;
		font-weight: normal;
	}
	.single-spi .entry-content h5 {
		margin-top: 16px;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 3px;
	}
	.single-spi .entry-content h6 {
		margin: 20px auto 0 auto;
		width: 570px;
		font-size: 13px;
		font-weight: normal;
		line-height: 1.8;
		letter-spacing: 0.3px;
	}
	
	.single-spi .entry-content hr {
		background-color: #FFF;
	}
	.single-spi .entry-content figure {
		text-align: center;
	}


	.single-spi .entry-content ul {
		margin-top: 40px;
		clear: both;
	}
	.single-spi .entry-content ul li {
		margin: 0 12px 12px 0;
		width: 594px;
		max-height: 347px;
		float: left;
	}
	.single-spi .entry-content ul li.w606 {
		width: 606px;
		height: 215px;
	}
	.single-spi .entry-content ul li.mzero,
	.single-spi .entry-content ul li:nth-child(2n) {
		margin-right: 0;
	}
	.single-spi .entry-content ul li.gallery-txt {
		padding: 40px 40px;
		height: 215px;
		background: #FFF;
		color: #000;
		font-size: 17px;
	}

	.single-spi .entry-content ul li.gallery-dec {
		height: 215px;
	}
	.single-spi .entry-content ul li.gallery-dec-h158 {
		height: 158px;
		margin-bottom: 0;
	}
	.single-spi .entry-content ul li.h154 {
		padding: 20px 40px;
		height: 154px;
	}

	.single-spi .entry-content ul li.gallery-txt h3, 
	.single-spi .entry-content ul li.gallery-txt h4 {
		margin: 0;
		text-align: left;
		font-weight: normal;
		color: #007BFF;
	}
	.single-spi .entry-content ul li.gallery-txt h3 {
		width: 100%;
		height: auto;
		background: none;
		border-radius: 0;
		font-size: 28px;
		line-height: 30px;
		font-weight: bold;
	}
	.single-spi .entry-content ul li.gallery-txt h3:first-letter { font-size: 32px; }
	.single-spi .entry-content ul li.gallery-txt h4 { font-size: 14px; text-indent: 20px;
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}

	.single-spi .entry-content ul li.gallery-txt p {
		margin: 0;
	}


	.single-spi .entry-content dl {
		margin: 60px auto 160px auto;
		padding: 30px 40px;
		width: 736px;
		border: solid 2px #FFF;
		font-size: 22px;
		line-height: 1.3;
	}
	.single-spi .entry-content dl dt {
		margin-top: 8px;
		padding: 0;
		width: 135px;
		float: left;
	}
	.single-spi .entry-content dl dd {
		margin-top: 8px;
		padding: 0;
		width: 502px;
		float: left;
	}

	.single-spi .entry-content #creators {
		width: 1200px;
		height: 1347px;
		background-image: url("img/spi/bg_creators.png");
	}

	.single-spi .entry-content #creators ul {
		margin: 30px auto 0;
		width: 1066px;
	}

	.single-spi .entry-content #creators ul li {
		float: left;
	}
	.single-spi .entry-content #creators ul li:first-child {
		width: 590px;
		height: auto;
		max-height: max-content;
	}

	.single-spi .entry-content #creators ul li:nth-child(2n) {
		float: right;
		width: 445px;
		height: auto;
		max-height: max-content;
	}
	
	.single-spi .entry-content #creators p {
		margin-top: 12px;
		margin-bottom: 0;
		clear: both;
		color: #000;
		font-size: 13px;
		text-align: left;
	}

	.single-spi .entry-content #creators p img {
		display: block;
	}

	.access .entry-content,
	.price .entry-content,
	.recruitment .entry-content {
		margin-top: 0;
	}

	.access .site-main h3,
	.access .site-main h4 {
		font-weight: normal;
		line-height: 1.3em;
	}

	.access .site-main h3 {
		margin-top: 45px;
		font-size: 30px;
	}
	.access .site-main h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.access .site-main h3,
	.access .site-main h4 {
		font-weight: normal;
		line-height: 1.3em;
	}

	.access .site-main h3 {
		margin-top: 45px;
		margin-bottom: 0px;
		margin-left: 10px;
		font-size: 30px;
	}
	.access .site-main h4 {
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		font-size: 16px;
	}

	#page-title { background-color: #f6eece;margin-bottom: 80px;height: 90px;width: 100%; }
	#page-title .h-images { width: 1200px; margin: auto; }
	#page-title .h-images img { width: 900px;margin-left: 300px; }
	.recruitment #content-right dl { margin-top: 3em; }
	.recruitment #content-right dl:first-child { margin-top: 0; }
	.recruitment #content-right dt {
		margin: 0 0 15px;
		padding: 0 1.5em;
		width: 300px;
		height: 50px;
		line-height: 50px;
		border: solid 3px #007BFF;
		border-radius: 2em;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		color: #007BFF;
	}
	.access #content-right dt,
	.recruitment #content-right .tbl-area dt {
		margin: 3em 0 20px;
		padding: 0 1.5em;
		width: 300px;
		height: 50px;
		line-height: 50px;
		background: #007BFF;
		border-radius: 2em;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		color: #FFF;
	}

	.access #content-right dd h3.guide {
		margin: 40px 0;
		font-size: 24px; font-weight: bold; border: solid 2px #FF0000;
		color: #ff0000; padding: 0.8em 1.5em;
	}

	.recruitment #content-right dd,
	.access #content-right dd { font-size: 20px; }
	.recruitment #content-right .tbl-area dt,
	.price #content-right .tbl-area dt, { background: #007BFF; color: #fff; text-align: center; }

	.recruitment #content-right .tbl-area table { margin-bottom: 0; }
	.recruitment #content-right .tbl-area th,
	.recruitment #content-right .tbl-area td { background: #FFF; font-size: 15px;padding: 0.9em 0;text-align: center; }
	.recruitment #content-right .tbl-area th { width: 10%; background-color: #69bfff;font-weight: normal; }
	.recruitment #content-right .tbl-area thead td { background-color: #d0ebff;width: 15%; }

	.access #content-right dt { margin-top: 3em; }
	.access #content-left ul li { margin: 0 0 15px 0; }


	.price #content-left ul li { margin: 0 0 15px 0; }
	.price #content-right dt {
		margin: 80px 0 20px;
		padding: 0 1.5em;
		width: 300px;
		height: 50px;
		line-height: 50px;
		background: #007BFF;
		border-radius: 2em;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		color: #FFF;
	}
	.price #content-right dt:first-child { margin-top: 0;}


	.price #content-right .price-tbl table { margin: 30px 0 20px 0; }
	.price #content-right .price-tbl th,
	.price #content-right .price-tbl td { background: #FFF; font-size: 20px;padding: 0.9em 0;text-align: center; }

	.price #content-right .price-tbl thead td {
		background: #FFF2CC;
	}

	.price #content-right table.hourstable td { vertical-align: top; border: 0; font-size: 24px; line-height: 1.2; }

	.price #content-right .price-txt h3 {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: normal;
		color: #007BFF;
	}
	
	.wrap {
		margin: 0px auto 0 auto;
		padding: 65px 0;
		min-width: 1200px;
	}

	footer#colophon .wrap .cn {
		width: 1200px
		margin-right: auto;
		margin-left: auto;
	}

	footer .wrap > ul {
		width: 1200px;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	    justify-content: space-between;
	    margin-bottom: 0px;
	    border-top: solid 1px #005D96;
	}


	footer .wrap .cn ul.flex {
		width: 100%;
		margin: 3px 0 16px;
		border: none;
		justify-content: unset;
		
	}

	footer .wrap .cn ul.flex li {
		margin-right: 1.2em;
		font-size: 15px;
		color: #000;
	}

	footer .wrap ul li#sitemap {
	    margin: 0;
	    padding: 0;
	    width: 70%;
		border: none;
		font-size: 15px;
		line-height: 1.3em;
	}

	footer .wrap ul #sitemap ul{
		margin: 30px 0 0 1.2em;
		padding: 0;
/*		list-style: disclosure-closed;*/
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	    margin-bottom: 0px;
	    border-top: none;
	}

	footer .wrap ul li#sitemap li:before {
		content: "▶ ";
	}
	footer .wrap ul li#sitemap li {
		margin: 0 0 5px;
		width: 25%;
		font-size: 14px;
	}

	footer .wrap ul li#sitemap li a {
		color: #000;
	}

	footer .wrap ul li#sns {
		margin-top: 30px;
		width: 18.333%;
		height: 66px;
		border-top: solid 1px #005D96;
		border-right: solid 1px #005D96;
		border-bottom: solid 1px #005D96;
		border-left: solid 1px #005D96;
	}

	footer .wrap ul li#sns ul {
	    border-top: none;
	    height: 66px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	footer .wrap ul li#sns ul li {
		margin: 0 0.4em;
		font-size: 14px;
		font-weight: bold;
		color: #005D96;
		letter-spacing: 1px;
	}

	footer .wrap ul li p.post-no {
		margin-right: 1em;
		display: inline;
	}

	footer .wrap ul li p.address {
		margin-right: 1em;
		display: inline;
	}

	footer .copy {
		margin: 30px 0 50px 0;
		height: auto;
		background: #FFF;
		line-height: 1.4;
	}

	.flex {
		display: flex;
	}

	.fww {
		flex-wrap: wrap;
	}

	.space-bt {
		justify-content: space-between;
	}


}


@media print, screen and (max-width:767px){
/*-------------------------------------------------------------------*/
	body { font-size: 4vw; }

	.site-header {
		margin-top: 0;
	}

	.site-content { width: 100%; padding-bottom: 2.5em; }

	dl.biz-info {
		font-size:
	}

	#information {
		margin-top: 2.5em;
		margin-right: auto;
		margin-bottom: 3.5em;
		margin-left: auto;
		max-width: 93.6%;
		padding-left: 0;
		padding-right: 0;
		color: #515151;
	}

	#information h2 {
		margin: 0 auto;
		text-align: center;
	}

	#information ul {
		margin: 1em auto 0 auto;
		width: 100%;
		min-height: 2em;
	}

	#information ul li {
		margin-bottom: 1em;
		font-size: 4.3vw;
		clear: both;
		min-height: 1em;
	}

	#information ul li p {
		margin: 0 0 1em;
	}

	#information ul li .info_date {
		width: 22.666%;
		float: left;
	}

	#information ul li .info_title {
		width: 69.236%;
		float: right;
	}

	.information .entry-header, 
	.performance .entry-header {
		margin: 1em auto 0px;
	}

	.information .entry-content .alignleft,
	.performance .entry-content .alignleft,
	.information .entry-content .alignright,
	.performance .entry-content .alignright {
		display: block;
		float: none;
		margin: 0 auto 0.5em auto;
	}

	#information ul {
		width: 100%;
		margin: 40px auto;
	}



	#information ul li {
		width: 93.6%;
		margin: 0 auto 2em;
	}

	.post-type-archive-information .site-main article {
		clear: both;
	}


	.post-type-archive-information .site-main article figure {
		margin-bottom: 1em;
		width: 31.339%;

		float: left;
	}

	.post-type-archive-information .site-main article figure a {
		height: auto;
		padding-top: 75%;
		position: relative;
		display: block;
	}
	.post-type-archive-information .site-main article figure img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}

	.post-type-archive article h2 {
		width: 62.962%;
		float: right;
		line-height: 1.4em;
		font-size: 4.3vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden; 
	}

	.information .entry-meta {
	  margin: 0 0 0.5em;
	  font-size: 3.6vw;
	}

	.entry .entry-content {
		font-size: 3.6vw;
		line-height: 1.4;
	}
	.information .entry-title {
		font-size: 4.3vw;
		font-weight: normal;
	}

	.information .entry-title,
	.single-pickup .entry-title {
		margin-bottom: 0.4em;
		font-size: 7vw;
		font-weight: normal;
	}

	.information .entry-content h2, .single-pickup .entry-content h2 {
		margin-bottom: 0.4em;
		font-size: 6vw;
		font-weight: normal;
		color: #007BFF;
	}

	.information .entry-content h3, .single-pickup .entry-content h3 {
		margin-bottom: 0.4em;
		font-size: 5.6vw;
		font-weight: normal;
	}

	.information .entry-content h4, .single-pickup .entry-content h4 {
		margin-bottom: 0.4em;
		font-size: 5vw;
		font-weight: normal;
	}

	.information .entry-content h5, .single-pickup .entry-content h5 {
		margin-bottom: 0.4em;
		font-size: 4.6vw;
		font-weight: normal;
	}

	.site-main .page-title {
		margin: 0 auto;
		width: 40%;
	}

	.site-main .entry {
		margin-left: auto;
		margin-right: auto;
		width: 93.6%;
		padding-left: 0;
		padding-right: 0;
	}

	.post-type-archive main .page-header {
		margin: 1rem auto 1rem;
		width: 93.6%;
		padding-left: 0;
		padding-right: 0;
		text-align:center;
	}

	.post-type-archive main .page-header h2,
	.post-type-archive main .page-header h3 {
		color: #FF4500;
	}


	.post-type-archive main .page-header h2 {
		font-size: 7vw;
	}

	.post-type-archive main .page-header h3 {
		margin: 0.5rem 0 0;
		font-size: 5.2vw;
	}

	.post-type-archive main .page-header p {
		text-align: left;
	}
	.single-information .site-main .page-title,
	.page .site-main .page-title {
		margin: 2rem auto 1rem;
		width: 40%;
		padding-left: 0;
		padding-right: 0;
		text-align:center;
	}

	.post-type-archive article {
		margin: 16px auto 0;
		width: 93.6%;
		color: #515151;
		clear: both;
	}


	.post-type-archive-information .site-main article img {
	  width: 80px;
	  float: left; 
	}

	.post-type-archive-information .site-main article img {
	  width: 80px;
	  height: 60px;
	  object-fit: cover; 
	}


	.post-type-archive article h2 a span.info_date{
		font-size: 4.2vw;
		text-decoration: none;
	}


	#pickup {
		margin-top: 2.5em;
		margin-left: auto;
		margin-right: auto;
		width: 93.6%;
		padding-left: 0;
		padding-right: 0;
		color: #515151;
	}

	#pickup h2 {
		margin: 0 auto;
		width: 40%;
		text-align: center;
	}
	#pickup figure { margin-top: 2em; }
	#pickup ul {
		width: 100%;
		list-style: none;
		display: block;
		margin:0 auto 0;
		padding: 0;
		flex-wrap: wrap;
	}

	#pickup ul li {
		margin: 1em 0 0;
		padding: 0;
		width: 100%;
	}

	#pickup ul li:nth-child(odd) {
		margin-right: 0;
	}

	#towerguide { margin-top: 2em; clear: both; }
	#towerguide h2 {
		margin: 0 auto;
		text-align: center;
	}

	.post-type-archive-playpark .site-main #floor2, .post-type-archive-playpark .site-main #floor3, .post-type-archive-playpark .site-main #floor4 {
		margin-top: 3rem;
	}

	.post-type-archive-playpark .site-main h3,
	.post-type-archive-gourmet .site-main h3,
	.post-type-archive-shop .site-main h3 { margin: 2em 0 1.5em; clear: both; text-align: center; font-weight: normal; font-size: 6.0vw; }

	.post-type-archive-playpark .site-main h3.kidsland,
	.post-type-archive-playpark .site-main h3.playground,
	.post-type-archive-shop .site-main h3 {
		margin-top: 3.5em;
	}
	.post-type-archive-gourmet .site-main h3 { margin: 2em 0 0.5em; clear: both; text-align: center; font-weight: normal; font-size: 6.0vw; }



	.post-type-archive-playpark .site-main h3 span, 
	.post-type-archive-floor_guide .site-main h3 span, 
	.post-type-archive-gourmet .site-main h3 span, 
	.post-type-archive-shop .site-main h3 span { margin: 0; padding: 0.3em 1.5em 0.2em; border-radius: 2em; color: #FFF; }

	.floormap { text-align: center; }

	.post-type-archive-playpark .site-main h3 span { color: #000; font-weight: bold; }
	.post-type-archive-playpark .site-main h3.playpark span { background: #FFF1A8; }
	.post-type-archive-playpark .site-main h3.kidsland span { background: #DBEAFB; }
	.post-type-archive-playpark .site-main h3.playground span { background: #FFDFE4; }


	.post-type-archive-playpark .site-main ul li { margin-top: 1em; }
	.post-type-archive-playpark .site-main ul.playpark > li {
		background: #FFF1A8;
	}
	.post-type-archive-playpark .site-main ul.kidsland > li {
		background: #DBEAFB;
	}
	.post-type-archive-playpark .site-main ul.playground > li {
		background: #FFDFE4;;
	}

	.post-type-archive-playpark .site-main ul > li figure img, 
	.post-type-archive-gourmet .site-main ul > li figure img, 
	.post-type-archive-shop .site-main ul > li figure img {
		width: 100%;
		margin: 0 auto;
	}


	.post-type-archive-playpark .site-main ul > li figcaption, 
	.post-type-archive-gourmet .site-main ul > li figcaption, 
	.post-type-archive-shop .site-main ul > li figcaption {
		margin: 0.8rem 1rem auto;
		min-height: 8em;
		font-size: 4vw;
		color: #333;
	}

	.post-type-archive-gourmet .site-main ul > li figcaption { padding-bottom: 0.8em; }

	.post-type-archive-playpark .site-main ul > li figcaption span, 
	.post-type-archive-gourmet .site-main ul > li figcaption span, 
	.post-type-archive-shop .site-main ul > li figcaption span {
		font-size: 6vw;
		font-weight: bold;
	}


@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
 
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
 
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
 
 
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}
 
*::-webkit-scrollbar {
  width: 0;
}
 
*::-webkit-scrollbar-track {
  background: transparent;
}
 
*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}
 
* {
  -ms-overflow-style: none;
}
 
ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
	.carousel {
	  position: relative;
	  padding-top: 125%;
	  filter: drop-shadow(0 0 10px #0003);
	  perspective: 100px;
	}
 
.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
 
.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}
 
 
.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}
 
.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}


	.home .carousel__slide,
	.home .carousel__slide:nth-child(even), {
/*		background: #DFCE8B;*/
	}

	.carousel__snapper figcaption {
		margin: -1em auto 0;
		width: 93.6%;
		padding: 1.5em 0.8em 0.8em;
		background-color: #F1EAD0;
		text-align: left;
	}


	.carousel__snapper figcaption span {
		font-size: 1.3em;
		font-weight: bold;
	}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
 
  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}
 
@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

  .carousel__snapper figure {
		text-align: center;
	}
  .carousel__snapper figure img {
  	width: 93.6%;
  }

 
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}
 
.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
 
.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}
 
.carousel__navigation-button {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}
 
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  margin-right: 3.2%;
  margin-left: 3.2%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}
 
.carousel::before,
.carousel__prev {
  left: 0rem;
}
 
.carousel::after,
.carousel__next {
  right: 0rem;
}
 
.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}
 
.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}
 
.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}


	#information dt {
		margin: 0;
		width: 100%;
		float: none;
		font-weight: normal;
		text-decoration: none;
	}

	#information dd {
		margin: 0 0 0.7em;
		width: 100%;
		float: none;
	}

	table#company {
		margin: 1em 0 0;
		width: 100%;
		border: none;
	}

	table#company th {
		width: 26.666%;
		display: block;
		background: #E5E5E5;
		border: none;
		font-size: 4vw;
		font-weight: normal;
		text-align: center;
		vertical-align:top;
	}


	table#company td {
		border: none;
		width: 100%;
		display: block;
		font-size: 4vw;
		line-height: 1.4;
		padding-bottom: 1.5em;
	}

	table#company dl {
		margin: 0;
		width: 100%;
	}

	table#company dl dt {
		margin: 0;
		padding: 0;
		width: 100%;
		font-weight: normal;
		float: none;
		clear: both;
	}
	table#company dl dd {
		margin: 0 0 1em;
		padding: 0;
		width: 100%;
		float: none;
	}

	body.access .site-main h3,
	body.access .site-main h4 {
		font-weight: normal;
		line-height: 1.4em;
	}

	body.access .site-main h3 {
		font-size: 5vw;
	}
	body.access .site-main h4 {
		font-size: 4vw;
	}

	body.access .site-main iframe {
		margin-bottom: 2em;
	}

	.scrooltop {
		margin: 2em auto 0;
		width: 14.666%;
		text-align: center;
		clear: both;
	}

	.wp-pagenavi {
		width: 93.6%;
		margin: 0 auto 5px;
		padding-top: 2em;
	}


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

	.home .site-main .flex li { width: 100%; margin: 0.8em 0 0 0; }
	.home .site-main #aroundspot .u4 li {
		width: 49%;
		border: solid 1x #999;
		background: #CCC;
	}
	.home .site-main #aroundspot .u4 li:nth-child(2n) { margin-right: 0; }
	.home .site-main #aroundspot .u4 li img { width: 100%;}


	.space-bt {
		justify-content: space-between;
	}


	.single-spi .entry-content figure {
		text-align: center;
	}


	.single-spi .entry-content h3 {
		margin-top: 1em;
		text-align: center;
	}

	.single-spi .entry-content h4,
	.single-spi .entry-content h5 {
		margin-top: 10px;
		font-weight: normal;
	}
	.single-spi .entry-content dl {
		margin: 3em auto 4em auto;
		padding: 0.8em;
		border: solid 2px #FFF;
		font-size: 4.6vw;
		line-height: 1.3;
		color: #FFF;
	}

	.single-spi .entry-content #creators {
		padding: 0.8em;
		background-image: url("img/spi/bg_creators.png");
	}


	.single-spi .entry-content .mt80 {
		margin-top: 3em;
	}
	.single-spi .entry-content .mt60 {
		margin-top: 2em;
	}
	.single-spi .entry-content .mt45 {
		margin-top: 1.5em;
	}


	.post-type-archive-floor_guide .site-main h3 {
		margin: 3em auto 18px auto;
		width: 70%;
		border-radius: 1em;
		height: 46px;
		line-height: 46px;
		clear: both;
		text-align: center;
		font-weight: normal;
		font-size: 7vw;
		background: #396BFF;
		color: #FFF;
	}


	.post-type-archive-floor_guide .site-main #floor1 h3 {
		margin-top: 1em;
	}

	.post-type-archive-floor_guide .site-main ul > li,
	.post-type-archive-shop .site-main ul > li {
		margin-top: 20px;
	}
	.post-type-archive-gourmet .site-main ul > li {
		margin-top: 20px;
	}


	.post-type-archive-floor_guide .site-main ul > li figure {
		text-align: center;
	}

	.post-type-archive-floor_guide .site-main ul > li figure > img {
		width: 100%;
	}


	.post-type-archive-floor_guide .site-main ul > li figcaption {
		padding-bottom: 1em;
	}
	.post-type-archive-floor_guide .site-main ul > li .area {
		margin: -30px auto 0;
		width: 40px;
		height: 40px;
	}


	.post-type-archive-floor_guide .site-main ul > li figcaption span {
		font-size: 6vw;
		font-weight: bold;
	}

	.post-type-archive-floor_guide .site-main #floor1 ul > li.area_A, .post-type-archive-floor_guide .site-main #floor2 ul > li.area_B, .post-type-archive-floor_guide .site-main #floor2 ul > li.area_C, .post-type-archive-floor_guide .site-main #floor3 ul > li.area_A {
		background: #CBEEFF;
	}

	.post-type-archive-floor_guide .site-main #floor1 ul > li.area_B {
		background: #FFF1A8;
	}

	.post-type-archive-floor_guide .site-main #floor1 ul > li.area_C, .post-type-archive-floor_guide .site-main #floor1 ul > li.area_D {
		background: #D1F4D6;
	}
	.post-type-archive-floor_guide .site-main #floor1 ul > li.area_E, .post-type-archive-floor_guide .site-main #floor1 ul > li.area_F, .post-type-archive-floor_guide .site-main #floor2 ul > li.area_A {
		background: #D8D6FE;
	}
	.post-type-archive-shop .site-main ul > li {
		background: #E2FFE8;
	}
	.post-type-archive-floor_guide .site-main ul > li p {
		padding-right: 1em;
		padding-left: 1em;
		text-align: left;
	}
	.post-type-archive-gourmet .site-main ul > li figcaption .glogo {
		margin: 0 auto;
	}
	.post-type-archive-floor_guide .site-main ul > li figcaption a::before {
		content: "▶";
	}
	.post-type-archive-floor_guide .site-main ul > li figcaption a, .post-type-archive-floor_guide .site-main ul > li figcaption a:hover {
		color: #396BFF;
	}
	.post-type-archive-gourmet .site-main h3 span {
		background: #DB6CA5;
		color: #FFF;
		font-weight: bold;
	}
	
	.post-type-archive-shop .site-main h3 span {
		background: #05C962;
		color: #FFF;
		font-weight: bold;
	}
	.post-type-archive-gourmet .site-main ul > li {
		background: #FFF1EF;
	}

	.price #content-right dt {
		margin: 3em auto 1em auto;
		padding: 0.5em 1.5em;
		width: 90%;
		background: #007BFF;
		border-radius: 2em;
		font-size: 5.8vw;
		font-weight: normal;
		text-align: center;
		line-height: 1;
		color: #FFF;
	}

	.price #content-right dt#ryokin {
		margin-top: 1em;
	}
	.access #content-right dt,
	.recruitment #content-right .tbl-area dt {
		margin: 3em auto 1em auto;
		padding: 0.5em 1.5em;
		width: 90%;
		background: #007BFF;
		border-radius: 2em;
		font-size: 5.8vw;
		font-weight: normal;
		text-align: center;
		line-height: 1;
		color: #FFF;
	}


	.recruitment #content-right dt {
		margin: 3em auto 1em auto;
		padding: 0.5em 1.5em;
		width: 90%;
		border: solid 2px #007BFF;
		border-radius: 2em;
		font-size: 5.8vw;
		font-weight: normal;
		text-align: center;
		line-height: 1;
		color: #007BFF;
	}


	.recruitment #content-right dl:first-child dt:first-child {
		margin-top: 1em;
	}

	.recruitment #content-right .tbl-area td {
		background: #FFF;
	}

	.price #content-right dd,
	.recruitment #content-right dd,
	.access #content-right dd {
		margin: 0 auto 1em auto;
	}


	.access #content-right dd h3.guide {
		margin: 2em auto;
		font-size: 5.2vw;
		font-weight: bold;
		border: solid 2px #FF0000;
		color: #ff0000;
		padding: 0.8em 1.5em;
	}

	.price #content-right .price-tbl {
		background: #FFF;
		text-align: center;
	}
	.price #content-right .price-tbl thead td {
		background: #FFF2CC;
	}

	.post-type-archive-information .site-main dl dd.info-date {
		margin: 0;
	}
	.post-type-archive-information .site-main dl dd.info-title {
		margin: 0 0 1em;
	}


	.post-type-archive-information .site-main dl dd.info-title a,
	.post-type-archive-information .site-main dl dd.info-title a:visited {
		text-decoration: underline;
	}


}

.wp-pagenavi a, .wp-pagenavi span {
	margin: 0 5px;
	padding: 6px 10px;
	background: #95C2D8;
	border: none;
	color: #FFF;
	font-size: 16px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #FFF;
	background: #005D96;
	font-weight: normal;
}