@charset "UTF-8";
/* @docs
label: Core Remedies
version: 0.1.0-beta.2

note: |
  These remedies are recommended
  as a starter for any project.

category: file
*/
/* @docs
label: Box Sizing

note: |
  Use border-box by default, globally.

category: global
*/
*, ::before, ::after {
  box-sizing: border-box; }

/* @docs
label: Line Sizing

note: |
  Consistent line-spacing,
  even when inline elements have different line-heights.

links:
  - https://drafts.csswg.org/css-inline-3/#line-sizing-property

category: global
*/
html {
  line-sizing: normal; }

/* @docs
label: Body Margins

note: |
  Remove the tiny space around the edge of the page.

category: global
*/
body {
  margin: 0; }

/* @docs
label: Hidden Attribute

note: |
  Maintain `hidden` behaviour when overriding `display` values.

  category: global
*/
[hidden] {
  display: none; }

/* @docs
label: Heading Sizes

note: |
  Switch to rem units for headings

category: typography
*/
h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.17rem; }

h4 {
  font-size: 1.00rem; }

h5 {
  font-size: 0.83rem; }

h6 {
  font-size: 0.67rem; }

/* @docs
label: H1 Margins

note: |
  Keep h1 margins consistent, even when nested.

category: typography
*/
h1 {
  margin: 0.67em 0; }

/* @docs
label: Pre Wrapping

note: |
  Overflow by default is bad...

category: typography
*/
pre {
  white-space: pre-wrap; }

/* @docs
label: Horizontal Rule

note: |
  1. Solid, thin horizontal rules
  2. Remove Firefox `color: gray`
  3. Remove default `1px` height, and common `overflow: hidden`

category: typography
*/
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

/* @docs
label: Responsive Embeds

note: |
  1. Block display is usually what we want
  2. Remove strange space-below in case authors overwrite the display value
  3. Responsive by default
  4. Audio without `[controls]` remains hidden by default

category: embedded elements
*/
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

audio:not([controls]) {
  display: none; }

/* @docs
label: Responsive Images

note: |
  These new elements display inline by default,
  but that's not the expected behavior for either one.
  This can interfere with proper layout and aspect-ratio handling.

  1. Remove the unnecessary wrapping `picture`, while maintaining contents
  2. Source elements have nothing to display, so we hide them entirely

category: embedded elements
*/
picture {
  display: contents; }

source {
  display: none; }

/* @docs
label: Aspect Ratios

note: |
  Maintain intrinsic aspect ratios when `max-width` is applied.
  `iframe`, `embed`, and `object` are also embedded,
  but have no intrinsic ratio,
  so their `height` needs to be set explicitly.

category: embedded elements
*/
img, svg, video, canvas {
  height: auto; }

/* @docs
label: Audio Width

note: |
  There is no good reason elements default to 300px,
  and audio files are unlikely to come with a width attribute.

category: embedded elements
*/
audio {
  width: 100%; }

/* @docs
label: Image Borders

note: |
  Remove the border on images inside links in IE 10 and earlier.

category: legacy browsers
*/
img {
  border-style: none; }

/* @docs
label: SVG Overflow

note: |
  Hide the overflow in IE 10 and earlier.

category: legacy browsers
*/
svg {
  overflow: hidden; }

/* @docs
label: HTML5 Elements

note: |
  Default block display on HTML5 elements

category: legacy browsers
*/
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* @docs
label: Checkbox & Radio Inputs

note: |
  1. Add the correct box sizing in IE 10
  2. Remove the padding in IE 10

category: legacy browsers
*/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

/*
** project
** プロジェクト
*/
/* @group base */
* {
  color: #23140F;
  font-family: "游ゴシック", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, table {
  margin: 0 0 20px 0;
  line-height: 1.7; }

i, em, u, b {
  font-style: normal;
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0; }

ol {
  padding: 0; }

dl dt {
  font-weight: bold;
  color: #644632; }
dl dd {
  margin-left: 0;
  margin-bottom: 10px; }

a {
  text-decoration: underline; }
  a:hover {
    opacity: 0.7;
    transition: .2s ease-in-out; }
    a:hover img {
      opacity: 0.7; }

/* @end */
/* @group font */
.garamond {
  font-family: garamond-premier-pro, serif;
  letter-spacing: 2px; }

.maruminold {
  font-family: kinuta-maruminold-stdn, serif; }

#common-reserve {
  width: 460px;
  margin-bottom: 0; }
  @media print, screen and (max-width: 767px) {
    #common-reserve {
      width: 216px; } }
  #common-reserve .reserve_links {
    margin-bottom: 0;
    display: flex;
    width: 100%; }
    #common-reserve .reserve_links li {
      color: #fff;
      font-family: "游ゴシック", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      width: 216px;
      /*margin: 0 auto 15px;*/
      text-align: left; }
      #common-reserve .reserve_links li img {
        display: inline;
        margin: 0 5px; }
      #common-reserve .reserve_links li i {
        display: block;
        font-size: 12px;
        color: #fff;
        line-height: 1; }
      #common-reserve .reserve_links li a {
        text-decoration: none;
        color: #fff;
        font-family: "游ゴシック", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 13px; }
        #common-reserve .reserve_links li a span {
          font-size: 1.5em; }
      #common-reserve .reserve_links li span {
        color: #fff; }
      #common-reserve .reserve_links li p[class^="btn_"] a {
        display: block;
        padding: 20px 0 20px 60px;
        font-weight: bold;
        color: #fff; }
      #common-reserve .reserve_links li .btn_reserve {
        background: #eea900 url("../img/icon_monitor.svg") no-repeat 25px 20px;
        background-size: 23px auto;
        margin-top: 0.5em; }
        #common-reserve .reserve_links li .btn_reserve.marugame {
          background: #e96447 url("../img/icon_monitor.svg") no-repeat 25px 20px;
          background-size: 23px auto; }

