@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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}
@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,
.slick-next {
  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;
}
.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;
}

@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;
  }
}
.slick-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
[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: "　";
}

@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;
  }
}
.slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@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;
  }
}
[dir=rtl] .slick-next {
  right: auto;
}
.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";
}
@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 button:before {
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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: #231815;
  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 #231815;
  border-right: 1px solid #231815;
  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 #4a4b6b;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #4a4b6b;
  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 #231815;
  border-bottom: 2px solid #231815;
  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: seiwa-do-l, serif;
  font-weight: 500;
  color: #231815;
  width: 100%;
}

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: 1vw;
  }
}
@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, .pc-none {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sp-non, .sp-none {
    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: 85vw;
  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._w1100 {
  max-width: calc(1100px + 4rem);
}
.inner._w1200 {
  max-width: calc(1200px + 4rem);
}

.inner_center {
  width: 85vw;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}
@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: 0.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;
}

.bg1 {
  background-color: #f3f2ed;
}

.bg2 {
  background-color: #dcdddd;
}

.bg3 {
  background-color: #f7f8f8;
}

.bg4 {
  background-color: #474342;
}

#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;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .pageTtl_L {
    height: 65.189vw;
  }
}
.pageTtl_L {
  /*
  &:before{
  	content: "kitaohji";
  	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;
  	@include mq-sp{
  		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 {
    width: 90vw;
    margin: 0 auto 8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .pageTtl {
    padding: 15vw 0 0 0;
    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;
  font-size: 1rem;
  font-family: garamond-premier-pro-display, serif;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl p {
    font-size: 1.0505050505rem;
    letter-spacing: 0.06em;
  }
}
.secTtl h2, .secTtl h1 {
  letter-spacing: 0.25em;
  font-size: 2.2142857143rem;
}
@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.8585858586rem;
    margin-bottom: 2vw;
  }
}
.secTtl:after {
  content: "";
  display: block;
  background: #4a4b6b;
}
@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.2142857143rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .secTtl._noborder h2, .secTtl._noborder h1 {
    font-size: 1.8585858586rem;
  }
}
.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: #fff;
  padding: 2.5rem;
  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;
  color: #4a4b6b;
  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 h3 span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 65%;
}
.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: #231815;
  padding: 2.5rem 1.7rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0.85rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #form_vacancy > div {
    padding: 0;
    background: none;
  }
}
#form_vacancy > div ._form_wrap {
  width: 100%;
  display: flex;
  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;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #form_vacancy > div .message {
    font-size: 0.8888888889rem;
    color: #231815;
    margin-top: 5vw;
    font-family: seiwa-do-l, serif;
  }
}
#form_vacancy > div .message br {
  display: none;
}

/* btn */
.readmore a {
  display: inline-block;
  padding: 0 3rem 1rem 0.2rem;
  background-image: url("../images/common_v2/arw_rm2.svg");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.readmore a span {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.0714285714rem;
}

/* 下層共通 */
.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 7.5vw 0 0;
    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: 20000 !important;
}

@media screen and (min-width: 768px) {
  .access_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.access_content .map {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .access_content .map {
    width: 23.5714285714rem;
    margin-left: 7.8571428571rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .access_content .map {
    width: 19.3939393939rem;
    margin: 0 auto 0 1.6161616162rem;
  }
}
.access_content .map img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.access_content .map .store_list {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.access_content .map .store_list .store {
  position: absolute;
  z-index: 5;
  pointer-events: auto;
}
.access_content .map .store_list .store i {
  display: block;
  width: 0.4285714286rem;
  height: 0.4285714286rem;
  background-color: #231815;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.access_content .map .store_list .store a {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  color: #231815;
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .access_content .map .store_list .store a {
    font-size: 0.8888888889rem;
  }
}
.access_content .map .store_list .store.store_nihonbashi {
  left: 88.12%;
  top: 22.39%;
}
.access_content .map .store_list .store.store_nihonbashi a {
  left: 1rem;
  top: -0.7142857143rem;
}
.access_content .map .store_list .store.store_yaesu {
  left: 92.38%;
  top: 29.52%;
}
.access_content .map .store_list .store.store_yaesu a {
  left: 0.9285714286rem;
  top: -0.7142857143rem;
}
.access_content .map .store_list .store.store_kyobashi {
  left: 93.14%;
  top: 36.66%;
}
.access_content .map .store_list .store.store_kyobashi a {
  left: 1.0714285714rem;
  top: -0.7142857143rem;
}
.access_content .map .store_list .store.store_ginza {
  left: 92.63%;
  top: 55.8%;
}
.access_content .map .store_list .store.store_ginza a {
  left: 0.8571428571rem;
  top: -0.7142857143rem;
}
.access_content .map .store_list .store.store_shinbashi {
  left: 92.89%;
  top: 83.05%;
}
.access_content .map .store_list .store.store_shinbashi a {
  left: 0.7142857143rem;
  top: -0.7142857143rem;
}
.access_content .map .store_list .store.store_shinjuku {
  left: 18.08%;
  top: 15.57%;
}
.access_content .map .store_list .store.store_shinjuku a {
  left: -2.2857142857rem;
  top: -1.7857142857rem;
}
.access_content .map .store_list .store.store_akasaka {
  left: 54.72%;
  top: 58.4%;
}
.access_content .map .store_list .store.store_akasaka a {
  left: -3.2142857143rem;
  top: 0.2857142857rem;
}
.access_content .map .store_list .store.store_shinagawa {
  left: 28.12%;
  top: 85.33%;
}
.access_content .map .store_list .store.store_shinagawa a {
  left: 0.7857142857rem;
  top: -0.7142857143rem;
}
@media screen and (min-width: 768px) {
  .access_content .access_txt {
    width: 30.2142857143rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .access_content .access_txt {
    margin-top: 15vw;
    padding-left: 10vw;
  }
}
.access_content .access_txt .midashi {
  font-size: 1.7142857143rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .access_content .access_txt .midashi {
    font-size: 1.5353535354rem;
  }
}
.access_content .access_txt .txt {
  font-size: 1.1428571429rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 2.5em;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .access_content .access_txt .txt {
    font-size: 1.0505050505rem;
    line-height: 1.8;
    margin-top: 1.6161616162rem;
  }
}

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

	#header

---------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 2.2857142857rem 5.7142857143rem 2.1428571429rem 15rem;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #header {
    padding: 0;
    height: 11vw;
  }
}
#header .headLogo {
  position: absolute;
  left: 2rem;
  top: 1.85rem;
  z-index: 10;
  transition: opacity 0.4s;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .headLogo {
    top: 2.5vw;
    left: 4vw;
  }
}
#header .headLogo a {
  display: flex;
  align-items: center;
}
#header .headLogo a svg {
  display: block;
  width: 4.0714285714rem;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .headLogo a svg {
    width: 2.6666666667rem;
  }
}
#header .headLogo a svg * {
  fill: #231815;
}
#header .headLogo a svg g {
  transition: fill 0.3s;
}
#header .headLogo a p {
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  margin-left: 1rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  transition: color 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .headLogo a p {
    font-size: 0.7272727273rem;
    margin-left: 2vw;
  }
}
#header .subNav {
  margin-left: auto;
  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 #231815;
  font-size: 0.929rem;
  transition: color 0.3s, border-right-color 0.3s;
}
#header .subNav .nav a:last-child {
  border-right: none;
}
#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: #231815;
  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 .sp_head_nav {
  position: absolute;
  top: 50%;
  right: 25vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #header .sp_head_nav {
    display: none;
  }
}
#header .sp_head_nav p {
  padding: 0 1em;
  font-size: 1.1313131313rem;
  letter-spacing: 0.42em;
  line-height: 1;
  transition: 0.3s;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  color: #231815;
}
#header.hd-active {
  /*
  .headLogo{
  	opacity: 0;
  	pointer-events: none;
  }
  */
  background-color: #fff;
}
#header.hd-active .headLogo a svg * {
  fill: #231815 !important;
}
#header.hd-active .headLogo a p {
  color: #231815 !important;
}
#header.hd-active .subNav .nav a {
  color: #231815 !important;
  border-right-color: #231815 !important;
}
#header.hd-active .mainNav a {
  color: #231815 !important;
}
#header.hd-active .sp_head_nav p {
  color: #231815 !important;
  border-left-color: #231815 !important;
  border-right-color: #231815 !important;
}
@media screen and (min-width: 768px) {
  #header.lang_header {
    padding-left: 30rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #header.lang_header {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #header.lang_header .headLogo {
    display: none;
  }
}
#header.lang_header .mainNavWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #header.lang_header .mainNavWrap {
    display: none;
  }
}
#header.lang_header .mainNavWrap .mainNav {
  margin-right: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  #header.lang_header .mainNavWrap .mainNav {
    margin-right: 2rem;
  }
}
#header.lang_header .mainNavWrap .sns {
  margin-right: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  #header.lang_header .mainNavWrap .sns {
    margin-right: 1rem;
  }
}
#header.lang_header .mainNavWrap .lang {
  display: flex;
  margin-left: auto;
}
#header.lang_header .mainNavWrap .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.lang_header .mainNavWrap .lang a.current:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #231815;
  position: absolute;
  bottom: -0.2em;
}

