@charset "UTF-8";
/* CSS Document */
/* 共通スタイル */
/*---------------------------------------------------------------------------------

	Theme Name: GEL-ARTジェラート
    Description: GEL-ARTのテーマ
	Author: RED
-----------------------------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Modal: Menu
	6. 	Modal: Search
	7. 	Page Templates
	8. Post: Archive
	9. Post: Single
	10. Blocks
	11. Entry Content
	13. Site Pagination
	14. Error 404
	15. WooCommerce
	16. Widgets
	17. Site Footer
	18. Media Queries
    19. スマホ5371

----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
html, body {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote:before,
blockquote:after {
  content: "";
}

/* --------------------------------------------------------------------------------------------- */
/*	1. Document Setup
/* --------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 1rem = 10px */
  scroll-behavior: smooth;
}

/* Fix for the admin bar */
@media (max-width: 599px) {
  html.scroll-locked {
    margin: 0 !important;
  }
}
body {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A1B1F;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.4rem;
  /*font-size: 1.7rem; */
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

::selection {
  background: black;
  color: #fff;
}

#site-content {
  overflow: hidden;
}

/* Clearing ---------------------------------- */
.group:after,
.entry-content:after,
[class*="__inner-container"]:after {
  clear: both;
  content: "";
  display: block;
}

/* Base Transitions -------------------------- */
a,
path {
  transition: all .15s linear;
}

/* Screen Reader Text ------------------------ */
.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  height: .1rem;
  overflow: hidden;
  position: absolute !important;
  left: -999999rem;
  width: .1rem;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: .3rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: .5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem 2.3rem;
  text-decoration: none;
  top: .5rem;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
}

.skip-link:focus {
  left: 2.5rem;
  text-decoration: none;
}

/* Accessibility Settings -------------------- */
/*
@media ( prefers-reduced-motion: reduce ) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}*/
/* CSS Variables ----------------------------- */
:root {
  /* Typography */
  --body-font: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
  --headings-font: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
  --headings-weight: 700;
  --headings-case: normal;
  --headings-spacing: normal;
  /* Colors */
  --accent-color: #007c89;
  --primary-color: #1a1b1f;
  --secondary-color: #747579;
  --border-color: #e1e1e3;
  --light-background-color: #f1f1f3;
  --background-color: #fff;
  --headings-color: #1a1b1f;
  --buttons-background-color: #fff;
  --buttons-text-color: #fff;
  --overlay-text-color: #fff;
}

/* --------------------------------------------------------------------------------------------- */
/*	2. Element Base
/* --------------------------------------------------------------------------------------------- */
main {
  display: block;
  /*background-color: #F2F2E3!important;*/
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  line-height: 1.25;
  margin: 4rem 0 2.5rem;
}

h1, .heading-size-1 {
  font-size: 3.6rem;
}

h2, .heading-size-2 {
  font-family: sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 3.6rem !important;
  color: #000 !important;
}

.heading-size-2-2 {
  font-family: serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 3.1rem !important;
  color: #000 !important;
  padding: 0 1rem !important;
}

h3, .heading-size-3 {
  font-size: 2.1rem;
}

h4, .heading-size-4 {
  font-size: 2.1rem;
}

h5, .heading-size-5 {
  font-size: 1.9rem;
}

h6, .heading-size-6 {
  font-size: 1em;
}

/*h1, .heading-size-1 { font-size: 3.2rem; }
h2, .heading-size-2 { font-size: 2.8rem; }
h3, .heading-size-3 { font-size: 2.4rem; }
h4, .heading-size-4 { font-size: 2.1rem; }
h5, .heading-size-5 { font-size: 1.9rem; }
h6, .heading-size-6 { font-size: 1em; }*/
p {
  line-height: 1.5;
  margin: 0 0 1.175em 0;
}

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

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border: none;
  border-top: .1rem solid currentColor;
  color: #E1E1E3;
  margin: 5rem 0;
}

a {
  color: #007C89;
  text-decoration: underline;
}

/* Lists ------------------------------------- */
ul,
ol {
  margin: .5rem 0 3rem 3rem;
}

li {
  line-height: 1.5;
  margin: .5rem 0 .5rem 2rem;
}

li > ul,
li > ol {
  margin: .5rem 0 .5rem 2rem;
}

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

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

/* Quotes ------------------------------------ */
blockquote {
  border-color: #007C89;
  border-style: solid;
  border-width: 0 0 0 .2rem;
  color: inherit;
  font-size: 1em;
  margin: 3rem 0;
  padding: 0 0 0 2rem;
}

cite {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-of-type {
  margin: 0;
}

/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
  padding: .4rem .6rem;
}

code,
kbd,
samp {
  background: #F1F1F3;
  border-radius: .2rem;
}

pre {
  border: .1rem solid #E1E1E3;
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}

pre code {
  background: transparent;
  padding: 0;
}

/* Media ------------------------------------- */
figure {
  margin: 0;
}

iframe {
  border: none;
  display: block;
  max-width: 100%;
}

svg,
img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}

figcaption,
.wp-caption-text {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.5rem;
}

/* GALLERIES */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 3em -.8em;
  width: calc( 100% + 1.6em );
}

.gallery-item {
  margin: .8em 0;
  padding: 0 .8em;
}

.gallery-item img,
.gallery-item {
  display: block;
  width: 100%;
}

.gallery-caption {
  display: block;
  margin-top: .8em;
}

/* Inputs ------------------------------------ */
fieldset {
  border: .2rem solid #e1e1e3;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: 2rem;
}

fieldset > *:first-child {
  margin-top: 0;
}

fieldset > *:last-child {
  margin-bottom: 0;
}

form {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

form > *:first-child {
  margin-top: 0;
}

form > *:last-child {
  margin-bottom: 0;
}

legend {
  font-size: .85em;
  font-weight: 700;
  padding: 0 1rem;
}

label {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 .5rem 0;
}

label.inline,
input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: .5rem;
}

input,
textarea,
button,
.select2-container .select2-selection--single {
  font-family: inherit;
  line-height: 1;
}

input,
textarea,
.select2-container .select2-selection--single {
  border-color: #E1E1E3;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border-radius: .3rem;
  border-style: solid;
  border-width: .1rem;
  box-shadow: none;
  color: inherit;
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 1.5rem 1.8rem;
  width: 100%;
}

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

select {
  font-family: inherit;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: #747579;
  line-height: normal;
}

::-moz-placeholder {
  color: #747579;
  line-height: normal;
}

:-ms-input-placeholder {
  color: #747579;
  line-height: normal;
}

:-moz-placeholder {
  color: #747579;
  opacity: 1;
  line-height: normal;
}

::placeholder {
  color: #747579;
  line-height: normal;
  opacity: 1;
}

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

button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #007C89;
  border: none;
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .8888em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 1.175em 1.75em;
  text-align: center;
  text-decoration: none;
  transition: opacity .15s linear;
}

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  text-decoration: underline;
}

/* SELECT2 */
.select2-container--default .select2-selection--single {
  background: transparent;
}

.select2-container .select2-selection--single {
  font-size: 1.6rem;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  font-size: 1.6rem;
  line-height: 50px;
  padding-left: 18px;
  padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 40px;
}

/* Tables ------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

th,
td,
caption {
  padding: .8rem;
}

th,
td {
  border: .1rem solid #E1E1E3;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
}

caption {
  background-color: #E1E1E3;
  font-weight: 700;
  text-align: center;
}

thead {
  white-space: nowrap;
}

th {
  font-weight: 700;
}

/* --------------------------------------------------------------------------------------------- */
/*	3. Helper Classes
/* --------------------------------------------------------------------------------------------- */
/* Layout ------------------------------------ */
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.screen-height {
  min-height: 100vh;
}

.screen-width {
  position: relative;
  left: calc( 50% - 50vw );
  width: 100vw;
}

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

.no-scrollbars {
  scrollbar-width: none;
}

.no-scrollbars::-webkit-scrollbar {
  display: none;
}

/* Sections ---------------------------------- */
section {
  padding: 5rem 0;
  width: 100%;
}

.section-inner {
  margin: 0 auto;
  max-width: 112rem;
  width: calc( 100% - 4rem );
}

.section-inner.max-percentage {
  width: 100%;
}

.section-inner.thin {
  max-width: 85rem;
}

.section-inner.no-margin {
  margin: 0;
}

/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}

button.toggle {
  background: none;
  border-radius: 0;
  padding: 0;
}

/* Grid Structure ---------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.grid .grid {
  margin-left: 0;
  width: 100%;
}

.grid .grid:last-child {
  margin-bottom: 0;
}

.grid {
  margin: 0 0 -4rem -1rem;
}

.grid + .grid {
  margin-top: 4rem;
}

.grid-align-baseline {
  align-items: baseline;
}

.grid-align-bottom {
  align-items: flex-end;
}

.grid-align-top {
  align-items: flex-start;
}

.grid-justify-start {
  justify-content: start;
}

.grid-justify-center {
  justify-content: center;
}

.grid-justify-end {
  justify-content: flex-end;
}

.grid .grid-item {
  margin: 0 0 4rem 1rem;
  width: calc( 100% - 1rem );
}

.grid.mcols-1 > .grid-item {
  width: calc( 100% - 1rem );
}

.grid.mcols-2 > .grid-item {
  width: calc( 50% - 1rem );
}

.grid-item.col-1 {
  width: calc( 100% - 1rem ) !important;
}

.grid-item.col-2 {
  width: calc( 50% - 1rem ) !important;
}

.grid-item.col-3 {
  width: calc( 33.33% - 1rem ) !important;
}

.grid-item.col-4 {
  width: calc( 25% - 1rem ) !important;
}

.grid.no-hgutter > .grid-item,
.grid.mcols-1.no-hgutter > .grid-item {
  width: 100%;
}

.grid.mcols-2.no-hgutter > .grid-item {
  width: 50%;
}

.grid.no-vgutter,
.grid.no-vgutter .grid-item {
  margin-bottom: 0;
}

.grid.no-hgutter,
.grid.no-hgutter .grid-item {
  margin-left: 0;
}

.grid.match-gutter {
  margin-bottom: -1rem;
}

.grid.match-gutter + .grid.match-gutter {
  margin-top: 1rem;
}

.grid.match-gutter .grid-item {
  margin-bottom: 1rem;
}

/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}

/* Typography -------------------------------- */
.font-size-xl {
  font-size: 1.25em;
}