/* @end */
/* @group component */
#top .copy, .sub .copy {
  font-size: 22px;
  line-height: 1.7;
  font-weight: bold;
  color: #644632; }
  #top .copy span, .sub .copy span {
    background: #F0AA00;
    font-size: 110%;
    color: #fff;
    display: inline-block;
    margin: 0.5em;
    padding: 0.6em 1.3em;
    border-radius: 50px; }
#top ul.marker li, .sub ul.marker li {
  list-style: none; }
  #top ul.marker li span, .sub ul.marker li span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #FFF3E8 60%);
    font-weight: bold; }
#top ul.disc li, .sub ul.disc li {
  padding-left: 1.2em;
  line-height: 1.4;
  margin-bottom: 5px;
  position: relative; }
  #top ul.disc li::before, .sub ul.disc li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #F0AA00;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5em;
    left: 0.2em; }
#top ul.disc.within, .sub ul.disc.within {
  margin-bottom: 0; }
  #top ul.disc.within li, .sub ul.disc.within li {
    display: inline-block;
    margin-right: 1em; }
    #top ul.disc.within li:before, .sub ul.disc.within li:before {
      top: 0.4em; }
#top a.arrow, .sub a.arrow {
  position: relative;
  padding-left: 1.5em; }
  #top a.arrow::before, .sub a.arrow::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #69AFD7;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0.3em; }
  #top a.arrow::after, .sub a.arrow::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-right: 1px solid #69AFD7;
    border-bottom: 1px solid #69AFD7;
    margin-right: 0.5em;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.3em;
    left: 0.5em; }
#top ol, .sub ol {
  margin-left: 1.2em; }
  #top ol li, .sub ol li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.4;
    margin-bottom: 5px; }
#top .btn, .sub .btn {
  max-width: 240px;
  margin: 0 auto; }
  #top .btn a, .sub .btn a {
    background: none;
    border: 1px solid #F0AA00;
    padding: 5px 10px;
    border-radius: 20px;
    min-width: 176px;
    color: #644632;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center; }
    #top .btn a::after, .sub .btn a::after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #F0AA00;
      border-bottom: 1px solid #F0AA00;
      position: absolute;
      right: 1em;
      top: 1em;
      transform: rotate(-45deg); }
    #top .btn a:hover, .sub .btn a:hover {
      background: #F0AA00;
      color: #fff; }
      #top .btn a:hover::after, .sub .btn a:hover::after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
#top .btn_more a, .sub .btn_more a {
  display: inline-block;
  border-bottom: 1px solid #F0AA00;
  padding: 5px 15px 5px 10px;
  position: relative;
  letter-spacing: 1px;
  color: #644632; }
  #top .btn_more a::after, .sub .btn_more a::after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #F0AA00;
    position: absolute;
    transform: rotate(50deg);
    right: -2px;
    bottom: 4px; }
#top table, .sub table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }
  #top table thead tr, .sub table thead tr {
    background: #F0AA00; }
    #top table thead tr th, #top table thead tr td, .sub table thead tr th, .sub table thead tr td {
      color: #fff;
      font-weight: normal;
      font-size: 16px;
      border-left: 1px solid #D9D9D9;
      padding: 10px 5px;
      line-height: 1.4; }
      #top table thead tr th:first-child, #top table thead tr td:first-child, .sub table thead tr th:first-child, .sub table thead tr td:first-child {
        border-left: none; }
  #top table tbody tr th, .sub table tbody tr th {
    color: #644632;
    text-align: left; }
  #top table tbody tr th, #top table tbody tr td, .sub table tbody tr th, .sub table tbody tr td {
    font-size: 16px;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px;
    line-height: 1.4; }
    #top table tbody tr th:first-child, #top table tbody tr td:first-child, .sub table tbody tr th:first-child, .sub table tbody tr td:first-child {
      border-left: none; }
  #top table tbody tr:nth-child(even), .sub table tbody tr:nth-child(even) {
    background: #F5F5F5; }
  #top table.no-thead, .sub table.no-thead {
    border-top: 1px solid #D9D9D9; }
    #top table.no-thead tbody tr:nth-child(odd), .sub table.no-thead tbody tr:nth-child(odd) {
      background: #F5F5F5; }
    #top table.no-thead tbody tr:nth-child(even), .sub table.no-thead tbody tr:nth-child(even) {
      background: none; }
#top .acms-admin-btn-action-group table th, .sub .acms-admin-btn-action-group table th {
  font-size: 12px; }
#top .note, .sub .note {
  font-size: 15px; }
#top .textcenter, .sub .textcenter {
  text-align: center; }
#top .textright, .sub .textright {
  text-align: right; }
#top .cont_bg, .sub .cont_bg {
  padding: 20px;
  background: #FFF3E8; }
#top .contact-form .contact-form-group, .sub .contact-form .contact-form-group {
  padding: 1em 0; }
#top .contact-form input[type=radio],
#top .contact-form input[type=checkbox], .sub .contact-form input[type=radio],
.sub .contact-form input[type=checkbox] {
  position: absolute;
  z-index: 100;
  margin: 8px 0 0 3px;
  opacity: 0; }