#top_page #header .headLogo a svg * {
  fill: #fff;
}
#top_page #header .headLogo a p {
  color: #fff;
}
#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;
}
#top_page #header .sp_head_nav p {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
}

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

	#sideNav

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

	@include mq-sp{
		width: 10.417vw;
		&:active:not(.mt-active){
			background: rgba(204,204,204,0.95);
		}
	};
	@include mq-pc{
		opacity: 0;
		pointer-events: none;
		height: 0;
		&:hover:not(.mt-active){
			background: rgba(204,204,204,0.95);
		}
	};

	&.hd-active,&.mt-active{
		@include mq-pc{
			opacity: 1;
			pointer-events: auto;
			height: 100vh;
		};
		.sn-menu{
			@include mq-sp{
				top: 30%;
				opacity: 1;
			};
		}
	}

	&.active{
		pointer-events: auto;
	}

	.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;
		@include mq-sp{
			top: 0;
			opacity: 0;
		};
		&:after{
			content: "";
			display: block;
			width: 0.4em;
			height: 0.4em;
			border-top: 1px solid $font_color;
			border-right: 1px solid $font_color;
			transform: rotate(45deg);
			position: absolute;
			bottom: -2rem;
			left: 0.3em;
		}
		&.hide{
			opacity: 0;
		}
	}

	&.top{
		height: 0;
		&:hover{
			background: none;
		}

		.sn-menu{
			opacity: 0;
			pointer-events: none;
			top: 30%;
		}
	}
}

#top_page{
	#sideNav{
		@include mq-pc{
			&.top{
				height: 0;
			}
			opacity: 1;
			pointer-events: auto;
			height: 100vh;
		};
		@include mq-sp{
			.sn-menu{
				top: 30%;
				opacity: 1;
			}
			&.mt-active{
				.sn-menu{
					@include mq-sp{
						top: 30%;
						opacity: 0;
					};
				}
			}
		};
	}

	.menu-trigger{
		span{
			background-color: #fff;
		}
		&.active{
			span{
				background-color: $font_color;
			}
		}

		&.hd-active{
			span{
				background-color: $font_color;
			}
		}
	}
}

.lang_page{
	#sideNav{
		@include mq-sp{
			height: auto;
		};
	}
}
*/
#top_page .menu-trigger span {
  background-color: #fff;
}
#top_page .menu-trigger.active span {
  background-color: #231815;
}
#top_page .menu-trigger.hd-active span {
  background-color: #231815;
}

