@charset "utf-8";@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick/fonts/slick.eot");
  src: url("slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("slick/fonts/slick.woff") format("woff"), url("slick/fonts/slick.ttf") format("truetype"), url("slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 100%;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  padding: 0;
  border: none;
  outline: none;
}

@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 22px;
    width: 22px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 5vw;
    width: 5vw;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  /*
        outline: none;
        background: transparent;
        color: transparent;
        */
  opacity: 0.6;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.6;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@media screen and (min-width: 768px) {
  .slick-prev {
    background-image: url(../img/arw_slider_prev.svg);
    left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-prev {
    background-image: url(../img/arw_slider_prev.svg);
    left: 0;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .slick-prev {
    background: url(../img/arw_slider_prev.svg);
    right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  [dir="rtl"] .slick-prev {
    background: url(../img/arw_slider_prev.svg);
    right: 0;
  }
}

.slick-prev:before {
  content: "　";
}

[dir="rtl"] .slick-prev:before {
  content: "　";
}

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

@media screen and (min-width: 768px) {
  .slick-next {
    background-image: url(../img/arw_slider_next.svg);
    right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-next {
    background-image: url(../img/arw_slider_next.svg);
    right: 0;
  }
}

[dir="rtl"] .slick-next {
  right: auto;
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .slick-next {
    left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  [dir="rtl"] .slick-next {
    left: 0;
  }
}

.slick-next:before {
  content: "　";
}

[dir="rtl"] .slick-next:before {
  content: "　";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 11px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li {
    height: 5px;
    width: 5px;
    margin: 0 5px;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button {
    height: 5px;
    width: 5px;
  }
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.6;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  content: "";
  font-family: "slick";
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .slick-dots li button:before {
    height: 8px;
    width: 8px;
    font-size: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button:before {
    height: 5px;
    width: 5px;
    font-size: 5px;
  }
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11000;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*---------------------------------

	form

---------------------------------*/
/*reset*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*設定*/
input,
textarea {
  width: 100%;
  padding: 0.5em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #fff;
  border: 1px solid #888;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  input,
  textarea {
    padding: 0.8em;
    font-size: 1.1rem;
  }
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

@supports (-moz-user-focus: none) {
  @media screen and (min-width: 768px) {
    input, textarea {
      padding: 0.18em 0.5em;
    }
  }
}

select {
  width: 100%;
  padding: 0.5em;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  select {
    padding: 0.8em;
    font-size: 1.1rem;
  }
}

._select {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #fff;
  border: 1px solid #888;
  position: relative;
}

._select:after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}

button,
input[type="submit"],
input[type="button"] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #968333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #968333;
  color: #fff;
  line-height: 1.4;
  transition: opacity 0.4s;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  button,
  input[type="submit"],
  input[type="button"] {
    padding: 0.8em;
    font-size: 1.1rem;
  }
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
}

._form_radio {
  padding: 0.4em 0;
}

._form_radio > span {
  margin-right: 1rem;
  display: inline-block;
}

._form_radio > span > label {
  display: flex;
}

._form_radio > span > label > span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

._form_radio > span > label > span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #888;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
}

._form_radio > span > label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #888;
  z-index: 10;
}

._form_check > span > label span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

._form_check > span > label span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #888;
  background: #fff;
  z-index: 10;
}

._form_check > span > label input[type="checkbox"]:checked + span:after {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.7rem;
  left: 0.35em;
  position: absolute;
  top: 0.2em;
  transform: rotate(45deg);
  z-index: 15;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  width: 100%;
  background: #1d1f1d;
}

html {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  html {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  html {
    font-size: 3.3vw;
  }
}

#mainContent {
  position: relative;
}

@media screen and (min-width: 768px) {
  #mainContent {
    padding-top: 97px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #mainContent {
    padding-top: 10.416vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #top_page #mainContent {
    padding-top: 0;
  }
}

#main {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc-non {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sp-non {
    display: none !important;
  }
}

.tb-only {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .tb-only {
    display: block !important;
  }
}

* {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: opacity 0.4s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
  }
}

section {
  display: block;
}