#top .contact-form input + label, .sub .contact-form input + label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  margin: 0;
  cursor: pointer;
  position: relative;
  line-height: 1.4; }
#top .contact-form input + label:before, .sub .contact-form input + label:before {
  content: '';
  position: absolute;
  display: block;
  border: 1px solid #999;
  background-color: #fff; }
#top .contact-form input[type=radio] + label:before, .sub .contact-form input[type=radio] + label:before {
  top: 0.1em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #CFCFCF;
  border: none; }
#top .contact-form input[type=checkbox] + label:before, .sub .contact-form input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.1em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #CFCFCF;
  border: none; }
#top .contact-form input[type=checkbox] + label:after, .sub .contact-form input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 0.25em;
  left: 0.4em;
  width: 0.4em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
#top .contact-form input[type=checkbox]:checked + label:before, .sub .contact-form input[type=checkbox]:checked + label:before {
  border: none;
  background: #F0AA00; }
#top .contact-form input[type=radio]:checked + label:after, .sub .contact-form input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 0.4em;
  left: 0.3em;
  width: 0.65em;
  height: 0.65em;
  border-radius: 11px;
  background-color: #F0AA00; }
#top .contact-form .label, .sub .contact-form .label {
  display: block;
  font-weight: bold;
  vertical-align: top;
  margin-bottom: 5px;
  color: #644632; }
#top .contact-form .contact-form-label, .sub .contact-form .contact-form-label {
  display: flex; }
#top .contact-form .error-text, .sub .contact-form .error-text {
  color: #F0AA00; }
  #top .contact-form .error-text span, .sub .contact-form .error-text span {
    color: #F0AA00; }
#top .contact-form .label-required, .sub .contact-form .label-required {
  color: #F0AA00; }
#top .contact-form select,
#top .contact-form input[type=text],
#top .contact-form input[type=email],
#top .contact-form input[type=tel],
#top .contact-form input[type=name],
#top .contact-form textarea, .sub .contact-form select,
.sub .contact-form input[type=text],
.sub .contact-form input[type=email],
.sub .contact-form input[type=tel],
.sub .contact-form input[type=name],
.sub .contact-form textarea {
  border-radius: 4px;
  border: none;
  background-color: #fff;
  padding: 0.5em 1em;
  background: #F5F5F5;
  margin-bottom: 10px; }
  #top .contact-form select:focus,
  #top .contact-form input[type=text]:focus,
  #top .contact-form input[type=email]:focus,
  #top .contact-form input[type=tel]:focus,
  #top .contact-form input[type=name]:focus,
  #top .contact-form textarea:focus, .sub .contact-form select:focus,
  .sub .contact-form input[type=text]:focus,
  .sub .contact-form input[type=email]:focus,
  .sub .contact-form input[type=tel]:focus,
  .sub .contact-form input[type=name]:focus,
  .sub .contact-form textarea:focus {
    outline: 1px solid #F0AA00;
    border-radius: 4px; }
#top .contact-form input::placeholder, #top .contact-form textarea::placeholder, .sub .contact-form input::placeholder, .sub .contact-form textarea::placeholder {
  color: rgba(109, 120, 98, 0.5); }
#top .contact-form label.select, .sub .contact-form label.select {
  position: relative;
  display: inline-block;
  width: 200px;
  border-radius: 4px;
  background: #F5F5F5;
  margin-bottom: 10px;
  padding: 0; }
#top .contact-form label.select:before, .sub .contact-form label.select:before {
  content: "";
  width: 2em;
  height: 100%;
  background: #F0AA00;
  display: block;
  position: absolute;
  right: 0;
  border-radius: 0 4px 4px 0; }
#top .contact-form label.select:after, .sub .contact-form label.select:after {
  content: "";
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg); }
#top .contact-form select, .sub .contact-form select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 200px;
  padding: 0.5em 1em;
  border: none;
  border-radius: 5px;
  background: transparent;
  margin: 0;
  padding: 10px; }
#top .contact-form ::-ms-expand, .sub .contact-form ::-ms-expand {
  display: none; }
#top .contact-form input[type=text].input_err, .sub .contact-form input[type=text].input_err {
  border: 1px solid #c44;
  background-color: #fdd; }
#top .contact-form .input_btn, .sub .contact-form .input_btn {
  border: 1px solid #F0AA00;
  padding: 0;
  border-radius: 20px;
  width: 176px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 15px; }
  #top .contact-form .input_btn input[type="submit"], #top .contact-form .input_btn input[type="button"], .sub .contact-form .input_btn input[type="submit"], .sub .contact-form .input_btn input[type="button"] {
    background: none;
    border: none;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #644632; }
  #top .contact-form .input_btn::after, .sub .contact-form .input_btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #F0AA00;
    border-bottom: 1px solid #F0AA00;
    position: absolute;
    right: 1em;
    top: 1em;
    transform: rotate(-45deg); }
  #top .contact-form .input_btn:hover, .sub .contact-form .input_btn:hover {
    background: #F0AA00; }
    #top .contact-form .input_btn:hover::after, .sub .contact-form .input_btn:hover::after {
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    #top .contact-form .input_btn:hover input[type="submit"], #top .contact-form .input_btn:hover input[type="button"], .sub .contact-form .input_btn:hover input[type="submit"], .sub .contact-form .input_btn:hover input[type="button"] {
      color: #fff; }
  #top .contact-form .input_btn p, .sub .contact-form .input_btn p {
    margin: 0; }