.font-size-xs {
  font-size: 0.8em;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Colors ------------------------------------ */
/* TEXT COLOR */
/*.color-body-background,
.color-body-background-hover:hover { color: #fff; }

.color-primary,
.color-primary-hover:hover { color: #1A1B1F; }

.color-secondary,
.color-secondary-hover:hover { color: #747579; }

.color-accent,
.color-accent-hover:hover { color: #007C89; }

.color-border,
.color-border-hover:hover { color: #E1E1E3; }

.color-light-background,
.color-light-background-hover:hover { color: #F1F1F3; }
*/
/* BACKGROUND COLOR */
/*.bg-body-background,
.bg-body-background-hover:hover { background: #fff; }

.bg-primary,
.bg-primary-hover:hover { background: #1A1B1F; }

.bg-secondary,
.bg-secondary-hover:hover { background: #747579; }

.bg-accent,
.bg-accent-hover:hover { background: #007C89; }

.bg-border,
.bg-border-hover:hover { background: #E1E1E3; }

.bg-light-background,
.bg-light-background-hover:hover { background: #F1F1F3; }

.bg-current-color,
.bg-current-color-hover:hover {
	background: currentColor;
}*/
/* BORDER COLOR */
/*.border-body-background,
.border-body-background-hover:hover { border-color: #fff; }

.border-color-primary,
.border-color-primary-hover:hover { border-color: #1A1B1F; }

.border-color-secondary,
.border-color-secondary-hover:hover { border-color: #747579; }

.border-color-accent,
.border-color-accent-hover:hover { border-color: #007C89; }

.border-color-border,
.border-color-border-hover:hover { border-color: #E1E1E3; }

.border-color-light-background,
.border-color-light-background-hover:hover { border-color: #F1F1F3; }*/
/* FILL COLOR */
/*.fill-children-body-background,
.fill-children-body-background * {
	fill: #FFF;
}

.fill-children-primary,
.fill-children-primary * {
	fill: #1A1B1F;
}

.fill-children-secondary,
.fill-children-secondary * {
	fill: #747579;
}

.fill-children-accent,
.fill-children-accent * {
	fill: #007C89;
}

.fill-children-border,
.fill-children-border * {
	fill: #E1E1E3;
}

.fill-children-light-background,
.fill-children-light-background * {
	fill: #F1F1F3;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}*/
/* Typography -------------------------------- */
.ff-body,
.ff-headings {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}

.fw-headings {
  font-weight: 700;
}

.tt-headings {
  text-transform: normal;
}

.ls-headings {
  letter-spacing: normal;
}

/* Opacity ----------------------------------- */
.opacity-0 {
  opacity: 0.0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1.0;
}

/* Blend Mode -------------------------------- */
.blend-mode-normal {
  mix-blend-mode: normal;
}

.blend-mode-multiply {
  mix-blend-mode: multiply;
}

.blend-mode-screen {
  mix-blend-mode: screen;
}

.blend-mode-overlay {
  mix-blend-mode: overlay;
}

.blend-mode-darken {
  mix-blend-mode: darken;
}

.blend-mode-lighten {
  mix-blend-mode: lighten;
}

.blend-mode-color-dodge {
  mix-blend-mode: color-dodge;
}

.blend-mode-color-burn {
  mix-blend-mode: color-burn;
}

.blend-mode-hard-light {
  mix-blend-mode: hard-light;
}

.blend-mode-soft-light {
  mix-blend-mode: soft-light;
}

.blend-mode-difference {
  mix-blend-mode: difference;
}

.blend-mode-exclusion {
  mix-blend-mode: exclusion;
}

.blend-mode-hue {
  mix-blend-mode: hue;
}

.blend-mode-saturation {
  mix-blend-mode: saturation;
}

.blend-mode-color {
  mix-blend-mode: color;
}

.blend-mode-luminosity {
  mix-blend-mode: luminosity;
}

/* Image Classes ----------------------------- */
.faux-image,
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Only enabled when no touch events are detected */
.no-touchevents .bg-attachment-fixed {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}
.faux-image {
  position: relative;
}

a.faux-image {
  display: block;
}

.faux-image:after {
  content: "";
  display: block;
  padding-top: 62.5%;
  width: 100%;
}

.faux-image.aspect-ratio-16x9:after {
  padding-top: 56.25%;
}

.faux-image.aspect-ratio-16x10:after {
  padding-top: 62.5%;
}

.faux-image.aspect-ratio-4x3:after {
  padding-top: 75%;
}

.faux-image.aspect-ratio-1x1:after {
  padding-top: 100%;
}

.faux-image.aspect-ratio-3x4:after {
  padding-top: 133.33%;
}

.faux-image.aspect-ratio-10x16:after {
  padding-top: 160%;
}

.faux-image.aspect-ratio-9x16:after {
  padding-top: 177.77%;
}

.faux-image img {
  position: absolute;
  left: -9999rem;
}

/* Search Form ------------------------------- */
.search-form {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -.8rem -.8rem;
}

.search-form .search-field,
.search-form .search-submit {
  margin: 0 0 .8rem .8rem;
}

.search-form label {
  align-items: stretch;
  display: flex;
  font-size: inherit;
  margin: 0;
}

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

.search-form .search-submit {
  flex-shrink: 0;
}

/* Social Icons ------------------------------ */
ul.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -.5rem;
}

ul.social-icons li {
  margin: 0 0 0 .5rem;
}

.social-icons a {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: color .15s linear, background-color .15s linear, box-shadow .15s linear, transform .15s linear;
  width: 4.4rem;
}

.social-icons a:hover,
.social-icons a:focus {
  transform: scale(1.15);
  text-decoration: none;
}

.social-icons a::before {
  content: '\f0c1';
  display: block;
  font-family: 'Font Awesome 5';
  font-size: 2.4rem;
}

/* Cover Modals ------------------------------ */
.cover-modal {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
  display: none !important;
}

.cover-modal.show-modal {
  display: block;
}

/* Loading Indicator ------------------------- */
.loader {
  animation: spin 1.4s linear infinite;
  border-radius: 50%;
  border-style: solid;
  border-width: .3rem;
  height: 5rem;
  margin: auto;
  width: 5rem;
}

#pagination .loader {
  border-top-color: currentColor;
}

#pagination .loader.same-primary-border-color {
  border-top-color: #fff;
}

/* Animations -------------------------------- */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/* -------------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------------- */
#site-header {
  background: #000;
  /*margin-bottom: 5rem;*/
  margin: 0 !important;
  /*グローバルメニューの余白削除*/
  color: #fff;
}

.header-inner {
  align-items: center;
  background: transparent;
  display: flex;
  min-height: 8rem;
  position: relative;
  transition: none;
}

.header-inner.is-sticky {
  background: #FF8600;
  opacity: 0.85;
}

.header-inner .section-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/*.header-titles {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 0 -2.5rem;
}*/
.wp-custom-logo .header-titles {
  align-items: center;
}

.site-title,
.site-logo {
  margin: 0 0 0 2.5rem;
}

/*.site-title {
	font-size: 2.2rem;
	line-height: 1;
}

.overlay-header .site-title {
	color: inherit;
}*/
/*.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}*/
.site-logo a,
.site-logo img {
  display: block;
}

.site-logo img {
  max-height: 6rem;
  width: auto;
}

/*.site-description {
	display: none;
	margin: 0 0 0 2.5rem;
	transition: all .15s linear;
}*/
/* Sticky Header ----------------------------- */
.header-inner.is-sticky {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: box-shadow .2s linear, background-color .2s linear;
  z-index: 9999;
}

@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .header-inner.is-sticky {
    top: 4.6rem;
  }
}
@media (min-width: 782px) {
  .admin-bar .header-inner.is-sticky {
    top: 3.2rem;
  }
}
.showing-menu-modal .header-inner.is-sticky {
  box-shadow: none;
}

.header-navigation-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;
  fill: #fffafa;
  /*svgの内側を塗る*/
}

/* Header Toggles ---------------------------- */
.header-toggles {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  /*margin: 0 -1.25rem 0 1rem;*/
  margin: 0;
  overflow: hidden;
}

.header-toggles .toggle {
  align-items: center;
  display: flex;
  height: 8rem;
  justify-content: flex-end;
  padding: 0 1.25rem;
  position: relative;
  text-decoration: none;
  color: #fff !important;
}

.header-toggles .toggle:hover,
.header-toggles .toggle:focus {
  outline: none;
  text-decoration: underline;
}

.header-toggles .toggle path {
  fill: currentColor;
}

.header-toggles .toggle-text {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 1.5rem 0 0;
  white-space: nowrap;
  color: #333 !important;
}

.header-toggles .toggle:not(.active) .hide {
  display: none;
}

.header-toggles .toggle.active .show {
  display: none;
}

/* Search Toggle ----------------------------- */
.search-toggle svg {
  height: 1.8rem;
  width: 1.8rem;
}

/* Navigation Toggle ------------------------- */
.nav-toggle {
  width: auto;
}

.nav-toggle .bars {
  height: 1.6rem;
  position: relative;
  width: 2.5rem;
}

.nav-toggle .bar {
  background: currentColor;
  display: block;
  height: .18rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.2s ease-in, opacity 0s ease-out 0.2s, margin 0.2s ease-out 0.2s;
  width: 100%;
}

.nav-toggle .bar:nth-child(1) {
  margin-top: -.6rem;
}

.nav-toggle .bar:nth-child(3) {
  margin-top: 0.6rem;
}

.nav-toggle.active .bar {
  transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
}

.nav-toggle.active .bar:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
}

.nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}

/* Main Menu Alt ----------------------------- */
.main-menu-alt-container {
  display: none;
  /*margin-left: 6rem;*/
  padding: 2rem 0;
}

ul.main-menu-alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -1.5rem 0 0 -3rem;
}

.main-menu-alt li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}

.main-menu-alt > li {
  margin: 1.5rem 0 0 3rem;
}

.main-menu-alt > li.menu-item-has-children > .link-icon-wrapper {
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.main-menu-alt .link-icon-wrapper svg {
  content: "↓";
  display: block;
  height: .8rem;
  margin-left: 1rem;
  width: 1.3rem;
}

.main-menu-alt a {
  color: inherit;
  display: block;
  line-height: 1;
  text-decoration: none;
}

.main-menu-alt a:hover,
.main-menu-alt li.current-menu-item > a,
.main-menu-alt li.current-menu-item > .link-icon-wrapper > a {
  text-decoration: underline;
}

/* SUB MENU */
.main-menu-alt ul {
  background: currentColor;
  border-radius: .4rem;
  color: #f1f1f3;
  font-size: 1.7rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  right: 9999rem;
  top: calc( 100% + 2rem );
  transition: opacity .15s linear, transform .15s linear, right 0s .15s;
  transform: translateY(0.6rem);
  width: 26rem;
  z-index: 10;
}

.main-menu-alt ul li {
  color: #1A1B1F;
}

.main-menu-alt li:hover > ul,
.main-menu-alt li.focus > ul {
  right: -2rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .15s linear, transform .15s linear;
}

.main-menu-alt ul:before,
.main-menu-alt ul:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}

.main-menu-alt ul:before {
  height: 2rem;
  left: 0;
  right: 0;
}

.main-menu-alt ul:after {
  border: .8rem solid transparent;
  border-bottom-color: currentColor;
  right: 1.8rem;
}

.main-menu-alt ul li + li {
  margin-top: 1rem;
}

.main-menu-alt ul a {
  background-color: transparent;
  border: none;
  display: block;
  line-height: inherit;
  padding: 1rem 2rem;
  transition: background-color .15s linear;
  width: 100%;
}

.main-menu-alt ul li.menu-item-has-children > .link-icon-wrapper > a {
  padding-right: 4.5rem;
}

.main-menu-alt ul li.menu-item-has-children > .link-icon-wrapper svg {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

/* DEEP DOWN */
.main-menu-alt ul ul {
  top: -1rem;
}

.main-menu-alt ul li:hover > ul,
.main-menu-alt ul li.focus > ul {
  right: calc( 100% + 2rem );
}

.main-menu-alt ul ul:before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}

.main-menu-alt ul ul:after {
  border-bottom-color: transparent;
  border-left-color: currentColor;
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}

/* CONDITIONAL SUB LEVEL DIRECTION */
.main-menu-alt ul ul.expand-right {
  right: auto;
  left: 99999rem;
}

.main-menu-alt ul li:hover > ul.expand-right,
.main-menu-alt ul li.focus > ul.expand-right {
  left: calc( 100% + 2rem );
}

.main-menu-alt ul ul.expand-right:before {
  right: auto;
  left: -2rem;
}

.main-menu-alt ul ul.expand-right:after {
  border-left-color: transparent;
  border-right-color: currentColor;
  right: auto;
  left: -1.6rem;
}