.sn-rsv_wrap {
  position: fixed;
  bottom: 5%;
  left: 0;
  z-index: 10010;
}
@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: #231815;
  border-top-right-radius: 0.85rem;
  border-bottom-right-radius: 0.85rem;
  border: 1px solid #888;
  border-left: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsv {
    width: 3.6363636364rem;
    height: 10.0202020202rem;
    padding: 1.5rem 0;
    border-top-right-radius: 2.5vw;
    border-bottom-right-radius: 2.5vw;
    background: #4a4b6b;
  }
}
.sn-rsv_wrap .sn-rsv p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsv p {
    font-size: 0.8888888889rem;
  }
}
@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: #f2f1ec;
  }
  .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 h3 {
    font-size: 1.8585858586rem;
    letter-spacing: 0.12em;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy {
    z-index: 10015;
    position: fixed;
    top: 4.0404040404rem;
    left: 7.5vw;
    width: 85vw;
  }
}
.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%;
    border: 1px solid #888;
    border-left: none;
  }
}
@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: left;
    padding: 1em;
    font-size: 1.4545454545rem;
    border: none;
    font-family: seiwa-do-l, serif;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap ._form_num {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    border: none;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap ._select {
    border: none;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap ._select:after {
    border: none;
    width: 1.2929292929rem;
    height: 1.2929292929rem;
    transform: translateY(-50%);
    background-image: url("../images/common_v2/arw_form.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_wrap > p {
    width: 30%;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: bottom;
    font-size: 1.2929292929rem;
  }
}
.sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_submit {
  width: 100%;
  margin-top: 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_submit {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .sn-rsv_wrap .sn-rsvForm #form_vacancy > div ._form_submit input {
    padding: 2rem;
    font-size: 1.1313131313rem;
    letter-spacing: 0.5em;
    line-height: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
.sn-rsv_wrap .sn-rsvForm .close,
.sn-rsv_wrap .sn-rsvForm .close span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sn-rsv_wrap .sn-rsvForm .close {
  position: fixed;
  z-index: 10050;
  top: 0;
  right: 3vw;
  width: 9vw;
  height: 11vw;
  cursor: pointer;
}
.sn-rsv_wrap .sn-rsvForm .close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
}
.sn-rsv_wrap .sn-rsvForm .close span:nth-of-type(1) {
  transform: translateY(50%) rotate(-45deg);
  top: 50%;
}
.sn-rsv_wrap .sn-rsvForm .close span:nth-of-type(2) {
  transform: translateY(50%) rotate(45deg);
  top: 50%;
}
@media screen and (min-width: 768px) {
  .sn-rsv_wrap:hover .sn-rsv, .sn-rsv_wrap.hover .sn-rsv {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
  .sn-rsv_wrap:hover .sn-rsvForm, .sn-rsv_wrap.hover .sn-rsvForm {
    opacity: 1;
    pointer-events: auto;
    left: 100%;
  }
}

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

.menu-trigger {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 3vw;
  width: 9vw;
  height: 11vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu-trigger {
    top: 2rem;
    right: 2rem;
    width: 2.8571428571rem;
    height: 2.1428571429rem;
    transition: opacity 0.4s;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span {
    width: 100%;
  }
}
.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: #fff !important;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(50%) rotate(-45deg);
  top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  display: none;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(50%) rotate(45deg);
  top: 50%;
  bottom: auto;
}

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

	#modalNav

---------------------------------*/
#modalNav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: #474342;
  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%;
  right: 10vw;
  transform: translateY(-50%);
  width: 31.4285714286rem;
  height: 75vh;
}
@media screen and (max-height: 710px) and (min-width: 768px) {
  #modalNav .mn-inner {
    height: 85vh;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .mn-inner {
    width: 100vw;
    height: 85vh;
    overflow: auto;
    top: 10vh;
    right: 0;
    transform: none;
    padding-left: 7.5vw;
    padding-right: 7.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;
  color: #fff;
}
@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 (max-height: 710px) and (min-width: 768px) {
  #modalNav .mainNav > div > a {
    margin-bottom: 2rem;
  }
  #modalNav .mainNav > div > a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 560px) and (min-width: 768px) {
  #modalNav .mainNav > div > a {
    margin-bottom: 1.5rem;
  }
  #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: 1.1313131313rem;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #888;
    margin-bottom: 1.2em;
    width: 47%;
  }
  #modalNav .mainNav > div > a.full {
    width: 100%;
    margin-top: 1.2em;
  }
}
#modalNav .mainNav > div > a span {
  display: block;
  font-size: 0.857rem;
  color: #fff;
  font-family: garamond-premier-pro-display, serif;
}
@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: #4a4b6b;
  border: 1px solid #888;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 1em;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.4s;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .rsv_mnav_sp .btn {
    padding: 2.0202020202rem;
    font-size: 1.1313131313rem;
    letter-spacing: 0.5em;
    line-height: 1;
  }
}
#modalNav .rsv_mnav_sp .btn:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.5rem;
  background-image: url("../images/common/arw_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#modalNav .rsv_mnav_sp .btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  #modalNav .subNav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #modalNav .subNav .nav.sp-none {
    display: flex;
    margin-left: -1.3em;
    margin-bottom: 3rem;
    font-size: 0.929rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .subNav .nav.pc-none {
    display: flex;
    justify-content: space-between;
  }
}
#modalNav .subNav .nav .nav_inner {
  width: 47%;
}
#modalNav .subNav .nav a {
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 768px) {
  #modalNav .subNav .nav a {
    color: #fff;
    padding: 0 1.3em;
    font-size: 1.071rem;
    border-right: 1px solid #fff;
  }
  #modalNav .subNav .nav a:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #modalNav .subNav .nav a {
    color: #888;
    font-size: 1.1313131313rem;
    letter-spacing: 0.06em;
    margin-top: 3vw;
  }
}
#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;
    margin-top: 12vw;
  }
}
#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 {
    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: #fff;
}
@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: #fff;
  position: absolute;
  bottom: -0.2em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker {
    transform-origin: top left;
    transform: scale(1.2);
  }
}

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

	#footer