/* @end */
/* @end */
/* @group utility */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.pcnone {
  display: block; }

.spnone {
  display: none; }

.flex {
  display: flex;
  flex-direction: column; }
  .flex img {
    margin: 0 auto; }
  .flex.row {
    flex-direction: row;
    flex-wrap: wrap; }

.inner {
  max-width: 1034px;
  margin: 0 auto;
  padding: 10px; }
  .inner.w1280 {
    max-width: 1280px; }

/* @end */
/* @group header */
header {
  position: relative; }
  header .top-head {
    display: none; }
  header .header_bg {
    background: rgba(35, 20, 15, 0.85); }
  header .sitetitle {
    padding: 15px 0;
    width: 200px; }
    header .sitetitle img {
      margin-left: 20px; }
  header .menu_btn {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 1000;
    padding-top: 10px; }
    header .menu_btn img {
      display: inline; }
      header .menu_btn img.close {
        display: none; }
    header .menu_btn.active img.menu {
      display: none; }
    header .menu_btn.active img.close {
      display: inline; }
  header .g-nav {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(35, 20, 15, 0.85); }
    header .g-nav ul {
      padding: 0 10px; }
      header .g-nav ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-family: YuMincho, "Yu Mincho", serif;
        width: 100%;
        text-align: center;
        padding: 10px 5px; }
      header .g-nav ul li.sns_link {
        text-align: center;
        color: #fff;
        margin: -0.5em 0 0; }
        @media print, screen and (max-width: 767px) {
          header .g-nav ul li.sns_link {
            margin-top: 1.5em;
            display: flex;
            justify-content: center; }
            header .g-nav ul li.sns_link p {
              width: 125px; } }
        header .g-nav ul li.sns_link p {
          margin: 0;
          color: #fff; }
        header .g-nav ul li.sns_link .sns-name {
          padding: 0 5px 0 0;
          color: #fff;
          font-size: 13px; }
        header .g-nav ul li.sns_link a {
          display: inline;
          padding: 0 5px; }
          header .g-nav ul li.sns_link a img {
            display: inline;
            vertical-align: middle; }
      header .g-nav ul li.footer-nav {
        display: none; }
  header .pagetitle {
    font-family: garamond-premier-pro, serif;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize; }
    header .pagetitle span {
      display: block;
      font-family: kinuta-maruminold-stdn, serif;
      color: #fff; }
  header .header-bg-pc, header .header-bg-sp {
    display: none; }

#top header .top-head {
  display: block; }
#top header .pagetitle {
  display: none; }

/* @end */
/* @group footer */
footer {
  background: #FFF3E8;
  text-align: center;
  padding: 50px 0 0; }
  footer nav[class^="footer_menu"] ul li a {
    text-decoration: none;
    color: #644632;
    font-family: kinuta-maruminold-stdn, serif;
    font-size: 13px; }
  footer nav[class^="footer_menu"] ul li.sns_link {
    display: none; }
  footer nav[class^="footer_menu"].pcnone {
    flex-direction: row;
    justify-content: center; }
    footer nav[class^="footer_menu"].pcnone ul {
      width: 40%;
      margin-bottom: 40px; }
      footer nav[class^="footer_menu"].pcnone ul li a {
        display: block;
        text-align: left;
        padding: 5px; }
  footer .footer_info h2 a {
    display: block; }
    footer .footer_info h2 a img {
      margin: 0 auto; }
  footer .footer_info #common-reserve {
    margin: 0 auto; }
    footer .footer_info #common-reserve .reserve_links li {
      color: #644632;
      /*&[class^="btn_"] {
      	a {
      		display: block;
      		padding: 20px 0 20px 60px;
      		font-weight: bold;
      		color: #fff;
      	}
      }
      &.btn_reserve {
      	background:  url('../img/web_bg.svg') no-repeat left top;
      }
      &.btn_contact {
      	background:  url('../img/mail_bg.svg') no-repeat left top;
      }*/ }
      footer .footer_info #common-reserve .reserve_links li i {
        color: #644632; }
      footer .footer_info #common-reserve .reserve_links li span {
        color: #644632; }
    @media print, screen and (max-width: 767px) {
      footer .footer_info #common-reserve .reserve_links {
        margin: 1em auto; } }
  footer .sns_link {
    margin-bottom: 50px; }
    @media print, screen and (max-width: 767px) {
      footer .sns_link {
        display: flex;
        justify-content: center; } }
    footer .sns_link p {
      width: 125px;
      text-align: center; }
      footer .sns_link p .sns-name {
        font-size: 13px;
        padding: 0 0.5em 0 0; }
    footer .sns_link a {
      text-decoration: none;
      padding: 3px; }
      footer .sns_link a img {
        display: inline; }
    @media print, screen and (min-width: 768px) {
      footer .sns_link {
        display: flex;
        justify-content: center; } }
  footer .copy {
    background: #23140F;
    padding: 20px 0; }
    footer .copy small {
      color: #fff;
      font-size: 11px;
      line-height: 1.2; }