.inner {
  width: 90vw;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .inner {
    padding-left: 6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner {
    padding: 0 0 0 10.417vw;
  }
}

.inner._w900 {
  max-width: calc(900px + 4rem);
}

.inner._w1020 {
  max-width: calc(1020px + 4rem);
}

.inner._w1070 {
  max-width: calc(1070px + 4rem);
}

.inner_center {
  width: 90vw;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  color: #1d1f1d;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .inner_center {
    padding-left: 6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner_center {
    padding: 0 0 0 10.417vw;
  }
}

.fadein {
  opacity: 0;
  transition: .8s;
}

@media screen and (min-width: 768px) {
  .fadein {
    transform: translate(0, 50px);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .fadein {
    transform: translate(0, 2vw);
  }
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

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

.bgWashi {
  background-image: url("../images/common/bg_washi.jpg");
  background-size: 300px 300px;
}

#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxSlideshowt {
  display: none !important;
}

/*---------------------------------

	parts

---------------------------------*/
/* section */
.sec {
  padding-top: 9rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sec {
    padding-top: 15vw;
  }
}

.secBlock {
  padding: 6rem 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secBlock {
    padding: 15vw 0;
  }
}

.secBox {
  position: relative;
  padding-top: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secBox {
    padding-top: 0;
  }
}

.secBox .subImg {
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .secBox._secTtlRight .secTtl_v {
    position: absolute;
    top: 0;
    right: 0;
  }
  .secBox._secTtlLeft .secTtl_v {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* title */
.pageTtl_L {
  margin-bottom: 2rem;
  position: relative;
  height: 35.714rem;
  padding-left: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .pageTtl_L {
    padding-left: 6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .pageTtl_L {
    padding: 0 0 0 10.417vw;
    height: 65.189vw;
  }
}

.pageTtl_L:before {
  content: "higashiyama";
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 100%;
  border-right: 1px solid rgba(187, 187, 187, 0.4);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  vertical-align: middle;
  text-align: center;
  padding-right: 2rem;
  box-sizing: border-box;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .pageTtl_L:before {
    width: 10.417vw;
    padding-right: 2.5vw;
    font-size: 0.857rem;
  }
}

.pageTtl_L .secTtl {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.pageTtl_L .secTtl h1, .pageTtl_L .secTtl p {
  color: #fff;
}

.pageTtl_L .secTtl:after {
  display: none;
}

.pageTtl {
  padding-top: 5rem;
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .pageTtl {
    padding-left: 6rem;
    width: 90vw;
    margin: 0 auto 8rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .pageTtl {
    padding: 15vw 0 0 10.417vw;
    width: 90vw;
    margin: 0 auto 10vw;
  }
}

@media screen and (min-width: 768px) {
  .secTtl_v {
    display: flex;
    flex-direction: column;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl_v {
    text-align: center;
    margin-bottom: 8vw;
  }
}

.secTtl_v p {
  letter-spacing: 0.3em;
}

@media screen and (min-width: 768px) {
  .secTtl_v p {
    order: 1;
    margin-left: 0.8rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl_v p {
    font-size: 0.85rem;
  }
}

.secTtl_v h2, .secTtl_v h1 {
  letter-spacing: 0.25em;
  font-size: 2.64rem;
}

@media screen and (min-width: 768px) {
  .secTtl_v h2, .secTtl_v h1 {
    order: 2;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl_v h2, .secTtl_v h1 {
    font-size: 1.5rem;
    margin-bottom: 2vw;
  }
}

.secTtl_v:after {
  content: "";
  display: block;
  background: #4a4b6b;
}

@media screen and (min-width: 768px) {
  .secTtl_v:after {
    order: 3;
    margin-right: 1.5rem;
    height: 10rem;
    width: 1px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl_v:after {
    margin: 5vw auto 0;
    width: 15vw;
    height: 1px;
  }
}

.secTtl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secTtl {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl {
    margin-bottom: 8vw;
  }
}

.secTtl p {
  letter-spacing: 0.3em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl p {
    font-size: 0.85rem;
  }
}

.secTtl h2, .secTtl h1 {
  letter-spacing: 0.25em;
  font-size: 2.64rem;
}

@media screen and (min-width: 768px) {
  .secTtl h2, .secTtl h1 {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl h2, .secTtl h1 {
    font-size: 1.5rem;
    margin-bottom: 2vw;
  }
}

.secTtl:after {
  content: "";
  display: block;
  background: #666;
}

@media screen and (min-width: 768px) {
  .secTtl:after {
    margin: 2rem auto 0;
    width: 4rem;
    height: 1px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl:after {
    margin: 5vw auto 0;
    width: 15vw;
    height: 1px;
  }
}

.secTtl._noborder h2, .secTtl._noborder h1 {
  font-size: 2.214em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl._noborder h2, .secTtl._noborder h1 {
    font-size: 1.3rem;
  }
}

.secTtl._noborder:after {
  display: none;
}

.leadL {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.667;
  margin-bottom: 2rem;
  font-size: 2.143rem;
  color: #4a4b6b;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .leadL {
    font-size: 1.6rem;
  }
}

.lead {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.929;
  margin-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .lead {
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.lead.red {
  color: #824129;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .lead._spCenter {
    text-align: center;
  }
}

.notes {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.929;
  color: #888;
  font-size: 0.929rem;
}

/* imgBox */
.imgBox {
  position: relative;
}

.imgBox .img {
  width: 80rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .imgBox .img {
    width: 70vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox .img {
    width: 89.583vw;
  }
}

.imgBox figcaption {
  display: block;
  background: url("../images/common/bg_washi.jpg");
  padding: 2.5rem!important;
  width: 41rem;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox figcaption {
    padding: 6vw;
    width: 80vw;
  }
}

.imgBox figcaption h3 {
  font-size: 2.143rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox figcaption h3 {
    font-size: 1.5rem;
    margin-bottom: 5vw;
  }
}

.imgBox figcaption p {
  letter-spacing: 0.1em;
  line-height: 1.929;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox figcaption p {
    letter-spacing: 0.05em;
    line-height: 1.769;
  }
}

@media screen and (min-width: 768px) {
  .imgBox._imgLeft {
    margin-left: -10.714rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .imgBox._imgLeft {
    margin-left: -5vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox._imgLeft {
    margin-left: -5vw;
  }
}

.imgBox._imgLeft figcaption {
  margin-left: auto;
  margin-right: -2.5rem;
  margin-top: -6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox._imgLeft figcaption {
    margin-right: -5vw;
    margin-top: -8vw;
  }
}

@media screen and (min-width: 768px) {
  .imgBox._imgRight {
    margin-right: -10.714rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .imgBox._imgRight {
    margin-right: -5vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox._imgRight {
    margin-left: -5vw;
  }
}

.imgBox._imgRight .img {
  margin-left: auto;
}

.imgBox._imgRight figcaption {
  margin-left: -2.5rem;
  margin-top: -6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox._imgRight figcaption {
    margin-left: -2vw;
    margin-top: -8vw;
  }
}

.imgBox._imgRight2 {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .imgBox._imgRight2 {
    margin-right: -10.714rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .imgBox._imgRight2 {
    margin-right: -5vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox._imgRight2 {
    margin-left: -5vw;
  }
}

.imgBox._imgRight2 .img {
  margin-left: auto;
}

.imgBox._imgRight2 figcaption {
  margin-left: 4rem;
  margin-top: -6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .imgBox._imgRight2 figcaption {
    margin-left: -2vw;
    margin-top: -8vw;
  }
}

/* form_vacancy */
#form_vacancy > div {
  display: flex;
  flex-wrap: wrap;
  background: #ccc;
  padding: 2.5rem 1.7rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0.85rem;
}

#form_vacancy > div ._form_wrap {
  width: 100%;
  display: flex;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  align-items: flex-end;
}

#form_vacancy > div ._form_wrap ._form_date {
  width: 10.929rem;
  margin-right: 0.5em;
}

#form_vacancy > div ._form_wrap ._form_time {
  width: 8.357rem;
  margin-right: 0.5em;
}

#form_vacancy > div ._form_wrap ._form_num {
  display: flex;
  align-items: flex-end;
  width: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #form_vacancy > div ._form_wrap ._form_num {
    font-size: 1.1rem;
  }
}

#form_vacancy > div ._form_wrap ._form_num input {
  width: 3.857rem;
  margin-right: 0.5em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #form_vacancy > div ._form_wrap ._form_num input {
    width: 45%;
  }
}

#form_vacancy > div .message {
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-top: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #form_vacancy > div .message {
    font-size: 1rem;
    margin-top: 5vw;
  }
}

#form_vacancy > div .message br {
  display: none;
}

/* btn */
.readmore a {
  display: inline-block;
  padding: 0 3rem 1rem 0.2rem;
  background-image: url("../images/common/arw_rm.svg");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore a span {
  letter-spacing: 0.1em;
  color: #888;
}

/* 下層共通 */
.breadcrumbs {
  letter-spacing: 0.1em;
  font-size: 0.929rem;
  margin-top: 1rem;
  padding: 0 2rem;
  padding-left: 7rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .breadcrumbs {
    width: 90vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 0 0 10.417vw;
    width: 90vw;
    margin: 0 auto;
  }
}

/* menu共通 */
.sns {
  display: flex;
  justify-content: space-between;
  width: 13rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sns {
    width: auto;
    justify-content: center;
  }
}

.sns a {
  display: block;
  width: 2.2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sns a {
    width: 8vw;
    margin: 0 5vw;
  }
}

#ui-datepicker-div {
  z-index: 20100 !important;
}

/*---------------------------------

	#header

---------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header {
    padding: 0;
  }
}

#header .headLogo {
  width: 14rem;
  position: absolute;
  left: 2rem;
  top: 1.5rem;
  z-index: 10;
  transition: opacity 0.4s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .headLogo {
    width: 25vw;
    top: 2vw;
    left: calc(50% + 5vw);
    transform: translateX(-50%);
  }
}

#header .subNav {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .subNav {
    display: none;
  }
}

#header .subNav .nav {
  display: flex;
}

#header .subNav .nav a {
  letter-spacing: 0.1em;
  padding: 0 1.3em;
  display: block;
  border-right: 1px solid #333;
  font-size: 0.929rem;
}

#header .subNav .nav a:last-child {
  border-right: none;
  padding-right: 0;
}

#header .subNav .lang {
  display: flex;
}

#header .subNav .lang a {
  display: block;
  margin-left: 1.5em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 0.929rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#header .subNav .lang a.current:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  bottom: -0.2em;
}

#header .mainNav {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .mainNav {
    display: none;
  }
}

#header .mainNav a {
  letter-spacing: 0.1em;
  font-size: 1.143rem;
  display: block;
  margin-left: 2em;
}

#header.hd-active .headLogo {
  opacity: 0;
  pointer-events: none;
}

#top_page #header .subNav .nav a {
  color: #fff;
  border-right-color: #fff;
}

#top_page #header .subNav .lang a {
  color: #fff;
}

#top_page #header .subNav .lang a.current:after {
  background: #fff;
}

#top_page #header .mainNav a {
  color: #fff;
}

/*---------------------------------

	#sideNav

---------------------------------*/
#sideNav {
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  height: 100vh;
  width: 6rem;
  transition: 0.4s;
  background: rgba(204, 204, 204, 0);
  cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sideNav {
    width: 10.417vw;
  }
  #sideNav:active:not(.mt-active) {
    background: rgba(204, 204, 204, 0.95);
  }
}

@media screen and (min-width: 768px) {
  #sideNav {
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  #sideNav:hover:not(.mt-active) {
    background: rgba(204, 204, 204, 0.95);
  }
}

@media screen and (min-width: 768px) {
  #sideNav.hd-active, #sideNav.mt-active {
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sideNav.hd-active .sn-menu, #sideNav.mt-active .sn-menu {
    top: 30%;
    opacity: 1;
  }
}

#sideNav.active {
  pointer-events: auto;
}

#sideNav .sn-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 10;
  transition: 0.4s;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sideNav .sn-menu {
    top: 0;
    opacity: 0;
  }
}

#sideNav .sn-menu:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  bottom: -2rem;
  left: 0.3em;
}

#sideNav .sn-menu.hide {
  opacity: 0;
}

#sideNav.top {
  height: 0;
}

#sideNav.top:hover {
  background: none;
}

#sideNav.top .sn-menu {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #top_page #sideNav {
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
  }
  #top_page #sideNav.top {
    height: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #top_page #sideNav .sn-menu {
    top: 30%;
    opacity: 1;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  #top_page #sideNav.mt-active .sn-menu {
    top: 30%;
    opacity: 0;
  }
}

.sn-rsv_wrap {
  position: fixed;
  bottom: 5%;
  left: 0;
  z-index: 10010;
  /*
	@include mq-pc{
		&.hover{
			.sn-rsv{
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}
			.sn-rsvForm{
				opacity: 1;
				pointer-events: auto;
				left: 100%;
			}
		}
	};
	*/
}

@media screen and (min-width: 768px) {
  .sn-rsv_wrap {
    width: 6rem;
    height: 175px;
    display: flex;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .sn-rsv_wrap.active {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap {
    bottom: 3vw;
  }
}

.sn-rsv_wrap .sn-rsv {
  position: relative;
  z-index: 10010;
  transition: opacity 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  background: #756433;
  border-top-right-radius: 0.85rem;
  border-bottom-right-radius: 0.85rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsv {
    width: 10.417vw;
    height: auto;
    padding: 1.5rem 0;
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 1vw;
  }
}

.sn-rsv_wrap .sn-rsv p, .sn-rsv_wrap .sn-rsv a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsv.sp-hide {
    opacity: 0;
    pointer-events: none;
  }
}

.sn-rsv_wrap .sn-rsvForm {
  position: fixed;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .sn-rsv_wrap .sn-rsvForm {
    z-index: 10005;
    position: absolute;
    width: 30.786rem;
    bottom: 0;
    height: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsvForm {
    z-index: 10020;
    width: 100vw;
    height: 120vh;
    top: 0;
    background: #fff;
  }
  .sn-rsv_wrap .sn-rsvForm.active {
    opacity: 1;
    pointer-events: auto;
  }
}

.sn-rsv_wrap .sn-rsvForm .logo {
  width: 25vw;
  position: fixed;
  top: 3vw;
  left: 15vw;
  z-index: 10050;
}

@media screen and (min-width: 768px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy {
    height: 100%;
  }
}

.sn-rsv_wrap .sn-rsvForm #form_vacancy h3 {
  margin-bottom: 5vw;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy {
    z-index: 10015;
    position: fixed;
    top: 45%;
    left: 7.5vw;
    width: 85vw;
    transform: translateY(-50%);
  }
}

.sn-rsv_wrap .sn-rsvForm #form_vacancy > div {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div {
    border-radius: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap {
    display: block;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap > * {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap > * input, .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap > * select {
    text-align: center;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap ._form_num {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap > p {
    width: 30%;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: bottom;
  }
}

.sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_submit {
  width: 100%;
  margin-top: 0.8rem;
}

.sn-rsv_wrap .sn-rsvForm .close,
.sn-rsv_wrap .sn-rsvForm .close span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.sn-rsv_wrap .sn-rsvForm .close {
  position: fixed;
  z-index: 10030;
  top: 0;
  right: 0;
  width: 10.417vw;
  height: 10.417vw;
  cursor: pointer;
  background: #ccc;
}

.sn-rsv_wrap .sn-rsvForm .close span {
  position: absolute;
  left: 2.5vw;
  width: 5.417vw;
  height: 2px;
  background-color: #333;
}

.sn-rsv_wrap .sn-rsvForm .close span:nth-of-type(1) {
  transform: translateY(2vw) rotate(-45deg);
  top: 3vw;
}

.sn-rsv_wrap .sn-rsvForm .close span:nth-of-type(2) {
  transform: translateY(-2vw) rotate(45deg);
  bottom: 3vw;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  z-index: 10030;
  top: 0;
  left: 0;
  width: 10.417vw;
  height: 10.417vw;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .menu-trigger {
    top: 1.5rem;
    left: 1.5rem;
    width: 2.857rem;
    height: 2rem;
    transition: opacity 0.4s;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger {
    background: #444;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span {
    left: 2.5vw;
    width: 5.417vw;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span:nth-of-type(1) {
    top: 3vw;
  }
}

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: 3vw;
  }
}

@media screen and (min-width: 768px) {
  #sideNav.top .menu-trigger span {
    background-color: #fff;
  }
}

/* menu-trigger エフェクト */
.menu-trigger.active span {
  background-color: #333;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2vw) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(0.9rem) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  display: none;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-0.9rem) rotate(45deg);
  }
}

/*---------------------------------

	#modalNav

---------------------------------*/
#modalNav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: #1d1f1d;
  transition: opacity 0.4s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav {
    height: 120vh;
    z-index: 10000;
  }
}

#modalNav.active {
  opacity: 1;
  pointer-events: auto;
}