---------------------------------*/
#footer {
  background: #231815;
  padding: 3rem 0;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer {
    padding: 15vw 0 10vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer .inner {
    padding: 0;
  }
}
#footer .inner .footer_pc .fnav1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .inner .footer_pc .fnav1 .logo {
  width: 8.5714285714rem;
}
#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;
  font-family: garamond-premier-pro-display, serif;
}
#footer .inner .footer_sp .logo {
  width: 5.6565656566rem;
  margin: 0 auto 10vw;
}
#footer .inner .footer_sp .sns {
  margin-bottom: 10vw;
}
#footer .inner .footer_sp .mainNav {
  display: flex;
  margin-bottom: 10vw;
  padding-left: 10.417vw;
}
#footer .inner .footer_sp .mainNav > div {
  /*
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  */
}
#footer .inner .footer_sp .mainNav > div > a {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.1313131313rem;
  padding: 1rem 0;
  color: #fff;
  /*
  &:first-child{
  	width: 100%;
  }
  */
}
#footer .inner .footer_sp .mainNav > div:nth-child(2) {
  margin-left: 2.5rem;
}
#footer .inner .footer_sp .mainNav > div {
  /*
  >div{
  	width: 100%;
  	a{
  		display: block;
  		letter-spacing: 0.1em;
  		width: 100%;
  		font-size: 0.95rem;
  		padding-bottom: 1.2em;
  		border-bottom: 1px solid $gray1;
  		margin-bottom: 1.2em;
  		color: $gray1;
  		position: relative;

  		&: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;
  		}
  	}
  }
  */
  /*
  &: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: 15vw;
}
#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;
  font-family: garamond-premier-pro-display, serif;
}
#footer.lang_footer .footer_pc .left .sns {
  margin-top: 2rem;
}
#footer.lang_footer .footer_pc .right .lang {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#footer.lang_footer .footer_pc .right .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.lang_footer .footer_pc .right .lang a.current:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -0.2em;
}
#footer.lang_footer .footer_pc .right .mainNav {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
#footer.lang_footer .footer_pc .right .mainNav > div {
  display: flex;
  justify-content: flex-end;
}
#footer.lang_footer .footer_pc .right .mainNav > div a {
  display: block;
  margin-left: 2rem;
  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.lang_footer .footer_pc #copyright {
  text-align: left;
  margin-top: 1rem;
  font-size: 0.857rem;
  letter-spacing: 0.1em;
  font-family: garamond-premier-pro-display, serif;
}

#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: 1rem;
    right: 1rem;
  }
}
#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;
  }
}

.fix_sp {
  position: fixed;
  left: 0;
  bottom: calc(3vw + 10.0202020202rem + 1.5rem);
  z-index: 9999;
  transition: opacity 0.4s;
  width: 3.6363636364rem;
  height: 10.0202020202rem;
  padding: 1.5rem 0;
  text-align: center;
  background: #fff;
  border-top-right-radius: 2.5vw;
  border-bottom-right-radius: 2.5vw;
  border: 1px solid #888;
  border-left: none;
}
.fix_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.fix_sp a p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  color: #231815;
  font-size: 0.8888888889rem;
}

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

	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;
}
@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 .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  text-align: center;
  width: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .logo {
    width: 40vw;
  }
}
#topMainv h1 {
  position: absolute;
  bottom: 2rem;
  left: 5rem;
  z-index: 10;
  font-size: 0.786rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  #topMainv h1 {
    font-size: 0.65rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv h1 {
    display: none;
  }
}
#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 {
  /*MV内 空席予約*/
}
#topMainv .tm-vacancy {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 10;
  width: 48.6rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .tm-vacancy {
    display: none;
  }
}
#topMainv .tm-vacancy {
  /* form_vacancy */
}
#topMainv .tm-vacancy #form_vacancy > div {
  flex-wrap: nowrap;
  padding: 1.7rem;
  align-items: center;
}
#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 {
  /*スライダー*/
}
#topMainv .bgSliderWrap {
  position: relative;
  z-index: 1;
}
#topMainv .bgSliderWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  mix-blend-mode: multiply;
}
#topMainv .bgSliderWrap .bgSlider .item figure {
  display: block;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm1 {
    background-image: url(../images/top_v2/mv26_01.jpg);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm1 {
    background-image: url(../images/top_v2/mv26_01_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm2 {
    background-image: url(../images/top/mainv_top2_pc.jpg);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm2 {
    background-image: url(../images/top/mainv_top2_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm3 {
    background-image: url(../images/top/mainv_top3_pc.jpg);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm3 {
    background-image: url(../images/top/mainv_top3_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm4 {
    background-image: url(../images/top/mainv_top4_pc.jpg);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #topMainv .bgSliderWrap .bgSlider .item figure._itm4 {
    background-image: url(../images/top/mainv_top4_sp.jpg);
  }
}
#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;
  }
}

/* space */
.spaceModal {
  width: 100%;
  max-width: calc(1070px + 2rem);
  margin: 0 auto;
  padding-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal {
    padding-top: 5vw;
  }
}
.spaceModal ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spaceModal ul li {
  margin-bottom: 0.3rem;
  width: 19.6%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .spaceModal ul li {
    width: 32%;
    margin-bottom: 1vw;
  }
  .spaceModal ul li:last-child {
    display: none;
  }
}
.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);
}

/* omotenashi */
@media screen and (min-width: 0px) and (max-width: 767px) {
  ._secOmotenashi2 {
    padding-top: 10vw;
  }
}
._secOmotenashi2 .subImg {
  width: 25.143rem;
  top: 8rem;
  right: -8rem;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  ._secOmotenashi2 .subImg {
    width: 20vw;
    right: -2vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  ._secOmotenashi2 .subImg {
    position: static;
    width: 45vw;
    margin: 5vw 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  ._secOmotenashi2 .img {
    width: 75rem;
  }
}
@media screen and (min-width: 1289px) and (max-width: 1379px) {
  ._secOmotenashi2 .img {
    width: 70rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  ._secOmotenashi2 .img {
    width: 65vw;
  }
}

@media screen and (min-width: 768px) {
  ._secOmotenashi3 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  ._secOmotenashi3 {
    padding-top: 20vw;
    padding-bottom: 15vw;
  }
}
._secOmotenashi3 .subImg {
  width: 25.143rem;
  top: 8rem;
  left: -7rem;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  ._secOmotenashi3 .subImg {
    width: 20vw;
    left: -2vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  ._secOmotenashi3 .subImg {
    top: -15vw;
    left: 0;
    width: 31vw;
  }
}
@media screen and (min-width: 768px) {
  ._secOmotenashi3 .imgBox {
    margin-right: -4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  ._secOmotenashi3 .imgBox {
    margin-right: 2vw;
  }
}
@media screen and (min-width: 768px) {
  ._secOmotenashi3 .img {
    width: 67rem;
  }
}
@media screen and (min-width: 1289px) and (max-width: 1379px) {
  ._secOmotenashi3 .img {
    width: 62rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  ._secOmotenashi3 .img {
    width: 55vw;
  }
}

/* information */
@media screen and (min-width: 768px) {
  #info.topInfo {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #info.topInfo {
    padding-bottom: 12vw;
  }
}
#info.topInfo .inner_center {
  width: 85vw;
  max-width: calc(750px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  #info.topInfo .inner_center {
    padding: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #info.topInfo .inner_center {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  #info.topInfo .inner_center .infoList {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #info.topInfo .inner_center .infoList {
    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 a {
    padding: 0 20vw 1rem 0.2rem;
  }
}

.top_sec_v2 {
  padding: 5.7142857143rem 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 {
    padding: 4.8484848485rem 0;
  }
}
.top_sec_v2 .inner {
  width: auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .top_sec_v2 .inner {
    width: 85vw;
    padding: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 .inner {
    width: 85vw;
    padding: 0;
  }
}
.top_sec_v2 .inner .top_sec_cate {
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.7142857143rem;
  font-family: garamond-premier-pro-display, serif;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 .inner .top_sec_cate {
    padding-left: 10vw;
  }
}
.top_sec_v2 .inner .top_sec_ttl {
  font-size: 2.2142857143rem;
  letter-spacing: 0.25em;
  line-height: 1.61;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 .inner .top_sec_ttl {
    font-size: 1.8585858586rem;
    margin-bottom: 2.8571428571rem;
    padding-left: 10vw;
  }
}
.top_sec_v2 .inner .top_txt {
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .top_sec_v2 .inner .top_txt {
    height: 21.4285714286rem;
    position: absolute;
    top: 6.4285714286rem;
    right: calc(22.1428571429rem + 2rem);
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 .inner .top_txt {
    font-size: 1.0505050505rem;
    line-height: 2.1;
    padding-left: 10vw;
    letter-spacing: 0.08em;
    text-align: justify;
  }
  .top_sec_v2 .inner .top_txt.nallow {
    letter-spacing: 0.05em;
  }
}
.top_sec_v2 .inner .img {
  display: block;
}
@media screen and (min-width: 768px) {
  .top_sec_v2 .inner .img.img1 {
    width: calc(50vw - 50% + 39.2857142857rem);
    margin-top: 6.4285714286rem;
    margin-left: calc((50vw - 50%) * -1);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 .inner .img.img1 {
    width: 24.8080808081rem;
    margin-top: 3.6363636364rem;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_sec_v2 .inner .img.img2 {
    width: 16.2857142857rem;
    position: absolute;
    right: 2rem;
    top: 4.2857142857rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 .inner .img.img2 {
    width: 10.9090909091rem;
    margin-top: 8.8888888889rem;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_sec_v2 .inner .img.img3 {
    width: 27.1428571429rem;
    position: absolute;
    right: calc(2rem + 4.2857142857rem);
    top: 33.5714285714rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2 .inner .img.img3 {
    position: absolute;
    width: 17.7777777778rem;
    bottom: 8.8888888889rem;
    right: -7.5vw;
  }
}
.top_sec_v2 .inner .img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .top_sec_v2._rvs .inner .top_sec_ttl {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .top_sec_v2._rvs .inner .top_txt {
    right: auto;
    left: calc(22.1428571429rem + 2rem);
  }
}
@media screen and (min-width: 768px) {
  .top_sec_v2._rvs .inner .img.img1 {
    margin-left: auto;
    margin-right: calc((50vw - 50%) * -1);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2._rvs .inner .img.img1 {
    margin-left: auto;
    margin-right: -7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_sec_v2._rvs .inner .img.img2 {
    right: auto;
    left: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2._rvs .inner .img.img2 {
    margin-left: auto;
    margin-right: -7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_sec_v2._rvs .inner .img.img3 {
    left: calc(2rem + 4.2857142857rem);
    right: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top_sec_v2._rvs .inner .img.img3 {
    right: auto;
    left: -7.5vw;
  }
}

@media screen and (min-width: 768px) {
  #cuisine.top_sec_v2 .inner .top_txt {
    height: 28.1428571429rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #cuisine.top_sec_v2 .inner .top_txt {
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  #cuisine.top_sec_v2 .inner .img.img3 {
    position: static;
    margin-top: -12.8571428571rem;
    margin-left: 4.2857142857rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  #cuisine.top_sec_v2 .inner .img.img3 {
    margin-top: -7.1428571429rem;
  }
}

@media screen and (min-width: 768px) {
  #space.top_sec_v2 {
    padding-bottom: 9.2857142857rem;
  }
}
#space.top_sec_v2 .inner .top_sec_ttl {
  writing-mode: vertical-rl;
  margin-top: 3.5714285714rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .top_sec_ttl {
    margin-bottom: 0;
    margin-top: 2.4242424242rem;
  }
}
@media screen and (min-width: 768px) {
  #space.top_sec_v2 .inner .space_slider_wrap {
    position: absolute;
    width: calc(64.2857142857rem + 50vw - 50%);
    right: calc((50vw - 50%) * -1);
    top: 3.5714285714rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .space_slider_wrap {
    width: 69vw;
    margin-right: -7.5vw;
    margin-left: auto;
    margin-top: -18.5858585859rem;
  }
}
#space.top_sec_v2 .inner .space_slider_wrap .space_slider .item {
  padding-right: 4.0714285714rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .space_slider_wrap .space_slider .item {
    padding-right: 1.6161616162rem;
  }
}
#space.top_sec_v2 .inner .space_slider_wrap .space_slider .item figure {
  width: 23.5rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .space_slider_wrap .space_slider .item figure {
    width: 18.5858585859rem;
  }
}
#space.top_sec_v2 .inner .space_slider_wrap .space_slider .item p {
  width: 23.5rem;
  margin-top: 2.1428571429rem;
  font-size: 1.1428571429rem;
  letter-spacing: 0.06em;
  line-height: 1.83;
  text-align: justify;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .space_slider_wrap .space_slider .item p {
    width: 18.5858585859rem;
    margin-top: 1.2121212121rem;
    font-size: 1.0505050505rem;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .space_slider_wrap .space_slider .item p.nallow {
    letter-spacing: 0.03em;
  }
}
#space.top_sec_v2 .inner .space_slider_arw {
  margin-top: 5.3571428571rem;
  width: 6.9285714286rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .space_slider_arw {
    margin-top: 3.2323232323rem;
    margin-left: 18.5vw;
    width: 7.8383838384rem;
  }
}
#space.top_sec_v2 .inner .space_slider_arw .space_slider_arw_prev,
#space.top_sec_v2 .inner .space_slider_arw .space_slider_arw_next {
  width: 2.9285714286rem;
  cursor: pointer;
  transition: opacity 0.4s;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #space.top_sec_v2 .inner .space_slider_arw .space_slider_arw_prev,
  #space.top_sec_v2 .inner .space_slider_arw .space_slider_arw_next {
    width: 3.3131313131rem;
  }
}
#space.top_sec_v2 .inner .space_slider_arw .space_slider_arw_prev:hover,
#space.top_sec_v2 .inner .space_slider_arw .space_slider_arw_next:hover {
  opacity: 0.6;
}

#omotenashi.top_sec_v2 .inner .top_sec_cate {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #omotenashi.top_sec_v2 .inner .top_sec_ttl_tate_wrap {
    display: flex;
    justify-content: flex-end;
  }
}
#omotenashi.top_sec_v2 .inner .top_sec_ttl {
  color: #fff;
  writing-mode: vertical-rl;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #omotenashi.top_sec_v2 .inner .top_sec_ttl {
    font-size: 1.8571428571rem;
    letter-spacing: 0.25em;
    line-height: 1.923;
    margin-top: -0.7142857143rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi.top_sec_v2 .inner .top_sec_ttl {
    font-size: 1.5353535354rem;
    letter-spacing: 0.13em;
    line-height: 1.755;
    margin-top: 1.2121212121rem;
  }
}
#omotenashi.top_sec_v2 .inner .top_txt {
  color: #fff;
  writing-mode: horizontal-tb;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #omotenashi.top_sec_v2 .inner .top_txt {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-left: 3.5714285714rem;
    margin-top: -22.8571428571rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi.top_sec_v2 .inner .top_txt {
    margin-top: 2.8282828283rem;
    line-height: 2.1;
    text-align: justify;
    letter-spacing: 0.03em;
  }
}
#omotenashi.top_sec_v2 .inner .img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #omotenashi.top_sec_v2 .inner .img.om_img1 {
    width: 35.5rem;
    margin-left: auto;
    margin-right: 14.2857142857rem;
    margin-top: -21.4285714286rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi.top_sec_v2 .inner .img.om_img1 {
    width: 16.9696969697rem;
    margin-top: -15.7575757576rem;
    margin-left: -7.5vw;
  }
}
@media screen and (min-width: 768px) {
  #omotenashi.top_sec_v2 .inner .img.om_img2 {
    width: 12.1428571429rem;
    position: absolute;
    top: 4.2857142857rem;
    left: 9.2857142857rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi.top_sec_v2 .inner .img.om_img2 {
    width: 11.4747474747rem;
    margin-top: -1.0505050505rem;
    margin-left: -0.404040404rem;
  }
}
@media screen and (min-width: 768px) {
  #omotenashi.top_sec_v2 .inner .img.om_img3 {
    width: 23.7857142857rem;
    margin-left: -5rem;
    margin-top: -10.3571428571rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #omotenashi.top_sec_v2 .inner .img.om_img3 {
    width: 16.1616161616rem;
    margin-left: auto;
    margin-right: -7.5vw;
    margin-top: -2.8282828283rem;
  }
}

#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 #231815;
}
@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%;
  margin: 0;
}
.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;
}
.storeList .storeListPost .tel .small {
  display: block;
  font-size: 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);
  }
}

.infoCateList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .infoCateList {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoCateList {
    padding: 0 0 0 10.417vw;
  }
}
.infoCateList a {
  background: #bbb;
  display: inline-block;
  font-size: 0.9285714286rem;
  padding: 0.4em 1em 0.45em;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 1em;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoCateList a {
    font-size: 0.8888888889rem;
    padding: 0.3em 0.3em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}
.infoCateList a.all {
  background-color: #231815;
}

.infoList {
  width: 100%;
}
.infoList .infoListPost {
  border-bottom: 1px solid #231815;
}
.infoList .infoListPost a {
  display: flex;
  padding: 1.5rem 0 1.5rem 0;
  position: relative;
  letter-spacing: 0.1em;
  flex-wrap: wrap;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a {
    justify-content: space-between;
    padding: 1.5rem 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .infoList .infoListPost a:after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 1rem;
    width: 2.714rem;
    height: 1rem;
    background-image: url(../images/common_v2/arw_info2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.infoList .infoListPost a .date {
  width: 7.8571428571rem;
  font-size: 0.9285714286rem;
  color: #727171;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a .date {
    width: 30%;
    font-size: 1.0505050505rem;
  }
}
.infoList .infoListPost a .cate {
  color: #727171;
}
.infoList .infoListPost a .cate span {
  display: inline-block;
  font-size: 0.9285714286rem;
  padding: 0.4em 1em 0.45em;
  background-color: #231815;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a .cate span {
    font-size: 0.8080808081rem;
    padding: 0.3em 0.3em;
  }
}
.infoList .infoListPost a .ttl {
  width: 100%;
  margin-top: 1rem;
  text-align: justify;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .infoList .infoListPost a .ttl {
    font-size: 1.2121212121rem;
  }
}

#info {
  padding-bottom: 10rem;
}
#info .infoListPost a {
  padding: 2rem 5rem 2rem 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #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 #231815;
}
@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 .faqCate {
  margin-bottom: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div .faqCate {
    margin-bottom: 15vw;
  }
}
#faq > div .faqCate h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  padding: 1em 2em;
  background-image: url("../images/common/bg_washi.jpg");
  background-size: 300px 300px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div .faqCate h2 {
    font-size: 1.4rem;
    margin-bottom: 10vw;
  }
}
#faq > div .faqList > li {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div .faqList > li {
    margin-bottom: 7vw;
  }
}
#faq > div .faqList > 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 .faqList > li .q {
    font-size: 1.3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    cursor: pointer;
  }
  #faq > div .faqList > 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 .faqList > 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 .faqList > li .q:before {
    font-size: 2rem;
    top: -0.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div .faqList > li .q.active:after {
    transform: translateY(-50%) rotate(-45deg);
  }
}
#faq > div .faqList > 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 .faqList > li .a {
    padding-left: 3rem;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    box-sizing: content-box;
  }
}
#faq > div .faqList > 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 .faqList > li .a:before {
    font-size: 1.2rem;
    top: 1.2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #faq > div .faqList > 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 #231815;
  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;
}
.submitArea {
  display: flex;
  justify-content: center;
}
.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: -7.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: -7.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;
  }
}