/* --------------------------------------------------------------------------------------------- */
/*	5. Modal: Menu
/* --------------------------------------------------------------------------------------------- */
.menu-modal {
  background: #fff;
  display: none;
  opacity: 0.95 !important;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
  z-index: 9999;
}

.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity .25s ease-out;
}

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

.menu-modal-inner {
  display: flex;
  justify-content: stretch;
  overflow: auto;
  width: 100%;
}

.admin-bar .menu-modal-inner {
  margin-top: 4.6rem;
}

@media (min-width: 782px) {
  .admin-bar .menu-modal-inner {
    margin-top: 3.2rem;
  }
}
.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* Modal: Menu Toggles ----------------------- */
.menu-modal-toggles {
  margin-left: 0;
}

.menu-modal-toggles .toggle {
  justify-content: center;
  height: 8rem;
  width: 100%;
}

.menu-modal-toggles .toggle-text {
  display: block;
}

/* Main Menu --------------------------------- */
.main-menu {
  position: relative;
  left: calc( 50% - 50vw );
  width: 100vw;
}

.main-menu li {
  border-color: #E1E1E3;
  border-style: solid;
  border-width: .1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}

.main-menu > li:last-child {
  border-bottom-width: .1rem;
}

.main-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-menu a {
  display: block;
  padding: 2rem;
  width: 100%;
}

.main-menu a:hover,
.main-menu li.current-menu-item > .ancestor-wrapper > a {
  text-decoration: underline;
}

.sub-menu-toggle-wrapper {
  display: flex;
  flex-shrink: 0;
}

a.sub-menu-toggle {
  align-items: center;
  border-style: solid;
  border-width: 0 0 0 .1rem;
  display: flex;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2rem;
}

a.sub-menu-toggle svg {
  height: .9rem;
  transition: transform .15s linear;
  width: 1.5rem;
}

a.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}

.main-menu ul {
  margin: 0;
  width: 100%;
}

.main-menu .sub-menu {
  display: none;
}

.main-menu ul li {
  border-left-width: 1rem;
}

/* Menu Bottom ------------------------------- */
.menu-bottom {
  flex-shrink: 0;
  padding: 4rem 0;
}

.menu-copyright {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

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

.menu-bottom .social-menu {
  justify-content: center;
}

/* --------------------------------------------------------------------------------------------- */
/*	6. Modal: Search
/* --------------------------------------------------------------------------------------------- */
.search-modal {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: -9999rem;
  top: 0;
  transition: opacity .2s linear, left 0s .2s linear;
  width: 100%;
  z-index: 9999;
}

.search-modal-inner {
  transform: translateY(-100%);
  transition: transform .15s linear, box-shadow .15s linear;
}

.admin-bar .search-modal-inner {
  margin-top: 4.6rem;
}

@media (min-width: 782px) {
  .admin-bar .search-modal-inner {
    margin-top: 3.2rem;
  }
}
.search-modal-inner .section-inner {
  display: flex;
  justify-content: space-between;
}

.search-modal.active {
  left: 0;
  opacity: 1;
  transition: opacity .2s linear;
}

.search-modal.active .search-modal-inner {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  transition: transform .25s ease-in-out, box-shadow .1s .25s linear;
}

.search-untoggle {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: -2.5rem;
  padding: 0 2.5rem;
}

.search-modal.active .search-untoggle {
  animation: popIn both .3s .2s;
}

.search-untoggle svg {
  height: 1.5rem;
  transition: transform .15s ease-in-out;
  width: 1.5rem;
}

.search-untoggle:hover svg {
  transform: scale(1.15);
}

/* Modal Search Form ------------------------- */
.modal-search-form {
  margin: 0;
  position: relative;
  width: 100%;
}

.modal-search-form .search-field {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 2rem;
  height: 8rem;
  padding: 0;
  width: 100%;
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field::-moz-placeholder {
  color: inherit;
  line-height: 8rem;
}

.modal-search-form .search-field::placeholder {
  color: inherit;
}

.modal-search-form .search-submit {
  position: absolute;
  right: -9999rem;
  top: 50%;
  transform: translateY(-50%);
}

.modal-search-form .search-submit:focus {
  right: 0;
}

/* --------------------------------------------------------------------------------------------- */
/*	7a. Template: Cover Template
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/*	7b. Template: Only Content
/* --------------------------------------------------------------------------------------------- */
.has-only-content .post-inner {
  padding: 0;
}

/* --------------------------------------------------------------------------------------------- */
/*	7c. Template: Full Width
/* --------------------------------------------------------------------------------------------- */
.has-full-width-content .entry-content,
.has-full-width-content .entry-content .alignwide {
  max-width: 100%;
  width: 100%;
}

.has-full-width-content .entry-content .alignfull {
  margin-left: calc( 50% - 50vw );
  max-width: 100vw;
  width: 100vw;
}

/* --------------------------------------------------------------------------------------------- */
/*	7d. Template: Full Width with Only Content
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/*	8. Post: Archive
/* --------------------------------------------------------------------------------------------- */
/* Archive Header ---------------------------- */
.archive-title {
  font-size: 3rem !important;
  font-family: 'Noto Serif JP', sans-serif !important;
  font-weight: bold !important;
}

.archive-header {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.archive-subtitle {
  padding: 0 !important;
  width: 100%;
  margin: 0 auto;
}

/* Preview Post ------------------------------ */
.preview-media + .preview-header {
  margin-top: 1.5rem;
}

.preview .preview-title {
  margin: 0;
  font-size: 2rem !important;
}

.preview-title a {
  color: inherit;
  text-decoration: none;
}

.preview-title a:hover {
  text-decoration: underline;
}

.preview-excerpt {
  margin-top: 1rem;
}

.preview-excerpt p:last-child {
  margin-bottom: 0;
}

.preview-title + .post-meta-wrapper {
  margin-top: 1rem;
}

.preview-excerpt + .post-meta-wrapper {
  margin-top: 1.2rem;
}

/* --------------------------------------------------------------------------------------------- */
/*	10. Blocks
/* --------------------------------------------------------------------------------------------- */
/* Block Colors ------------------------------ */
.has-text-color a {
  color: inherit;
}

/* CUSTOM COLORS */
:root .has-accent-color {
  color: #007C89;
}

:root .has-primary-color {
  color: #1A1B1F;
}

:root .has-secondary-color {
  color: #747579;
}

:root .has-border-color {
  color: #E1E1E3;
}

:root .has-light-background-color {
  color: #F1F1F3;
}

:root .has-background-color {
  color: #FFF;
}

:root .has-buttons-background-color {
  color: #007C89;
}

:root .has-buttons-text-color {
  color: #fff;
}

:root .has-accent-background-color {
  background-color: #007C89;
}

:root .has-primary-background-color {
  background-color: #1A1B1F;
}

:root .has-secondary-background-color {
  background-color: #747579;
}

:root .has-border-background-color {
  background-color: #E1E1E3;
}

:root .has-light-background-background-color {
  background-color: #F1F1F3;
}

:root .has-background-background-color {
  background-color: #FFF;
}

:root .has-buttons-background-background-color {
  background-color: #007C89;
}

:root .has-buttons-text-background-color {
  background-color: #fff;
}

/* Block Typography Classes ------------------ */
.has-text-align-left {
  text-align: left;
}

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

.has-text-align-right {
  text-align: right;
}

.has-text-align-justify {
  text-align: justify;
}

/* Block: Base Margins ----------------------- */
:root *[class*="_inner-container"] > *:first-child {
  margin-top: 0;
}

:root *[class*="_inner-container"] > *:last-child {
  margin-bottom: 0;
}

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-calendar,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-file,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-search,
.wp-block-social,
.wp-block-tag-cloud,
.wp-block-verse,
.wp-block-video {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/* Block: Shared Nesting Alignment Resets ---- */
[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
}

.alignfull > [class*="__inner-container"] > .wp-block-group.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: 0;
}

/* Block: _Shared Lists ---------------------- */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
  list-style: none;
  margin: 4rem 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
  list-style: none;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li,
.wp-block-latest-comments li {
  line-height: 1.2;
  margin: 2rem 0 0 0;
}

.wp-block-archives li li,
.wp-block-categories li li,
.wp-block-latest-posts li li {
  margin-left: 2rem;
}

.wp-block-archives li > a,
.wp-block-categories li > a,
.wp-block-latest-posts li > a,
.wp-block-latest-comments li > a {
  font-size: 2rem !important;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

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

/* Block: Archives --------------------------- */
/* Block: Audio ------------------------------ */
.wp-block-audio audio {
  width: 100%;
}

/* Block: Button ----------------------------- */
.wp-block-button:not(.alignleft):not(.alignright):first-child {
  margin-top: 0;
}

.wp-block-button:not(.alignleft):not(.alignright):last-child {
  margin-bottom: 0;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #007C89;
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  background-color: transparent;
  border: .2rem solid currentColor;
  padding: calc( 1.175em - .2rem ) calc( 1.75em - .2rem );
}

.wp-block-button__link.is-style-outline {
  color: #007C89;
}

/* Block: Buttons ---------------------------- */
.wp-block-buttons .wp-block-button {
  margin-top: 0;
}

/* Block: Calendar --------------------------- */
.wp-block-calendar {
  border-color: #E1E1E3;
}

:root .wp-block-calendar * {
  border-color: inherit;
}

.wp-block-calendar table {
  font-family: inherit;
  margin-bottom: 1rem;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: inherit;
}

.wp-block-calendar table th {
  background-color: transparent;
}

:root .wp-block-calendar td,
:root .wp-block-calendar th {
  padding: .8rem;
}

/* Block: Categories ------------------------- */
/* Block: Classic ---------------------------- */
/* Block: Code ------------------------------- */
/* Block: Columns ---------------------------- */
.wp-block-column {
  margin-bottom: 3rem;
}

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

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

@media (max-width: 599px) {
  /* While columns are stacked */
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
/* Block: Cover ------------------------------ */
.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 30.5rem;
  width: 100%;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  color: inherit;
  margin: 0 auto;
  max-width: 112rem;
  width: calc( 100% - 4rem );
  z-index: 1;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  max-width: 58rem;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: inherit;
}

.wp-block-cover a,
.wp-block-cover-image a {
  color: inherit;
}

/* Block: Embed ------------------------------ */
.wp-block-embed {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.wp-block-embed.aligncenter * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed figcaption {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

/* Block: File ------------------------------- */
.wp-block-file {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  width: 100%;
}

.wp-block-file.aligncenter {
  text-align: center;
  align-items: center;
}

.wp-block-file.alignright {
  text-align: right;
  align-items: flex-end;
}

.wp-block-file a:not(.wp-block-file__button) {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
}

.wp-block-file .wp-block-file__button {
  display: block;
  font-size: .8em;
  padding: 1em 1.25em;
}

:root .wp-block-file a.wp-block-file__button {
  color: #fff;
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:hover {
  text-decoration: underline;
}

.wp-block-file > *:first-child {
  margin: 0 0 1rem 0;
}

.wp-block-file > a:only-child {
  margin: 0;
}

/* Block: Gallery ---------------------------- */
.wp-block-gallery > .blocks-gallery-grid {
  margin-bottom: -1.6rem;
}

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 3rem 2rem;
}

/* Block: HTML ------------------------------- */
/* Block: Image ------------------------------ */
.wp-block-image.alignwide img,
.wp-block-image .alignwide img,
.wp-block-image.alignfull img,
.wp-block-image .alignfull img {
  width: 100%;
}

.wp-block-image.alignleft,
.wp-block-image .alignleft {
  margin-right: 2rem;
}

.wp-block-image.alignright,
.wp-block-image .alignright {
  margin-left: 2rem;
}

.wp-block-image figcaption {
  margin: 1.5rem 0 0;
}

/* Block: Latest Comments -------------------- */
.wp-block-latest-comments__comment {
  font-size: inherit;
}

.wp-block-latest-comments__comment-meta {
  font-weight: 700;
}

.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}

/* HAS EXCERPT */
.wp-block-latest-comments__comment-excerpt p {
  font-size: .9em;
  line-height: inherit;
}

/* HAS TIME */
.wp-block-latest-comments time {
  color: #747579;
  font-size: .9em;
  font-weight: 400;
  margin-top: .2rem;
}

/* Block: Latest Posts ----------------------- */
/* STYLE: GRID */
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.wp-block-latest-posts.is-grid li {
  border-top: none;
  margin: 0 0 0 3rem !important;
  padding-top: 0 !important;
}

.wp-block-latest-posts.is-grid li > a {
  font-size: 1.25em;
}

.wp-block-latest-posts.is-grid a:hover {
  text-decoration: underline;
}

.wp-block-latest-posts time {
  color: #747579;
  font-size: .9em;
  margin: .8rem 0 0;
}

.wp-block-latest-posts__post-excerpt {
  font-size: .95em;
  line-height: 1.4;
  margin-top: 1.5rem;
}

/* Block: List ------------------------------- */
/* Block: Media and Text --------------------- */
.wp-block-media-text .wp-block-media-text__content {
  padding: 2.5rem;
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Block: More ------------------------------- */
/* Block: Navigation Menu -------------------- */
/* Block: Page Break ------------------------- */
/* Block: Paragraph -------------------------- */
p.has-background {
  padding: 2rem;
}

/* Block: Preformatted ----------------------- */
/* Block: Pullquote -------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
  text-align: center;
}

.wp-block-pullquote blockquote {
  border: none;
  margin: 0;
  padding: 0;
}

.wp-block-pullquote p {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.25;
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 1.75em;
}

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

/* STYLE: SOLID */
.wp-block-pullquote.is-style-solid-color.has-background {
  padding: 3rem 2rem;
}

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

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: center;
}

/* Block: Quote ------------------------------ */
.wp-block-quote.has-text-align-center,
.wp-block-quote[style*="text-align:center"],
.wp-block-quote[style*="text-align: center"] {
  border: none;
  padding: 0;
}

.wp-block-quote.has-text-align-right,
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-width: 0 .2rem 0 0;
  padding-left: 0;
  padding-right: 2rem;
}

.wp-block-quote p {
  max-width: 100%;
}

/* STYLE: LARGE */
.wp-block-quote.is-style-large {
  border: none;
  font-size: 1.75em;
  font-weight: 700;
  margin: 4rem 0;
  padding: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: inherit;
  font-style: normal;
  line-height: 1.25;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.4rem;
  text-align: inherit;
}

/* Block: RSS -------------------------------- */
/* Block: Search ----------------------------- */
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  width: 20rem;
}

.wp-block-search .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 1rem;
}

/* Block: Separator -------------------------- */
.wp-block-separator.is-style-wide {
  max-width: 112rem;
  width: calc( 100vw - 5rem );
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.wp-block-separator.is-style-dots:before {
  color: inherit;
  content: "\00b7 \00b7 \00b7";
  font-size: 2rem;
  letter-spacing: 2em;
  padding-left: 2em;
}

/* Block: Social ----------------------------- */
.wp-social-link {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}

/* Block: Spacer ----------------------------- */
/* Block: Table ------------------------------ */
/* STYLE: STRIPES */
table.is-style-stripes * {
  border: none;
}

.wp-block-table.is-style-stripes {
  border: none;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #F1F1F3;
}

/* Block: Tag Cloud -------------------------- */
/* Block: Verse ------------------------------ */
/* Block: Video ------------------------------ */
/* CoBlock: Features ------------------------- */
.wp-block-coblocks-features .wp-block-coblocks-feature .wp-block-coblocks-icon {
  margin-bottom: 2.3rem;
}

.wp-block-coblocks-features .wp-block-coblocks-feature h1,
.wp-block-coblocks-features .wp-block-coblocks-feature h2,
.wp-block-coblocks-features .wp-block-coblocks-feature h3,
.wp-block-coblocks-features .wp-block-coblocks-feature h4,
.wp-block-coblocks-features .wp-block-coblocks-feature h5,
.wp-block-coblocks-features .wp-block-coblocks-feature h6 {
  margin-bottom: 2rem !important;
}

@media (max-width: 600px) {
  .wp-block-coblocks-features .wp-block-coblocks-feature__inner.has-no-padding {
    padding: 0;
  }
}
/* CoBlock: Buttons -------------------------- */
.wp-block-coblocks-buttons {
  margin: 3rem 0;
}

.wp-block-coblocks-buttons .wp-block-coblocks-buttons__inner {
  flex-wrap: wrap;
  margin: -1rem 0 0 -2rem;
}

.wp-block-coblocks-buttons .wp-block-coblocks-buttons__inner .wp-block-button {
  margin: 1rem 0 0 2rem !important;
}

/* --------------------------------------------------------------------------------------------- */
/*	11. Entry Content
/* --------------------------------------------------------------------------------------------- */
.entry-content {
  line-height: 1.5;
  max-width: 58rem;
}

.single-content {
  /*投稿ページの幅調整*/
  max-width: 85rem;
  margin: 0 auto;
}

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

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

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

/* Font Sizes -------------------------------- */
:root .has-small-font-size {
  font-size: .842em;
}

:root .has-regular-font-size,
:root .has-normal-font-size {
  font-size: 1em;
}

:root .has-medium-font-size {
  font-size: 1.1em;
}

:root .has-large-font-size {
  font-size: 1.25em;
}

:root .has-larger-font-size {
  font-size: 1.5em;
}

/* Alignments -------------------------------- */
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide,
.alignfull {
  margin: 3rem 0;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  max-width: 100%;
}

.alignfull {
  margin: 5rem 0;
}

.entry-content > .alignfull {
  margin-left: -2rem;
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  max-width: 112rem;
}

.entry-content > .alignwide {
  max-width: calc( 100vw - 4rem );
  width: calc( 100vw - 4rem );
}

.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.alignleft:not(.is-resized),
.alignright:not(.is-resized) {
  max-width: 50%;
}

.alignleft {
  float: left;
  margin: .3rem 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: .3rem 0 2rem 2rem;
}

/* STACKED BACKGROUND BLOCKS */
.alignwide.wp-block-cover + .alignwide.wp-block-cover,
.alignwide.wp-block-cover + .alignwide.has-background,
.alignwide.has-background + .alignwide.wp-block-cover,
.alignwide.has-background + .alignwide.has-background {
  margin-top: -3rem;
}

.alignfull.wp-block-cover + .alignfull.wp-block-cover,
.alignfull.wp-block-cover + .alignfull.has-background,
.alignfull.has-background + .alignfull.wp-block-cover,
.alignfull.has-background + .alignfull.has-background {
  margin-top: -5rem;
}

/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 112rem;
  width: calc( 100% - 5rem );
}

/* --------------------------------------------------------------------------------------------- */
/*	13. Site Pagination
/* --------------------------------------------------------------------------------------------- */
.pagination-wrapper {
  margin-top: 6rem;
}

.no-js .pagination-wrapper {
  display: block !important;
}

.pagination-wrapper.pagination-type-button.loaded-last-page,
.pagination-wrapper.pagination-type-scroll.loaded-last-page {
  display: none;
}

#pagination {
  height: 6rem;
  position: relative;
  text-align: center;
}

#load-more,
#pagination .loading-icon,
#pagination .out-of-posts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: color .2s linear, opacity .2s linear, transform .2s ease-out;
}