/* @end */
/* @group main */
main {
  margin-bottom: 30px; }
  main section {
    padding: 25px 0 0; }
  main .catch {
    font-size: 18px;
    font-family: kinuta-maruminold-stdn, serif;
    text-align: center;
    color: #644632; }
    @media print, screen and (min-width: 768px) {
      main .catch {
        font-size: 26px; } }
    main .catch.large {
      font-size: 32px; }
  main h1 {
    font-family: kinuta-maruminold-stdn, serif;
    color: #F0AA00;
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 400; }
  main h2 {
    font-family: kinuta-maruminold-stdn, serif;
    font-size: 24px;
    color: #644632;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 20px; }
    main h2.section_title {
      font-family: garamond-premier-pro, serif;
      font-size: 40px;
      color: #F0AA00;
      font-weight: 400;
      text-align: center;
      letter-spacing: normal;
      line-height: 1.3;
      margin-bottom: 40px; }
      main h2.section_title span {
        display: block;
        font-size: 15px;
        font-family: kinuta-maruminold-stdn, serif;
        color: #644632;
        letter-spacing: 0.3em;
        padding-top: 6px; }
    main h2.h2_bg {
      background: #FFF3E8;
      padding: 10px 10px 10px 1.4em;
      font-size: 24px;
      border-radius: 3px;
      position: relative;
      margin-bottom: 15px;
      margin-top: 0; }
      main h2.h2_bg::after {
        content: "";
        width: 7px;
        height: 7px;
        display: block;
        background: #F0AA00;
        position: absolute;
        top: 0.9em;
        left: 0.7em;
        transform: rotate(45deg); }
  main h3 {
    font-family: kinuta-maruminold-stdn, serif;
    font-size: 20px;
    color: #644632;
    letter-spacing: 0.1em;
    font-weight: 400;
    border-bottom: 3px solid #efefef;
    padding-bottom: 3px;
    position: relative;
    height: 2em; }
    main h3 span {
      display: inline-block;
      font-family: kinuta-maruminold-stdn, serif;
      font-size: 20px;
      color: #644632;
      letter-spacing: 0.1em;
      font-weight: 400;
      padding-bottom: 3px;
      border-bottom: 3px solid #F0AA00;
      position: absolute; }
  main h4 {
    font-family: kinuta-maruminold-stdn, serif;
    font-size: 20px;
    color: #644632;
    letter-spacing: 0.1em;
    font-weight: 400; }
  main h5 {
    font-family: "游ゴシック", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    color: #F0AA00;
    font-weight: bold; }
  main hr {
    border-top: 3px solid #f8f8f8;
    margin: 30px 0; }

/* @end */
/* @group top */
#top {
  overflow: hidden; }
  #top header {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative; }
    #top header .header-bg-pc {
      display: none;
      width: 100%;
      height: 100vh;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
      #top header .header-bg-pc .show {
        display: none; }
      @media print, screen and (min-width: 768px) {
        #top header .header-bg-pc {
          display: block; }
          #top header .header-bg-pc .show {
            display: block; } }
    #top header .header-bg-sp {
      display: block;
      width: 100%;
      height: 100vh;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
      #top header .header-bg-sp .show {
        display: block; }
      @media print, screen and (min-width: 768px) {
        #top header .header-bg-sp {
          display: none; }
          #top header .header-bg-sp .show {
            display: none; } }
    #top header .scroll {
      position: absolute;
      margin: 0 auto;
      bottom: 40px;
      right: 0;
      left: 0;
      text-align: center; }
      #top header .scroll a {
        color: #ccc;
        text-decoration: none;
        font-family: garamond-premier-pro, serif;
        font-size: 13px;
        font-weight: 600;
        display: block; }
        #top header .scroll a:after {
          content: "";
          height: 35px;
          width: 1px;
          display: block;
          background: #fff;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -40px; }
    #top header .maincopy {
      position: absolute;
      top: 47%;
      margin: 0 auto;
      left: 0;
      right: 0; }
      #top header .maincopy img {
        display: block;
        margin: 0 auto; }
      #top header .maincopy.-pc {
        display: none; }
      #top header .maincopy.-sp {
        display: block; }
    #top header .description {
      color: #fff;
      font-size: 12px;
      position: absolute;
      left: 30px;
      bottom: 10px;
      width: 45%; }
    #top header #common-reserve {
      position: absolute;
      bottom: 10px;
      right: 30px;
      margin-bottom: 0; }
      #top header #common-reserve .reserve_links li {
        color: #fff;
        /*&.btn_reserve {
        	background:  url('../img/web_bg.svg') no-repeat left top;
        }
        &.btn_contact {
        	background:  url('../img/mail_bg.svg') no-repeat left top;
        }*/ }
        #top header #common-reserve .reserve_links li i {
          color: #fff; }
        #top header #common-reserve .reserve_links li a {
          color: #fff; }
        #top header #common-reserve .reserve_links li span {
          color: #fff; }
        #top header #common-reserve .reserve_links li[class^="btn_"] a {
          color: #fff; }
      @media print, screen and (max-width: 767px) {
        #top header #common-reserve {
          display: none; } }
  #top main {
    margin-bottom: 0; }
    #top main section {
      padding: 30px 0; }
    #top main h2 {
      text-align: center;
      letter-spacing: 5px; }
    #top main a {
      text-decoration: none; }
    #top main #top_story .flex {
      flex-direction: column-reverse; }
      #top main #top_story .flex .image {
        margin-bottom: 20px; }
      #top main #top_story .flex .text p {
        font-size: 11px;
        margin-bottom: 10px; }
      #top main #top_story .flex .text .btn {
        margin-top: 30px; }
    #top main #top_service .flex li {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      #top main #top_service .flex li p {
        font-size: 14px; }
      #top main #top_service .flex li img {
        margin-bottom: 20px;
        display: block; }
      #top main #top_service .flex li em {
        display: block;
        font-size: 24px;
        font-family: kinuta-maruminold-stdn, serif;
        color: #644632;
        padding-top: 15px;
        position: relative;
        margin-bottom: 15px; }
        #top main #top_service .flex li em:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background: #F0AA00;
          transform: rotate(45deg);
          position: absolute;
          top: 5px;
          left: 3px; }
        #top main #top_service .flex li em:after {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background: #644632;
          transform: rotate(45deg);
          position: absolute;
          top: 5px;
          left: 14px; }
      #top main #top_service .flex li .btn_more {
        position: absolute;
        bottom: 0;
        right: 0; }
    #top main #top_shop {
      padding: 0; }
      #top main #top_shop ul li {
        height: 500px;
        position: relative; }
        #top main #top_shop ul li a {
          display: block;
          padding: 30px 15px;
          position: absolute;
          bottom: 0; }
          #top main #top_shop ul li a:hover {
            opacity: 0.9; }
          #top main #top_shop ul li a em {
            display: block;
            text-align: center;
            font-family: kinuta-maruminold-stdn, serif;
            line-height: 1.2;
            font-size: 20px;
            margin-bottom: 10px;
            position: relative;
            padding-bottom: 5px; }
            #top main #top_shop ul li a em:before {
              content: "";
              width: 35px;
              height: 1px;
              background: #23140F;
              display: block;
              position: absolute;
              right: 10px;
              bottom: 20px; }
            #top main #top_shop ul li a em:after {
              content: "";
              width: 10px;
              height: 1px;
              background: #23140F;
              display: block;
              position: absolute;
              right: 9px;
              bottom: 24px;
              transform: rotate(50deg); }
          #top main #top_shop ul li a span {
            display: block;
            font-size: 14px;
            line-height: 1.4; }
        #top main #top_shop ul li.enza {
          background: url("../img/top/enza_bg.jpg") no-repeat center;
          background-size: cover; }
          #top main #top_shop ul li.enza a {
            background: url("../img/top/enza_bg2.svg") no-repeat center bottom;
            background-size: cover; }
            #top main #top_shop ul li.enza a em {
              padding-top: 15px;
              padding-bottom: 15px; }
        #top main #top_shop ul li.marugame {
          background: url("../img/top/marugame_bg.jpg") no-repeat center;
          background-size: cover; }
          #top main #top_shop ul li.marugame a {
            background: url("../img/top/marugame_bg2.svg") no-repeat center bottom;
            background-size: cover; }
            #top main #top_shop ul li.marugame a em {
              color: #fff; }
              #top main #top_shop ul li.marugame a em:before {
                background: #fff; }
              #top main #top_shop ul li.marugame a em:after {
                background: #fff; }
            #top main #top_shop ul li.marugame a span {
              color: #fff; }
    #top main #contents .inner {
      padding: 0; }
    #top main #contents img {
      display: block;
      margin-bottom: 20px; }
    #top main #contents em {
      display: block;
      text-align: center;
      position: relative;
      font-size: 25px;
      color: #644632;
      letter-spacing: 3px;
      font-family: kinuta-maruminold-stdn, serif; }
      #top main #contents em img {
        position: absolute;
        left: 15px;
        top: -60px; }
      #top main #contents em span {
        position: absolute;
        right: 20px;
        top: 6px;
        letter-spacing: 0;
        padding: 7px 10px;
        background: rgba(220, 85, 125, 0.2);
        font-size: 12px;
        font-weight: bold;
        color: #C8558C;
        border-radius: 15px; }
    #top main #contents span {
      display: block;
      padding: 15px;
      font-size: 13px;
      line-height: 1.4;
      margin-bottom: 10px;
      text-align: center;
      color: #644632; }
    #top main #sns h2.section_title {
      margin-bottom: 20px; }
    #top main #sns .fb {
      margin-bottom: 40px; }
    #top main #sns .fb-page {
      width: 100%; }
    #top main #banner ul {
      max-width: 877px;
      margin: 0 auto 15px; }
      #top main #banner ul li {
        margin-bottom: 15px; }
        #top main #banner ul li a {
          display: block;
          text-align: center;
          padding: 40px 0;
          font-size: 40px;
          font-family: garamond-premier-pro, serif;
          color: #fff;
          line-height: 1; }
          #top main #banner ul li a span {
            display: block;
            font-size: 15px;
            font-family: kinuta-maruminold-stdn, serif;
            color: #fff; }
        #top main #banner ul li.recruit a {
          background: url("../img/top/recruit_bg.jpg") no-repeat center;
          background-size: cover; }
        #top main #banner ul li.school a {
          background: url("../img/top/school_bg.jpg") no-repeat center;
          background-size: cover; }