.catch {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.8em;
  margin: 7rem auto 4rem;
  line-height: 1.9;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .catch {
    font-size: 1.3rem;
    margin: 15vw auto 10vw;
  }
}

.menu_areamap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 6rem 3rem 4rem;
  border: 1px solid #bbb;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .menu_areamap > div {
    padding: 3rem 3rem 3rem 1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div {
    padding: 5vw 5vw 8vw;
    display: block;
  }
}
.menu_areamap > div > figure {
  width: 53%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div > figure {
    width: 100%;
  }
}
.menu_areamap > div > div {
  width: 38%;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .menu_areamap > div > div {
    width: 43%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div > div {
    width: 100%;
    margin-top: 5vw;
  }
}
.menu_areamap > div > div h3 {
  font-size: 1.86rem;
  color: #4a4b6b;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-weight: normal;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div > div h3 {
    font-size: 1.5rem;
    margin-bottom: 5vw;
  }
}
.menu_areamap > div > div p {
  letter-spacing: 0.1em;
  line-height: 1.929;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div > div p {
    letter-spacing: 0.05em;
    line-height: 1.769;
  }
}
.menu_areamap > div > div .btn {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div > div .btn {
    margin-top: 8vw;
  }
}
.menu_areamap > div > div .btn a {
  max-width: 330px;
  display: block;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 0.929rem;
  padding: 1.2rem;
  position: relative;
  background: #4a4b6b;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div > div .btn a {
    letter-spacing: 0.1em;
    padding: 1rem;
    max-width: none;
    width: 100%;
  }
}
.menu_areamap > div > div .btn 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(45deg);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_areamap > div > div .btn a:after {
    right: 1em;
  }
}

