@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* -----------------------------------------------
	Variables
-------------------------------------------------- */
/* -----------------------------------------------
	Mixins
-------------------------------------------------- */
/* ---------- Media Query --------- */
/* ---------- CSS Hack --------- */
/* ---------- Common --------- */
/* ---------- Image --------- */
/* ---------- Arrow --------- */
/* ---------- Icon --------- */
/* ---------- Animation --------- */
/* -----------------------------------------------
  Functions
--------------------------------------------------*/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

/**************************************************
	base
***************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  font-size: 16px;
  font-size: min(16px, 1.4545454545vw);
  background: #fff;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (max-width: 767px) {
  body {
    width: 100vw;
  }
}

body, button, input, textarea, select {
  color: #333;
  font-weight: 400;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body, button, input, textarea, select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

::-moz-selection {
  background: rgba(102, 0, 0, 0.7);
  color: #fff;
}

::selection {
  background: rgba(102, 0, 0, 0.7);
  color: #fff;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

img, svg, video {
  border: 0;
  vertical-align: bottom;
}

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

li {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #660000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}

/* ---------- plain ---------- */
ul.plain, ol.plain {
  margin-left: 1em;
  margin-bottom: 1em;
}

.plain ul, .plain ol {
  margin: 0 0 0 1em;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 1em;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

._horizontalrule {
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  margin: 2.5rem 0;
}

/* ---------- text ---------- */
._bold {
  font-weight: 600;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._middle {
  font-size: 100% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._green {
  color: #660000 !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 0.67rem !important;
}

._default {
  margin-bottom: 1.33rem !important;
}

._double {
  margin-bottom: 2.67rem !important;
}

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

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/**************************************************
    Header
***************************************************/
.hamburger {
  position: absolute;
  margin: 0 auto;
  z-index: 101;
  right: 0;
  left: 0;
}
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger-wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.hamburger-wrap > span {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.hamburger-wrap > span::after {
  content: "";
  color: #fff;
  font-size: 10px;
  padding-top: 22px;
  display: block;
  position: relative;
  width: 30px;
  text-align: center;
  margin: 0 auto;
}
.hamburger-wrap > span > span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  margin-top: 0.9375rem;
  right: 0.625rem;
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
}
.hamburger-wrap > span > span:nth-of-type(1) {
  top: 0px;
}
.hamburger-wrap > span > span:nth-of-type(2) {
  top: 12px;
}
.hamburger-wrap > span > span:nth-of-type(3) {
  top: 24px;
}
.hamburger.-active .hamburger-wrap > span > span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(225deg);
          transform: translateY(12px) rotate(225deg);
}
.hamburger.-active .hamburger-wrap > span > span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.hamburger.-active .hamburger-wrap > span > span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(-225deg);
          transform: translateY(-12px) rotate(-225deg);
}

.is-in .hamburger-wrap > span > span {
  background-color: #000;
}
.is-in .hamburger.-active .hamburger-wrap > span > span {
  background: #000;
}

.sp-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #660000;
  padding: 5rem 1.5625rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 769px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav .global-nav {
  text-align: center;
  padding: 5rem 0 1.875rem;
}
.sp-nav .global-nav > .inner .item {
  margin-bottom: 1.875rem;
}
.sp-nav .global-nav > .inner .item a {
  color: #fff;
  text-decoration: none;
}
.sp-nav .instagram {
  width: 1.875rem;
  height: 1.875rem;
  margin: 1.875rem auto 0;
}
.sp-nav .instagram a {
  display: block;
}
.sp-nav .instagram a:hover {
  opacity: 0.5;
}
.sp-nav.-opened {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.sp-nav-overlay {
  position: fixed;
  background: #911919;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-nav-overlay.-opened {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**************************************************
    Footer
***************************************************/
.site-footer > .inner {
  text-align: center;
  padding: 5.625rem 2.5rem;
}
@media (max-width: 767px) {
  .site-footer > .inner {
    padding: 2.5rem 0.9375rem;
  }
}
.site-footer .footer-logo {
  width: 13.4375rem;
  height: 8.75rem;
  margin: 0 auto 1.875rem;
}
.site-footer .footer-logo a {
  display: block;
}
.site-footer .footer-logo a:hover {
  opacity: 0.5;
}
.site-footer .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  margin: 0 auto 1.25rem;
}
@media (max-width: 767px) {
  .site-footer .information {
    display: block;
  }
}
.site-footer .information p {
  margin: 0;
}
.site-footer .information .google-map {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .site-footer .information .google-map {
    margin: 0.375rem auto 0;
  }
}
.site-footer .tel {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.site-footer .tel > a {
  font-size: 1.625rem;
  text-decoration: none;
}
.site-footer .business-day {
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.site-footer .instagram {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto 2.5rem;
}
.site-footer .instagram a {
  display: block;
}
.site-footer .instagram a:hover {
  opacity: 0.5;
}
.site-footer .copyright {
  font-size: 0.75rem;
}

/**************************************************
    Content
***************************************************/
.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
  zoom: 1;
  max-width: 1180px;
  padding: 4.375rem 2.5rem;
  margin: 0 auto;
  position: relative;
}
.site-content section > .inner:after, .site-content section.inner:after, .site-content .section > .inner:after, .site-content .section.inner:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media (max-width: 767px) {
  .site-content section > .inner, .site-content section.inner, .site-content .section > .inner, .site-content .section.inner {
    padding: 2.5rem 0.9375rem;
  }
}

.primary {
  width: calc(100% - 7.5rem);
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .primary {
    width: 100%;
  }
}
.primary::before {
  content: "";
  background: url(../images/bg_logo.png) no-repeat;
  background-size: 100%;
  width: 100vw;
  max-width: 103.5rem;
  height: 103.5rem;
  display: block;
  position: absolute;
  bottom: 26%;
  right: -14.375rem;
}
@media (max-width: 767px) {
  .primary::before {
    display: none;
  }
}

.secondary {
  width: 7.5rem;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .secondary {
    display: none;
  }
}
.secondary .site-logo {
  padding: 2rem;
}
.secondary .site-logo > a {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}
.secondary .site-logo > a:hover {
  opacity: 0.5;
}
.secondary .global-nav {
  padding: 0 0 1.5625rem;
}
.secondary .global-nav > .inner > .item a {
  font-size: 1rem;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-decoration: none;
  line-height: 1;
}
@media (max-height: 800px) {
  .secondary .global-nav > .inner > .item a {
    font-size: 16px;
    font-size: min(16px, 1.6326530612vh);
  }
}
.secondary .global-nav > .inner > .item a:hover {
  color: #911919;
}
.secondary .global-nav > .inner > .item::after {
  content: "";
  width: 0.5rem;
  height: 1px;
  background: #cccccc;
  display: block;
  margin: 1.5625rem auto;
}
@media (max-height: 800px) {
  .secondary .global-nav > .inner > .item::after {
    margin: 3vh auto;
  }
}
.secondary .global-nav > .inner > .item:last-child::after {
  display: none;
}
.secondary .button-contact {
  margin: auto 0 0;
}
.secondary .button-contact > a {
  width: 7.5rem;
  padding: 2.5rem 0 1.875rem;
  background: #660000;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-height: 800px) {
  .secondary .button-contact > a {
    padding: 3vh 0 1.875rem;
    font-size: 16px;
    font-size: min(16px, 1.6326530612vh);
  }
}
.secondary .button-contact > a::after {
  content: "";
  background: url(../images/icon/icon_arrow.svg) no-repeat;
  background-size: 3.75rem 0.625rem;
  width: 3.75rem;
  height: 0.625rem;
  display: block;
  margin-top: 1.25rem;
}
.secondary .button-contact > a:hover {
  opacity: 0.5;
}

.breadcrumb {
  width: 100%;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
    overflow-x: auto !important;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
}
.breadcrumb .breadcrumb-list {
  padding: 0 2.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list {
    max-width: 100%;
    padding: 0.625rem 1.25rem;
  }
}
.breadcrumb .breadcrumb-list > li {
  font-size: 0.75rem;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  margin: 0 0;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list > li {
    font-size: 0.75rem;
  }
}
.breadcrumb .breadcrumb-list > li a {
  color: #000;
  padding: 0 0;
  text-decoration: none;
}
.breadcrumb .breadcrumb-list > li a:hover {
  color: #660000;
}
.breadcrumb .breadcrumb-list > li::after {
  content: "-";
  display: inline-block;
  margin: 0 0.25rem;
}
.breadcrumb .breadcrumb-list > li:last-child::after {
  display: none;
}

/**************************************************
    Heading
***************************************************/
.section-title-a {
  font-size: 0.875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .section-title-a {
    width: 100%;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    position: static;
    margin-bottom: 2.5rem;
  }
}
.section-title-a::before {
  content: "";
  width: 1px;
  height: 2.5rem;
  background: #911919;
  display: inline-block;
  margin: 0 auto 0.625rem;
}
@media (max-width: 767px) {
  .section-title-a::before {
    margin: 0 0.625rem 0 0;
  }
}
.section-title-a.-black {
  top: 2.5rem;
}
.section-title-a.-black::before {
  background: #000;
}
@media (max-width: 767px) {
  .section-title-a.-black::before {
    background: #911919;
  }
}

.section-title-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 5rem auto 2.5rem;
}
@media (max-width: 767px) {
  .section-title-b {
    display: block;
    text-align: center;
    margin: 2.5rem auto 1.25rem;
  }
}
.section-title-b .ja {
  font-size: 2.25rem;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .section-title-b .ja {
    font-size: 1.5rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.section-title-b .en {
  font-size: 0.875rem;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #911919;
}
@media (max-width: 767px) {
  .section-title-b .en {
    font-size: 0.75rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-top: 0.25rem;
  }
}

.section-title-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.875rem;
}
.section-title-c .ja {
  font-size: 2.25rem;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-title-c .ja {
    font-size: 1.5rem;
  }
}
.section-title-c .en {
  font-size: 0.875rem;
  display: block;
  color: #911919;
  text-transform: uppercase;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .section-title-c .en {
    font-size: 0.75rem;
  }
}
.section-title-c .note {
  font-size: 0.875rem;
  display: block;
  margin-left: 1.25rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-title-c .note {
    display: none;
  }
}

.section-lead-a {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .section-lead-a {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
}

/**************************************************
    button
***************************************************/
.button-a {
  font-size: 0.875rem;
  font-weight: bold;
  background: #911919;
  border: 1px solid #911919;
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 2.5rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 2.5rem;
}
.button-a:hover {
  background: none;
  color: #911919;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-a.-outline {
  background: none;
  border: 1px solid #333;
  color: #333;
}
.button-a.-outline:hover {
  background: #333;
  color: #fff;
}

.button-contact-a {
  text-align: center;
  margin: 0 auto;
}
.button-contact-a > a, .button-contact-a > button {
  width: 37.5rem;
  height: 7.5rem;
  background: #660000;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .button-contact-a > a, .button-contact-a > button {
    width: 100%;
    height: 6.25rem;
  }
}
.button-contact-a > a::after, .button-contact-a > button::after {
  content: "";
  background: url(../images/icon/icon_arrow.svg) no-repeat;
  background-size: 3.75rem 0.625rem;
  width: 3.75rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: calc((100% - 0.63rem) / 2);
  right: 1.5625rem;
}
.button-contact-a > a:hover, .button-contact-a > button:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-contact-a.-white > a, .button-contact-a.-white > button {
  border: 1px solid #fff;
  height: 5rem;
}

/**************************************************
	list
***************************************************/
.list-a > .item {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  vertical-align: middle;
}
.list-a > .item::before {
  content: "";
  width: 0.625rem;
  height: 1px;
  background: #808080;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: middle;
}
.list-a > .item:last-child {
  margin-bottom: 0;
}

/**************************************************
    Table
***************************************************/
.table-a {
  width: 100%;
}
@media (max-width: 767px) {
  .table-a {
    margin: 0 auto 2.5rem;
  }
}
.table-a th, .table-a td {
  font-size: 0.875rem;
  padding: 0.875rem 0.5rem;
  font-weight: 400;
  text-align: left;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.table-a th {
  background: #f8f5f0;
  white-space: nowrap;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table-a th {
    width: 40%;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .table-a td {
    width: 60%;
  }
}

/**************************************************
    icon
***************************************************/
.icon, .icon-pdf-after::after, .icon-pdf::before, .icon-external-after::after, .icon-external::before {
  display: inline-block;
  vertical-align: middle;
}

.icon-external::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-external-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_external.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

.icon-pdf::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 1em 1em;
}

.icon-pdf-after::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_pdf.svg) no-repeat 0 0;
  background-size: 1em 1em;
  margin-right: 0;
  margin-left: 0.5em;
}

/* -----------------------------------------------
Form
-------------------------------------------------- */
.form-content {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .form-content {
    margin: 0 0 20px;
  }
}

.form-table {
  width: 100%;
  margin: 3.75rem auto 0;
}
.form-table th, .form-table td {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  text-align: left;
}
.form-table th {
  margin-bottom: 0.625rem;
}
.form-table td {
  margin-bottom: 2.5rem;
}

::-webkit-input-placeholder {
  color: #999;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

::-moz-placeholder {
  color: #999;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

:-ms-input-placeholder {
  color: #999;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

::-ms-input-placeholder {
  color: #999;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

::placeholder {
  color: #999;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text-field, .text-area, .select-box {
  width: 100%;
  background: #fff;
  padding: 0.875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFF;
  border: 1px solid #cccccc;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 767px) {
  .text-field, .text-area, .select-box {
    font-size: 1rem;
  }
}
.text-field.-error, .text-area.-error, .select-box.-error {
  background: #fff0f0;
  border-color: #f4c2c2;
}
.text-field.-inline, .text-area.-inline, .select-box.-inline {
  width: 20%;
  margin-right: 1em;
}
.text-field[disabled], .text-field[readonly], .text-area[disabled], .text-area[readonly], .select-box[disabled], .select-box[readonly] {
  color: #999;
  background: #DDD;
  border: 1px solid #CCC;
}
.text-field[name=inquiry], .text-area[name=inquiry], .select-box[name=inquiry] {
  height: 8em;
}

.radio-button label, .check-box label {
  display: block;
  margin-top: 0.875rem;
}
.radio-button label input, .check-box label input {
  margin-right: 0.5rem;
}

.form-button {
  display: inline-block;
  color: #FFF;
  background: #660000;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0.75em 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-button:hover {
  background: #d0d6de;
}
.form-button.-back {
  background: #AAA;
}
.form-button.-back:hover {
  background: #d0d6de;
}
.form-button.-outline {
  color: #666;
  border: 1px solid #666;
  background: transparent;
}
.form-button.-outline:hover {
  text-decoration: none;
  color: #999;
  border-color: #999;
}

.error {
  display: block;
  color: #ff0000;
  font-size: 0.88em;
  padding-top: 0.5em;
}

/**************************************************
    Top
***************************************************/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#top #main-visual {
  height: 100vh;
  min-height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  #top #main-visual {
    min-height: inherit;
  }
}
#top #main-visual .page-logo {
  position: absolute;
  top: 2.3125rem;
  left: 2.25rem;
  z-index: 2;
}
@media (max-width: 767px) {
  #top #main-visual .page-logo {
    top: 1.25rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
  }
}
#top #main-visual .page-logo > a {
  width: 26.875rem;
  height: 2.375rem;
  display: block;
}
@media (max-width: 767px) {
  #top #main-visual .page-logo > a {
    width: 18.75rem;
    height: 1.625rem;
    margin: 0 auto;
  }
}
#top #main-visual .catch-copy {
  position: absolute;
  right: 6.25rem;
  bottom: 5.625rem;
  z-index: 2;
}
@media (max-width: 767px) {
  #top #main-visual .catch-copy {
    position: static;
    padding: 1.25rem 0.9375rem;
    height: 11.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top #main-visual .catch-copy > .title {
  font-size: 1.5rem;
  background: #fff;
  color: #222222;
  display: inline-block;
  padding: 0.75rem;
  margin-bottom: 1.625rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #top #main-visual .catch-copy > .title {
    padding: 0;
    margin-bottom: 0.625rem;
  }
}
#top #main-visual .catch-copy > .lead > .text {
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #top #main-visual .catch-copy > .lead > .text {
    display: inline;
    margin-bottom: 0;
    line-height: 1.6;
  }
}
#top #main-visual .catch-copy > .lead > .text > i {
  font-size: 1rem;
  background: #fff;
  color: #222222;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  padding: 0.375rem 0.625rem;
}
@media (max-width: 767px) {
  #top #main-visual .catch-copy > .lead > .text > i {
    display: inline;
    padding: 0;
  }
}
#top #main-visual .catch-copy > .lead > .text:last-child {
  margin-bottom: 0;
}
#top #main-visual .swiper-main {
  height: 100vh;
  min-height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  #top #main-visual .swiper-main {
    height: calc(100vh - 11.25rem);
    min-height: inherit;
  }
}
#top #main-visual .swiper-main .swiper-slide-active img,
#top #main-visual .swiper-main .swiper-slide-duplicate-active img,
#top #main-visual .swiper-main .swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
#top #main-visual .swiper-main .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 3.375rem;
  right: 3.375rem;
  bottom: inherit;
  left: inherit;
}
@media (max-width: 767px) {
  #top #main-visual .swiper-main .swiper-pagination {
    display: none;
  }
}
#top #main-visual .swiper-main .swiper-pagination .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  margin: 0 0.375rem;
}
#top #main-visual .swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#top #main-visual .swiper-main .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 767px) {
  #top #main-visual .swiper-main .swiper-wrapper .swiper-slide img {
    height: calc(100vh - 11.25rem);
    min-height: inherit;
  }
}
#top #main-visual .icon-scroll {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  width: 0.75rem;
  height: 8.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  #top #main-visual .icon-scroll {
    bottom: 12.5rem;
  }
}
#top #thought {
  background: #eeeeee url(../images/bg_thought.jpg) no-repeat center center;
  background-size: 92.5rem 43.5625rem;
}
@media (max-width: 767px) {
  #top #thought {
    background: #eeeeee url(../images/bg_thought.jpg) no-repeat top center;
    background-size: cover;
  }
}
#top #thought > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.5rem 2.5rem 8.75rem;
}
@media (max-width: 767px) {
  #top #thought > .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0.9375rem;
  }
}
@media (max-width: 767px) {
  #top #thought .section-title-a {
    margin-top: -2.5rem;
  }
}
#top #thought .site-logo {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 5.125rem;
  height: 5.125rem;
  margin: 0 0 0 2.5rem;
}
@media (max-width: 767px) {
  #top #thought .site-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 0 0 1.5625rem;
  }
}
#top #thought .page-logo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 4.3125rem;
  height: 27.1875rem;
  margin: 0 0 0 4.375rem;
}
@media (max-width: 767px) {
  #top #thought .page-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 2.75rem;
    height: 17.5rem;
    margin: 0;
  }
}
#top #thought .message-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 0 0 3.75rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #top #thought .message-title {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 1.875rem 0 1.25rem;
    line-height: 1.6;
  }
}
#top #thought .message-lead {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  max-height: 26rem;
  margin: 0;
  line-height: 2;
}
@media (max-width: 767px) {
  #top #thought .message-lead {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 100%;
    line-height: 1.8;
  }
}
#top .thought-image {
  margin: 0 0 4.375rem;
}
@media (max-width: 767px) {
  #top .thought-image {
    margin: 0 auto;
  }
}
#top .thought-image img {
  width: 100%;
  height: auto;
}
#top #cooking {
  position: relative;
  overflow: hidden;
}
#top #cooking::before {
  content: "";
  background: url(../images/bg_logo.png) no-repeat;
  background-size: 100%;
  width: 100vw;
  max-width: 103.5rem;
  height: 103.5rem;
  display: block;
  position: absolute;
  bottom: 8.125rem;
  left: -14.375rem;
}
@media (max-width: 767px) {
  #top #cooking::before {
    display: none;
  }
}
#top #cooking .swiper-cooking .swiper-pagination {
  position: absolute;
  top: inherit;
  right: auto;
  bottom: 0.625rem;
  left: auto;
}
@media (max-width: 767px) {
  #top #cooking .swiper-cooking .swiper-pagination {
    display: none;
  }
}
#top #cooking .swiper-cooking .swiper-pagination .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  margin: 0 0.375rem;
}
#top #cooking .swiper-cooking .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
#top #cooking .image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #top #cooking .image-block {
    display: block;
  }
}
#top #cooking .image-block > .item {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item {
    margin-bottom: 1.875rem;
  }
}
#top #cooking .image-block > .item .photo {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item .photo {
    margin-bottom: 1.5625rem;
  }
}
#top #cooking .image-block > .item .title {
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item .title {
    margin-bottom: 0.625rem;
  }
}
#top #cooking .image-block > .item .lead {
  font-size: 0.875rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item .lead {
    line-height: 1.8;
  }
}
#top #cooking .image-block > .item.-small {
  width: 21.875rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item.-small {
    width: 100%;
  }
}
#top #cooking .image-block > .item.-small .photo img {
  width: 100%;
  max-width: 21.875rem;
  height: auto;
  max-height: 21.875rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item.-small .photo img {
    max-width: none;
    max-height: none;
  }
}
#top #cooking .image-block > .item.-large {
  width: 45.3125rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item.-large {
    width: 100%;
  }
}
#top #cooking .image-block > .item.-large .photo img {
  width: 100%;
  max-width: 45.3125rem;
  height: auto;
  max-height: 21.875rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block > .item.-large .photo img {
    max-width: none;
    max-height: none;
  }
}
#top #cooking .image-block.-head > .-large {
  margin-left: 1.5625rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block.-head > .-large {
    margin: 0 auto 1.875rem;
  }
}
#top #cooking .image-block.-foot > .item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #top #cooking .image-block.-foot > .item {
    margin-bottom: 1.875rem;
  }
}
#top #cooking .image-block.-foot > .-small {
  margin-left: 1.5625rem;
}
@media (max-width: 767px) {
  #top #cooking .image-block.-foot > .-small {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #top #produce-item > .inner {
    padding-top: 0;
  }
}
#top #produce-item .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #top #produce-item .price-block {
    display: block;
  }
}
#top #produce-item .price-block > .item {
  width: calc((100% - 2.5rem) / 2);
}
@media (max-width: 767px) {
  #top #produce-item .price-block > .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #top #plan > .inner {
    padding-top: 0;
  }
}
#top #plan .plan-block {
  padding: 3.125rem;
  border: 1px solid #808080;
  text-align: center;
}
@media (max-width: 767px) {
  #top #plan .plan-block {
    padding: 2.5rem 0.625rem;
  }
}
#top #plan .plan-block .plan-title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  #top #plan .plan-block .plan-title {
    margin-bottom: 1.25rem;
  }
}
#top #plan .plan-block .plan-lead {
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #top #plan .plan-block .plan-lead {
    line-height: 1.8;
    margin-bottom: 1.875rem;
  }
}
#top #plan .plan-block .pick-up {
  border: 1px solid #911919;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.875rem 3.125rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #top #plan .plan-block .pick-up {
    width: 100%;
    padding: 0.875rem 1.25rem;
  }
}
#top #plan .plan-block .pick-up em {
  color: #911919;
  font-style: normal;
}
#top #plan .plan-block .pick-up em.price {
  font-size: 2rem;
  margin: 0 0.375rem;
}
#top #plan .plan-block .detail-block {
  margin-top: 3.125rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #top #plan .plan-block .detail-block {
    display: block;
    margin-top: 2.5rem;
  }
}
#top #plan .plan-block .detail-block .photo {
  width: 33.125rem;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  #top #plan .plan-block .detail-block .photo {
    width: 100%;
    margin: 0 auto;
  }
  #top #plan .plan-block .detail-block .photo img {
    width: 100%;
    height: auto;
  }
}
#top #plan .plan-block .detail-block .body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#top #plan .plan-block .detail-block .body > .title {
  font-size: 1.25rem;
  border-bottom: 1px solid #808080;
  padding-bottom: 1rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  #top #plan .plan-block .detail-block .body > .title {
    font-size: 1.125rem;
    padding-bottom: 0.875rem;
    margin: 1.25rem 0;
  }
}
@media (max-width: 767px) {
  #top #access > .inner {
    padding-top: 0;
  }
}
#top #access .link-text {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #top #flow > .inner {
    padding-top: 0;
  }
}
#top #flow .time-table {
  margin: 3.75rem 0 0;
}
@media (max-width: 767px) {
  #top #flow .time-table {
    margin: 0;
  }
}
#top #flow .time-table img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #top #flow .time-table img {
    max-width: 100%;
    min-width: 680px;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  #top #flow .scroll-box {
    overflow-x: auto;
    padding-bottom: 1.25rem;
    -webkit-overflow-scrolling: touch;
  }
  #top #flow .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  #top #flow .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  #top #flow .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  #top #flow .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}