#modalNav .logo {
  width: 25vw;
  position: fixed;
  top: 3vw;
  left: 15vw;
  z-index: 10050;
}

#modalNav .mn-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75vw;
  height: 75vh;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mn-inner {
    width: 100vw;
    height: 85vh;
    overflow: auto;
    top: 10vh;
    left: 0;
    transform: none;
    padding-left: 13vw;
    padding-right: 5vw;
  }
}

#modalNav .mainNav {
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mainNav {
    display: block;
    margin-bottom: 10vw;
  }
}

#modalNav .mainNav > div {
  margin-right: 8rem;
}

#modalNav .mainNav > div:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mainNav > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}

#modalNav .mainNav > div > a {
  display: block;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #modalNav .mainNav > div > a {
    font-size: 1.429rem;
    margin-bottom: 3rem;
  }
  #modalNav .mainNav > div > a:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mainNav > div > a {
    font-size: 0.95rem;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #888;
    margin-bottom: 1.2em;
    width: 47%;
  }
  #modalNav .mainNav > div > a:first-child {
    width: 100%;
  }
  #modalNav .mainNav > div > a.full {
    width: 100%;
    margin-top: 1.2em;
  }
  #modalNav .mainNav > div > a.mt0 {
    margin-top: 0;
  }
}

#modalNav .mainNav > div > a span {
  display: block;
  font-size: 0.857rem;
  color: #888;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mainNav > div > a span {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #modalNav .mainNav > div > div {
    margin-top: -1rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mainNav > div > div {
    width: 100%;
  }
}

#modalNav .mainNav > div > div a {
  display: block;
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

#modalNav .mainNav > div > div a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mainNav > div > div a {
    width: 100%;
    font-size: 0.95rem;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #888;
    margin-bottom: 1.2em;
    color: #888;
    position: relative;
  }
  #modalNav .mainNav > div > div a:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 0.2em;
    width: 1em;
    height: 1em;
    background-image: url("../images/common/icon_link.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mainNav > div:last-child a {
    width: 100%;
  }
}

#modalNav .rsv_mnav_sp {
  margin-bottom: 10vw;
}

#modalNav .rsv_mnav_sp .btn {
  background: #888;
  color: #fff;
  padding: 1em;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #modalNav .subNav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#modalNav .subNav .nav {
  display: flex;
  margin-left: -1.3em;
  margin-bottom: 3rem;
  font-size: 0.929rem;
}

#modalNav .subNav .nav a {
  letter-spacing: 0.1em;
  padding: 0 1.3em;
  display: block;
  border-right: 1px solid #888;
  color: #888;
  font-size: 1.071rem;
}

#modalNav .subNav .nav a:last-child {
  border-right: none;
}

#modalNav .subNav .subNav2 {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .subNav .subNav2 {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

#modalNav .subNav .subNav2 .lang {
  display: flex;
}

@media screen and (min-width: 768px) {
  #modalNav .subNav .subNav2 .lang {
    margin-right: 4rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .subNav .subNav2 .lang {
    margin-top: 5vw;
    padding-bottom: 10vw;
  }
}

#modalNav .subNav .subNav2 .lang a {
  display: block;
  margin-left: 1.5em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 0.929rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #888;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .subNav .subNav2 .lang a {
    margin-left: 2.5em;
    font-size: 0.95rem;
  }
}

#modalNav .subNav .subNav2 .lang a:first-child {
  margin-left: 0;
}

#modalNav .subNav .subNav2 .lang a.current:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #888;
  position: absolute;
  bottom: -0.2em;
}

/*---------------------------------

	#footer

---------------------------------*/
#footer {
  background: #111;
  padding: 3rem 0;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer {
    padding: 15vw 0 10vw;
  }
}

#footer .inner .footer_pc .fnav1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

#footer .inner .footer_pc .fnav1 .logo {
  position: absolute;
  z-index: 10;
  width: 16rem;
}

#footer .inner .footer_pc .fnav1 .lang {
  display: flex;
  align-items: flex-start;
}

#footer .inner .footer_pc .fnav1 .lang a {
  display: block;
  margin-left: 1.5em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 0.929rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#footer .inner .footer_pc .fnav1 .lang a.current:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -0.2em;
}

#footer .inner .footer_pc .fnav2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3rem;
}

#footer .inner .footer_pc .fnav2 .mainNav {
  display: flex;
  justify-content: flex-end;
}

#footer .inner .footer_pc .fnav2 .mainNav > div {
  margin-left: 3rem;
}

#footer .inner .footer_pc .fnav2 .mainNav > div a {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.857rem;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#footer .inner .footer_pc .fnav2 .mainNav > div a:last-child {
  margin-bottom: 0;
}

#footer .inner .footer_pc .fnav2 #copyright {
  margin-top: 2rem;
  font-size: 0.857rem;
  letter-spacing: 0.1em;
}

#footer .inner .footer_sp .logo {
  width: 45vw;
  margin: 0 auto 10vw;
}

#footer .inner .footer_sp .sns {
  margin-bottom: 10vw;
}

#footer .inner .footer_sp .mainNav {
  display: block;
  margin-bottom: 7vw;
  border-top: 1px solid #888;
  padding-top: 1.2em;
}

#footer .inner .footer_sp .mainNav > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#footer .inner .footer_sp .mainNav > div > a {
  display: block;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #888;
  margin-bottom: 1.2em;
  width: 47%;
  color: #fff;
}

#footer .inner .footer_sp .mainNav > div > a:first-child {
  width: 100%;
}

#footer .inner .footer_sp .mainNav > div > a.full {
  width: 100%;
}

#footer .inner .footer_sp .mainNav > div > div {
  width: 100%;
}

#footer .inner .footer_sp .mainNav > div > div a {
  display: block;
  letter-spacing: 0.1em;
  width: 100%;
  font-size: 0.95rem;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #888;
  margin-bottom: 1.2em;
  color: #888;
  position: relative;
}

#footer .inner .footer_sp .mainNav > div > div a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0.2em;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#footer .inner .footer_sp .mainNav > div:last-child a {
  width: 100%;
}

#footer .inner .footer_sp .subNav {
  display: flex;
  justify-content: center;
  margin-bottom: 10vw;
  font-size: 0.7rem;
}

#footer .inner .footer_sp .subNav a {
  letter-spacing: 0.1em;
  padding: 0 1.1em;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-right: 1px solid #888;
  color: #888;
}

#footer .inner .footer_sp .subNav a:last-child {
  border-right: none;
}

#footer .inner .footer_sp .lang {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10vw;
}

#footer .inner .footer_sp .lang a {
  display: block;
  margin-left: 2em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#footer .inner .footer_sp .lang a:first-child {
  margin-left: 0;
}

#footer .inner .footer_sp .lang a.current:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -0.2em;
}

#footer .inner .footer_sp #copyright {
  font-size: 0.857rem;
  letter-spacing: 0.1em;
  text-align: center;
}

#pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pagetop {
    bottom: 0;
    right: 0;
  }
}

#pagetop.active {
  opacity: 1;
  pointer-events: auto;
}

#pagetop a {
  display: block;
  width: 3.571rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pagetop a {
    bottom: 0;
    right: 0;
    width: 11.719vw;
  }
}

/*---------------------------------

	loading

---------------------------------*/
#loading {
  width: 100%;
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

#loading .loadLogo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  text-align: center;
  width: 20rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #loading .loadLogo {
    width: 40vw;
  }
}

#loading .loadLogo p {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

#loading .loadLogo p span {
  display: inline-block;
  height: 1rem;
}

#loading .loadLogo p span img {
  display: block;
  height: 1rem;
  max-width: none;
  width: auto;
}

@keyframes loadImg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loadP {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@media screen and (min-width: 768px) {
  #top_page #mainContent {
    padding-top: 0;
  }
}

#topMainv {
  position: relative;
  /*MV内 空席予約*/
  /*スライダー*/
}

@media screen and (min-width: 768px) {
  #topMainv:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 15rem;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  }
}

#topMainv .logoWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  text-align: center;
  width: 100%;
}

#topMainv .logoWrap .logo {
  width: 20rem;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .logoWrap .logo {
    width: 40vw;
  }
}

#topMainv .logoWrap p {
  text-align: center;
  color: #fff;
  font-weight: normal;
}

#topMainv .logoWrap p.name {
  font-size: 2.643rem;
  letter-spacing: 0.25em;
  margin-bottom: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .logoWrap p.name {
    font-size: 2rem;
  }
}

#topMainv .logoWrap p.copy {
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  line-height: 1.688;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .logoWrap p.copy {
    font-size: 1rem;
  }
}

#topMainv .sns {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .sns {
    bottom: 5vw;
    right: 5vw;
  }
  #topMainv .sns a {
    margin: 0 0 0 3vw;
  }
}

#topMainv .tm-vacancy {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 10;
  width: 48.6rem;
  /* form_vacancy */
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .tm-vacancy {
    display: none;
  }
}