/* @end */
/* @group sub */
.sub header {
  padding: 0 0 150px;
  background: #ccc; }
  .sub header .pagetitle {
    margin-top: 130px; }
.sub nav.sub-nav ul {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .sub nav.sub-nav ul li {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9; }
    .sub nav.sub-nav ul li a {
      display: block;
      text-align: center;
      text-decoration: none;
      padding: 15px 5px;
      line-height: 1.2;
      font-size: 13px; }
    .sub nav.sub-nav ul li.stay a {
      background: #F0AA00;
      color: #fff; }
    .sub nav.sub-nav ul li:hover a {
      background: #F0AA00;
      color: #fff;
      opacity: 1; }
  .sub nav.sub-nav ul.col3 li, .sub nav.sub-nav ul.col5 li {
    width: 33.333%; }
    .sub nav.sub-nav ul.col3 li:nth-child(3n), .sub nav.sub-nav ul.col5 li:nth-child(3n) {
      border-right: none; }
  .sub nav.sub-nav ul.col2 li, .sub nav.sub-nav ul.col4 li {
    width: 50%; }
    .sub nav.sub-nav ul.col2 li:nth-child(even), .sub nav.sub-nav ul.col4 li:nth-child(even) {
      border-right: none; }
.sub main a {
  color: #69AFD7; }
.sub main i.mens {
  display: inline-block;
  background: #0087B9;
  color: #fff;
  padding: 6px;
  vertical-align: text-bottom;
  margin-right: 5px;
  line-height: 1;
  letter-spacing: 0; }
.sub main i.women {
  display: inline-block;
  background: #C8558C;
  color: #fff;
  padding: 5px;
  vertical-align: text-bottom;
  margin-right: 6px;
  line-height: 1;
  letter-spacing: 0; }
.sub main dl.flex {
  margin: 0 auto 20px; }
  @media print, screen and (min-width: 768px) {
    .sub main dl.flex {
      flex-wrap: wrap; }
      .sub main dl.flex dt {
        width: 20%; }
      .sub main dl.flex dd {
        width: 80%; } }
  @media print, screen and (min-width: 768px) {
    .sub main dl.flex.flex-long dt {
      width: 25%; }
    .sub main dl.flex.flex-long dd {
      width: 75%; } }

/* @end */
/* @group service */
#service header {
  background: url("../img/service/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }
#service main h2.h2_bg {
  margin-top: 60px; }
#service main .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  #service main .wrap .col60 {
    width: 70%;
    padding: 1em; }
  #service main .wrap .col40 {
    width: 30%;
    padding: 1em; }
  #service main .wrap .col33 {
    width: calc(100% / 3);
    padding: 1em; }
#service main .title-wrap {
  margin-top: 6em; }
  #service main .title-wrap .text {
    margin-bottom: 0; }
  #service main .title-wrap .copy {
    color: #644632; }

