@charset "UTF-8";
/*
  Theme Name: gt
  Theme URI:
  Author: Kotaro Ishii
  Author URI:
  Description:
  Version: 1.0.0
  License:
  License URI:
  Text Domain:
*/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/*figure {
	margin: 1em 40px;
}*/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
/*nav ol,
nav ul {
	list-style: none;
}*/
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  /* background-color: transparent; */
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

html {
  overflow-y: scroll;
}

* {
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

a,
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* Set table width & table-layout */
table {
  width: 100%;
  table-layout: fixed;
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium"), url("fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff"), url("fonts/NotoSerifJP/NotoSerifJP-Medium.ttf") format("truetype"), url("fonts/NotoSerifJP/NotoSerifJP-Medium.eot?#iefix") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: semibold;
  font-weight: 600;
  src: local("Noto Serif JP SemiBold"), local("NotoSerifJP-SemiBold"), url("css/fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff") format("woff"), url("css/fonts/NotoSerifJP/NotoSerifJP-SemiBold.ttf") format("truetype"), url("css/fonts/NotoSerifJP/NotoSerifJP-SemiBold.eot?#iefix") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold"), url("css/fonts/NotoSerifJP/NotoSerifJP-Bold.woff") format("woff"), url("css/fonts/NotoSerifJP/NotoSerifJP-Bold.ttf") format("truetype"), url("css/fonts/NotoSerifJP/NotoSerifJP-Bold.eot?#iefix") format("embedded-opentype");
  font-display: swap;
}
body {
  font-family: "Noto Serif Japanese", "游明朝 Medium", serif;
}

html {
  font-size: 100%;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 100%;
  line-height: 2;
  color: #595960;
}

a {
  color: #0066b9;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}
.thumb > img {
  width: 100%;
}

.thumb {
  overflow: hidden;
}

h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0 0 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

hr {
  border: 0;
  border-top: 1px dashed #cfcfcf;
  margin: 3em 0;
}

ul {
  list-style: none;
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote {
  padding: 1.5em;
  margin: 2em 0;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

blockquote:before,
blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 1.5rem;
  color: #cfcfcf;
}

blockquote:before {
  content: "\f10d";
  left: 0.5em;
  top: 0;
}

blockquote:after {
  content: "\f10e";
  right: 0.5em;
  bottom: 0;
}

blockquote p {
  font-weight: bold;
  margin: 1.5em 0;
}

table {
  border: 1px solid #e3e3e3;
}

caption {
  background-color: #e3e3e3;
}

th, td {
  padding: 0.5rem;
}

tr:not(:first-of-type) {
  border-top: 1px solid #e3e3e3;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=color],
select,
textarea {
  max-width: 100%;
  border: 1px solid #cfcfcf;
  padding: 2px 6px;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
input[type=text][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=date][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=time][disabled],
input[type=number][disabled],
input[type=color][disabled],
select[disabled],
textarea[disabled] {
  background-color: #eee;
}

textarea {
  width: 100%;
}

fieldset {
  border: 1px dotted #cfcfcf;
  padding: 1em;
}
fieldset p + p {
  margin-top: 1.5em;
}

.wp-embedded-content {
  margin: 0 auto;
  min-width: 100%;
  width: 100%;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap-wrap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.googlemap-wrap iframe, .googlemap-wrap object, .googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .googlemap-wrap {
    padding-bottom: 40%;
  }
}

p {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.breadcrumb {
  margin: 0 calc(50% - 50vw);
  background-color: #595960;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.breadcrumb ul {
  padding: 2px 10px;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none; /* for Windows */
  -ms-overflow-style: none; /* for Windows */
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .breadcrumb ul {
    padding: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-of-type {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb i {
  margin: 0 4px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb i {
    margin: 0 8px;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem auto 0.5rem;
}
.pagination li {
  display: block;
}
.pagination li a, .pagination li span {
  font-size: 1rem;
  line-height: 1;
  color: #6d6d6d;
  display: block;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.pagination li a:hover {
  text-decoration: underline;
}
.pagination li.prev a, .pagination li.prev span, .pagination li.next a, .pagination li.next span {
  /*background-color: #e3e4e6;*/
  background-color: #ccc;
  color: #fff;
}
.pagination li.prev:hover a, .pagination li.prev:hover span, .pagination li.next:hover a, .pagination li.next:hover span {
  border-bottom: none;
}
.pagination li .current {
  border-radius: 50%;
  color: #fff;
  margin: 0 8px;
}
.pagination .page-numbers {
  display: -ms-flexbox;
  display: flex;
}

body {
  background-color: #fff;
}

body.open {
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .inner {
    max-width: 980px;
    padding: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .content-Inner {
    padding: 3rem 0;
  }
}

.main {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar-Widget:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
.sidebar-Widget--scroll {
  position: sticky;
  top: 6rem;
}

.lum-lightbox {
  z-index: 10000;
}

@media screen and (max-width: 549px) {
  .lum-lightbox-inner img {
    display: block;
    width: 80vw;
  }
}
.sidebar-Section {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sidebar-Section {
    padding: 2rem 0;
  }
}
.sidebar-Section_Title {
  font-weight: bold;
  font-size: 1rem;
  color: rgb(19, 19, 30);
  margin-bottom: 0.5rem;
}
.sidebar-Contact {
  background-color: #e3e1d9;
  padding: 8px;
  text-align: center;
}
.sidebar-Contact_Inner {
  background-color: #fff;
  padding: 12px;
}
.sidebar-Contact_Title {
  font-size: 1.2em;
  color: #804d50;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.sidebar-Contact_Tel {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
.sidebar-Contact_Tel span {
  font-size: 2rem;
}
.sidebar-Contact_Tel a {
  color: #595960;
}
.sidebar-Contact_Time {
  font-size: 0.9em;
}
.sidebar-Contact_Link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sidebar-Contact_Link a {
  display: block;
  background-color: #804d50;
  color: #fff;
  border: 2px solid #804d50;
  border-radius: 8px;
  text-align: center;
  padding: 8px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.2em;
}
.sidebar-Contact_Link a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #804d50;
}
.sidebar-Announce_List_Item:not(:first-of-type) {
  margin-top: 1rem;
}
.sidebar-Announce_List_Item_Anchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #595960;
}
.sidebar-Announce_List_Item_Col:last-of-type {
  -ms-flex: 1;
      flex: 1;
}
.sidebar-Announce_Thumb {
  width: 100px;
  margin-right: 1rem;
}
.sidebar-Announce_Title {
  line-height: 1.5;
}
.sidebar-Related_List_Item {
  padding: 0.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.sidebar-Related_List_Item:not(:first-of-type) {
  border-top: 1px solid #e3e1d9;
}
.sidebar-Related_List_Item a {
  font-size: 13px;
}
.sidebar-Related_List_Logo {
  width: 100px;
}
.sidebar-Related_List_Name {
  -ms-flex: 1;
      flex: 1;
  padding-left: 1rem;
}
.sidebar-Instagram_Head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #595960;
  letter-spacing: 1px;
  font-weight: 600;
}
.sidebar-Instagram_Head::before {
  content: "";
  width: 100%;
  background-color: #000;
  height: 0.1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.sidebar-Instagram_Head_Inner {
  position: relative;
  background-color: #fff;
  padding: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
}
.sidebar-Instagram_Head_Inner .wrap {
  position: relative; /*相対配置*/
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  border-radius: 6px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 4px;
}
.sidebar-Instagram_Head_Inner .wrap::before { /*グラデーションを重ねるため*/
  content: "";
  position: absolute; /*絶対配置*/
  top: 23px; /*ずらす*/
  left: -18px; /*ずらす*/
  width: 60px; /*グラデーションカバーの幅*/
  height: 60px; /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
}
.sidebar-Instagram_Head_Inner .fa-instagram { /*アイコン*/
  color: #FFF; /*白に*/
  position: relative; /*z-indexを使うため*/
  z-index: 2; /*グラデーションより前に*/
  font-size: 20px; /*アイコンサイズ*/
  line-height: 20px; /*高さと合わせる*/
  font-weight: normal;
}
.sidebar-Instagram_SubHead {
  text-align: center;
  font-size: 12px;
}
.sidebar-Instagram_Widget {
  padding: 1.5rem 0;
}
.sidebar-Instagram_Widget:not(:first-of-type) {
  border-top: 1px solid #e3e1d9;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #e3e1d9;
  background-color: #fff;
}
.header-Inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.5rem;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .header-Inner {
    height: 80px;
    padding: 0;
  }
}
.header-Logo {
  display: inline-block;
  font-size: 1rem;
  margin-right: auto;
}
.header-Logo_Anchor {
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .header-Logo_Anchor {
    font-size: 1.5rem;
  }
}
.header-Logo img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .header-Logo img {
    height: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .header-Navi {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header-Navi_List {
    display: -ms-flexbox;
    display: flex;
  }
  .header-Navi_List_Item:not(:first-of-type) {
    margin-left: 2rem;
  }
  .header-Navi_List_Item.current a {
    font-weight: bold;
  }
  .header-Navi a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #595960;
    letter-spacing: 1px;
    font-size: 0.9em;
  }
  .header-Navi a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .header-Sns {
    margin-left: 2rem;
  }
}
.header-Sns_List {
  display: -ms-flexbox;
  display: flex;
}
.header-Sns_List_Item:not(:first-of-type) {
  margin-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .header-Sns_List_Item:not(:first-of-type) {
    margin-left: 1rem;
  }
}
.header-Sns_Anchor {
  color: #595960;
  font-size: 1.2em;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e3e1d9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.header-Sns_Anchor svg {
  fill: #595960;
  width: auto;
  height: 20px;
  vertical-align: sub;
  transition: 0.2s ease-in-out;
}
.header-Sns_Anchor:hover {
  text-decoration: none;
}
.header-Toggle {
  position: relative;
  margin-left: 1rem;
  margin-right: 0.5rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  color: #595960;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header-Toggle {
    display: none;
  }
}
.header-Toggle,
.header-Toggle span {
  transition: 0.4s;
}
.header-Toggle_Inner {
  width: 18px;
  height: 12px;
  position: relative;
  margin: 0 auto 1px;
}
.header-Toggle_Inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #595960;
}
.header-Toggle_Inner span:nth-of-type(1) {
  top: 0;
}
.header-Toggle_Inner span:nth-of-type(2) {
  top: 5px;
}
.header-Toggle_Inner span:nth-of-type(3) {
  bottom: 0;
}
.header-News_List_Item {
  text-align: center;
  line-height: 3;
  border-bottom: 1px solid #e3e1d9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0.5rem;
}
.header-News_List_Anchor {
  color: #595960;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .header-News_List_Anchor {
    font-size: 0.9em;
  }
}
.header-News_New {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
  letter-spacing: 1px;
  font-size: 0.9em;
  border: 1px solid;
  line-height: 1;
  padding: 2px 4px 1px 7px;
}

.drawer {
  position: fixed;
  top: 0;
  right: -80vw;
  z-index: 400;
  background-color: #fff;
  width: 80vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-out;
  overflow-y: scroll;
  padding-bottom: 150px;
}
.drawer.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(-80vw);
}
.drawer-Inner {
  padding: 0.5rem 1.5rem 0;
}
.drawer-Section:not(:first-of-type) {
  margin-top: 1rem;
}
.drawer-Contact {
  text-align: center;
}
.drawer-Contact .sidebar-Contact_Tel a {
  color: #595960;
}
.drawer-Contact_Tel {
  line-height: 1.3;
  font-size: 1rem;
  font-weight: bold;
}
.drawer-Contact_Tel span {
  font-size: 1.8rem;
  color: #595960;
}
.drawer-Contact_Tel span a {
  color: #595960;
}
.drawer-Contact_Time {
  font-size: 0.9em;
}
.drawer-Contact_Link {
  margin-top: 8px;
}
.drawer-Contact_Link a {
  display: block;
  color: #fff;
  padding: 4px 16px 6px;
  letter-spacing: 1px;
  border-radius: 100px;
}
.drawer-Contact_Link a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  margin-right: 4px;
}
.drawer-Navi_List_Item:not(:first-of-type) {
  margin-top: 1rem;
}
.drawer-Navi a {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #595960;
  color: #595960;
}
.drawer-Navi a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 4px;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  /*width: 100%;*/
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s ease;
  z-index: 300;
  cursor: pointer;
}
.overlay-Close {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.overlay-Close::before, .overlay-Close::after {
  content: "";
  position: absolute;
  background: #fff;
  right: 0;
  top: 50%;
  width: 3px;
  height: 20px;
  border-radius: 1rem;
}
.overlay-Close::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.overlay-Close::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.open .overlay {
  visibility: visible;
  opacity: 1;
}

.footer {
  padding: 1rem;
  border-top: 1px solid #e3e1d9;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 1rem 0 2rem;
  }
}
.footer-Info table {
  border: 0;
}
.footer-Info tr:not(:first-of-type) {
  border-top: 1px solid #e3e1d9;
}
.footer-Info th,
.footer-Info td {
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .footer-Info th,
  .footer-Info td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer-Info th,
  .footer-Info td {
    line-height: 2;
  }
}
.footer-Info th {
  padding: 1rem 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-Info th {
    padding: 1.5rem;
    width: 30%;
  }
}
.footer-Info td {
  padding: 0 1rem 1rem;
  font-size: 0.9em;
}
.footer-Info td span:not(:first-of-type)::before {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 768px) {
  .footer-Info td {
    padding: 1.5rem;
    width: 70%;
    font-size: unset;
  }
}
.footer-Info i {
  margin-right: 4px;
  display: inline;
}
.footer-Info svg {
  margin-right: 4px;
  width: auto;
  height: 16px;
}
.footer-Info img {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
}
.footer-Inner {
  text-align: center;
}
.footer-Related {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .footer-Related {
    padding: 0;
  }
}
.footer-Related_Title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer-Related_Title {
    margin: 1rem 0 1rem;
  }
}
.footer-Related_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.footer-Related_List_Item {
  padding: 1rem 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-Related_List_Item {
    width: auto;
    padding: 0 2rem;
    margin: 1.25rem 0;
  }
  .footer-Related_List_Item:not(:first-of-type) {
    border-left: 1px solid #e3e1d9;
  }
}
.footer-Related_List_Item a {
  color: #949499;
  font-size: 12px;
}
.footer-Related_List_Item a:hover {
  text-decoration: underline;
}
.footer-Related_List_Logo {
  width: 130px;
  margin-bottom: 2px;
  display: inline-block;
}
.footer-Related_List_Logo img {
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 30px;
}
.footer-Copyright {
  color: #949499;
  font-size: 12px;
}
.footer-Copyright a {
  color: #949499;
}
@media screen and (min-width: 768px) {
  .footer-Widget {
    margin-bottom: 1.25rem;
  }
}
.footer-Widget img:hover {
  opacity: 0.5;
}
.footer-Widget_Inner {
  max-width: 768px;
  margin: 0 auto;
}

.home-Section {
  padding: 2rem 1rem;
  margin: 0 auto;
}
.home-Section:first-of-type {
  padding-top: 0;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .home-Section {
    padding: 2rem 0;
  }
}
.home-Section_Title {
  font-weight: 600;
  color: #595960;
  margin-bottom: 8px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 1.7rem;
  padding-bottom: 8px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #595960;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-Section_Title {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
.home-Section_Title::before {
  content: "";
  width: 100%;
  background-color: #595960;
  height: 0.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.home-Section_Title_Inner {
  position: relative;
  background-color: #fff;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .home-Section_Title_Inner {
    padding: 0 2rem;
  }
}
.home-Section_Title_Inner span {
  font-size: 0.5em;
}
.home-Section_Title_Inner span::after {
  content: "\a";
  white-space: pre;
}
.home-Section_More {
  text-align: center;
}
.home-Section_More_Button {
  position: relative;
  display: block;
  max-width: 600px;
  border: 1px solid #ddd;
  color: #777;
  border-radius: 30px;
  padding: 5px 24px 4px;
  margin: 1rem auto 0;
  font-size: 14px;
}
.home-Section_More_Button:hover {
  color: #fff;
  text-decoration: none;
}
.home-Slider img {
  display: block;
}
@media screen and (max-width: 767px) {
  .home-Slider {
    padding: 0 0 1rem;
    margin: 0 calc(50% - 50vw);
    border: 0;
  }
}
.home-Slider_List {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.home-Slider_List.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.home-Slider_Dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1rem;
}
.home-Slider_Dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.1;
}
.home-Slider_Dots li:not(:first-of-type) {
  margin-left: 0.75rem;
}
.home-Slider_Dots li.slick-active {
  opacity: 0.5;
}
.home-Slider_Dots button {
  font-size: 0px;
  background: no-repeat;
  border: 0;
}
.home-Navi_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  border-bottom: 1px solid #595960;
}
.home-Navi_List li {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  border: 1px solid #595960;
  border-bottom: 0;
  position: relative;
  top: 1px;
}
.home-Navi_List li:not(:first-of-type) {
  margin-left: 4px;
}
.home-Navi_List li.current {
  border-bottom: 1px solid #fff;
}
.home-Navi_List a {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  color: inherit;
}
.home-Concept_Textarea {
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 550px) {
  .home-Concept_Textarea {
    text-align: center;
  }
}
@media screen and (max-width: 549px) {
  .home-Feature_Col_Item {
    padding: 0 5%;
    margin-top: 2rem;
  }
  .home-Feature_Col_Item:not(:last-of-type) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e3e1d9;
  }
}
@media screen and (min-width: 550px) {
  .home-Feature_Col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home-Feature_Col_Item {
    width: 30%;
  }
  .home-Feature_Col_Item:not(:first-of-type) {
    margin-left: 5%;
  }
}
.home-Feature_Title {
  font-weight: 600;
  color: #595960;
  margin: 0.5rem 0 0.3rem;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
}
.home-Feature_Desc {
  text-align: justify;
}
.home-Menu_Notice {
  margin-top: 1rem;
  font-size: 0.9em;
  color: #949499;
}
@media screen and (min-width: 550px) {
  .home-Menu_Notice {
    text-align: center;
  }
}
@media screen and (min-width: 550px) {
  .home-Menu_Col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.home-Menu_Col:not(:first-of-type) {
  margin: 2rem 0;
}
@media screen and (min-width: 550px) {
  .home-Menu_Col_Item:first-of-type {
    width: 320px;
  }
}
.home-Menu_Col_Item:last-of-type {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (min-width: 550px) {
  .home-Menu_Col_Item:last-of-type {
    margin-left: 1.5rem;
  }
}
.home-Menu_Category {
  display: inline-block;
  color: #804d50;
  border: 1px solid #804d50;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 0.8em;
}
.home-Menu_Title {
  font-weight: bold;
  color: #595960;
  line-height: 1;
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 550px) {
  .home-Menu_Title {
    margin: 0;
  }
}
.home-Menu_Caption {
  font-size: 0.9em;
  color: #949499;
}
.home-Menu_Desc {
  margin-top: 0.5rem;
  text-align: justify;
}
.home-Menu_Price {
  font-weight: bold;
}
.home-Gallery_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 549px) {
  .home-Gallery_List_Item {
    width: 32%;
  }
  .home-Gallery_List_Item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .home-Gallery_List_Item:nth-of-type(n+4) {
    margin-top: 2%;
  }
  .home-Gallery_List_Item:nth-of-type(n+10) {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .home-Gallery_List_Item {
    width: 19%;
  }
  .home-Gallery_List_Item:not(:nth-of-type(5n+1)) {
    margin-left: 1.25%;
  }
  .home-Gallery_List_Item:nth-of-type(n+6) {
    margin-top: 1.25%;
  }
}
.home-Review_Col {
  border: 1px solid #e3e1d9;
  padding: 8px 12px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home-Review_Col:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (max-width: 549px) {
  .home-Review_Col {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 549px) {
  .home-Review_Col {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .home-Review_Col_Item:not(:last-of-type) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 550px) {
  .home-Review_Col_Item:first-of-type {
    width: 84px;
  }
}
@media screen and (min-width: 550px) and (min-width: 550px) {
  .home-Review_Col_Item:first-of-type {
    width: 200px;
  }
}
@media screen and (min-width: 550px) {
  .home-Review_Col_Item:last-of-type {
    -ms-flex: 1;
        flex: 1;
  }
  .home-Review_Col_Item:not(:first-of-type) {
    padding-left: 2%;
  }
}
.home-Review_Title {
  font-weight: bold;
  color: rgb(19, 19, 30);
  font-size: 1.2em;
}
.home-Review_Sentence {
  line-height: 2;
  text-align: justify;
}
.home-Announce a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 549px) {
  .home-Announce_List {
    margin-bottom: 0.5rem;
  }
}
.home-Announce_List_Item:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 550px) {
  .home-Announce_List_Item_Anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .home-Announce_List_Item_Col:first-of-type {
    width: 120px;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 550px) and (min-width: 550px) {
  .home-Announce_List_Item_Col:first-of-type {
    width: 320px;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 550px) {
  .home-Announce_List_Item_Col:last-of-type {
    -ms-flex: 1;
        flex: 1;
  }
}
.home-Announce_Title {
  line-height: 1.5;
  color: #595960;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 550px) {
  .home-Announce_Title {
    margin: 0;
  }
}
.home-Announce_Content {
  color: #595960;
  margin: 4px 0 0;
  text-align: justify;
  font-size: 1rem;
}
@media screen and (max-width: 549px) {
  .home-Announce_Content {
    line-height: 1.7;
  }
}
.home-Banner img {
  width: 100%;
}
.home-Banner a {
  display: block;
}
.home-Banner a:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .home-Banner_Col_Item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .home-Banner_Col {
    display: -ms-flexbox;
    display: flex;
  }
  .home-Banner_Col_Item {
    -ms-flex: 1;
        flex: 1;
  }
  .home-Banner_Col_Item:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}
.home-Action_Link_Button {
  display: block;
  padding: 1rem;
  text-align: center;
  border: 1px solid;
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 100px;
}
.home-Action_Link_Button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  margin-right: 4px;
}
.home-Action_Link_Button:hover {
  text-decoration: none;
  background: transparent;
}
.home-Action_Memo {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 549px) {
  .home-Blog_List {
    margin-bottom: 0.5rem;
  }
}
.home-Blog_List_Item {
  padding: 1.5rem 0;
}
.home-Blog_List_Item:first-of-type {
  padding-top: 0;
}
.home-Blog_List_Item:not(:first-of-type) {
  border-top: 1px solid #e3e1d9;
}
.home-Blog_List_Item_Anchor:hover {
  text-decoration: none;
  opacity: 0.5;
}
.home-Blog_Date {
  color: #595960;
}
@media screen and (max-width: 549px) {
  .home-Blog_Date {
    font-size: 0.9em;
  }
}
.home-Blog_Date span {
  display: inline-block;
  font-size: 0.8em;
  border: 1px solid;
  margin-left: 0.5rem;
  line-height: 1;
  padding: 3px 6px 2px;
  letter-spacing: 0.5px;
}
.home-Blog_Title {
  line-height: 1.5;
  color: #595960;
  letter-spacing: 1px;
}
@media screen and (min-width: 550px) {
  .home-Blog_Title {
    font-size: 1.1rem;
  }
}
.home-Blog_Content {
  color: #595960;
  margin: 4px 0 0;
  text-align: justify;
  font-size: 0.9em;
}
.home-Blog_Category {
  margin-bottom: 2rem;
}
.home-Blog_Category_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 549px) {
  .home-Blog_Category_List_Item {
    width: 49%;
  }
  .home-Blog_Category_List_Item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .home-Blog_Category_List_Item:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 550px) {
  .home-Blog_Category_List_Item {
    -ms-flex: 1;
        flex: 1;
  }
  .home-Blog_Category_List_Item:not(:first-of-type) {
    margin-left: 1rem;
  }
}
.home-Blog_Category_List_Item a {
  display: block;
  text-align: center;
  color: #595960;
  background-color: #efefef;
  letter-spacing: 1px;
}
.home-Blog_Category_List_Item a:hover {
  text-decoration: none;
  background-color: #edf8ef;
}
.home-Blog_Category_List_Item.current a {
  background-color: #edf8ef;
}
@media screen and (max-width: 549px) {
  .home-Goods_List_Item:not(:last-of-type) {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 550px) {
  .home-Goods_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-Goods_List_Item {
    width: 23.5%;
  }
  .home-Goods_List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .home-Goods_List_Item:nth-of-type(n+5) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 549px) {
  .home-Goods_Anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .home-Goods_Anchor > div:first-of-type {
    width: 150px;
  }
  .home-Goods_Anchor > div:last-of-type {
    -ms-flex: 1;
        flex: 1;
    margin-left: 1rem;
  }
}
.home-Goods_Name {
  font-weight: 600;
  color: #595960;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-Goods_Price {
  text-align: justify;
  line-height: 1;
  margin-top: 0.5rem;
  color: #595960;
  font-size: 0.9rem;
}

.single-Inner {
  padding: 1rem;
}
@media screen and (min-width: 550px) {
  .single-Inner {
    padding: 0;
    margin: 0 auto;
    max-width: 768px;
  }
}
.single-Thumb {
  margin-bottom: 2rem;
}
.single-Head {
  margin: 0;
  color: #595960;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
@media screen and (max-width: 549px) {
  .single-Meta_Date {
    font-size: 0.9em;
  }
}
.single-Meta_Date span {
  display: inline-block;
  font-size: 0.8em;
  border: 1px solid;
  margin-left: 0.5rem;
  line-height: 1;
  padding: 3px 6px 2px;
  letter-spacing: 0.5px;
}
.single-Content {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: justify;
}
.single-Content p {
  margin-bottom: 0;
}
@media screen and (min-width: 550px) {
  .single-Content p {
    font-size: 1rem;
  }
}
.single-Content h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1px;
  border-bottom: 1px solid;
}
.single-Content a {
  text-decoration: underline;
}
.single-Content a:hover {
  text-decoration: none;
}
.single-Footer {
  margin-bottom: 3rem;
}
.single-Related {
  margin-top: 5rem;
}
.single-Related_Title {
  border: 1px solid;
  border-width: 1px 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.2em;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.archive-Inner {
  padding: 1rem;
  max-width: 768px;
  margin: 0 auto;
}
.archive-Section {
  padding: 1.5rem 0;
}
@media screen and (min-width: 550px) {
  .archive-Section {
    padding: 2rem 0;
  }
  .archive-Section:first-of-type {
    padding-top: 0;
  }
}
.archive_Notice {
  margin-top: 1rem;
  font-size: 0.9em;
  color: #949499;
}
.archive-Interior_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive-Interior_List_Item {
  width: 48%;
}
.archive-Interior_List_Item:nth-of-type(2n) {
  margin-left: 4%;
}
.archive-Interior_List_Item:nth-of-type(n+3) {
  margin-top: 4%;
}
.archive-Gallery_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 549px) {
  .archive-Gallery_List_Item {
    width: 32%;
  }
  .archive-Gallery_List_Item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .archive-Gallery_List_Item:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 550px) {
  .archive-Gallery_List_Item {
    width: 19%;
  }
  .archive-Gallery_List_Item:not(:nth-of-type(5n+1)) {
    margin-left: 1.25%;
  }
  .archive-Gallery_List_Item:nth-of-type(n+6) {
    margin-top: 1.25%;
  }
}