#topMainv .tm-vacancy #form_vacancy > div {
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.7rem;
}

#topMainv .tm-vacancy #form_vacancy > div ._form_wrap {
  margin-right: 1rem;
  width: auto;
  flex-shrink: 0;
}

#topMainv .tm-vacancy #form_vacancy > div ._form_submit {
  width: 8rem;
}

#topMainv .tm-vacancy #form_vacancy > div .message {
  margin-top: 0;
  margin-left: 1.5rem;
  flex-shrink: 0;
}

#topMainv .tm-vacancy #form_vacancy > div .message br {
  display: block;
}

#topMainv .bgSliderWrap {
  position: relative;
  z-index: 1;
}

#topMainv .bgSliderWrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

#topMainv .bgSliderWrap .bgSlider {
  position: relative;
  z-index: 3;
}

#topMainv .bgSliderWrap .bgSlider .item figure {
  display: block;
  width: 100vw;
  height: 100vh;
}

#topMainv .scroll {
  position: absolute;
  left: 2rem;
  bottom: -7rem;
  z-index: 500;
  width: 0.9rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .scroll {
    bottom: auto;
    top: 30vh;
    left: 4vw;
    width: 2.3vw;
  }
}

/* storeNav */
.storeNavArea {
  position: relative;
  margin-top: 7rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeNavArea {
    margin-top: 0;
    padding-bottom: 10.417vw;
  }
}

.storeNavArea #storeNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 2rem 0;
  background: #1d1f1d;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .storeNavArea #storeNav {
    padding-left: 6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeNavArea #storeNav {
    padding: 0 0 0 10.417vw;
    height: 10.417vw;
    position: fixed;
  }
}

.storeNavArea #storeNav.fixed {
  position: fixed;
}

.storeNavArea #storeNav .current {
  line-height: 10.417vw;
  text-align: right;
  padding: 0 10vw 0 0;
  position: relative;
  cursor: pointer;
  font-size: 1.143rem;
  letter-spacing: 0.1em;
}

.storeNavArea #storeNav .current:before, .storeNavArea #storeNav .current:after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 50%;
  right: 5vw;
}

.storeNavArea #storeNav .current:before {
  transform: translateY(-120%) rotate(-45deg);
  border-top: 1px solid #888;
  border-right: 1px solid #888;
}

.storeNavArea #storeNav .current:after {
  transform: translateY(40%) rotate(45deg);
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
}

.storeNavArea #storeNav ul {
  display: flex;
  justify-content: center;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeNavArea #storeNav ul {
    text-align: right;
    display: block;
    background: #1d1f1d;
    padding: 0 5vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    transform: translateY(-10vw);
  }
  .storeNavArea #storeNav ul.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 768px) {
  .storeNavArea #storeNav li {
    padding-left: 3rem;
    border-left: 1px solid #ddd;
    margin-left: 3rem;
  }
  .storeNavArea #storeNav li:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeNavArea #storeNav li {
    border-bottom: 1px solid #ccc;
  }
  .storeNavArea #storeNav li:last-child {
    border-bottom: 0;
  }
}

.storeNavArea #storeNav li a {
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (min-width: 768px) {
  .storeNavArea #storeNav li a:after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateY(-40%) rotate(45deg);
    margin-left: 0.4rem;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .storeNavArea #storeNav li a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeNavArea #storeNav li a {
    line-height: 10.417vw;
    padding-right: 5vw;
  }
}

/* bnrArea */
#bnrArea {
  text-align: center;
  padding: 10rem 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #bnrArea {
    padding: 15vw 0;
  }
}

#bnrArea > div > * {
  margin-bottom: 2rem;
}

#bnrArea > div > *:last-child {
  margin-bottom: 0;
}

#bnrArea p {
  letter-spacing: 0.1em;
  line-height: 1.929;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #bnrArea p {
    letter-spacing: 0.1em;
    line-height: 1.769;
  }
}

/* intro */
#intro {
  text-align: center;
  padding: 10rem 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #intro {
    text-align: left;
    padding: 15vw 0;
  }
}

#intro h3 {
  font-size: 2.143rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #intro h3 {
    font-size: 1.5rem;
    margin-bottom: 5vw;
  }
}

#intro p {
  letter-spacing: 0.1em;
  line-height: 1.929;
  color: #ddd;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #intro p {
    letter-spacing: 0.1em;
    line-height: 1.769;
  }
}

/* space */
#space .secTtl {
  margin-bottom: 0;
}

.spaceModal {
  width: 100%;
  max-width: calc(1070px + 2rem);
  margin: 0 auto;
  padding-top: 6rem;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal {
    padding-top: 10vw;
  }
}

.spaceModal ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal ul {
    margin-bottom: 10vw;
  }
}

.spaceModal ul li {
  margin-bottom: 0.3rem;
  width: 19.6%;
  margin-right: 0.5%;
}

.spaceModal ul li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal ul li {
    width: 32%;
    margin-bottom: 1vw;
    margin-right: 2%;
    /*
				&:last-child{
					display: none;
				}
				*/
  }
  .spaceModal ul li:nth-child(5n) {
    margin-right: 2%;
  }
  .spaceModal ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.spaceModal ul li a {
  display: block;
  overflow: hidden;
}

.spaceModal ul li a span {
  display: block;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 75.8%;
  background-position: center;
  transition: transform 0.4s;
}

.spaceModal ul li a:hover {
  opacity: 1;
}

.spaceModal ul li a:hover span {
  transform: scale(1.05);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal {
    text-align: left;
  }
}

.spaceModal h3 {
  font-size: 2.143rem;
  color: #1d1f1d;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal h3 {
    font-size: 1.5rem;
    margin-bottom: 5vw;
  }
}

.spaceModal p {
  letter-spacing: 0.1em;
  line-height: 1.929;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal p {
    line-height: 1.769;
  }
}

/* cuisine */
#cuisine {
  margin-bottom: 5rem;
  color: #555;
}

@media screen and (min-width: 768px) {
  #cuisine ._secCuisine .imgBox {
    margin-right: -10.714rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #cuisine ._secCuisine .imgBox {
    margin-right: calc(-5vw - 2rem);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine ._secCuisine .imgBox {
    margin: 0;
    width: 100%;
  }
}

#cuisine ._secCuisine .imgBox .secTtl {
  text-align: left;
}

#cuisine ._secCuisine .imgBox .secTtl:after {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #cuisine ._secCuisine .imgBox._imgRight figcaption {
    margin-top: -24rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #cuisine ._secCuisine .imgBox._imgRight figcaption {
    margin-top: -24rem;
    width: 40vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine ._secCuisine .imgBox._imgRight figcaption {
    width: 100%;
    margin: 10vw 0 0 0;
    padding: 0;
  }
}

#cuisine ._secCuisine .imgBox._imgRight figcaption h3 {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #cuisine ._secCuisine .img {
    width: 62rem;
  }
}

@media screen and (min-width: 1289px) and (max-width: 1379px) {
  #cuisine ._secCuisine .img {
    width: 59rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #cuisine ._secCuisine .img {
    width: 53vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine ._secCuisine .img {
    width: 100%;
  }
}

#cuisine .itacho {
  margin-top: 8rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho {
    display: block;
    margin-top: 15vw;
  }
}

#cuisine .itacho figure {
  width: 35rem;
  margin-left: 8rem;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #cuisine .itacho figure {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho figure {
    margin-left: auto;
    margin-right: -5vw;
    width: 65vw;
    z-index: 1;
  }
}

#cuisine .itacho > div {
  width: 30rem;
  margin-left: 4.5rem;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho > div {
    margin: -13vw 0 0 0;
    width: 100%;
    padding: 0 7vw;
    z-index: 10;
  }
}

#cuisine .itacho > div:after {
  content: "";
  display: block;
  height: 100%;
  width: 43.857rem;
  background-image: url("../images/common/bg_washi.jpg");
  background-size: 300px 300px;
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho > div:after {
    width: 100%;
    right: 0;
    bottom: -8vw;
  }
}

#cuisine .itacho > div h3 {
  font-size: 4.286rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 3rem;
  position: relative;
  z-index: 5;
  color: #968333;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho > div h3 {
    font-size: 3rem;
    margin-bottom: 8vw;
  }
}

#cuisine .itacho > div h3 span {
  display: block;
  font-size: 1.143rem;
  margin-top: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho > div h3 span {
    margin-top: 2vw;
    font-size: 1rem;
  }
}

#cuisine .itacho > div h3:after {
  content: "";
  display: block;
  width: 3.571rem;
  height: 1px;
  background: #968333;
  margin-top: 1.5rem;
}

#cuisine .itacho > div .nameBox {
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho > div .nameBox {
    margin-bottom: 5vw;
  }
}

#cuisine .itacho > div .nameBox p {
  letter-spacing: 0.05em;
}

#cuisine .itacho > div .nameBox p.pos {
  margin-bottom: 0.3rem;
}

#cuisine .itacho > div .nameBox p.name {
  font-size: 2.143rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine .itacho > div .nameBox p.name {
    font-size: 1.5rem;
  }
}

#cuisine .itacho > div .txt {
  letter-spacing: 0.05em;
  line-height: 1.9;
  position: relative;
  z-index: 5;
}

/* course */
#course {
  padding-bottom: 10rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course {
    padding-bottom: 4rem;
  }
}

#course h2 {
  text-align: center;
  font-size: 2.143rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course h2 {
    font-size: 1.5rem;
    margin-bottom: 5vw;
  }
}

#course .cuisineCate > li {
  margin-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li {
    margin-bottom: 5vw;
  }
}

#course .cuisineCate > li .courseTrg {
  background: rgba(255,255,255,.08);
  font-size: 1.428rem;
  letter-spacing: 0.1em;
  padding: 1.5rem;
  transition: opacity 0.4s;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseTrg {
    padding: 3vw 5vw;
    font-size: 1.1rem;
  }
}