.menuList {
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList {
    margin-top: 10vw;
  }
}
.menuList .menuListItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem {
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem {
    display: block;
  }
}
.menuList .menuListItem:nth-child(2n), .menuList .menuListItem._rvs {
  flex-direction: row-reverse;
}
.menuList .menuListItem > figure {
  width: 43%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > figure {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.menuList .menuListItem > div {
  width: 49%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div {
    width: 100%;
  }
}
.menuList .menuListItem > div .name {
  /*
  @include mq-sp{
  	cursor: pointer;
  	padding-right: 8vw;
  	position: relative;

  	&:after{
  		content: "";
  		display: block;
  		width: 0.6em;
  		height: 0.6em;
  		position: absolute;
  		top: 50%;
  		right: 1vw;
  		z-index: 10;
  		border-top: 1px solid $gray2;
  		border-right: 1px solid $gray2;
  		transform: translateY(-50%) rotate(135deg);
  	}
  };
  */
}
.menuList .menuListItem > div .name h3 {
  font-size: 2.143rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div .name h3 {
    font-size: 1.6rem;
  }
}
.menuList .menuListItem > div .name h3 span {
  display: inline-block;
  font-size: 1rem;
  margin-left: 1rem;
}
.menuList .menuListItem > div .name h3 span.sub {
  margin-left: 0;
  font-weight: bold;
}
.menuList .menuListItem > div .name {
  /*
  p{
  	margin-top: 0.5rem;
  	span{
  		display: inline-block;
  	}
  	.num{
  		font-size: 1.143rem;
  		letter-spacing: 0.1em;
  		@include mq-sp{
  			font-size: 1rem;
  		};
  	}
  	.plice{
  		font-size: 1.643rem;
  		font-weight: bold;
  		letter-spacing: 0.1em;
  		margin-left: 0.5rem;
  		@include mq-sp{
  			font-size: 1.4rem;
  		};
  	}
  	.small{
  		font-size: 1.071rem;
  		font-weight: bold;
  		letter-spacing: 0.1em;
  		@include mq-sp{
  			font-size: 1rem;
  		};
  	}
  }
  */
}
.menuList .menuListItem > div .name .menucomment {
  color: #231815 !important;
  font-size: 1rem !important;
  margin-top: 1rem !important;
  letter-spacing: 0.05em !important;
}
.menuList .menuListItem > div .name .menunotes {
  font-size: 0.9rem;
  margin-top: 2rem;
}
.menuList .menuListItem > div .name ul {
  margin-top: 2rem;
}
.menuList .menuListItem > div .name ul li {
  margin-top: 1.5rem;
}
.menuList .menuListItem > div .name ul li > p:first-child {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5rem;
}
.menuList .menuListItem > div .name ul li > p:nth-child(n+2) {
  letter-spacing: 0.1em;
  line-height: 1.929;
  color: #888;
  font-size: 0.929rem;
  margin-top: 0.7rem;
}
.menuList .menuListItem > div .name ul li > p span {
  display: inline-block;
}
.menuList .menuListItem > div .name ul li > p .num {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-left: 0.5rem;
  background: #ddd;
  color: #888;
  padding: 0.2rem 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div .name ul li > p .num {
    font-size: 1rem;
  }
}
.menuList .menuListItem > div .name ul li > p .plice {
  font-size: 1.643rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div .name ul li > p .plice {
    font-size: 1.4rem;
  }
}
.menuList .menuListItem > div .name ul li > p .comment {
  display: inline-block;
  margin-left: 1rem;
}
.menuList .menuListItem > div .name ul li > p .small {
  font-size: 1.071rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div .name ul li > p .small {
    font-size: 1rem;
  }
}
.menuList .menuListItem > div .detail {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div .detail {
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    height: 0;
    overflow: hidden;
    margin: 0;
  }
}
.menuList .menuListItem > div .detail > *:last-child {
  margin-bottom: 0;
}
.menuList .menuListItem > div .detail p {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.menuList .menuListItem > div .detail dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.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) {
  .menuList .menuListItem > div .detail dl dt {
    width: 20%;
  }
}
.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;
}
.menuList .menuListItem > div .detail dl dd {
  width: 83%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div .detail dl dd {
    width: 77%;
  }
}
.menuList .menuListItem > div .detail dl dd {
  padding: 0.3em 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListItem > div.fd-active .name:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .menuList .menuListItem > div.fd-active .detail {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    margin-top: 3rem;
  }
}
.menuList .menuListNomiho {
  margin-bottom: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListNomiho {
    margin-bottom: 15vw;
  }
}
.menuList .menuListNomiho > div h3 {
  font-size: 2.143rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListNomiho > div h3 {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-bottom: 1rem;
  }
}
.menuList .menuListNomiho > div h3 span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .menuList .menuListNomiho > div h3 span {
    margin-top: 1rem;
  }
}
.menuList .menuListNomiho > div p {
  letter-spacing: 0.1em;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

#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;
}
#dealer ul li p.open {
  color: #888;
}
#dealer ul._center {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #dealer ul._center li {
    margin-right: 0;
  }
  #dealer ul._center li:first-child {
    margin-right: 4.375%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #dealer ul._center li {
    margin-right: 0;
  }
  #dealer ul._center li:first-child {
    margin-right: 2%;
  }
}
#dealer ._sister {
  margin-top: 4rem;
}