#privacy header {
  background: url("../img/service/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }

#company header {
  background: url("../img/company/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }

/* @group service */
#shop header {
  background: url("../img/shop/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }
#shop.view-index header {
  background: url("../img/shop/title_bg_enza.jpg") no-repeat center #ccc;
  background-size: cover; }
#shop .flex .image {
  padding: 0 1em; }
#shop .flex.col50 li {
  width: auto; }
#shop .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  #shop .wrap .col50 {
    width: 50%;
    padding: 1em; }
  #shop .wrap .col30 {
    width: 30%;
    padding: 1em; }
  #shop .wrap .col70 {
    width: 70%;
    padding: 1em; }

/* @end */
#recruit header {
  background: url("../img/recruit/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }

#contact header {
  background: url("../img/contact/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }
  #contact header .pagetitle {
    color: #644632; }
    #contact header .pagetitle span {
      color: #644632; }

#school header {
  background: url("../img/school/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }
  #school header .pagetitle {
    color: #644632; }
    #school header .pagetitle span {
      color: #644632; }

/* @group story */
#story header {
  background: url("../img/story/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }
#story main section {
  position: relative; }

#news header {
  background: url("../img/news/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }
#news .side .aside {
  padding: 35px 0; }

/* @end */
/* @group staff */
#staff header {
  background: url("../img/staff/title_bg.jpg") no-repeat center #ccc;
  background-size: cover; }
#staff main .flex {
  flex-direction: column-reverse; }
  #staff main .flex .image {
    margin-bottom: 20px; }

/* @end */
/* スマホ */
@media print, screen and (max-width: 767px) {
  /* @group header */
  header .g-nav {
    display: none;
    padding: 30px 0;
    top: 67px; } }