#course .cuisineCate > li .courseTrg:hover {
  opacity: 0.6;
}

#course .cuisineCate > li .courseTrg:before, #course .cuisineCate > li .courseTrg:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 10;
  transform: translateY(-50%);
  background: #333;
}

#course .cuisineCate > li .courseTrg:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.4s;
}

#course .cuisineCate > li .courseBox {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(-2rem);
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

#course .cuisineCate > li .courseBox .courseMenu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu {
    display: block;
  }
}

#course .cuisineCate > li .courseBox .courseMenu:last-child {
  margin-bottom: 0;
}

#course .cuisineCate > li .courseBox .courseMenu > figure {
  width: 42%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > figure {
    width: 100%;
    margin-bottom: 5vw;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div {
  width: 54%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > div {
    width: 100%;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div h4 {
  font-size: 1.857rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > div h4 {
    font-size: 1.6rem;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div > p {
  letter-spacing: 0.1em;
  line-height: 1.929;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > div > p {
    line-height: 1.769;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList {
  margin-top: 2rem;
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList li {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #888;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.5rem;
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList li:first-child {
  margin-top: 0;
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList li .price {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > div .priceList li .price {
    font-size: 1.6rem;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList li .price span {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 1.286rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > div .priceList li .price span {
    font-size: 1.1rem;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList li .price span.nn {
  margin-left: 1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > div .priceList li .price span.nn {
    margin-left: 0;
    font-size: 1rem;
    display: block;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList li .btn {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.5rem 3rem;
  background: #756433;
  transition: opacity 0.4s;
  cursor: pointer;
  flex-shrink: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox .courseMenu > div .priceList li .btn {
    padding: 0.5rem 2rem;
  }
}

#course .cuisineCate > li .courseBox .courseMenu > div .priceList li .btn:hover {
  opacity: 0.6;
}

#course .cuisineCate > li .courseBox.drinkBox {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox.drinkBox {
    padding-left: 0;
    padding-right: 0;
  }
}

#course .cuisineCate > li .courseBox.drinkBox > *:not(:last-child) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox.drinkBox > *:not(:last-child) {
    margin-bottom: 2rem;
  }
}

#course .cuisineCate > li .courseBox.drinkBox .cb_top, #course .cuisineCate > li .courseBox.drinkBox .cb_bottom {
  letter-spacing: 0.1em;
  line-height: 1.929;
  font-size: 1rem;
}

#course .cuisineCate > li .courseBox.drinkBox .drink_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#course .cuisineCate > li .courseBox.drinkBox .drink_menu > li {
  font-size: 1.3rem;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #333;
  width: 47%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #course .cuisineCate > li .courseBox.drinkBox .drink_menu > li:not(:nth-child(-n+2)) {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li .courseBox.drinkBox .drink_menu > li {
    font-size: 1.15rem;
    width: 100%;
  }
  #course .cuisineCate > li .courseBox.drinkBox .drink_menu > li:not(:nth-child(-n+1)) {
    margin-top: 2rem;
  }
}

#course .cuisineCate > li .courseBox.drinkBox .drink_menu > li > p:last-child {
  text-align: right;
}

#course .cuisineCate > li .courseBox.drinkBox .drink_menu > li > div {
  width: 45%;
}

#course .cuisineCate > li .courseBox.drinkBox .drink_menu > li > div dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

#course .cuisineCate > li .courseBox.drinkBox .drink_menu > li > div dl:last-child {
  margin-bottom: 0;
}

#course .cuisineCate > li.c-active .courseTrg:after {
  transform: translateY(-50%);
}

#course .cuisineCate > li.c-active .courseBox {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 6rem;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #course .cuisineCate > li.c-active .courseBox {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}

/* omotenashi */
#omotenashi {
  padding: 15rem 0;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi {
    padding: 20vw 0;
  }
}

#omotenashi div h3 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi div h3 {
    font-size: 1.4rem;
  }
}

#omotenashi div p {
  letter-spacing: 0.1em;
  line-height: 2.857;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi div p {
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

/* access */
#access {
  padding-bottom: 8rem;
}

#access .acBox {
  margin-top: 7rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox {
    margin-top: 10vw;
  }
}

#access .acBox .acTop {
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 768px) {
  #access .acBox .acTop {
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acTop {
    padding-bottom: 15vw;
    text-align: center;
  }
}

#access .acBox .acTop h3 {
  font-size: 2.071rem;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acTop h3 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acTop .btnArea2 {
    width: 80%;
    margin: 7vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  #access .acBox .acTop .btnArea2 .btn {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5rem;
  }
  #access .acBox .acTop .btnArea2 .btn:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acTop .btnArea2 .btn {
    margin-bottom: 3vw;
  }
  #access .acBox .acTop .btnArea2 .btn:last-child {
    margin-bottom: 0;
  }
}

#access .acBox .acTop .btnArea2 .btn a {
  display: block;
  color: #fff;
  background: #756433;
  font-size: 1.143rem;
  padding: 0 2rem;
  line-height: 2.571rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acTop .btnArea2 .btn a {
    line-height: 10vw;
  }
}

#access .acBox .acTop .btnArea2 .btn.btnTel a {
  font-size: 1.357rem;
}

@media screen and (min-width: 768px) {
  #access .acBox .acTop .btnArea2 .btn.btnTel a {
    padding-left: 3.5rem;
    position: relative;
  }
}

#access .acBox .acTop .btnArea2 .btn.btnTel a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_tel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  #access .acBox .acTop .btnArea2 .btn.btnTel a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 1.7rem;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acTop .btnArea2 .btn.btnTel a:before {
    transform: translateY(10%);
    margin-right: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  #access .acBox .acCon {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  #access .acBox .acCon .left {
    width: 45%;
  }
}

#access .acBox .acCon .left .gm {
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 82%;
  position: relative;
}

#access .acBox .acCon .left .gm iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#access .acBox .acCon .left .btnArea3 {
  margin-top: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .left .btnArea3 {
    display: flex;
    justify-content: space-between;
  }
}

#access .acBox .acCon .left .btnArea3 .btn {
  width: 11.071rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #access .acBox .acCon .left .btnArea3 .btn {
    display: inline-block;
    margin-right: 0.5em;
  }
  #access .acBox .acCon .left .btnArea3 .btn:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .left .btnArea3 .btn {
    width: 48%;
  }
}

#access .acBox .acCon .left .btnArea3 .btn a {
  background: #756433;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  padding: 0.3em 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .left .btnArea3 .btn a {
    padding: 2vw 5vw;
  }
}

@media screen and (min-width: 768px) {
  #access .acBox .acCon .right {
    width: 51%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .right {
    margin-bottom: 15vw;
  }
}

#access .acBox .acCon .right dl {
  padding: 2rem 0;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 768px) {
  #access .acBox .acCon .right dl {
    display: flex;
    justify-content: space-between;
  }
}

#access .acBox .acCon .right dl:last-child {
  border-bottom: none;
}

#access .acBox .acCon .right dl dt {
  font-weight: bold;
  letter-spacing: 0.075em;
  font-size: 1.143rem;
}

@media screen and (min-width: 768px) {
  #access .acBox .acCon .right dl dt {
    width: 30%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .right dl dt {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
}

#access .acBox .acCon .right dl dd {
  letter-spacing: 0.1em;
  line-height: 1.714;
}

@media screen and (min-width: 768px) {
  #access .acBox .acCon .right dl dd {
    width: 70%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .right dl dd {
    font-size: 1.1rem;
  }
}

#access .acBox .acCon .right dl dd .btnGm a {
  display: inline-block;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.1em 1em 0.3em;
  color: #fff;
  background: #756433;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .right dl dd .btnGm a {
    margin-top: 5vw;
    padding: 2vw 5vw;
  }
}

#access .acBox .acCon .right dl dd.fc > * {
  margin-bottom: 2rem;
}

#access .acBox .acCon .right dl dd.fc > *:last-child {
  margin-bottom: 0;
}

#access .acBox .acCon .right dl dd.fc .fcImg {
  display: block;
}

#access .acBox .acCon .right dl dd.fc .btn a {
  display: inline-block;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.1em 1em 0.3em;
  color: #fff;
  background: #4a4b6b;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #access .acBox .acCon .right dl dd.fc .btn a {
    margin-top: 5vw;
    padding: 2vw 5vw;
  }
}

/* store */
#store {
  color: #555;
}
#store ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#store ul li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #store ul li {
    margin: 2rem 2.1875% 0;
    width: 16.5%;
  }
  #store ul li:first-child {
    margin-left: 0;
  }
  #store ul li:nth-child(5n) {
    margin-right: 0;
  }
  #store ul li:nth-child(5n + 1) {
    margin-left: 0;
  }
  #store ul li:last-child {
    margin-right: 0;
  }
  #store ul li:nth-child(-n+5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store ul li {
    margin-top: 5vw;
    margin-right: 2%;
    width: 49%;
  }
  #store ul li:nth-child(2n) {
    margin-right: 0;
  }
  #store ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}

#store ul li p {
  margin-top: 1rem;
  font-size: 0.857rem;
  letter-spacing: 0.3em;
}

#store ul li p.open {
  color: #888;
}

/* information */
#info.topInfo .inner_center {
  width: 90vw;
  max-width: calc(866px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #info.topInfo .inner_center {
    padding-left: 6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #info.topInfo .inner_center {
    padding: 0 0 0 10.417vw;
  }
}

#info.topInfo .inner_center .readmore {
  margin-top: 3rem;
  text-align: right;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #info.topInfo .inner_center .readmore {
    text-align: center;
  }
  #info.topInfo .inner_center .readmore a {
    padding: 0 20vw 1rem 0.2rem;
  }
}

/* courseModal */
#ovl {
  width: 100vw;
  height: 120vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#ovl.cm-active {
  opacity: 1;
  pointer-events: auto;
}

#courseModal {
  max-width: 1070px;
  width: 80vw;
  height: 90vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20010;
  background: #1d1f1d;
  padding: 3rem;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal {
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    height: 100vh;
    padding: 10vw 5vw;
  }
}