@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 #231815;
  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;
}

@media screen and (min-width: 768px) {
  #dinner2.menu_content .secBox .imgBox figcaption {
    width: 38rem;
  }
}
#dinner2.menu_content .secBox .imgBox figcaption h3 {
  font-size: 1.3rem;
  line-height: 1.5;
}
#dinner2.menu_content .secBox .imgBox figcaption p {
  font-size: 1rem;
}

#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;
}

#coupon {
  padding-bottom: 10rem;
}
#coupon .inner {
  max-width: calc(719px + 4rem);
}
#coupon .btnWrap {
  display: flex;
  justify-content: center;
}
#coupon .btnWrap .btn {
  margin-top: 3rem;
  width: 15rem;
  margin-right: 1.5rem;
}
#coupon .btnWrap .btn:last-child {
  margin-right: 0;
}
#coupon .btnWrap .btn a {
  text-align: center;
  display: block;
  background: #4a4b6b;
  color: #fff;
  font-size: 0.9285rem;
  letter-spacing: 0.2em;
  padding: 0.7rem 0;
}
#coupon .spQR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin: 8rem auto 0;
  background-image: url("../images/common/bg_washi.jpg");
  background-size: 300px 300px;
  padding: 2rem 3rem;
}
#coupon .spQR figure {
  width: 25%;
}
#coupon .spQR div {
  width: 65%;
}
#coupon .spQR div h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
#coupon .spQR div p {
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #888;
}
#coupon .couponBox {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #coupon .couponBox {
    margin-top: 10vw;
  }
}
#coupon .couponBox h2 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
#coupon .couponBox p {
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #888;
}