#pagination:not(.last-page) .out-of-posts,
#pagination.loading #load-more,
#pagination.last-page #load-more,
#pagination:not(.loading) .loading-icon {
  left: -9999rem;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.5);
  transition: opacity .2s linear, transform .2s ease-out, left 0s .2s, right 0s .2s;
}

#pagination:not(.pagination-type-button) #load-more {
  display: none;
}

html.js body:not(.pagination-type-links) .link-pagination {
  display: none;
}

.no-js #load-more,
.no-js #pagination .loading-icon {
  display: none;
}

#pagination .out-of-posts {
  margin: 0;
  text-align: center;
  width: 100%;
}

/* LINK PAGINATION */
.link-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
}

.link-pagination.only-next {
  justify-content: flex-end;
}

.link-pagination a {
  text-decoration: none;
}

.link-pagination a:hover {
  text-decoration: underline;
}

.link-pagination a + a {
  margin-left: 2rem;
}

/* --------------------------------------------------------------------------------------------- */
/*	14. Error 404
/* --------------------------------------------------------------------------------------------- */
.error404 #site-content {
  align-items: center;
  display: flex;
  text-align: center;
}

.error404 #site-content .search-form {
  justify-content: center;
  margin-top: 3rem;
}

/* --------------------------------------------------------------------------------------------- */
/*	15. WooCommerce
/* --------------------------------------------------------------------------------------------- */
body.woocommerce .entry-content,
body.woocommerce-page .entry-content {
  max-width: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	16.	Widgets
/* -------------------------------------------------------------------------------- */
/* Widget Base ------------------------------- */
.widget {
  border-top: .1rem solid #E1E1E3;
  margin-top: 3rem;
  padding-top: 2.5rem;
}

.widget:first-child {
  margin-top: 0;
}

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

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

.widget-title {
  margin: 0 0 2.4rem;
}

/* Base List Widget -------------------------- */
.gelart-widget-list,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul {
  list-style: none;
  margin-left: 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul {
  margin: 0 0 0 3rem;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
  margin: 0 !important;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
  color: inherit;
  text-decoration: none;
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover {
  text-decoration: underline;
}

/* gelart Widget List ----------------------- */
.gelart-widget-list {
  margin-left: 0;
}

.gelart-widget-list li {
  margin: 0 0 2rem;
}

.gelart-widget-list li:last-child {
  margin-bottom: 0;
}

.gelart-widget-list a {
  align-items: flex-start;
  color: inherit;
  display: flex;
  text-decoration: none;
}

.gelart-widget-list .post-image {
  background: #fff no-repeat center;
  background-size: cover;
  flex-shrink: 0;
  height: 7rem;
  width: 7rem;
}

.gelart-widget-list .inner {
  margin-left: 1.5rem;
}

.gelart-widget-list .title {
  margin: 0;
}

.gelart-widget-list p {
  font-size: 1.6rem;
  margin: .5rem 0 0;
}

.gelart-widget-list p ins {
  text-decoration: none;
}

.gelart-widget-list a:hover {
  text-decoration: none;
}

.gelart-widget-list a:hover .title {
  text-decoration: underline;
}

/* Widget: Calendar -------------------------- */
.calendar_wrap table {
  font-size: 1em;
  margin: 0;
}

.calendar_wrap caption {
  font-weight: 600;
  padding: 2.5% 1.75%;
  text-align: center;
  text-transform: capitalize;
}

.calendar_wrap th,
.calendar_wrap td {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  padding: 2.5% 2.5% 1.75% 2.5%;
  text-align: center;
}

.calendar_wrap tfoot td {
  border-bottom: none;
}

.calendar_wrap tfoot a {
  text-decoration: none;
}

.calendar_wrap tfoot #prev {
  text-align: left;
}

.calendar_wrap tfoot #next {
  text-align: right;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 0;
}

/* Widget: Image ----------------------------- */
.widget_media_image img {
  width: 100%;
}

/* Widget: Gallery --------------------------- */
.widget_media_gallery .gallery {
  margin: 0 -.4em -.8em -.4em;
  width: calc( 100% + .8em );
}

.widget_media_gallery .gallery-item {
  margin: 0 0 .8em 0;
  padding: 0 .4em;
}

/* Widget: Nav Menu -------------------------- */
.widget_nav_menu .widget-content > div > ul {
  margin-left: 0;
}

/* Widget: RSS ------------------------------- */
.widget_rss .rss-widget-icon {
  display: none;
}

.widget_rss .rsswidget {
  font-weight: 600;
  text-decoration: none;
}

.widget_rss .rss-date {
  display: block;
}

.widget_rss cite:before {
  content: "— ";
}

/* Widget: Search ---------------------------- */
.widget_search img {
  display: none;
}

.widget_search .search-form {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -.8rem -.8rem;
}

.widget_search .search-field,
.widget_search .search-submit {
  margin: 0 0 .8rem .8rem;
}

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

.widget_search .search-submit {
  flex-shrink: 0;
}

/* Widget: Tag Cloud ------------------------- */
.widget_tag_cloud a {
  font-weight: 600;
  margin-right: .5rem;
  text-decoration: none;
  white-space: nowrap;
}

.widget_tag_cloud .tag-link-count {
  color: #F9423A;
}

/* Widget: Text ------------------------------ */
.widget_text .widget-content {
  max-width: 50rem;
}

/* --------------------------------------------------------------------------------------------- */
/*	17. Site Footer
/* --------------------------------------------------------------------------------------------- */
#site-footer {
  /*margin-top: 6rem;*/
  /* background-image: url("");*/
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin: 0 !important;
}