#top #contact-form {
  background: url(../images/bg_circle.gif) repeat;
  margin-top: 4.375rem;
}
@media (max-width: 767px) {
  #top #contact-form {
    margin-top: 0;
  }
}
#top #contact-form > .inner {
  padding: 8.75rem 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  #top #contact-form > .inner {
    padding: 2.5rem 0.9375rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #top #contact-form .section-title-a {
    margin-top: -2.5rem;
  }
}
#top #contact-form .lead-text {
  font-size: 0.875rem;
  margin: 0 auto 2.5rem;
}
@media (max-width: 767px) {
  #top #contact-form .lead-text {
    text-align: center;
  }
}
#top #instagram-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr)[6];
  grid-template-columns: repeat(6, 2fr);
  grid-auto-rows: auto;
}
@media (max-width: 767px) {
  #top #instagram-gallery {
    -ms-grid-columns: (2fr)[2];
    grid-template-columns: repeat(2, 2fr);
  }
}
#top #instagram-gallery li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #top #instagram-gallery li {
    display: none;
  }
  #top #instagram-gallery li:nth-child(1), #top #instagram-gallery li:nth-child(2), #top #instagram-gallery li:nth-child(3), #top #instagram-gallery li:nth-child(4), #top #instagram-gallery li:nth-child(5), #top #instagram-gallery li:nth-child(6), #top #instagram-gallery li:nth-child(7), #top #instagram-gallery li:nth-child(8) {
    display: block;
  }
}
#top #instagram-gallery li > a {
  display: block;
}
#top #instagram-gallery li > a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#top #instagram-gallery li.cover > a::before {
  display: none;
}
#top #instagram-gallery li.cover > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #instagram-gallery li:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/**************************************************
    Contact
***************************************************/
#contact .site-content {
  display: block;
}
#contact .contact-header {
  padding: 2.5rem;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  #contact .contact-header {
    padding: 1.875rem;
  }
}
#contact .contact-header .page-logo {
  width: 26.875rem;
  height: 2.375rem;
}
@media (max-width: 767px) {
  #contact .contact-header .page-logo {
    width: 100%;
    height: auto;
  }
}
#contact .contact-header .page-logo > a {
  display: block;
}
#contact .contact-header .page-logo > a:hover {
  opacity: 0.5;
}
#contact .contact-form {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}
#contact .contact-form .logo {
  width: 4.875rem;
  height: 4.875rem;
  margin: 0 auto 2.5rem;
}
#contact .contact-form .logo > a {
  display: block;
}
#contact .contact-form .logo > a:hover {
  opacity: 0.5;
}
#contact .contact-form .h3-a {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
#contact .contact-form .text {
  font-size: 0.875rem;
  line-height: 1.8;
}
#contact .button-contact-a {
  margin-top: 5rem;
}
#contact .site-footer {
  border-top: 1px solid #ccc;
  margin-top: 3.125rem;
}