#courseModal.cm-active {
  opacity: 1;
  pointer-events: auto;
}

#courseModal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  z-index: 20020;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.4s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .close {
    width: 10vw;
    height: 10vw;
  }
}

#courseModal .close:hover {
  opacity: 0.6;
}

#courseModal .close:before, #courseModal .close:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
}

#courseModal .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#courseModal .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #courseModal .cmInner .menuInfo {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  #courseModal .cmInner .menuInfo .cmTh {
    width: 23%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuInfo .cmTh {
    width: 30vw;
    position: absolute;
    top: 10vw;
    left: 5vw;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  #courseModal .cmInner .menuInfo > div {
    width: 74%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuInfo > div {
    width: 100%;
  }
}

#courseModal .cmInner .menuInfo > div h3 {
  font-size: 1.857rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuInfo > div h3 {
    padding-left: 35vw;
    font-size: 1.3rem;
  }
}

#courseModal .cmInner .menuInfo > div h3 span {
  display: inline-block;
  margin-left: 1em;
  font-size: 80%;
}

#courseModal .cmInner .menuInfo > div .price {
  text-align: right;
  font-size: 1.143rem;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuInfo > div .price {
    padding-left: 35vw;
    font-size: 1.1rem;
  }
}

#courseModal .cmInner .menuInfo > div .price .price1 {
  font-size: 1.857rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuInfo > div .price .price1 {
    font-size: 1.5rem;
  }
}

#courseModal .cmInner .menuInfo > div .detail {
  margin-top: 2rem;
}

#courseModal .cmInner .menuInfo > div .detail dl {
  display: flex;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.8rem;
}

#courseModal .cmInner .menuInfo > div .detail dl dt {
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #courseModal .cmInner .menuInfo > div .detail dl dt {
    width: 18%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuInfo > div .detail dl dt {
    width: 30%;
  }
}

#courseModal .cmInner .menuInfo > div .detail dl dd {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #courseModal .cmInner .menuInfo > div .detail dl dd {
    width: 82%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuInfo > div .detail dl dd {
    width: 70%;
  }
}

#courseModal .cmInner .menuRsv {
  margin-top: 2rem;
  /*予約テーブルチェック*/
  background: #bbb;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv {
    margin-top: 8vw;
  }
}

#courseModal .cmInner .menuRsv .coursersvurlWrap {
  text-align: center;
  padding: 1.5rem;
  border-radius: 0.85rem;
}

#courseModal .cmInner .menuRsv .coursersvurlWrap a {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
  width: 20rem;
  padding: 1rem 5rem;
  background: #756433;
  transition: opacity 0.4s;
  cursor: pointer;
  flex-shrink: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv .coursersvurlWrap a {
    width: 100%;
    padding: 0.5rem 2rem;
  }
}

#courseModal .cmInner .menuRsv .coursersvurlWrap a:hover {
  opacity: 0.6;
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) {
  display: flex;
  align-items: center;
  background: #ccc;
  padding: 1.5rem;
  border-radius: 0.85rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) {
    border-radius: 0;
    display: block;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) h3 {
  width: 40%;
  font-size: 1.286rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) h3 {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 5vw;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) h3 .brand {
  font-size: 1rem;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) h3 .brand {
    font-size: 1.2rem;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap {
  display: flex;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  align-items: flex-end;
  margin-right: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap {
    display: block;
    margin-right: 0;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_date {
  width: 10.929rem;
  margin-right: 0.5em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_date {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_date input {
  text-align: center;
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_time {
  width: 8.357rem;
  margin-right: 0.5em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_time {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_time select {
  text-align: center;
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_num2 {
  width: 6rem;
  margin-right: 0.5em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_num2 {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_num2:before {
  content: "名";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_wrap ._form_num2 select {
  text-align: center;
  padding-right: 2rem;
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_submit {
  width: 30%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_submit {
    width: 100%;
  }
}

#courseModal .cmInner .menuRsv #form_reservation > div:not(#dayerror) ._form_submit .btn {
  width: 100%;
}

#courseModal .cmInner .menuRsv #form_reservation #dayerror {
  margin-top: 0.5rem;
  color: #824129;
  text-align: center;
  display: none;
}

#courseModal .cmInner .menuRsv #form_reservation.norsv ._form_submit .btn {
  pointer-events: none;
  color: #ddd;
}

#courseModal .cmInner .menuRsv #form_reservation.norsv #dayerror {
  display: block;
}

#courseModal .cmInner .cmNotes {
  margin-top: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .cmNotes {
    margin-top: 8vw;
  }
}

#courseModal .cmInner .cmNotes dl {
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid #bbb;
}

#courseModal .cmInner .cmNotes dl:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .cmNotes dl {
    display: block;
    padding: 0;
  }
}

#courseModal .cmInner .cmNotes dl dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.286rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #courseModal .cmInner .cmNotes dl dt {
    width: 20%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .cmNotes dl dt {
    padding: 5vw 0;
    position: relative;
    cursor: pointer;
  }
  #courseModal .cmInner .cmNotes dl dt:after {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(45deg);
  }
  #courseModal .cmInner .cmNotes dl dt.cmn-active:after {
    transform: translateY(-50%) rotate(45deg);
  }
}

#courseModal .cmInner .cmNotes dl dd {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.929;
}

@media screen and (min-width: 768px) {
  #courseModal .cmInner .cmNotes dl dd {
    width: 80%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #courseModal .cmInner .cmNotes dl dd {
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    transform: translateY(-5vw);
    height: 0;
    overflow: hidden;
  }
  #courseModal .cmInner .cmNotes dl dd.cmn-active {
    height: auto;
    opacity: 1;
    padding-bottom: 5vw;
    pointer-events: auto;
    transform: translateY(0);
  }
}

#courseModal .cmInner .cmNotes dl dd h4 {
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

#courseModal .cmInner .cmNotes dl dd h4:first-child {
  margin-top: 0;
}

#store .storeList {
  margin-top: 7rem;
}

.storeList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .storeList .storeListPost {
    width: 31.5%;
    margin-right: 2.75%;
    margin-top: 4rem;
  }
  .storeList .storeListPost:nth-child(3n) {
    margin-right: 0;
  }
  .storeList .storeListPost:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost {
    margin-top: 10vw;
  }
  .storeList .storeListPost:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost .slpTrg {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
  }
  .storeList .storeListPost .slpTrg:after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    transition: 0.4s;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost .slpBox {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    transform: translateY(-20px);
  }
}

@media screen and (min-width: 768px) {
  .storeList .storeListPost figure {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost figure {
    width: 28%;
  }
}

.storeList .storeListPost .name {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost .name {
    width: 69%;
    padding-right: 5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

.storeList .storeListPost .name .name1 {
  display: inline-block;
  font-size: 1.429rem;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost .name .name1 {
    font-size: 1rem;
  }
}

.storeList .storeListPost .name .name2 {
  display: inline-block;
  font-size: 1.929rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost .name .name2 {
    font-size: 1.3rem;
  }
}

.storeList .storeListPost .btnArea {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.storeList .storeListPost .btnArea .btn {
  width: 48%;
}

.storeList .storeListPost .btnArea .btn a {
  color: #fff;
  font-size: 0.929rem;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  padding: 0.8em;
  background: #4a4b6b;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .storeList .storeListPost .btnArea .btn a {
    font-size: 0.9rem;
  }
}

.storeList .storeListPost .btnArea .btn._g a {
  background: #555;
}

.storeList .storeListPost .open {
  margin-top: 1.5rem;
}

.storeList .storeListPost .open dl {
  display: flex;
}

.storeList .storeListPost .open dl dt {
  width: 20%;
  color: #888;
  letter-spacing: 0.1em;
}

.storeList .storeListPost .open dl dd {
  width: 80%;
  letter-spacing: 0.1em;
}

.storeList .storeListPost .address {
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}

.storeList .storeListPost .gmBtn {
  margin-top: 0.3rem;
}

.storeList .storeListPost .gmBtn a {
  display: inline-block;
  text-align: center;
  background: #4a4b6b;
  padding: 0.2em 1em;
  font-size: 0.929rem;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost .gmBtn a {
    padding: 1vw 5vw;
  }
}

.storeList .storeListPost .tel {
  color: #4a4b6b;
  font-size: 1.714rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .storeList .storeListPost.sl-active .slpTrg:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .storeList .storeListPost.sl-active .slpBox {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    transform: translateY(0);
  }
}

.infoList {
  width: 100%;
}

.infoList .infoListPost {
  border-bottom: 1px solid #ccc;
}

.infoList .infoListPost:last-child {
  border-bottom: none;
}

.infoList .infoListPost a {
  display: flex;
  padding: 1.5rem 0;
  position: relative;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .infoList .infoListPost a:after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 2.714rem;
    height: 1rem;
    background-image: url(../images/common/arw_info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.infoList .infoListPost a .date {
  width: 15%;
  font-size: 0.929rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a .date {
    width: 30%;
  }
}

.infoList .infoListPost a .cate {
  width: 20%;
  font-size: 0.929rem;
  text-decoration: underline;
  color: #888;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a .cate {
    width: 70%;
  }
}

.infoList .infoListPost a .ttl {
  width: 65%;
  padding-right: 7rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a .ttl {
    width: 100%;
    margin-top: 1rem;
    padding-right: 0;
  }
}

#info {
  padding-bottom: 10rem;
}

#info .infoListPost a {
  padding: 2rem 0;
}

.catArea > ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #888;
  margin-bottom: 7rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .catArea > ul {
    margin-bottom: 10vw;
  }
}

.catArea > ul li {
  width: 22%;
  margin: 0 0.7%;
}

.catArea > ul li a {
  background: #bbb;
  color: #fff;
  font-size: 1.143rem;
  letter-spacing: 0.2em;
  display: block;
  padding: 0.7rem;
  text-align: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .catArea > ul li a {
    font-size: 1rem;
    padding: 0.8rem 0.1em;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.catArea > ul li.current a {
  background: #888;
}

#pagination {
  margin-top: 10rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pagination {
    margin-top: 15vw;
  }
}

#pagination .nav-links {
  display: flex;
  justify-content: center;
}

#pagination .nav-links a, #pagination .nav-links span {
  margin: 0 0.5rem 0;
  text-align: center;
  display: block;
  width: 3.3rem;
  line-height: 3rem;
  border: 1px solid #888;
  font-size: 0.929rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  color: #888;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pagination .nav-links a, #pagination .nav-links span {
    width: 2.2rem;
    line-height: 2rem;
    margin: 0 0.2rem 0;
  }
}

