@charset "UTF-8";
/*!
Theme Name: guilloche
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: guilloche
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
a,
p,
textarea {
  color: #606060;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.page-content p,
.entry-content p,
.entry-summary p {
  line-height: 1.8em;
  margin: 1.5em 0;
  font-size: 18px;
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 88%;
  position: relative;
}

.container-small {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  width: 88%;
}

.container-gm-logo {
  display: block;
  outline: none;
  max-width: 316px;
  margin: 40px auto 0;
  width: 80%;
}

h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000000;
}

h1,
h2,
.nav a {
  font-family: "Spartan", "YuGothicStd-D", "游ゴシック体", "游ゴシック",
    "Yu Gothic", YuGothic, "メイリオ", sans-serif;
}

h1.page-title {
  font-size: 26px;
  text-align: center;
  margin: 100px 0;
  line-height: 1em;
}

.nav,
footer {
  font-family: "Overpass", sans-serif;
}

.copyright {
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: right;
  color: #606060;
}

.news h2 {
  margin-bottom: 60px;
}

.link-with-arrow {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.link-with-arrow a {
  font-family: "Spartan";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.96px;
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: center;
}

.link-with-arrow a span {
  flex-shrink: 0;
  line-height: 14px;
}

.link-with-arrow a .link-arrow {
  width: 40px;
  margin: 0 0 0 20px;
}

.category-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.category-filter button {
  font-family: "Overpass", sans-serif;
  cursor: pointer;
  background: unset;
  padding: 0;
  border: unset;
  margin: 0 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 1.28px;
  color: #878787;
  outline: 0;
}

.category-filter button.is-checked {
  color: #000;
}

@media screen and (max-width: 800px) {
  .link-with-arrow {
    margin-top: 80px;
  }
  .category-filter {
    max-width: 500px;
    padding: 0 30px;
    margin: auto;
    justify-content: space-between;
  }
  .category-filter button {
    font-size: 12px;
    margin: 0;
  }
  .container-gm-logo {
    max-width: 230px;
    width: 90%;
  }
}

.page-controller {
  display: flex;
  justify-content: center;
  margin-top: 180px;
  align-items: flex-start;
}

.page-controller .counter-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 21px 1fr;
  gap: 8px;
}

.page-controller .counter {
  font-family: "Spartan";
  font-size: 13.5px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.page-controller .slash {
  display: block;
  height: 21px;
  width: 21px;
  background: url("/wp-content/themes/guilloche/img/slash.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-controller .pagination {
  margin-right: 50px;
  display: flex;
}

.page-controller .pagination .nav-links {
  flex-direction: row-reverse;
  color: #000;
  font-family: "Spartan";
  font-size: 13.5px;
  font-weight: 500;
}

.page-controller .pagination .nav-links > div {
  width: 123px;
  padding: 0 24px;
}

.page-controller .pagination .nav-links > div.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.page-controller .pagination .nav-links a {
  text-decoration: none;
  color: #000;
  font-family: "Spartan";
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.page-controller .pagination .nav-links a > div {
  display: flex;
  flex-direction: column;
  width: 71px;
}

.page-controller .pagination .nav-links a:hover .page-controller-arrow {
  transform: translate(10px);
}

.page-controller .pagination .nav-links a:hover .page-controller-arrow.left {
  transform: translate(-10px);
}

.page-controller .pagination .nav-links .nav-next {
  text-align: right;
}

.page-controller .pagination .nav-links .page-controller-arrow {
  transition: 0.5s;
  margin-bottom: 20px;
}

.flex {
  display: flex;
}

.flex.col2 {
  justify-content: space-between;
}

.flex.col2 > div {
  width: 50%;
}

.align-right {
  justify-content: flex-end;
}

.only-desktop {
  display: block;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .only-desktop {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

.about-message {
  margin-bottom: 180px;
}

.about-message p {
  text-align: left;
  font-family: "Noto Serif JP", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 49px;
  letter-spacing: 0.5px;
  color: #606060;
  font-feature-settings: "palt";
}

@media screen and (max-width: 800px) {
  .about-message p {
    letter-spacing: 0px;
  }
}

.about-item {
  margin-bottom: 40px;
}

.about-item p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

.about-item .label {
  font-size: 19px;
  line-height: 2em;
}

.about-item .data ul {
  margin: 0;
  padding-left: 20px;
}

.selector {
  margin: 0 auto 70px;
}

.selector .label {
  margin: 0 18px 0 0;
  line-height: 40px;
  font-family: "Spartan", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.selector .select-box-container {
  position: relative;
}

.selector select {
  border: 1px solid #ccc;
  height: 40px;
  width: 120px;
  font-size: 16px;
  padding: 0 0 0 18px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
}

.selector .selector-arrow {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 18px;
  height: 7px;
  background: url("/wp-content/themes/guilloche/img/03_menu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.post-container .date {
  color: #606060;
  margin: 0 0 12px;
  font-family: "YuGothicStd-M", "Overpass", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sub-header {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "YuGothicStd-D", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.container-gmap {
  margin-top: 30px;
  margin-bottom: 160px;
}

.page-contact > * {
  text-align: center;
  color: #606060;
}

.page-contact p,
.page-contact hr {
  margin: 0;
}

.page-contact .contact-info {
  align-items: center;
  width: 332px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: 37% 60%;
  grid-gap: 48px;
  text-align: left;
}

.page-contact .contact-info .label {
  font-size: 20px;
}

.page-contact .contact-info .data {
  color: #878787;
  font-size: 20px;
  line-height: 1em;
}

.page-contact .contact-info .data ul {
  margin: 0;
  padding-left: 20px;
}

.page-contact .management-info {
  margin: 40px 0;
}

.page-contact .management-info p {
  font-size: 18px;
  line-height: 1.56;
}

.page-contact .management-info div {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .page-contact {
    margin-bottom: 50px;
  }
  .page-contact .contact-info {
    grid-template-columns: 100px 1fr;
    gap: 0;
    margin: 38px 0;
    width: 100%;
  }
  .page-contact .contact-info p {
    padding: 15px 0;
  }
  .page-contact .contact-info p.label {
    padding-left: 24px;
    font-size: 14px;
    line-height: 16px;
  }
  .page-contact .contact-info p.data {
    font-size: 16px;
    line-height: 16px;
  }
  .page-contact .management-info {
    margin: 40px 0;
  }
  .page-contact .management-info p {
    font-size: 14px;
    text-align: left;
    line-height: 1.56;
  }
  .page-contact .management-info div {
    margin-top: 40px;
  }
}

h1.entry-title {
  margin: 0 0 60px;
  font-family: "YuGothicStd-D", "Spartan", "YuGothicStd-D", "游ゴシック体",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2.4px;
}

.share-container {
  align-items: center;
}

.share-container a {
  margin-left: 28px;
  display: flex;
}

.share-container p {
  margin: 0;
  font-family: "Overpass";
  color: #000000;
  font-weight: bold;
  letter-spacing: 1px;
}

.icon-external {
  display: inline-block;
  margin-left: 8px;
  height: 12px;
  width: 16px;
  position: relative;
}

.icon-external:after {
  content: "";
  display: block;
  transition: 0.3s;
  position: absolute;
  width: 12px;
  height: 8px;
  top: 0;
  right: 0;
  border: solid 1px #000;
}

.icon-external:before {
  content: "";
  display: block;
  transition: 0.3s;
  position: absolute;
  width: 12px;
  height: 8px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

a:hover .icon-external::after {
  transform: translate(1px, -1px);
}

a:hover .icon-external::before {
  transform: translate(-1px, 1px);
}

.slick-arrow {
  display: none;
}

.slick-slider {
  margin: 0;
  padding: 0;
}

.slick-dots {
  bottom: 40px;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li button {
  display: grid;
  align-items: center;
}

.slick-dots li button:before {
  position: relative;
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: 0.5s;
  border: 1px solid #fff;
  opacity: 0.75;
  background-color: rgba(255, 255, 255, 0.2);
}

.slick-dots .slick-active button:before {
  background: #fff;
}

@media screen and (max-width: 800px) {
  .slick-dots {
    bottom: 19px;
    line-height: 16px;
  }
  .slick-dots li {
    margin: 0 5px;
    width: 16px;
    height: 16px;
  }
  .slick-dots li button {
    display: grid;
    align-items: center;
    width: 16px;
    height: 16px;
  }
  .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
  .slick-dots .slick-active button:before {
    background: #fff;
  }
}

.banner {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  height: 0px;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  display: block;
}

footer .container {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  h1.page-title {
    font-size: 18px;
    text-align: center;
    margin: 100px 0 60px;
    line-height: 1em;
  }
  .sub-header {
    font-size: 14px;
    text-align: left;
  }
  .container {
    margin-top: 70px;
    max-width: 74.666666%;
  }
  .container-small {
    margin-top: 60px;
    max-width: 74.666666%;
  }
  .container-gmap {
    max-width: 86%;
    margin-top: 20px;
  }
  .container-gmap > .link-with-triangle {
    display: block;
  }
  .banner {
    padding-top: 117.333333%;
  }
  .about-message {
    margin-bottom: 138px;
  }
  .about-message p {
    font-size: 12px;
    line-height: 29px;
  }
  .flex.sp-col1 {
    flex-direction: column;
  }
  .flex.sp-col1 > div {
    width: 100%;
  }
  .flex.sp-col1 .about-item {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
  }
  .flex.sp-col1 .about-item p:first-child {
    width: 100px;
    flex-shrink: 0;
  }
  .flex.sp-col1 .about-item p {
    font-size: 12px;
    line-height: 1.5em;
  }
  .flex.sp-col1 .about-item .label {
    font-size: 12px;
    line-height: 1.5em;
  }
  .flex.sp-col1 .about-item .data {
    font-size: 12px;
  }
  .sp-align-center {
    justify-content: center;
  }
  .post-container .post-thumbnail {
    display: flex;
  }
  .post-container .date {
    text-transform: unset;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .post-container .entry-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  .share-container a {
    margin-left: 30px;
  }
  .share-container a img {
    width: 20px;
    height: 20px;
  }
  .share-container p {
    font-size: 12px;
  }
  .post-type-archive-information .selector {
    margin-bottom: 80px;
  }
  .post-type-archive-information .list-item-news {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .post-type-archive-information .list-item-news .item-text-wrapper .date {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 4px;
  }
  .post-type-archive-information .list-item-news .item-text-wrapper a {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 14px;
    display: block;
  }
  .post-type-archive-information .list-item-news .thumbnail-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post-type-archive-information .page-controller {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .post-type-archive-information .page-controller .pagination {
    margin: 0 0 50px;
  }
  .post-type-archive-information .page-controller .pagination .nav-links > div {
    padding: 0 20px;
  }
  .post-type-archive-information
    .page-controller
    .pagination
    .nav-links
    > div.nav-next {
    display: flex;
    justify-content: flex-end;
  }
  .post-work img {
    max-width: unset;
    width: 116%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .post-work .text-body img {
    max-width: unset;
    width: 116%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .post-work .work-video {
    max-width: unset;
    width: 116%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
}

header {
  margin: 60px auto;
  width: 92%;
  display: flex;
  position: relative;
  transform: translateY(0px);
  z-index: 100000;
}

header.fade-in {
  background: #fff;
  box-sizing: content-box;
  height: 33px;
  left: 0;
  margin: 0 auto;
  padding: 24px 4%;
  position: fixed;
  top: -120px;
  transform: translateY(120px);
  transition-duration: 0.5s;
  transition-property: transform;
}

header.fade-in .kazari-copy {
  display: none;
}

header .kazari-copy {
  width: fit-content;
  height: 79px;
  font-family: "Crimson Text", serif;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  white-space: nowrap;
}

header .site-branding {
  flex-shrink: 1;
}

header .logo-container {
  display: block;
  max-width: 205px;
  margin-bottom: 24px;
  height: auto;
}

header .logo-container img {
  width: 100%;
  height: auto;
}

header .gm-link {
  height: 40px;
  position: relative;
  top: -5px;
  transition: 0.5s;
  z-index: 100;
  margin-left: 60px;
}

header .gm-link img {
  width: auto;
  height: 100%;
}

header .gm-link:hover {
  transform: translateY(-5px);
}

header .main-navigation {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

header .main-navigation .nav-menu {
  display: flex;
  justify-content: flex-end;
}

header .main-navigation .nav-menu li {
  margin-left: 60px;
}

header .main-navigation .nav-menu li a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #000;
  transition: 0.5s;
  transition-property: transform;
  font-family: "Overpass";
}

header .main-navigation .nav-menu .current-menu-item a,
header .main-navigation .nav-menu .current_page_item a {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 980px) {
  header .main-navigation .nav-menu li {
    margin-left: 28px;
  }
  header .gm-link {
    margin-left: 28px;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  .banner.sp-only {
    display: block !important;
  }
  header {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    box-sizing: border-box;
  }
  header.fade-in {
    height: 68px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  header .kazari-copy {
    display: none;
  }
  header .logo-container {
    max-width: 120px;
    margin-bottom: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
  header .site-branding {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 10;
  }
  header .main-navigation .nav-menu .current-menu-item a,
  header .main-navigation .nav-menu .current_page_item a {
    border-bottom: unset;
  }
  header .main-navigation .nav-menu > * a:hover {
    transform: translateZ(5px);
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 80px;
}

.grid .grid-item .post-thumbnail {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.grid .grid-item .post-thumbnail > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.grid .grid-item .post-thumbnail:hover > img {
  transform: scale(1.1);
}

.grid .grid-item .entry-header {
  margin: 28px 0 10px;
}

.grid .grid-item .entry-header a {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  color: #878787;
}

.grid .grid-item .entry-footer p {
  font-size: 14px;
  line-height: 11px;
  text-align: left;
  color: #878787;
  margin: 0;
}

.grid-works .item-work {
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  height: 260px;
  text-decoration: none;
}

.grid-works .item-work:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  background: #fff;
  opacity: 0;
  z-index: 1;
}

.grid-works .item-work .onhover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: 1s;
}
.grid-works .item-work .onhover-image video {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  opacity: 0;
  transition: 1s;
}

.grid-works .item-work .work-container {
  box-sizing: border-box;
  height: 100%;
  padding: 24px;
  position: relative;
  width: 100%;
}

.grid-works .item-work .work-title {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  width: 92%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 0;
  transition-duration: 0.6s;
}

.grid-works .item-work .work-cat {
  color: #000;
  right: 0px;
  line-height: 11px;
  font-family: "Overpass", sans-serif;
  font-size: 11px;
  font-weight: 300;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  height: 11px;
  bottom: 0;
  margin: auto;
  z-index: 100;
  opacity: 0;
  transition-duration: 0.6s;
}

@media (hover: hover) and (pointer: fine) {
  .grid-works .item-work:hover:before {
    opacity: 1;
  }

  .grid-works .item-work:hover .onhover-image,
  .grid-works .item-work:hover .onhover-image video {
    opacity: 1;
  }

  .grid-works .item-work:hover .work-container .work-title,
  .grid-works .item-work:hover .work-container .work-cat {
    opacity: 1;
    transition-delay: 1s;
    transition-timing-function: ease-in;
  }
}

@media screen and (max-width: 800px) {
  .grid {
    gap: 60px;
  }
  .grid .grid-item .entry-header {
    margin-top: 20px;
  }
  .grid .grid-item .entry-header a {
    font-size: 16px;
  }
  .grid .grid-item .entry-footer p {
    font-size: 14px;
  }
}

.list-item-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.list-item-news .item-text-wrapper {
  flex-grow: 1;
}

.list-item-news .item-text-wrapper .date {
  color: #606060;
  margin: 0 0 12px;
  font-family: "YuGothicStd-M", "Overpass", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
}

.list-item-news .item-text-wrapper a {
  font-family: "YuGothicStd-D", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", sans-serif;
  margin-top: 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 2px;
  color: #606060;
}

.list-item-news .thumbnail-wrapper {
  margin-top: 36px;
  width: 140px;
  height: 80px;
  margin-left: 40px;
  transition: 0.5s;
  flex-shrink: 0;
  background-size: 100%;
  background-position: center;
}

.list-item-news a:hover .thumbnail-wrapper {
  background-size: 120%;
}

footer.site-footer {
  padding-bottom: 50px;
}

footer.site-footer .footer-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

footer.site-footer .footer-container .company-info {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  color: #000000;
  margin-right: 100px;
}

footer.site-footer .footer-nav-container {
  flex-grow: 1;
}

footer.site-footer .footer-nav-container .footer-nav,
footer.site-footer .footer-nav-container .footer-nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

footer.site-footer .footer-nav-container a {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  text-decoration: none;
  color: #000000;
}

footer.site-footer .footer-logo {
  width: 170px;
}

footer.site-footer .copyright {
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

button {
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
}

button.backToTop {
  transition: 0.5s;
  width: 40px;
  height: 24px;
  position: absolute;
  top: 0;
  transform: translateY(-105%);
  background-size: cover;
  opacity: 1;
  right: 0;
  cursor: pointer;
}

button.backToTop:hover {
  transform: translateY(-150%);
}

@media screen and (max-width: 800px) {
  button.backToTop {
    transition: unset;
    width: 40px;
    height: 24px;
    position: relative;
    top: auto;
    transform: unset;
    opacity: 1;
    right: auto;
    cursor: pointer;
    display: block;
    margin: 162px auto 80px;
  }
  button.backToTop:hover {
    transform: unset;
  }
  footer.site-footer .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px));
    gap: 56px;
  }
  footer.site-footer .footer-container .company-info {
    margin-right: 0;
  }
  footer.site-footer .footer-container .footer-logo {
    width: 140px;
  }
  footer.site-footer .footer-nav-container {
    display: none;
  }
  footer.site-footer .container {
    max-width: 84%;
  }
  footer.site-footer .copyright {
    left: 0;
    right: auto;
    bottom: -20px;
  }
}

.link-with-triangle {
  font-family: "Overpass";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.96px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}

.link-with-triangle:visited {
  color: #000;
}

.triangle-horizontal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 16px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/guilloche/img/c_01.png");
}

.triangle-horizontal .block {
  display: block;
}

.triangle-horizontal .inline {
  display: inline-block;
}

.triangle-vertical {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 12px;
  margin: auto;
  transition: 0.5s;
  transform: translateY(-8px);
}

.triangle-vertical:after,
.triangle-vertical:before {
  content: "";
  display: block;
  transition: 0.5s;
  height: 1px;
  width: 17px;
  background: #000;
  position: absolute;
}

.triangle-vertical:after {
  top: 0;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(42deg) translateX(3px);
}

.triangle-vertical:before {
  top: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(-42deg) translateX(-3px);
}

.triangle-vertical .block {
  display: block;
}

.triangle-vertical .inline {
  display: inline-block;
}

a:hover .link-arrow.right {
  transform: translateX(10px);
}

a:hover .link-arrow.left {
  transform: rotateY(180deg) translateX(10px);
}

.arrow {
  position: relative;
  height: 12px;
  display: block;
  width: 90px;
  transition: 0.5s;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow.arrow-left {
  background-position: right;
  background-image: url("/wp-content/themes/guilloche/img/02_next_prev-up.png");
}

.arrow.arrow-right {
  background-image: url("/wp-content/themes/guilloche/img/02_next_prev-down.png");
}

.nav-arrow {
  width: 115px;
}

.link-arrow {
  width: 41px;
  height: 16px;
  position: relative;
  display: block;
  transition: 0.5s;
  background-size: cover;
  background-image: url("/wp-content/themes/guilloche/img/01_profile-left.png");
}

.link-arrow.left {
  transform: rotateY(180deg);
  transform-origin: 10px;
}

.nav-arrow {
  width: 115px;
}

.page-controller-arrow {
  display: block;
  width: 71px;
  height: 16px;
  background-size: cover;
  background-image: url("/wp-content/themes/guilloche/img/arrow.png");
}

.page-controller-arrow.left {
  background-image: url("/wp-content/themes/guilloche/img/arrow-left.png");
}

@media screen and (max-width: 800px) {
  .link-with-triangle {
    font-size: 10px;
    padding-left: 15px;
  }
  .triangle-horizontal {
    width: 5px;
    height: 8px;
  }
  .triangle-horizontal .block {
    display: block;
  }
  .triangle-horizontal .inline {
    display: inline-block;
  }
  .single nav.post-navigation .nav-links {
    right: 0;
  }
  .single nav.post-navigation .nav-title {
    margin-bottom: 5px;
  }
}

.sp-navigation,
.sp-only {
  display: none;
}

.menu-item a {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  header {
    display: block;
    position: relative;
  }
  header .main-navigation {
    box-sizing: border-box;
    background: #fff;
    display: block;
    left: 0;
    height: 0px;
    max-height: 0px;
    opacity: 0;
    overflow-x: hidden;
    padding: 0 70px;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 5;
  }
  header .main-navigation .container-gm-logo {
    display: flex;
    align-items: center;
    max-width: 235px;
    width: 100%;
    justify-content: space-between;
    margin-top: 80px;
  }
  header .main-navigation .container-gm-logo img {
    max-width: 186px;
    width: 80%;
    flex-shrink: 1;
  }
  header .main-navigation .container-gm-logo span {
    flex-shrink: 0;
  }
  header .menu-container ul.nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
  }
  header .menu-container ul.nav-menu li {
    margin-left: 0;
    margin: 40px 0 0;
    width: 100%;
  }
  header .menu-container ul.nav-menu li > a {
    cursor: pointer;
    font-family: "Overpass";
    text-transform: unset;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 3px;
    text-align: right;
    text-decoration: none;
    color: #000000;
  }
  header.menu-open .main-navigation {
    height: calc(100vh - 52px);
    max-height: 100vh;
    opacity: 1;
    top: 52px;
  }
  header .gm-link {
    display: none;
  }
  header .sp-navigation {
    align-items: center;
    display: flex;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 10;
    bottom: 0;
    margin: auto;
  }
  header .sp-navigation .sp-menu-button {
    background: unset;
    border: unset;
    height: 15px;
    outline: none;
    position: relative;
    width: 30px;
    box-sizing: border-box;
  }
  header .sp-navigation .sp-menu-button:after,
  header .sp-navigation .sp-menu-button:before {
    background: #000;
    position: absolute;
    content: "";
    display: block;
    transition: 0.5s;
    width: 100%;
    height: 1px;
  }
  header .sp-navigation .sp-menu-button.open::after {
    transform: rotate(42deg) translateY(-4px);
  }
  header .sp-navigation .sp-menu-button:after {
    top: 0;
    left: 0;
    transform-origin: top left;
  }
  header .sp-navigation .sp-menu-button.open::before {
    transform: rotate(-42deg) translateY(5px);
  }
  header .sp-navigation .sp-menu-button:before {
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
  }
}

nav.post-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: -50px;
  width: 270px;
  height: 44px;
  transition: 0.3s;
  transform: rotate(90deg) translate(50%, 50%);
  transform-origin: center right;
}

nav.post-navigation .nav-title {
  margin-bottom: 20px;
  display: block;
  font-family: "Overpass";
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  color: #000000;
}

nav.post-navigation .nav-links {
  width: 270px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

nav.post-navigation .nav-links a {
  text-decoration: none;
  font-family: "Overpass";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  display: block;
  height: 100%;
}

nav.post-navigation .nav-links a .nav-arrow {
  width: 90px;
}

nav.post-navigation .nav-links a:hover .arrow-left {
  transform: translateX(-10px);
}

nav.post-navigation .nav-links a:hover .arrow-right {
  transform: translateX(10px);
}

nav.post-navigation .nav-links a.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

nav.post-navigation .nav-previous {
  flex: unset;
  text-align: left;
  position: relative;
  display: block;
  height: 44px;
}

nav.post-navigation .nav-previous a {
  text-align: left;
}

nav.post-navigation .nav-next {
  text-align: right;
  position: relative;
  display: block;
  height: 44px;
}

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

nav.post-navigation .arrow-left {
  right: 0;
}

nav.post-navigation .arrow-right {
  left: 0;
}

nav.post-navigation .arrow {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  nav.post-navigation {
    display: none;
  }
}

.fixed {
  right: 20px !important;
}

.text-body {
  margin-top: 60px;
  margin-bottom: 55px;
}

.text-body * {
  color: #878787;
  line-height: 2;
}

.text-body h1,
.text-body h2,
.text-body h3,
.text-body h4,
.text-body h5,
.text-body h6,
.text-body p {
  margin: 0;
  padding: 0;
}

.text-body h1,
.text-body h2,
.text-body h3,
.text-body h4,
.text-body h5,
.text-body h6,
.text-body strong {
  font-family: "Spartan", "YuGothicStd-D", "Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}

.text-body h1,
.text-body h2 {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.64px;
  text-align: left;
  line-height: 2.2;
  color: #606060;
  margin-top: 52px;
}

.text-body h3 {
  font-size: 21px;
  line-height: 2.2;
}

.text-body h4 {
  font-size: 21px;
  line-height: 2.2;
}

.text-body h5 {
  font-size: 21px;
  line-height: 2.2;
}

.text-body h6 {
  font-size: 21px;
  line-height: 2.2;
}

.text-body p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

.text-body ul {
  padding-left: 16px;
}

.text-body img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .text-body {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .text-body ul,
  .text-body p {
    font-size: 14px;
  }
  .text-body h1,
  .text-body h2 {
    font-size: 16px;
  }
  .text-body h3 {
    font-size: 15px;
  }
  .text-body h4 {
    font-size: 15px;
  }
  .text-body h5 {
    font-size: 15px;
  }
  .text-body h6 {
    font-size: 15px;
  }
}

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