#site-footer {
  background: #FFFFFF !important;
}

#site-footer p {
  color: #000;
}

#site-footer h2 {
  font-size: 2.6rem !important;
  font-family: 'Noto Serif JP', sans-serif !important;
  color: #fff !important;
}

/* Footer Widgets ---------------------------- */
/*.footer-widgets-outer-wrapper {
	margin-bottom: 6rem;
}*/
/* Footer Inner ------------------------------ */
.footer-inner {
  padding: 0 !important;
}

/*.footer-menu {
	margin: 0 0 1.5rem 0;
}

.footer-menu li {
	border-color: #E1E1E3;
	border-style: solid;
	border-width: .1rem 0 0 0;
	line-height: 1.25;
}

.footer-menu li:last-child {
	border-bottom-width: .1rem;
}

.footer-menu a {
	display: block;
	padding: 1.2rem 0;
}
*/
.footer-inner a {
  color: inherit;
  text-decoration: none;
}

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

.footer-inner .wp-block-column {
  padding: 1rem 3rem;
  margin: 0;
  border-right: 1px dotted #D9D3C1;
  font-size: 1.6rem !important;
}

.footer-inner h4 {
  font-size: 18px !important;
  margin: 1rem 0;
}

.footer-inner p {
  margin: 0;
}

.footer-inner ul {
  margin: 0;
  list-style: square;
}

.footer-inner .alignwide {
  margin: 0 !important;
}

/* Footer Credits ---------------------------- */
.footer-credits {
  /* background-color:#595147;*/
  background-color: #000 !important;
}

/*.footer-copyright,
.theme-credits {
	margin: 0;
}*/
/*.footer-copyright {
	font-weight: 600;
}*/
/*.theme-credits {
     background-color: red;
	white-space: nowrap;
}*/
.footer-copyright, .footer-credits p {
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 1.5rem;
  color: #fff;
}

.footer-copyright :link, .footer-copyright :visited {
  color: #fff;
  text-decoration: none;
}