#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:first-child {
    width: 100%;
  }
  .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 > figure img {
  width: auto;
  max-width: 100%;
}
.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 .btn {
  text-align: center;
}
.columnPost .postContent .btn a {
  background: #4a4b6b;
  color: #fff;
  font-size: 0.929rem;
  letter-spacing: 0.1em;
  padding: 0.78em 3rem;
  min-width: 20rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.columnPost .postContent .btn a:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
.columnPost .postContent iframe {
  max-width: 100%;
}
.columnPost .postContent > * {
  margin-bottom: 2rem;
}
.columnPost .postContent > *:first-child {
  margin-top: 0;
}
.columnPost .postContent > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page .inner, .lang_page .inner_center {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page #mainContent {
    padding-top: 0;
  }
}
.lang_page #mainv {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page #mainv .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    text-align: center;
    width: 40vw;
  }
}
.lang_page #mainv .sns {
  position: absolute;
  z-index: 10;
  bottom: 5vw;
  right: 5vw;
}
.lang_page #mainv .sns a {
  margin: 0 0 0 3vw;
}
.lang_page #mainv > div:not(.sns) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lang_page #mainv > div:not(.sns) {
    height: 39.286rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page #mainv > div:not(.sns) {
    height: 69.922vw;
  }
}
.lang_page .imgBox figcaption h3 {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .lang_page ._langSec1_1 {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1289px) and (max-width: 1379px) {
  .lang_page ._langSec1_1 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_1 {
    padding-bottom: 15vw;
  }
}
.lang_page ._langSec1_1 .subImg1 {
  width: 25.143rem;
  top: 10rem;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_1 .subImg1 {
    width: 20vw;
    right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_1 .subImg1 {
    position: static;
    width: 40vw;
    margin: 5vw 0 0 auto;
  }
}
.lang_page ._langSec1_1 .subImg2 {
  width: 43.714rem;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1289px) and (max-width: 1379px) {
  .lang_page ._langSec1_1 .subImg2 {
    width: 37rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_1 .subImg2 {
    width: 30vw;
    bottom: 4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_1 .subImg2 {
    width: 50vw;
    left: -5vw;
  }
}
@media screen and (min-width: 768px) {
  .lang_page ._langSec1_1 .img {
    width: 67.357rem;
  }
}
@media screen and (min-width: 1289px) and (max-width: 1379px) {
  .lang_page ._langSec1_1 .img {
    width: 60rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_1 .img {
    width: 58vw;
  }
}
@media screen and (min-width: 768px) {
  .lang_page ._langSec1_2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_2 {
    padding-top: 20vw;
    padding-bottom: 50vw;
  }
}
.lang_page ._langSec1_2 .subImg {
  width: 20rem;
  top: 13rem;
  left: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_2 .subImg {
    width: 20vw;
    top: 9rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_2 .subImg {
    top: auto;
    bottom: 0;
    left: 0;
    width: 40vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_2 .imgBox figcaption {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .lang_page ._langSec1_2 .img {
    width: 67rem;
  }
}
@media screen and (min-width: 1289px) and (max-width: 1379px) {
  .lang_page ._langSec1_2 .img {
    width: 62rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_2 .img {
    width: 55vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_2 .img {
    margin-right: -5vw;
  }
}
@media screen and (min-width: 768px) {
  .lang_page ._langSec1_3 {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_3 {
    padding-top: 10vw;
  }
}
.lang_page ._langSec1_3 .subImg1 {
  width: 25.143rem;
  top: -9rem;
  right: -8rem;
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_3 .subImg1 {
    width: 20vw;
    right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page ._langSec1_3 .subImg1 {
    width: 50vw;
    right: -5vw;
    top: -45vw;
  }
}
@media screen and (min-width: 768px) {
  .lang_page ._langSec1_3 .img {
    width: 74.929rem;
  }
}
@media screen and (min-width: 1289px) and (max-width: 1379px) {
  .lang_page ._langSec1_3 .img {
    width: 65rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1289px) {
  .lang_page ._langSec1_3 .img {
    width: 60vw;
  }
}
.lang_page #drink {
  padding-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page #drink {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .lang_page #store {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page #store {
    padding-top: 5vw;
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_page #store .storeList {
    margin-top: 0;
    padding-top: 5vw;
  }
}
.lang_page #store .storeList .storeListPost .name {
  display: block;
}
.lang_page #store .storeList .storeListPost .name p {
  display: block;
}
.lang_page #store .storeList .storeListPost .notes {
  text-align: left;
  margin-top: 1.5rem;
}

.lang_menu .menuListItem figure img {
  display: block;
  margin-bottom: 1em;
}
.lang_menu .menuListItem figure img:last-child {
  margin-bottom: 0;
}
.lang_menu .menuListItem > div ul li {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #231815;
  margin-bottom: 1.5rem;
}
.lang_menu .menuListItem > div ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.lang_menu .menuListItem > div ul li p {
  letter-spacing: 0.1em;
}
.lang_menu .menuListItem > div ul li p.sizeL {
  font-size: 1.929rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_menu .menuListItem > div ul li p.sizeL {
    font-size: 1.5rem;
  }
}
.lang_menu .menuListItem > div ul li p.sizeM {
  font-size: 1.429rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_menu .menuListItem > div ul li p.sizeM {
    font-size: 1.3rem;
  }
}
.lang_menu .menuListItem > div ul li p.sizeS {
  font-size: 0.929rem;
  color: #888;
  line-height: 1.714;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .lang_menu .menuListItem > div ul li p.sizeS {
    font-size: 1rem;
  }
}
.lang_menu .menuListItem > div ul li p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=kitaohji-style.css.map */