/* タブレット以上 */
@media print, screen and (min-width: 768px) {
  /* @group base */
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
    color: #644632; }

  /* @end */
  /* @group component */
  .label {
    display: inline-block; }

  /* @end */
  /* @group utility */
  .pcnone {
    display: none; }

  .spnone {
    display: block; }

  .flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .flex.col50 div, .flex.col50 li {
      width: 50%;
      padding: 15px; }
    .flex.col48 div, .flex.col48 li {
      width: 48%; }
    .flex.col30 div, .flex.col30 li {
      width: 30%; }

  /* @end */
  /* @group header */
  header .sitetitle {
    width: 25%; }
  header .menu_btn {
    display: none; }
  header .g-nav {
    width: 75%;
    background: none; }
    header .g-nav ul {
      margin-top: 15px;
      margin-bottom: 0;
      flex-wrap: nowrap; }
      header .g-nav ul li a {
        line-height: 1.1;
        font-size: 13px;
        padding: 10px 3px; }
      header .g-nav ul li.sns_link a {
        padding: 0 2px; }

  /* @end */
  /* @group footer */
  footer {
    padding: 80px 0 0; }
    footer .footer_info #common-reserve {
      width: 460px;
      margin: 35px auto 20px; }

  /* @end */
  /* @group main */
  main {
    margin-bottom: 80px; }
    main section {
      padding: 35px 0 0; }

  /* @end */
  /* @group top */
  #top header .maincopy {
    font-size: 40px; }
    #top header .maincopy.-pc {
      display: block; }
    #top header .maincopy.-sp {
      display: none; }
  #top main {
    margin-bottom: 0; }
    #top main section {
      padding: 50px 0; }
    #top main .catch {
      font-size: 26px; }
    #top main #top_story .flex {
      flex-direction: row; }
      #top main #top_story .flex .image {
        margin-bottom: 0; }
      #top main #top_story .flex .text p {
        font-size: 14px;
        margin-bottom: 15px; }
      #top main #top_story .flex .text p.catch {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px; }
    #top main #top_service .flex li {
      padding-bottom: 0; }
    #top main #top_shop ul li a {
      padding: 30px 10%; }
      #top main #top_shop ul li a em:before {
        right: 10px;
        bottom: 20px; }
      #top main #top_shop ul li a em:after {
        right: 9px;
        bottom: 24px; }
    #top main #contents em {
      font-size: 28px; }
      #top main #contents em img {
        left: 80px;
        top: -60px; }
      #top main #contents em span {
        right: 80px;
        top: 6px; }
    #top main #contents span {
      display: block;
      padding: 15px;
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 10px;
      text-align: center;
      color: #644632; }
    #top main #sns h2.section_title {
      text-align: left;
      font-size: 35px; }
      #top main #sns h2.section_title span {
        display: inline-block;
        padding-left: 10px; }
    #top main #sns .fb {
      margin-bottom: 0; }

  /* @end */
  /* @group sub */
  .sub nav.sub-nav ul {
    flex-wrap: nowrap; }
    .sub nav.sub-nav ul li a {
      font-size: 16px; }
    .sub nav.sub-nav ul.col4 li {
      width: 25%; }
      .sub nav.sub-nav ul.col4 li:nth-child(even) {
        border-right: solid 1px #D9D9D9; }
      .sub nav.sub-nav ul.col4 li:nth-child(4n) {
        border-right: none; }
    .sub nav.sub-nav ul.col5 li {
      width: 20%; }
      .sub nav.sub-nav ul.col5 li:nth-child(even) {
        border-right: solid 1px #D9D9D9; }
      .sub nav.sub-nav ul.col5 li:last-child {
        border-right: none; }
  .sub .lead {
    text-align: center; }

  /* @end */
  /* @group service */
  /* @end */
  /* @group story */
  /* @end */
  /* @group staff */
  #staff main .flex {
    flex-direction: row; }
    #staff main .flex .image {
      margin-bottom: 0; }

  /* @end */ }
/* PC 1000 以下 */
@media only screen and (max-width: 1000px) {
  #top header .description {
    display: none; }
  #top header #common-reserve {
    display: none; } }
/* PC 900over */
@media only screen and (min-width: 900px) {
  /* @group header */
  header .g-nav ul li a {
    font-size: 15px;
    padding: 10px 5px; }

  /* @end */ }
@media print {
  body {
    width: 1280px; }

  /* 印刷時に画面と変更するスタイルを定義 */ }
.entry-date {
  text-align: right; }

.entry-footer .share-list {
  display: flex;
  justify-content: flex-end; }
  .entry-footer .share-list a {
    text-decoration: none;
    color: #F0AA00; }
    .entry-footer .share-list a span:before {
      color: #F0AA00;
      font-size: 20px; }
  .entry-footer .share-list .share-item {
    padding: 5px; }

.acms-entry [class*="column-media"] img {
  margin: 0 auto; }

#news ul.news-list {
  max-width: 720px;
  margin: 10px auto 30px;
  border-top: 1px solid #E8E8E8; }
  #news ul.news-list li {
    border-bottom: 1px solid #E8E8E8; }
    #news ul.news-list li a {
      display: block;
      padding: 10px 30px;
      text-decoration: none; }
      #news ul.news-list li a span.date {
        font-family: garamond-premier-pro, serif;
        color: #644632;
        letter-spacing: 3px;
        padding-right: 30px;
        font-size: 16px; }
#news .pager {
  display: flex;
  justify-content: center;
  flex-direction: row; }
  #news .pager a {
    text-decoration: none;
    color: #F0AA00; }
  #news .pager li span {
    padding: 5px 10px; }
  #news .pager .cur span {
    background: #F0AA00;
    color: #fff; }

ol.list {
  margin: 0; }
  ol.list li {
    padding-left: 0;
    text-indent: 0; }

.trip-summary {
  padding: 2em 0 3.5em; }

.btn-single {
  text-align: center;
  margin: 2em 0;
  width: 100% !important;
  max-width: 100% !important; }
  .btn-single a.btn01 {
    border: 1px solid #F0AA00 !important;
    padding: 0;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 15px;
    background: none;
    border: none;
    padding: 5px 10px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #644632;
    text-decoration: none; }
    .btn-single a.btn01::after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #F0AA00;
      border-bottom: 1px solid #F0AA00;
      position: absolute;
      right: 1em;
      top: 1em;
      transform: rotate(-45deg); }
    .btn-single a.btn01:hover {
      background: #F0AA00;
      color: #fff; }
      .btn-single a.btn01:hover::after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }

.box-deco {
  margin: 1em 0;
  background: #FFF3E8;
  padding: 2em 2.5em 1.5em; }
  .box-deco h2.h2_bg {
    margin-top: 0 !important; }

.small {
  font-size: 90% !important; }

.x-small {
  font-size: 70% !important; }

.title-wrap .copy {
  font-size: 36px;
  text-align: center;
  color: #F0AA00;
  font-family: kinuta-maruminold-stdn, serif; }
.title-wrap .text {
  color: #644632;
  font-family: kinuta-maruminold-stdn, serif; }

.president .lead {
  line-height: 3; }