/*.g-footer h3 img{
	position:relative;
	top:4rem;
	left:-5rem;
}
.g-footer h3{
	margin-left:5rem;
	max-height:30px;
  position:relative;
	top:-7.5rem;
}*/
/*.g-footer .wp-block-columns{	
	margin:0;
	
}*/
/* --------------------------------------------------------------------------------------------- */
/*	18. Media Queries
/* --------------------------------------------------------------------------------------------- */
@media (min-width: 350px) {
  /* Site Footer --------------------------- */
  .footer-credits {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 700px) {
  body {
    font-size: 1.8rem;
  }

  /* Element Base -------------------------- */
  p {
    margin-bottom: 1.22em;
  }

  ul,
  ol {
    margin-bottom: 4rem;
  }

  pre {
    padding: 3rem;
  }

  hr {
    margin: 8rem 0;
  }

  blockquote {
    padding: 0 0 0 2.5rem;
  }

  /* VANILLA GALLERIES */
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }

  /* TITLES */
  h1, .heading-size-1,
  h2, .heading-size-2 {
    margin: 6rem 0 3.5rem;
  }

  h3, .heading-size-3,
  h4, .heading-size-4,
  h5, .heading-size-5,
  h6, .heading-size-6 {
    margin: 4.5rem 0 2.5rem;
  }

  h1, .heading-size-1 {
    font-size: 4.8rem;
  }

  h2, .heading-size-2 {
    font-size: 4.0rem;
  }

  h3, .heading-size-3 {
    font-size: 3.2rem;
  }

  h4, .heading-size-4 {
    font-size: 2.4rem;
  }

  h5, .heading-size-5 {
    font-size: 2.1rem;
  }

  /* INPUTS */
  fieldset {
    padding: 3rem;
  }

  legend {
    padding: 0 1.5rem;
  }

  /* MEDIA */
  figcaption,
  .wp-caption-text {
    margin-top: 1.8rem;
  }

  /* Helper Classes ------------------------ */
  /* SECTIONS */
  section {
    padding: 8rem 0;
  }

  .section-inner {
    width: calc( 100% - 8rem );
  }

  /* GRID STRUCTURE */
  .grid {
    margin: 0 0 -4rem -2rem;
  }

  .grid + .grid {
    margin-top: 4rem;
  }

  .grid .grid-item {
    margin: 0 0 4rem 2rem;
    width: calc( 100% - 2rem );
  }

  .grid.mcols-1 > .grid-item,
  .grid.tcols-1 > .grid-item {
    width: calc( 100% - 2rem );
  }

  .grid.mcols-2 > .grid-item,
  .grid.tcols-2 > .grid-item {
    width: calc( 50% - 2rem );
  }

  .grid-item.col-1 {
    width: calc( 100% - 2rem ) !important;
  }

  .grid-item.col-2 {
    width: calc( 50% - 2rem ) !important;
  }

  .grid-item.col-3 {
    width: calc( 33.33% - 2rem ) !important;
  }

  .grid-item.col-4 {
    width: calc( 25% - 2rem ) !important;
  }

  .grid.tcols-1.no-hgutter > .grid-item {
    width: 100%;
  }

  .grid.tcols-2.no-hgutter > .grid-item {
    width: 50%;
  }

  .grid.match-gutter {
    margin-bottom: -2rem;
  }

  .grid.match-gutter + .grid.match-gutter {
    margin-top: 2rem;
  }

  .grid.match-gutter .grid-item {
    margin-bottom: 2rem;
  }

  /* Site Header --------------------------- */
  #site-header {
    margin-bottom: 5rem;
    padding: 1rem 0;
  }

  .header-inner {
    min-height: 8rem;
  }

  .site-title {
    font-size: 3.2rem;
  }

  .site-logo img {
    max-height: 9rem;
    transition: height .15s linear, width .15s linear, max-height .15s linear;
  }

  .header-inner.is-sticky .site-logo img {
    max-height: 6rem;
  }

  .header-toggles {
    margin-right: -2.5rem;
  }

  .header-toggles .toggle {
    height: 2rem;
    padding: 0 2.5rem;
  }

  .header-toggles .toggle-text {
    display: block;
  }

  /* Modal: Menu --------------------------- */
  .main-menu {
    left: auto;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 0 0 5rem 0;
  }

  .main-menu > li > a,
  .main-menu > li > .ancestor-wrapper > a {
    font-size: 1.6rem;
    padding: 2.5rem;
  }

  .main-menu a {
    font-weight: 500;
  }

  .main-menu ul li {
    border-left-width: 0;
  }

  .main-menu ul .ancestor-wrapper > a {
    padding-left: 2.5rem;
  }

  .main-menu ul ul .ancestor-wrapper > a {
    padding-left: 5rem;
  }

  .main-menu ul ul ul .ancestor-wrapper > a {
    padding-left: 7.5rem;
  }

  .main-menu ul ul ul ul .ancestor-wrapper > a {
    padding-left: 10rem;
  }

  .main-menu > li > .ancestor-wrapper a.sub-menu-toggle {
    padding: 0 3rem;
  }

  .main-menu > li > .ancestor-wrapper a.sub-menu-toggle svg {
    height: 1.1rem;
    width: 1.8rem;
  }

  .menu-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4.4rem 0;
  }

  .menu-copyright {
    display: block;
    flex-shrink: 0;
    margin-right: 4rem;
  }

  .menu-bottom .social-menu {
    justify-content: flex-end;
  }

  /* Modal Search Form --------------------- */
  .modal-search-form {
    position: relative;
    width: 100%;
  }

  .search-untoggle svg {
    height: 2.5rem;
    width: 2.5rem;
  }

  .modal-search-form .search-field {
    border: none;
    font-size: 3.2rem;
    height: 18.3rem;
  }

  body.header-is-sticky .modal-search-form .search-field {
    height: 9rem;
  }

  .modal-search-form .search-field::-moz-placeholder {
    line-height: 18.3rem;
  }

  body.header-is-sticky .modal-search-form .search-field::-moz-placeholder {
    line-height: 9rem;
  }

  /* Sub Page ------------------------------ */
  /* FEATURED MEDIA */
  .featured-media figcaption {
    margin: 2rem auto 0 auto;
    width: calc( 100% - 8rem );
  }

  /* Template: Cover Template -------------- */
  .cover-header {
    height: 60rem;
  }

  .cover-header-inner {
    padding: 20rem 0 6rem 0;
  }

  /* Post: Archive ------------------------- */
  .archive-header {
    margin-bottom: 8rem;
  }

  /* PREVIEW POST */
  .preview-media + .preview-header {
    margin-top: 1rem;
  }

  .preview-header .post-meta-wrapper {
    margin-top: 1.5rem;
  }

  .post-meta-archive .post-meta {
    margin: -1.2rem 0 0 -2.5rem;
  }

  .post-meta-archive .post-meta li {
    margin: 0 0 0 2.5rem;
  }

  /* Post: Single -------------------------- */
  /* POST HEADER */
  .intro-text {
    font-size: 2rem;
  }

  .post-meta-wrapper {
    margin-top: 3rem;
  }

  .post-meta {
    margin: -1.4rem 0 0 -3rem;
  }

  .post-meta li {
    margin: 1.4rem 0 0 3rem;
    max-width: calc( 100% - 3rem );
  }

  .featured-media {
    margin-top: 6rem;
  }

  .post-inner {
    padding-top: 8rem;
  }

  /* POST FOOTER */
  .post-meta-wrapper.post-meta-single-bottom {
    margin-top: 4rem;
  }

  /* SINGLE PAGINATION */
  .post-navigation {
    font-size: 2.4rem;
    padding: 3.5rem 0;
    margin-top: 8rem;
  }

  .post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
  }

  .post-navigation .nav-links > div {
    max-width: calc( 50% - 2rem );
  }

  .post-navigation .nav-links > div + div {
    margin: 0 0 0 4rem;
  }

  .post-navigation .arrow {
    margin: 0 2rem 0 0;
  }

  .post-navigation .nav-next:only-child {
    margin-left: auto;
  }

  .post-navigation .nav-next a {
    flex-direction: row-reverse;
    text-align: right;
  }

  .post-navigation .nav-next .arrow {
    margin: 0 0 0 2rem;
  }

  /* RELATED POSTS */
  .related-posts {
    margin-top: 8rem;
    padding-top: 6rem;
  }

  /* Blocks -------------------------------- */
  /* BLOCK: BASE MARGINS */
  .wp-block-archives,
  .wp-block-calendar,
  .wp-block-categories,
  .wp-block-code,
  .wp-block-columns,
  .wp-block-cover,
  .wp-block-cover-image,
  .wp-block-embed,
  .wp-block-file,
  .wp-block-gallery,
  .wp-block-group,
  .wp-block-image,
  .wp-block-latest-comments,
  .wp-block-latest-posts,
  .wp-block-media-text,
  .wp-block-preformatted,
  .wp-block-pullquote,
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-search,
  .wp-block-tag-cloud,
  .wp-block-verse,
  .wp-block-video {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  /* COBLOCK: BUTTONS */
  .wp-block-coblocks-buttons {
    margin: 4rem 0;
  }

  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide,
  .wp-block-columns.alignfull {
    margin-bottom: 2rem;
  }

  .wp-block-columns + .wp-block-columns {
    margin-top: 0;
  }

  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -2rem;
  }

  .wp-block-column {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }

  /* BLOCK: COVER */
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc( 100% - 8rem );
  }

  /* BLOCK: EMBED */
  .wp-block-embed {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  .wp-block-embed.alignleft,
  .wp-block-embed.alignright {
    margin-top: .5rem;
  }

  .wp-block-embed figcaption {
    margin-top: 1.8rem;
  }

  /* BLOCK: FILE */
  .wp-block-file {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .wp-block-file.aligncenter {
    justify-content: center;
  }

  .wp-block-file.alignright {
    justify-content: flex-end;
    align-items: center;
  }

  .wp-block-file > *:first-child {
    margin: 0 1rem 0 0;
  }

  /* BLOCK: IMAGE */
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    margin-top: .5rem;
  }

  .wp-block-image.alignleft,
  .wp-block-image .alignleft {
    margin-right: 2.5rem;
  }

  .wp-block-image.alignright,
  .wp-block-image .alignright {
    margin-left: 2.5rem;
  }

  .wp-block-image figcaption {
    margin-bottom: 0;
    margin-top: 1.8rem;
  }

  /* BLOCK: GALLERY */
  .wp-block-gallery.alignwide,
  .wp-block-gallery.alignfull {
    margin-bottom: 4.4rem;
  }

  /* BLOCK: GROUP */
  .wp-block-group.has-background {
    padding: 4rem 3rem;
  }

  /* BLOCK: LATEST POSTS */
  .wp-block-latest-posts.is-grid {
    margin-left: -4rem;
  }

  .wp-block-latest-posts.is-grid li {
    margin: 0 0 4rem 4rem;
    padding-top: 1.6rem;
  }

  .wp-block-latest-posts.is-grid.columns-2 li {
    width: calc( ( 100% / 2 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid.columns-3 li {
    width: calc( ( 100% / 3 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid.columns-4 li {
    width: calc( ( 100% / 4 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid.columns-5 li {
    width: calc( ( 100% / 5 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid.columns-6 li {
    width: calc( ( 100% / 6 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid.columns-7 li {
    width: calc( ( 100% / 7 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid.columns-8 li {
    width: calc( ( 100% / 8 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid.columns-9 li {
    width: calc( ( 100% / 9 ) - 4rem );
  }

  .wp-block-latest-posts.is-grid li > a {
    font-size: 1.33em;
  }

  /* BLOCK: MEDIA AND TEXT */
  .wp-block-media-text .wp-block-media-text__content {
    padding: 8%;
  }

  /* BLOCK: PARAGRAPH */
  p.has-background {
    padding: 3rem;
  }

  /* BLOCK: PULLQUOTE */
  .wp-block-pullquote.alignwide p,
  .wp-block-pullquote.alignfull p,
  .wp-block-pullquote.is-style-solid-color.alignfull blockquote p,
  .wp-block-pullquote.is-style-solid-color.alignwide blockquote p {
    font-size: 2.5em;
  }

  .wp-block-pullquote.is-style-solid-color.has-background {
    padding: 4rem 3rem;
  }

  /* BLOCK: SEPARATOR */
  .wp-block-separator.is-style-wide {
    width: calc( 100vw - 8rem );
  }

  /* Entry Content ------------------------- */
  /* ALIGNMENTS */
  .alignwide,
  .alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  .alignleft {
    margin: .5rem 2.5rem 2.5rem 0;
  }

  .alignright {
    margin: .5rem 0 2.5rem 2.5rem;
  }

  .entry-content > .alignfull {
    margin-left: -4rem;
  }

  .entry-content > .alignwide {
    max-width: calc( 100vw - 8rem );
    width: calc( 100vw - 8rem );
  }

  /* Stacked Background Blocks */
  .alignwide.wp-block-cover + .alignwide.wp-block-cover,
  .alignwide.wp-block-cover + .alignwide.has-background,
  .alignwide.has-background + .alignwide.wp-block-cover,
  .alignwide.has-background + .alignwide.has-background,
  .alignfull.wp-block-cover + .alignfull.wp-block-cover,
  .alignfull.wp-block-cover + .alignfull.has-background,
  .alignfull.has-background + .alignfull.wp-block-cover,
  .alignfull.has-background + .alignfull.has-background {
    margin-top: -6rem;
  }

  /* ENTRY MEDIA */
  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc( 100% - 8rem );
  }

  /* PINGBACKS & TRACKBACKS */
  .pingback .comment-body {
    padding: 0;
  }

  /* Site Pagination ----------------------- */
  .pagination-wrapper {
    margin-top: 8rem;
  }

  /* Widgets ------------------------------- */
  .widget-title {
    margin-bottom: 3rem;
  }

  /* gelart WIDGET LIST */
  .gelart-widget-list .post-image {
    height: 8rem;
    width: 8rem;
  }

  /* Site Footer --------------------------- */
  #site-footer {
    margin-top: 8rem;
  }

  /* FOOTER WIDGETS */
  .footer-widgets-outer-wrapper {
    border-style: solid;
    border-width: .1rem 0 0;
    margin-bottom: 8rem;
    margin-top: 12rem;
    padding-top: 7.5rem;
  }

  .footer-widgets .widget {
    border-top: none;
    margin-top: 5rem;
    padding-top: 0;
  }

  .footer-widgets .widget:first-child {
    margin-top: 0;
  }

  /* FOOTER INNER */
  .footer-inner {
    font-size: 1.6rem;
    padding-bottom: 4rem;
  }

  .footer-menu {
    margin-bottom: 4rem;
  }

  .footer-credits {
    font-size: 1.4rem;
  }
}
@media (min-width: 782px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide,
  .wp-block-columns.alignfull {
    margin-bottom: 6rem;
  }

  .wp-block-column {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  /* Document Setup ------------------------ */
  #site-content {
    min-height: calc( 100vh - 53.4rem );
  }

  /* Helper Classes ------------------------ */
  /* SECTIONS */
  .section-inner {
    width: calc( 100% - 10rem );
  }

  /* GRID STRUCTURE */
  .grid {
    margin: 0 0 -6rem -4rem;
  }

  .grid + .grid {
    margin-top: 6rem;
  }

  .grid .grid-item {
    margin: 0 0 6rem 4rem;
    width: calc( 100% - 4rem );
  }

  .grid.match-gutter {
    margin-bottom: -4rem;
  }

  .grid.match-gutter + .grid.match-gutter {
    margin-top: 4rem;
  }

  .grid.match-gutter .grid-item {
    margin-bottom: 4rem;
  }

  .grid.mcols-1 > .grid-item,
  .grid.tcols-1 > .grid-item,
  .grid.tlcols-1 > .grid-item {
    width: calc( 100% - 4rem );
  }

  .grid.mcols-2 > .grid-item,
  .grid.tcols-2 > .grid-item,
  .grid.tlcols-2 > .grid-item {
    width: calc( 50% - 4rem );
  }

  .grid.tlcols-3 > .grid-item {
    width: calc( 33.33% - 4rem );
  }

  .grid.tlcols-4 > .grid-item {
    width: calc( 25% - 4rem );
  }

  .grid-item.col-1 {
    width: calc( 100% - 4rem ) !important;
  }

  .grid-item.col-2 {
    width: calc( 50% - 4rem ) !important;
  }

  .grid-item.col-3 {
    width: calc( 33.33% - 4rem ) !important;
  }

  .grid-item.col-4 {
    width: calc( 25% - 4rem ) !important;
  }

  .grid.tlcols-1.no-hgutter > .grid-item {
    width: 100%;
  }

  .grid.tlcols-2.no-hgutter > .grid-item {
    width: 50%;
  }

  .grid.tlcols-3.no-hgutter > .grid-item {
    width: 33.33%;
  }

  .grid.tlcols-4.no-hgutter > .grid-item {
    width: 25%;
  }

  /* Site Header --------------------------- */
  .header-inner.is-sticky,
  .showing-menu-modal .header-inner.is-sticky {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }

  .header-titles {
    flex-shrink: 0;
  }

  .site-description {
    display: block;
  }

  .no-js .main-menu-alt-container,
  .disable-menu-modal-on-desktop .main-menu-alt-container {
    display: block !important;
  }

  .disable-menu-modal-on-desktop.disable-search-modal .header-toggles,
  .disable-menu-modal-on-desktop .nav-toggle {
    display: none !important;
  }

  .disable-menu-modal-on-desktop:not(.disable-search-modal) .search-toggle .toggle-text {
    display: none;
  }

  /* Modal: Menu --------------------------- */
  .menu-modal {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    justify-content: flex-end;
    transition: background-color .3s ease-in, left 0s .3s, right 0s .3s;
  }

  .menu-modal.active {
    background: rgba(0, 0, 0, 0.2);
    transition: background-color .3s ease-out;
  }

  .menu-wrapper.section-inner {
    width: calc( 100% - 12rem );
  }

  .menu-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    min-width: 64rem;
    opacity: 0;
    transform: translateX(20rem);
    transition: transform .2s ease-in, opacity .2s ease-in;
    width: 50%;
  }

  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
  }

  .menu-modal-toggles .toggle {
    justify-content: flex-end;
  }

  .menu-bottom {
    padding: 6rem 0;
  }

  /* Sub Page ------------------------------ */
  /* FEATURED MEDIA */
  .featured-media figcaption {
    width: 100%;
  }

  /* Template: [Template Name] ------------- */
  /* Post: Archive ------------------------- */
  .preview-media + .preview-header {
    margin-top: 2.5rem;
  }

  .preview-excerpt {
    margin-top: 1.4rem;
  }

  .preview-title + .post-meta-wrapper {
    margin-top: 1.6rem;
  }

  .preview-excerpt + .post-meta-wrapper {
    margin-top: 1.8rem;
  }

  /* COLUMN SPECIFIC */
  .posts-grid.tlcols-3 {
    margin-left: -3rem;
  }

  .posts-grid.tlcols-3 .grid-item {
    margin-left: 3rem;
    width: calc( 33.33% - 3rem );
  }

  .posts-grid.tlcols-3 .preview-title {
    font-size: 2.8rem;
  }

  .posts-grid.tlcols-3 .preview-excerpt {
    font-size: .95em;
  }

  .posts-grid.tlcols-3 .post-meta {
    font-size: 1.4rem;
    margin: -1rem 0 0 -2rem;
  }

  .posts-grid.tlcols-3 .post-meta li {
    margin: 1rem 0 0 2rem;
  }

  /* Post: Single -------------------------- */
  .featured-media {
    left: auto;
    width: 100%;
  }

  /* RELATED POSTS */
  .related-posts-grid .grid-item:nth-child(4) {
    display: none;
  }

  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide,
  .wp-block-columns.alignfull {
    margin-bottom: 8rem;
  }

  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -4rem;
  }

  .wp-block-column {
    font-size: 1.8rem;
  }

  /* BLOCK: COVER */
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc( 100% - 10rem );
  }

  /* BLOCK: GALLERY */
  .wp-block-gallery.alignwide,
  .wp-block-gallery.alignfull {
    margin-bottom: 6.4rem;
  }

  /* BLOCK: LATEST POSTS */
  .wp-block-latest-posts.is-grid li {
    margin: 0 0 6rem 4rem;
    padding-top: 2.4rem;
  }

  /* BLOCK: SEPARATOR */
  .wp-block-separator.is-style-wide {
    width: calc( 100vw - 10rem );
  }

  /* COBLOCK: FEATURES */
  .wp-block-coblocks-features .wp-block-coblocks-feature .wp-block-coblocks-icon {
    margin-bottom: 3rem;
  }

  .wp-block-coblocks-features .wp-block-coblocks-feature h1,
  .wp-block-coblocks-features .wp-block-coblocks-feature h2,
  .wp-block-coblocks-features .wp-block-coblocks-feature h3,
  .wp-block-coblocks-features .wp-block-coblocks-feature h4,
  .wp-block-coblocks-features .wp-block-coblocks-feature h5,
  .wp-block-coblocks-features .wp-block-coblocks-feature h6 {
    margin-bottom: 2.5rem !important;
  }

  /* Entry Content ------------------------- */
  /* ALIGNMENTS */
  .alignwide,
  .alignfull {
    margin-bottom: 5rem;
    margin-top: 0rem;
  }

  .entry-content > .alignfull {
    margin-left: -5rem;
  }

  .entry-content > .alignwide {
    max-width: calc( 100vw - 10rem );
    width: calc( 100vw - 10rem );
  }

  /* Stacked Background Blocks */
  .alignwide.wp-block-cover + .alignwide.wp-block-cover,
  .alignwide.wp-block-cover + .alignwide.has-background,
  .alignwide.has-background + .alignwide.wp-block-cover,
  .alignwide.has-background + .alignwide.has-background,
  .alignfull.wp-block-cover + .alignfull.wp-block-cover,
  .alignfull.wp-block-cover + .alignfull.has-background,
  .alignfull.has-background + .alignfull.wp-block-cover,
  .alignfull.has-background + .alignfull.has-background {
    margin-top: -8rem;
  }

  /* ENTRY MEDIA */
  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc( 100% - 10rem );
  }

  /* Comments ------------------------------ */
  /* Site Pagination ----------------------- */
  .pagination-wrapper {
    margin-top: 12rem;
  }

  /* Site Footer --------------------------- */
  .footer-inner {
    font-size: 1.6rem;
    padding: 8rem 0;
  }

  .footer-inner.has-footer-menu {
    align-items: baseline;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .footer-menu {
    align-items: baseline;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -1rem -2.5rem 0 2rem;
  }

  .footer-menu li {
    border: none;
    margin: 1rem 2.5rem 0 0;
  }

  .footer-menu a {
    padding: 0;
  }

  .footer-credits {
    flex-shrink: 0;
    font-size: inherit;
    justify-content: flex-start;
  }

  .footer-copyright {
    font-weight: 500;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1120px) {
  /* Blocks -------------------------------- */
  /* BLOCK: GROUP */
  .wp-block-group.alignfull:not(.has-background) > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
  .wp-block-group.alignfull:not(.has-background) > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    margin-left: calc( ( 100vw - 112rem ) / 2 );
  }
}
@media (min-width: 1180px) {
  /* Blocks -------------------------------- */
  /* BLOCK: GROUP */
  .wp-block-group.alignfull.has-background > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
  .wp-block-group.alignfull.has-background > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    margin-left: calc( ( 100vw - 112rem - 6rem ) / 2 );
  }
}
@media (min-width: 1220px) {
  /* Helper Classes ------------------------ */
  /* GRID STRUCTURE */
  .grid.dcols-2 > .grid-item {
    width: calc( 50% - 4rem );
  }

  .grid.dcols-3 > .grid-item {
    width: calc( 33.33% - 4rem );
  }

  .grid.dcols-4 > .grid-item {
    width: calc( 25% - 4rem );
  }

  .grid.dcols-2.no-hgutter > .grid-item {
    width: 50%;
  }

  .grid.dcols-3.no-hgutter > .grid-item {
    width: 33.33%;
  }

  .grid.dcols-4.no-hgutter > .grid-item {
    width: 25%;
  }

  /* Site Header --------------------------- */
  /* MAIN MENU */
  .menu-wrapper.section-inner {
    width: calc( 100% - 16rem );
  }

  /* Modal: Menu --------------------------- */
  .menu-modal-inner .section-inner {
    margin: 0 0 0 8rem;
    max-width: 64rem;
  }

  /* Modal: Search ------------------------- */
  /* Sub Page ------------------------------ */
  /* Template: Cover Template -------------- */
  .cover-header + .post-inner {
    padding-top: 10rem;
  }

  /* Post: Archive ------------------------- */
  /* COLUMN SPECIFIC */
  .posts-grid.dcols-4 {
    margin-left: -3rem;
  }

  .posts-grid.dcols-4 .grid-item {
    margin-left: 3rem;
    width: calc( 25% - 3rem );
  }

  .posts-grid.dcols-4 .preview-title {
    font-size: 2.6rem;
  }

  .posts-grid.dcols-4 .preview-excerpt {
    font-size: .9em;
  }

  /* Post: Single -------------------------- */
  /* RELATED POSTS */
  .related-posts-grid.dcols-4 .grid-item:nth-child(4) {
    display: block;
  }

  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignfull {
    margin-bottom: 10rem;
  }

  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -6rem;
  }

  /* BLOCK: GALLERY */
  .wp-block-gallery.alignfull {
    margin-bottom: 8.4rem;
  }

  /* Entry Content ------------------------- */
  /* ALIGNMENTS */
  .alignfull {
    margin-bottom: 4rem;
    margin-top: 10rem;
  }

  .entry-content > .alignwide {
    max-width: 112rem;
    width: 112rem;
  }

  .entry-content > .alignfull {
    margin-left: calc( ( 100vw - 112rem ) / -2 );
  }

  /* Stacked Background Blocks */
  .alignfull.wp-block-cover + .alignfull.wp-block-cover,
  .alignfull.wp-block-cover + .alignfull.has-background,
  .alignfull.has-background + .alignfull.wp-block-cover,
  .alignfull.has-background + .alignfull.has-background {
    margin-top: -10rem;
  }

  /* Comments ------------------------------ */
  /* Site Pagination ----------------------- */
  /* Site Footer --------------------------- */
}
@media (min-width: 1300px) {
  /* Entry Content ------------------------- */
  .entry-content {
    font-size: 1.9rem;
  }
}
/* --------------------------------------------------------------------------------------------- */
/*	12.追加CSS
/* --------------------------------------------------------------------------------------------- */
.wp-block-latest-posts__list {
  margin: 0 !important;
}

.wp-block-latest-posts__featured-image {
  margin: 0 !important;
  padding: 0 !important;
  width: 350px;
  padding-bottom: 1rem !important;
}

.wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .section-inner .last-page {
    margin: 0 0 8rem 0 !important;
  }

  #site-footer .wp-block-group p {
    font-size: 1.6rem;
  }

  .footer-credits p {
    font-size: 1.2rem;
  }

  　
  .preview-header .preview-title {
    font-size: 1.8rem !important;
  }

  .preview-header .post-meta-wrapper, .post-meta-archive {
    margin: 0 !important;
    font-size: 1rem !important;
  }

  .preview-header .post-meta {
    font-size: 1.4rem;
  }

  .preview-header .meta-icon {
    margin-right: 0.5rem !important;
  }

  .preview-header svg {
    width: 1.3rem !important;
  }

  .preview-header .meta-text {
    padding-top: 0.2rem;
  }
}
/* トップページ */
/*トップページヘッダー*/
.cover-title {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 4rem !important;
  color: #fffafa !important;
}

.cover-subtitle {
  font-size: 1.8rem !important;
  color: #fffafa !important;
}

/*トップページ&タイトル*/
.g-airbrush {
  background-color: #000;
  padding: 10rem 2rem;
  margin: 0;
  color: #fff;
}
.g-airbrush .wp-block-group__inner-container p {
  max-width: 800px;
  margin: 0 auto;
}
.g-airbrush .wp-block-button .wp-element-button {
  padding: 2rem 6rem;
  border: solid 1px;
  font-weight: 100;
  font-size: 1.6rem;
}
.g-airbrush .wp-block-button .wp-block-button__link:hover {
  background: #fff;
  border: solid 1px #000;
  text-decoration: none;
  color: #000;
  transition: all  0.3s ease;
}

.gel-title {
  padding-bottom: 4rem;
}

.gel-title .has-text-align-center {
  margin: 0 !important;
}

.gel-title h2 {
  color: #1EA890 !important;
  font-size: 3.6rem !important;
  font-family: futura-pt, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  padding-bottom: 1rem !important;
}

.gel-title-light {
  font-size: 3.5rem !important;
  font-family: 'Noto Serif JP', sans-serif !important;
  font-weight: bold !important;
  color: #fff !important;
  letter-spacing: 0.5rem;
}

.gel-gallery {
  padding: 5rem 0;
}

.gel-topnews {
  padding: 10rem 0 10rem 0;
  margin: 0;
}
.gel-topnews .wp-block-button .wp-element-button {
  padding: 2rem 6rem;
  border: solid 1px;
  font-weight: 100;
  font-size: 1.6rem;
}
.gel-topnews .wp-block-button .wp-block-button__link:hover {
  background: #000;
  border: solid 1px #fff;
  text-decoration: none;
  color: #fff;
  transition: all  0.3s ease;
}
.gel-topnews ul li img {
  width: 350px;
  object-fit: cover;
}
.gel-topnews ul li img:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

.gel-youtube {
  padding: 8rem 0 !important;
  margin: 0;
}
.gel-youtube .wp-block-columns {
  padding: 5rem;
}
.gel-youtube .wp-block-button .wp-element-button {
  padding: 2rem 6rem;
  border: solid 1px #fff;
  font-weight: 100;
  font-size: 1.6rem;
  color: #fff !important;
}
.gel-youtube .wp-block-button .wp-block-button__link:hover {
  background: #fff;
  border: solid 1px #000;
  text-decoration: none;
  color: #000 !important;
  transition: all  0.3s ease;
}

.gel-map {
  margin: 0;
  max-height: 600px;
}

@media (max-width: 700px) {
  .gel-subtitle {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: justify;
    padding: 2rem;
  }

  .gel-topnews .wp-block-latest-posts.is-grid li {
    margin: 0 !important;
    padding: 2rem 0;
  }

  .gel-youtube .wp-block-columns {
    padding: 3rem 2rem;
  }

  .gel-map .wp-block-group__inner-container {
    height: 300px;
  }
}
/* 投稿 */
/* --------------------------------------------------------------------------------------------- */
/*	9. Post: Single
/* --------------------------------------------------------------------------------------------- */
.post {
  max-width: 1000px;
}

/* Post Header ------------------------------- */
h1.entry-title,
.entry-title.faux-heading {
  margin: 0;
}

.intro-text {
  margin: 2rem 0 0;
}

.entry-header h2 {
  font-family: sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 3rem !important;
  color: #000 !important;
  margin-top: 3rem !important;
  margin-bottom: 2rem !important;
}

.entry-header .post-meta-wrapper {
  margin: 0 !important;
}

.entry-header figure {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

/* POST META */
.post-meta-wrapper {
  margin-top: 2rem;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 600;
  list-style: none;
  margin: -.9rem 0 0 -2rem;
}

.post-meta li {
  flex-shrink: 0;
  margin: .9rem 0 0 2rem;
  max-width: calc( 100% - 2rem );
}

.post-meta a {
  color: inherit;
  text-decoration: none;
}

.post-meta a:hover {
  text-decoration: underline;
}

.post-meta .meta-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.post-meta .meta-icon {
  flex-shrink: 0;
  margin-right: 1rem;
}

.sticky .post-sticky {
  color: inherit;
}

.post-meta .post-author .meta-icon svg {
  width: 1.6rem;
  height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
  width: 1.8rem;
  height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
  width: 1.7rem;
  height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
  width: 1.5rem;
  height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.post-meta path,
.post-meta polygon,
.post-meta circle {
  fill: currentColor;
}

/* Featured Media ---------------------------- */
.featured-media {
  margin-top: 5rem;
  /*position: relative;
  	left: calc( 50% - 50vw );
  width: 100vw;*/
}

.featured-media img {
  max-width: 1000px;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

/*.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	width: calc( 100% - 5rem );
}*/
.post-inner {
  padding-top: 5rem;
}

/* Post Footer ------------------------------- */
/* POST NAV LINKS */
.post-nav-links {
  border-radius: .4rem;
  display: flex;
  font-size: .9em;
  font-weight: 600;
  line-height: 1;
  margin-top: 3em;
  padding: 0 .25em;
}

.post-nav-links > * {
  padding: 1em .75em;
}

/* POST META BOTTOM */
.post-meta-wrapper.post-meta-single-bottom {
  margin-top: 3rem;
}

/* Single Pagination ------------------------- */
.post-navigation {
  border-color: #E1E1E3;
  border-style: solid;
  border-width: .1rem 0;
  font-size: 1.8rem;
  margin-top: 5rem;
  padding: 3rem 0;
}

.post-navigation .nav-links {
  display: flex;
  flex-direction: column;
}

.post-navigation .nav-links > div + div {
  margin-top: 1rem;
}

.post-navigation a {
  align-items: baseline;
  color: inherit;
  display: flex;
  font-weight: 500;
  text-decoration: none;
}

.post-navigation .arrow {
  margin-right: 1rem;
}

.post-navigation a:hover .post-title {
  text-decoration: underline;
}

/* Related Posts ----------------------------- */
.related-posts {
  border-top: .1rem solid #E1E1E3;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
}

.has-single-pagination.not-showing-comments .related-posts {
  border-top: none;
  padding-top: 0;
}

.related-posts .related-posts-title {
  margin-top: 0;
}

@media (max-width: 700px) {
  .post {
    font-size: 1.6rem !important;
  }

  .entry-header h2 {
    font-weight: 700 !important;
    font-size: 2rem !important;
  }

  .related-posts h3 {
    font-size: 2rem !important;
  }

  .posts {
    margin-bottom: 10rem !important;
  }

  .posts-grid .grid-item {
    margin-bottom: 2rem !important;
  }
}
/* GEL-ARTオリジナル */
/* -------------------------------------------------------------------------------- */
/*	0. 追加CSS
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	woocommerce
/* -------------------------------------------------------------------------------- */
.woocommerce .entry-title {
  font-family: sans-serif !important;
  font-style: normal;
  /* font-weight: bolder!important;*/
  font-size: 2rem !important;
  color: #000 !important;
  padding: 10px 0 !important;
}

.woocommerce h2 {
  font-family: serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  color: #000 !important;
  padding: 0 1rem !important;
}

.woocommerce p {
  font-size: 1.6rem;
}

.woocommerce-Price-amount {
  font-weight: 700;
  font-size: 2rem;
  color: #B70003;
}

.woocommerce .stock {
  color: #333 !important;
}

.single_add_to_cart_button, .checkout-button, #place_order {
  background-color: #D4145A !important;
  font-weight: normal !important;
}

.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover {
  opacity: 80%;
}

.woocommerce form input {
  /*数量ボタンの表示修正*/
  font-size: 100%;
  padding: 5px 0;
  /* background-color: red!important;
   padding:200px!important;*/
}

.products .price {
  /*料金表示の場所*/
  text-align: right;
}

/* -------------------------------------------------------------------------------- */
/*	フッター
/* -------------------------------------------------------------------------------- */
.bg-gray {
  background-color: #E5E5E5;
  padding: 6rem 0 4rem 0;
  margin: 10rem 0 -2rem 0;
}

.bg-gray p {
  padding-bottom: 2rem;
}

/*フッターインフォ*/
.g-footerinfo .wp-block-column {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.g-footerinfo img {
  max-height: 400px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: ease 1s;
  opacity: 1;
}
.g-footerinfo img:hover {
  transform: scale(1.1, 1.1);
  transition: ease 1s;
  opacity: 0.8;
}

.g-footerinfo .wp-block-image figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 2rem;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: left;
}

.g-footerinfo {
  margin: 0;
}

.footer-tel {
  font-size: 3.5rem;
  font-weight: 600;
  color: #666;
}

/*パンくず*/
.bread-wrap {
  background-color: #f2f2f2;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50% + 8px);
  width: 100vw;
  /*border-bottom: 1px solid #666;*/
  /*border-bottom: 1px solid #999;*/
}

.breadcrumb {
  margin: 0 auto !important;
  padding: 0.5rem;
  font-size: 1.4rem;
  color: #333;
}

.breadcrumb a {
  color: #666 !important;
  text-decoration: none;
}

/*recaptcha削除*/
.grecaptcha-badge {
  visibility: hidden;
}

#post-inner {
  /*ヘッダー下スペース削除*/
  padding-top: 0px;
}

.wp-block-cover {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.primary-bg {
  background-bg: #FF8600 !important;
}

.primary-color {
  color: #000 !important;
}

.second-color {
  color: #8A6F00;
}

/*.kineya-lesson .kineya-title{
    margin-top:0 !important;
}
.kineya-lesson h3{
    font-size:2.6rem;
    color:#8A6F00 !important;   
}
.kineya-lesson .wp-block-columns{
    padding: 2rem;
    
    
}
.kineya-lesson .wp-block-column{
    border: 1px solid #8A6F00;
    background: #ffffff40;
    padding:5rem 2.5rem;    
    font-size: 1.6rem !important;
    margin-left:0.2rem !important;
    
}

.kineya-profile h2{
    color:#fff !important;
}
.kineya-profile h3{
    font-size:2.6rem !important;
}
.kineya-profile {
    margin-top:0 !important;

}
.kineya-profile img{
    width: 60%;
    border:2px solid #fff;
    margin: 0 auto;
}
.kineya-access{
    padding-bottom: 5rem;
}
.kineya-access .wp-block-columns{
    margin: 0 auto !important;
    width:900px;
}
.phonenumber{
    font-size:3.6rem;
    font-weight: bold;
    color:#4B4602;
}*/
/* --------------------------------------------------------------------------------------------- */
/*	料金ページ
/* --------------------------------------------------------------------------------------------- */
.gel-price {
  background-color: #000 !important;
  color: #fff !important;
}

.gel-price-group {
  padding: 2rem;
  background-color: #fff;
  color: #000;
}

.gel-price-group figure {
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------------------------------- */
/*	archiveページ
/* --------------------------------------------------------------------------------------------- */
/*.kineya-archive-title{
    font-size: 1.4rem;
    background: red!important;
}*/
/* --------------------------------------------------------------------------------------------- */
/*	お稽古についてのページ
/* --------------------------------------------------------------------------------------------- */
/*.kineya-mainlesson{
    max-width: 900px;
    background: #fff;
    opacity: 0.9;
    padding: 5rem 10rem;
    margin-top:15rem !important;
    margin-bottom:10rem!important;
    color:#050505;
}
.kineya-mainlesson h2{
    font-size: 3rem !important;
    font-family: 'Noto Serif JP', sans-serif !important;
    font-weight: bold !important;
}
.kineya-lessondetail h3,.kineya-mainlesson h3{
    font-size: 2.4rem !important;
    font-family: 'Noto Serif JP', sans-serif !important;
}
.kineya-lessondetail{
    padding: 10rem;
}

.kineya-flow .kineya-title{
    margin-top:0 !important;
}
.kineya-flow h2{
    color:#fff !important;
}
.kineya-flow h3{
    font-size:2.6rem;
}
.kineya-flow .wp-block-columns{
    padding: 2rem;
}
.kineya-flow .wp-block-column{
    padding:5rem 2.5rem;    
    font-size: 1.6rem !important;
    margin-left:0.2rem !important;
}*/
.bg-color-primary {
  background: #ED9942;
}

.bg-color-secondary {
  background: #78797C;
}

.bg-color-tertiary {
  background: #BC9979;
}

.bg-color-quaternary {
  background: #708779;
}

/* --------------------------------------------------------------------------------------------- */
/*	投稿ページ
/* --------------------------------------------------------------------------------------------- */
.gel-singular {
  background: #FFF !important;
}

/* --------------------------------------------------------------------------------------------- */
/*	コンタクトページ
/* --------------------------------------------------------------------------------------------- */
.gel-contact {
  margin: 0 auto !important;
  padding: 10rem;
  max-width: 95rem !important;
  background: #fff;
}

/* --------------------------------------------------------------------------------------------- */
/*　スクロールトップ
/* --------------------------------------------------------------------------------------------- */
.scroll-top {
  /*// ボタンを右下で固定位置にする*/
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 7rem;
  height: 7rem;
  background: #666;
  opacity: 0.7;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}

.scroll-top a {
  text-decoration: none;
}

@media (max-width: 700px) {
  .site-logo {
    margin: 0;
  }

  .header-toggles, .toggle, .nav-toggle {
    color: #000 !important;
  }

  .cover-title, .archive-title {
    font-size: 2.8rem !important;
  }

  .cover-subtitle {
    font-size: 1.6rem !important;
  }

  .bread-wrap {
    padding: 0 calc(50vw - 50%);
  }

  .breadcrumb {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    font-size: 1.2rem !important;
    font-weight: normal;
  }

  .scroll-top {
    /*// ボタンを右下で固定位置にする*/
    display: none !important;
  }

  .footer-inner .wp-block-column {
    padding: 1rem;
    border-right: none;
    font-size: 1.6rem !important;
  }

  .footer-link {
    padding-top: 25rem !important;
    margin: 50rem;
    background-color: red !important;
  }

  /*#site-footer h2{
  font-size: 2.1rem!important;
  }*/
  .gel-contact {
    margin: 0 auto !important;
    padding: 5rem 1rem;
    max-width: 100% !important;
    background: #fff;
  }

  /* -------------------------------------------------------------------------------- */
  /*	0. 追加CSS
  /* -------------------------------------------------------------------------------- */
  .gel-singular .entry-title {
    font-size: 2.1rem !important;
  }
}