#pagination .nav-links .dots {
  border: none;
}

#pagination .nav-links .current {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.postTtl {
  margin-bottom: 5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .postTtl {
    margin-bottom: 10vw;
  }
}

.postTtl .date {
  font-size: 0.929rem;
  display: inline-block;
  margin-right: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .postTtl .date {
    margin-right: 5vw;
  }
}

.postTtl .cate {
  font-size: 0.929rem;
  text-decoration: underline;
  color: #888;
  display: inline-block;
}

.postTtl .ttl {
  display: block;
  width: 100%;
  margin-top: 2rem;
  font-size: 1.714rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #bbb;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .postTtl .ttl {
    font-size: 1.2rem;
  }
}

.postContent {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.929;
}

.postContent > * {
  margin-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .postContent > * {
    margin-bottom: 5vw;
  }
}

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

.postContent strong {
  font-weight: bold;
}

.postContent a {
  text-decoration: underline;
  font-weight: bold;
}

.btnArea {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btnArea {
    justify-content: space-between;
    margin-top: 15vw;
  }
}

.btnArea > * {
  width: 15rem;
  margin: 0 1rem;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btnArea > * {
    width: 31%;
    margin: 0;
  }
}

.btnArea > * a {
  padding: 0.8rem;
  display: block;
  letter-spacing: 0.2em;
  border: 1px solid #333;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btnArea > * a {
    padding: 0.8rem 0;
    font-size: 0.92rem;
  }
}

.btnArea > *.btnBack a {
  border: 1px solid #888;
  background: #888;
  color: #fff;
}

#faq {
  padding-bottom: 10rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq {
    padding-bottom: 20vw;
  }
}

#faq > div > ul > li {
  margin-bottom: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div > ul > li {
    margin-bottom: 7vw;
  }
}

#faq > div > ul > li .q {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding-left: 4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div > ul > li .q {
    font-size: 1.3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    cursor: pointer;
  }
  #faq > div > ul > li .q:after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #888;
    border-right: 1px solid #888;
  }
}

#faq > div > ul > li .q:before {
  content: "Q.";
  display: block;
  position: absolute;
  top: -1.2rem;
  left: 0;
  z-index: 10;
  font-size: 2.643rem;
  color: #4a4b6b;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div > ul > li .q:before {
    font-size: 2rem;
    top: -0.5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div > ul > li .q.active:after {
    transform: translateY(-50%) rotate(-45deg);
  }
}

#faq > div > ul > li .a {
  letter-spacing: 0.1em;
  padding-top: 1.5rem;
  padding-left: 4rem;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div > ul > li .a {
    padding-left: 3rem;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    box-sizing: content-box;
  }
}

#faq > div > ul > li .a:before {
  content: "A.";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  font-size: 1.571rem;
  color: #824129;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div > ul > li .a:before {
    font-size: 1.2rem;
    top: 1.2rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div > ul > li .a.active {
    padding-bottom: 5vw;
    opacity: 1;
    height: auto;
    overflow: hidden;
  }
}

#contact {
  padding-bottom: 10rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact {
    padding-bottom: 20vw;
  }
}

.linkArea {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .linkArea {
    justify-content: space-between;
  }
}

.linkArea li {
  margin: 0 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .linkArea li {
    margin: 0;
  }
}

.linkArea li a {
  display: inline-block;
  padding-right: 2rem;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #333;
  position: relative;
  font-size: 1.143rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .linkArea li a {
    font-size: 1rem;
  }
}

.linkArea li a:after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0.3em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact_index #contactForm .inner, .contact_confirm #contactForm .inner {
    width: 100%;
    padding: 0;
  }
}

#contactForm {
  margin-top: 5rem;
}

#contactForm .formBox {
  background: #e5e5e5;
  padding: 2rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contactForm .formBox {
    padding: 10vw 5vw 10vw 15.417vw;
  }
}

#contactForm .formBox dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contactForm .formBox dl {
    display: block;
  }
}

#contactForm .formBox dl:last-child {
  margin-bottom: 0;
}

#contactForm .formBox dl dt {
  width: 32%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding-top: 0.5em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contactForm .formBox dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
}

#contactForm .formBox dl dt .ttl {
  font-size: 1.143rem;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

#contactForm .formBox dl.hissu dt:after {
  content: "必須";
  display: inline-block;
  vertical-align: middle;
  background: #824129;
  color: #fff;
  font-size: 0.857rem;
  letter-spacing: 0.1em;
  padding: 0 0.5rem;
  margin-left: 0.5em;
}

#contactForm .formBox dl dd {
  width: 68%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contactForm .formBox dl dd {
    width: 100%;
  }
}

#contactForm .formBox dl dd ._select {
  display: inline-block;
}

#contactForm .formBox dl dd ._select select {
  padding-right: 3rem;
}

#contactForm .pp {
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contactForm .pp {
    padding: 0 0 0 15.417vw;
  }
}

.submitArea {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .submitArea {
    padding: 0 0 0 15.417vw;
  }
}

.submitArea input[type="submit"], .submitArea input[type="button"] {
  display: block;
  margin: 0 2rem;
  color: #fff;
  font-size: 1rem;
  padding: 0.5em;
  width: 15rem;
}

.mw_wp_form_confirm ._select {
  background-color: transparent;
  border: none;
}

.mw_wp_form_confirm ._select:after {
  display: none;
}

.backTop {
  text-align: center;
}

.backTop a {
  text-decoration: underline;
}

.menu_content .secBox {
  margin-bottom: 5rem;
  padding-top: 7rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_content .secBox {
    padding-top: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .menu_content .secBox .imgBox .img {
    width: 50.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .menu_content .secBox .imgBox .img {
    width: 50vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_content .secBox .imgBox .img {
    width: 65vw;
  }
}

@media screen and (min-width: 768px) {
  .menu_content .secBox .imgBox figcaption {
    width: 32.5rem;
  }
}

.menu_content .secBox .imgBox figcaption p:not(.normal) {
  font-size: 1.286rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_content .secBox .imgBox figcaption p:not(.normal) {
    font-size: 1.1rem;
  }
}

.menu_content .secBox .imgBox figcaption .readmore {
  margin-top: 3rem;
}

.menu_content .secBox .imgBox._imgRight {
  margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_content .secBox .imgBox._imgRight .img {
    margin-right: -5vw;
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .menu_content .secBox .imgBox._imgRight figcaption {
    margin-top: -10rem;
  }
}

.menu_content .secBox .imgBox._imgRight + .subImg {
  top: 10rem;
  left: 2rem;
  width: 15.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_content .secBox .imgBox._imgRight + .subImg {
    top: 5vw;
    left: -5vw;
    width: 30vw;
  }
}

.menu_content .secBox .imgBox._imgLeft {
  margin-left: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_content .secBox .imgBox._imgLeft .img {
    margin-left: -5vw;
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .menu_content .secBox .imgBox._imgLeft figcaption {
    margin-top: -10rem;
  }
}

.menu_content .secBox .imgBox._imgLeft + .subImg {
  top: 10rem;
  right: 2rem;
  width: 15.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_content .secBox .imgBox._imgLeft + .subImg {
    top: 5vw;
    right: 0;
    width: 30vw;
  }
}

#menu .menuList {
  margin-top: 6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList {
    margin-top: 10vw;
  }
}

#menu .menuList .menuListItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem {
    margin-bottom: 15vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem {
    display: block;
  }
}

#menu .menuList .menuListItem:nth-child(2n) {
  flex-direction: row-reverse;
}

#menu .menuList .menuListItem > figure {
  width: 43%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > figure {
    width: 100%;
    margin-bottom: 8vw;
  }
}

#menu .menuList .menuListItem > div {
  width: 49%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .name {
    cursor: pointer;
    padding-right: 8vw;
    position: relative;
  }
  #menu .menuList .menuListItem > div .name:after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    top: 50%;
    right: 1vw;
    z-index: 10;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    transform: translateY(-50%) rotate(135deg);
  }
}

#menu .menuList .menuListItem > div .name h3 {
  font-size: 2.143rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .name h3 {
    font-size: 1.6rem;
  }
}

#menu .menuList .menuListItem > div .name p {
  margin-top: 0.5rem;
}

#menu .menuList .menuListItem > div .name p span {
  display: inline-block;
}

#menu .menuList .menuListItem > div .name p .num {
  font-size: 1.143rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .name p .num {
    font-size: 1rem;
  }
}

#menu .menuList .menuListItem > div .name p .plice {
  font-size: 1.643rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 0.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .name p .plice {
    font-size: 1.4rem;
  }
}

#menu .menuList .menuListItem > div .name p .small {
  font-size: 1.071rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .name p .small {
    font-size: 1rem;
  }
}

#menu .menuList .menuListItem > div .detail {
  margin-top: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .detail {
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    height: 0;
    overflow: hidden;
    margin: 0;
  }
}

#menu .menuList .menuListItem > div .detail > *:last-child {
  margin-bottom: 0;
}

#menu .menuList .menuListItem > div .detail p {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

#menu .menuList .menuListItem > div .detail dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

#menu .menuList .menuListItem > div .detail dl dt {
  width: 14%;
  background: #ddd;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .detail dl dt {
    width: 20%;
  }
}

#menu .menuList .menuListItem > div .detail dl dt span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
  color: #888;
}

#menu .menuList .menuListItem > div .detail dl dd {
  width: 83%;
  padding: 0.3em 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div .detail dl dd {
    width: 77%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #menu .menuList .menuListItem > div.fd-active .name:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  #menu .menuList .menuListItem > div.fd-active .detail {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    margin-top: 3rem;
  }
}

#dealer {
  padding-bottom: 8rem;
  padding-top: 6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #dealer {
    padding-bottom: 15vw;
    padding-top: 15vw;
  }
}

#dealer ul {
  display: flex;
  flex-wrap: wrap;
}

#dealer ul li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #dealer ul li {
    margin-top: 2rem;
    margin-right: 4.375%;
    width: 16.5%;
  }
  #dealer ul li:nth-child(5n) {
    margin-right: 0;
  }
  #dealer ul li:nth-child(-n+5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #dealer ul li {
    margin-top: 5vw;
    margin-right: 2%;
    width: 49%;
  }
  #dealer ul li:nth-child(2n) {
    margin-right: 0;
  }
  #dealer ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}

#dealer ul li p {
  margin-top: 1rem;
  font-size: 0.857rem;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #ichigoichie .lead {
    text-align: center;
  }
}

#ichigoichie ul {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #ichigoichie ul {
    margin-top: 10vw;
  }
}

#ichigoichie ul li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #ichigoichie ul li {
    margin-top: 2rem;
    margin-right: 1%;
    width: 19.2%;
  }
  #ichigoichie ul li:nth-child(5n) {
    margin-right: 0;
  }
  #ichigoichie ul li:nth-child(-n+5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #ichigoichie ul li {
    margin-top: 5vw;
    margin-right: 2%;
    width: 49%;
  }
  #ichigoichie ul li:nth-child(2n) {
    margin-right: 0;
  }
  #ichigoichie ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}

#ichigoichie ul li p {
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.25em;
}

/* ページ別調整 */
#party_page .pageTtl_L.bg {
  background-position: 40% 50%;
}

#event_page .pageTtl_L.bg {
  background-position: 100% 50%;
}

#lunch_page .pageTtl_L.bg {
  background-position: 50% 80%;
}

#gift {
  padding-bottom: 5rem;
}

.anchor {
  padding-bottom: 8rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .anchor {
    padding-bottom: 15vw;
  }
}

.anchor ul {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .anchor ul {
    justify-content: space-between;
  }
}

.anchor ul li {
  width: 23.5rem;
  margin: 0 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .anchor ul li {
    width: 49%;
    margin: 0;
  }
}

.anchor ul li a {
  display: block;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 0.929rem;
  padding: 1.7rem;
  position: relative;
  background: #888;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .anchor ul li a {
    letter-spacing: 0.1em;
    padding: 1rem;
  }
}

.anchor ul li a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 10;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .anchor ul li a:after {
    right: 0.7em;
  }
}

#flow {
  margin-bottom: 10rem;
}

#flow .flowList {
  margin-top: 5rem;
}

#flow .flowList > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flowList > li {
    margin-bottom: 15vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flowList > li {
    display: block;
  }
}

#flow .flowList > li:nth-child(2n) {
  flex-direction: row-reverse;
}

#flow .flowList > li > figure {
  width: 38%;
  padding-top: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flowList > li > figure {
    width: 100%;
    margin-bottom: 8vw;
  }
}

#flow .flowList > li > div {
  width: 59%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flowList > li > div {
    width: 100%;
  }
}

#flow .flowList > li > div > div h3 {
  font-size: 2.214rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flowList > li > div > div h3 {
    font-size: 1.6rem;
  }
}

#flow .flowList > li > div > div h3 span {
  font-size: 161.3%;
  display: inline-block;
  margin-right: 0.5em;
}

#flow .flowList > li > div > div p, #flow .flowList > li > div > div dd {
  line-height: 2.286;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flowList > li > div > div p, #flow .flowList > li > div > div dd {
    letter-spacing: 0.03em;
  }
}

#flow .flowList > li > div > div p strong, #flow .flowList > li > div > div dd strong {
  font-weight: bold;
  color: #824129;
}

#flow .flowList > li > div > div p {
  margin-bottom: 4rem;
}

#flow .flowList > li > div > div dd {
  margin-bottom: 2rem;
}

#flow .flowList > li > div > div dt {
  background: #e5e5e5;
  padding: 0.5em;
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

#flow .flowList > li > div > div > *:last-child {
  margin-bottom: 0;
}

#privacypolicy {
  padding-bottom: 10rem;
}

#privacypolicy .ppContents > * {
  margin-bottom: 2rem;
}

#privacypolicy .ppContents > *:last-child {
  margin-bottom: 0;
}

#privacypolicy .ppContents > *:first-child {
  margin-top: 0;
}

#privacypolicy .ppContents h2 {
  color: #4a4b6b;
  font-size: 2.143rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #4a4b6b;
  margin-top: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #privacypolicy .ppContents h2 {
    font-size: 1.4rem;
  }
}

#privacypolicy .ppContents h3 {
  font-weight: bold;
  font-size: 1.429rem;
  letter-spacing: 0.1em;
  margin-top: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #privacypolicy .ppContents h3 {
    font-size: 1.3rem;
  }
}

#privacypolicy .ppContents p {
  letter-spacing: 0.1em;
  line-height: 1.929;
}

#privacypolicy .ppContents ul {
  margin-bottom: 2rem;
}

#privacypolicy .ppContents ul li {
  list-style: disc;
  letter-spacing: 0.1em;
  line-height: 1.929;
  margin-left: 1.4em;
  margin-bottom: 0.8em;
}

#privacypolicy .ppContents ul li:last-child {
  margin-bottom: 0;
}

#privacypolicy .ppContents .rightBox {
  text-align: right;
  margin-top: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #privacypolicy .ppContents .rightBox {
    text-align: left;
  }
}

#privacypolicy .ppContents .rightBox > div {
  display: inline-block;
  text-align: left;
}

#privacypolicy .ppContents .rightBox > div h3 {
  margin-bottom: 2rem;
}

#privacypolicy .ppContents .rightBox > div .name {
  margin-bottom: 1rem;
  font-size: 1.143rem;
}

#sitemap {
  padding-bottom: 10rem;
}

#sitemap .smContents > ul > li {
  margin-bottom: 0.7em;
}

#sitemap .smContents > ul > li > a {
  display: block;
  padding: 0.7em 0;
  font-size: 1.143rem;
  letter-spacing: 0.2em;
  position: relative;
  border-bottom: 1px solid #bbb;
}

#sitemap .smContents > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  z-index: 10;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: translateY(-50%) rotate(45deg);
  width: 0.3em;
  height: 0.3em;
}

#sitemap .smContents > ul > li ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sitemap .smContents > ul > li ul {
    padding-left: 5vw;
  }
}

#sitemap .smContents > ul > li ul li {
  width: 30%;
  margin-left: 1.4em;
  list-style: disc;
  margin-top: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #sitemap .smContents > ul > li ul li {
    width: 100%;
  }
}

#sitemap .smContents > ul > li ul li a {
  color: #888;
  letter-spacing: 0.2em;
}

#sitemap .smContents > ul > li ul li a.link {
  position: relative;
  padding-right: 2rem;
}

#sitemap .smContents > ul > li ul li a.link:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/common/icon_link.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#column {
  padding-bottom: 10rem;
}

.colList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .colList .colListPost {
    width: 30%;
    margin-right: 5%;
    margin-top: 4rem;
  }
  .colList .colListPost:nth-child(3n) {
    margin-right: 0;
  }
  .colList .colListPost:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .colList .colListPost {
    margin-bottom: 10vw;
  }
  .colList .colListPost:not(:first-child) {
    width: 48%;
    margin-right: 4%;
  }
  .colList .colListPost:nth-child(2n+1) {
    margin-right: 0;
  }
}

.colList .colListPost a {
  display: block;
}

.colList .colListPost a figure {
  display: block;
  margin-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .colList .colListPost a figure {
    margin-bottom: 5vw;
  }
}

.colList .colListPost a figure span {
  display: block;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 51.2%;
}

.colList .colListPost a .date {
  font-size: 0.929rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}

.colList .colListPost a .ttl {
  font-size: 1.143rem;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .colList .colListPost a .ttl {
    font-size: 1rem;
  }
}

.columnPost .columnMv {
  margin-bottom: 5rem;
}

.columnPost .postContent h2 {
  font-size: 1.714rem;
  letter-spacing: 0.1em;
  padding-left: 0.8em;
  margin-top: 5rem;
  position: relative;
  color: #4a4b6b;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .columnPost .postContent h2 {
    font-size: 1.4rem;
  }
}

.columnPost .postContent h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 1.3em;
  position: absolute;
  left: 0;
  top: 0.3em;
  background: #4a4b6b;
}

.columnPost .postContent h3 {
  margin-top: 3rem;
  font-size: 1.429rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .columnPost .postContent h3 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .columnPost .postContent .flex {
    display: flex;
    justify-content: space-between;
  }
  .columnPost .postContent .flex > div {
    width: 46%;
  }
  .columnPost .postContent .flex > figure {
    width: 50%;
  }
  .columnPost .postContent .flex._rvs {
    flex-direction: row-reverse;
  }
  .columnPost .postContent .flex._5050 > div {
    width: 47%;
  }
  .columnPost .postContent .flex._5050 > div figure + h3 {
    margin-top: 0;
  }
}

.columnPost .postContent > figure {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.columnPost .postContent > div {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.columnPost .postContent > div > div > * {
  margin-bottom: 2rem;
}

.columnPost .postContent > div > div > *:first-child {
  margin-top: 0;
}

.columnPost .postContent > div > div > *:last-child {
  margin-bottom: 0;
}

.columnPost .postContent h2 + div {
  margin-top: 0;
}

.columnPost .postContent > * {
  margin-bottom: 2rem;
}

.columnPost .postContent > *:first-child {
  margin-top: 0;
}

.columnPost .postContent > *:last-child {
  margin-bottom: 0;
}

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