@charset "UTF-8";
/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  border-radius: 0;
  /* iOS 8+ */
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

input[type='search'] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
  /* Chrome 45+ */
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden='false'] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}


/* vendor css begin */

/* lightbox css */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../lightbox/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /* opacity: 0; */
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /* opacity: 0; */
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 480px) {
  .lb-nav a.lb-prev {  background: url(../lightbox/images/prev.png) -7.5% 48% no-repeat;}
  .lb-nav a.lb-next {  background: url(../lightbox/images/next.png) 107.5% 48% no-repeat;}
  .lb-nav a.lb-prev, .lb-nav a.lb-next {
    -webkit-background-size: 2.35em;
    background-size: 2.35em;
  }

}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lightbox_box {
  width: 280px;
  height: 392px;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
}
.lightbox_box img {
  width: auto;
  height: 392px;
}
/* Slider Slick*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    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.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;
}

/* vendor css end  */


/* original css */
.header {
  position: relative;
  width: 100%;
  padding: 25px 0 20px;
}

@media (max-width: 480px) {
  .header {
    position: fixed;
    z-index: 1000;
    height: 60px;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
}

@media (max-width: 480px) {
  .header__logo {
    width: 150px;
    padding-top: 12px;
  }
}

.header__logo img {
  width: 100%;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 480px) {
  .header__top {
    display: none;
  }
}

.header__reserve {
  margin-left: 10px;
}

.header__reserve img {
  width: 270px;
}

.header__other {
  margin-left: 20px;
}

.header__other img {
  width: 136px;
}

.header__mail {
  margin-left: 20px;
}

.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.header__instagram {
  margin-left: 20px;
}

.header__nav {
  padding-top: 20px;
}

@media (max-width: 480px) {
  .header__nav {
    display: none;
  }
}

.header__sp {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #786718;
}

@media (max-width: 480px) {
  .header__sp {
    display: block;
  }
}

.header__sp span {
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__sp span:nth-child(1) {
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.header__sp span:nth-child(2) {
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.header__sp span:nth-child(3) {
  width: 24px;
  height: 2px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.header__sp-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-open .header__sp span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(135deg);
          transform: translateY(8px) rotate(135deg);
}

.menu-open .header__sp span:nth-child(2) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
  -webkit-transform: translateX(0px) scaleX(0);
          transform: translateX(0px) scaleX(0);
}

.menu-open .header__sp span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-135deg);
          transform: translateY(-8px) rotate(-135deg);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  position: relative;
  padding: 0 35px;
  font-size: 15px;
  letter-spacing: 0.025em;
}

.nav__item:not(:first-of-type)::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
}

.nav__item a:hover {
  color: #786718;
}

.footer {
  position: relative;
  padding: 80px 0 30px;
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: 120px;
}

.footer__address {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 480px) {
  .footer__address {
    font-size: 13px;
  }
}

.footer__address p + p {
  margin-top: 10px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
}

@media (max-width: 480px) {
  .footer__nav {
    display: none;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__instagram {
  margin-left: 20px;
}

.footer__top {
  position: absolute;
  top: -35px;
  right: 50px;
  padding-top: 17px;
  width: 70px;
  height: 70px;
  background-color: #222;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.footer__top::after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

@media (max-width: 480px) {
  .footer__top {
    right: 25px;
  }
}

.footer__copyright {
  display: block;
  text-align: center;
}

@media (max-width: 480px) {
  .footer__copyright {
    margin-top: 30px;
    font-size: 11px;
  }
}

.sp-menu {
  position: fixed;
  top: 60px;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
}
@media screen and (min-width: 481px) {
  body .sp-menu {
    display: none;
  }
}

.sp-menu__inner {
  padding: 20px 50px 90px;
}

.sp-menu__item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.sp-menu__item a{
  display: block;
}
.sp-menu__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  background-image: url(../images/common/arrow_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-menu__item:hover::after {
  right: 5px;
}

.sp-menu__item:hover a {
  color: #786718;
}

.sp-menu__contact {
  margin-top: 30px;
}

.sp-menu__contact-item {
  text-align: center;
}

.sp-menu__contact-item + .sp-menu__contact-item {
  margin-top: 30px;
}
.sp-menu__contact-itemec {
  margin-top: 10px;
}
.sp-menu__contact-item img {
  width: 100%;
}

.sp-menu__contact-item:nth-of-type(2) {
  width: 80%;
  margin: 30px auto 0;
}

.sp-menu__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
}

.sp-menu__instagram {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .menu-open .sp-menu {
    visibility: visible;
    opacity: 1;
  }
}

.anchor {
  width: 100%;
  background-color: #f0ebdf;
}

.anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;

  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .anchor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    padding: 14px 0 10px;
    justify-content: flex-start;
    line-height: 1.5;
  }
}

.anchor__item {
  position: relative;
  /* padding: 0 38px; */
  padding: 0 1em;

  text-align: center;
}
.anchor__item span{
  font-size: 14px;
}

@media (max-width: 480px) {
  .anchor__item {
    margin-bottom: 10px;
    padding: 0 3.5%;

  }
  .anchor__item span{
    font-size: 12px;
  }

}

.anchor__item:not(:first-of-type) {
  border-left: 1px solid #dddddd;
}

.anchor__item a:hover {
  color: #786718;
}

.button {
  position: relative;
  padding: 18px 45px 18px 35px;
  background-color: #786718;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buttonec {
  padding: 5px 45px 5px 15px;
}
.ec_df {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.mb3 {
  margin-bottom: 3px;
}
.button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 12px;
  background-image: url(../images/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button:hover {
  opacity: 0.8;
}

.button:hover::after {
  right: 10px;
}

.button-large {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px 45px;
  background-color: #ffffff;
  color: #222222;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-large-ec {
  padding: 8px 35px;
}

.button-large::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 12px;
  background-image: url(../images/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-large:hover {
  color: #786718;
}

.button-large:hover::after {
  right: 10px;
}

.prev {
  padding: 18px 35px 18px 45px;
  background-color: #939393;
}

.prev::after {
  left: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.prev:hover::after {
  left: 10px;
}

.key-color {
  color: #fff;
  background-color: #786718;
}

.key-color::after {
  background-image: url(../images/common/arrow_w.svg);
}

.key-color:hover {
  color: #fff;
}

.slick li {
  width: 1000px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick li img {
  width: 100%;
}

.slick li:hover {
  opacity: 0.9;
}

.slick-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 20%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-image: url(../images/slider_arrow_prev.png);
  background-size: cover;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .slick-prev {
    width: 25px;
    height: 25px;
    left: 18px;
  }
}

.slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 20%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-image: url(../images/slider_arrow_next.png);
  background-size: cover;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .slick-next {
    width: 25px;
    height: 25px;
    right: 18px;
  }
}

.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-dots li {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: #e0e0e0;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background-color: #786718;
}

.slick-dots li + li {
  margin-left: 15px;
}

.loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 190px;
  margin-top: 70px;
  overflow: hidden;
}

.loop-wrap img {
  width: auto;
  height: 100%;
}

@media (max-width: 480px) {
  .loop-wrap {
    height: 120px;
    margin-top: 50px;
  }
}

.loop-wrap img:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}

.loop-wrap img:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@media (max-width: 480px) {
  .table {
    padding: 0 20px;
  }
}

.table__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 480px) {
  .table__unit {
    display: block;
  }
}

.table dt {
  width: 300px;
  padding-left: 50px;
  border-right: 1px solid #dddddd;
}

@media (max-width: 480px) {
  .table dt {
    width: 100%;
    /* text-align: center; */
    padding-left: 0px;
    padding-bottom: 10px;
    border-right: none;
    font-size: 20px;
  }
}

.table dd {
  width: 700px;
  padding-left: 50px;
  line-height: 1.8;
}

@media (max-width: 480px) {
  .table dd {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 14px;
  }
}

.table p + p {
  margin-top: 30px;
}

.covid__inner {
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .covid__inner {
    width: 80%;
  }
}

.covid__title {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 480px) {
  .covid__title {
    font-size: 20px;
  }
}

.covid__sentence {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 480px) {
  .covid__sentence {
    margin-top: 13px;
    font-size: 14px;
    text-align: left;
  }
}

.covid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .covid__list {
    display: block;
  }
}

.covid__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  padding: 12px;
  color: #ffffff;
  background-color: #786718;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .covid__item {
    -ms-flex-preferred-size: calc(32.5% - 24px);
    flex-basis: calc(32.5% - 24px);
  }
}

@media (max-width: 480px) {
  .covid__item + .covid__item {
    margin-top: 10px;
  }
}

.covid__link {
  margin-top: 35px;
  text-align: center;
}

.covid__link a {
  display: inline-block;
  position: relative;
}

.covid__link a::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: -30px;
  width: 12px;
  height: 10px;
  background-image: url(../images/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.covid__link:hover a {
  color: #786718;
}

.covid--top {
  margin-top: 70px;
  padding: 50px 0;
  background-color: #f0ebdf;
}
.top-info + .covid--top{
  margin-top: 0;
}
.covid--sub {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .covid--sub {
    margin-top: 55px;
  }
}

body {
  font-family: '游明朝', 'Yu Mincho', YuMincho, "Sawarabi Mincho", 'Hiragino Mincho Pro', serif;
  color: #222222;
  background-image: url(../images/common/background.png);
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
}

/* a[href^='tel:'] {
  pointer-events: none;
}

@media (max-width: 480px) {
  a[href^='tel:'] {
    pointer-events: auto;
  }
} */

.pc {
  display: block !important;
}

@media (max-width: 480px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

.sp-br, .sp-br-xs {
  display: none;
}

@media (max-width: 480px) {
  .sp-br {
    display: block;
  }
}
@media (max-width: 370px) {
  .sp-br-xs {
    display: block;
  }
}

.icon-facebook img,
.icon-instagram img {
  height: 20px;
}

.text-link {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  border-bottom: solid 1px #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  .text-link {
    margin-top: 8px;
    margin-left: 0px;
  }
}

.text-link:hover {
  color: #786718;
  border-bottom: solid 1px #786718;
}

.text-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  width: 10px;
  height: 10px;
  background-image: url(../images/common/arrow_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*----------レイアウト用の共有クラス----------*/
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content-width {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .content-width {
    max-width: 480px;
    width: 90%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .flex {
    display: block;
  }
}

.flex-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*----------見出しの共有クラス----------*/
.page-title {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  .page-title {
    height: 200px;
    margin-top: 60px;
  }
}

.page-title::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.page-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .page-title__inner {
    max-width: 480px;
    width: 90%;
  }
}

.page-title__heading {
  color: #fff;
}

.page-title__heading .jp {
  display: block;
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 480px) {
  .page-title__heading .jp {
    font-size: 28px;
  }
}

.page-title__heading .en {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 480px) {
  .page-title__heading .en {
    font-size: 12px;
  }
}

.heading {
  text-align: center;
}

.heading .jp {
  display: block;
  font-size: 27px;
  font-weight: normal;
}

.heading .en {
  display: block;
  font-size: 15px;
  font-weight: normal;
}

/*----------テキストの共有クラス----------*/
.font-lg {
  font-size: 28px;
  line-height: 1.6;
  font-weight: normal;
}

@media (max-width: 480px) {
  .font-lg {
    font-size: 22px;
  }
}

.font-md {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 480px) {
  .font-md {
    font-size: 14px;
  }
}

.font-ctr {
  text-align: center;
}

/*-----------------------------*/
.local {
  margin-top: 180px;
}

@media (max-width: 480px) {
  .local {
    margin-top: 80px;
  }
}

.local__title {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 480px) {
  .local__title {
    font-size: 20px;
  }
}

.local__sentence {
  margin-top: 15px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 480px) {
  .local__sentence {
    font-size: 14px;
  }
}

.contact {
  background-color: #786718;
}

.contact__inner {
  padding: 80px 0;
}

@media (max-width: 480px) {
  .contact__inner {
    padding: 50px 0 80px;
  }
}

.contact__title {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

@media (max-width: 480px) {
  .contact__title {
    font-size: 24px;
  }
}

.contact__sentence {
  margin-top: 10px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

@media (max-width: 480px) {
  .contact__sentence {
    font-size: 14px;
  }
}

.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .contact__list {
    display: block;
    margin-top: 30px;
  }
}

.contact__item {
  width: 49%;
  padding: 40px 0;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 480px) {
  .contact__item {
    width: 100%;
    padding: 30px 20px;
  }
  .contact__item + .contact__item {
    margin-top: 10px;
  }
}

/* .contact__item:last-child {
  width: 100%;
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 480px) {
  .contact__item:last-child {
    margin-top: 10px;
  }
} */

.contact__item img {
  height: 50px;
}

@media (max-width: 480px) {
  .contact__item img {
    height: 45px;
  }
}

.sub-menu {
  margin-top: 120px;
  padding: 80px 0 150px;
  background-color: #f0ebdf;
}

@media (max-width: 480px) {
  .sub-menu {
    margin-top: 80px;
    padding: 70px 0 120px;
  }
}

.sub-menu__title {
  margin-bottom: 50px;
}
.top-info .sub-menu__title {
  margin-bottom: 0;
}

/* @media (max-width: 480px) {
  .sub-menu__title {
    margin-bottom: 60px;
  }
} */

.sub-menu__category {
  padding-left: 20px;
  font-size: 27px;
  font-weight: normal;
  border-left: 7px solid #c09a2e;
}

@media (max-width: 480px) {
  .sub-menu__category {
    margin-left: 10px;
    font-size: 22px;
    border-left: 5px solid #c09a2e;
  }
}

.sub-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub-menu__list.top-info-list{
  justify-content: center;
}
.top-info-list .sub-menu__item:last-child{
  margin-right: 0;
}
@media (max-width: 480px) {
  .sub-menu__list {
    display: block;
    margin-top: 20px;
  }
}

.sub-menu__item {
  width: 280px;
}

@media (max-width: 480px) {
  .sub-menu__item {
    margin: 0 auto;
  }
  .top-info-list .sub-menu__item:last-child{
    margin: 30px auto 0;
  }
}

/* .sub-menu__item + .sub-menu__item {
  margin-left: 80px;
} */
.sub-menu__item {
  margin-right: 80px;
  margin-bottom: 40px;
}
.sub-menu__item + .sub-menu__item:nth-child(3n) {
  margin-right: 0;
}
.sub-menu__item:nth-last-child(-n+3){
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .sub-menu__item + .sub-menu__item {
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 0;
  }
  .sub-menu__item {
    margin-left: auto;
    margin-right: auto;
  }
  .sub-menu__item + .sub-menu__item:nth-child(3n) {
    margin-right: auto;
  }
}

.sub-menu__item-title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.sub-menu__image,  .lightbox_box > a{
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  /* padding-bottom: 140%; */
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 5;
}
.sub-menu__image,  .lightbox_box > a:first-child{
    z-index: 6;
}

@media (max-width: 480px) {
  .sub-menu__image {
    margin-top: 10px;
  }
}

.sub-menu__image img,  .lightbox_box  img{
  /* width: 100%; */

  /* position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); */
max-width: 140%;
height: 100%;
width: auto;
}

.sub-menu__unit + .sub-menu__unit {
  margin-top: 85px;
}

.sub-menu__sentence {
  margin-top: 80px;
}

@media (max-width: 480px) {
  .sub-menu__sentence {
    margin-top: 20px;
    text-align: left;
  }
  .sub-menu__unit + .sub-menu__unit {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .sub-menu__button + .sub-menu__button {
    margin-top: 60px;
  }
}

.sub-menu__button-unit {
  width: 480px;
  margin: 120px auto 0;
  text-align: center;
}

@media (max-width: 480px) {
  .sub-menu__button-unit {
    width: 100%;
    margin: 80px auto 0;
  }
}

.sub-sence {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-sence {
    margin-top: 80px;
  }
}

.sub-sence__sentence {
  margin-top: 40px;
}

.sub-sence__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}

@media (max-width: 480px) {
  .sub-sence__list {
    margin-top: 50px;
  }
  .sub-sence__sentence{
    text-align: left;
  }
}

.sub-sence__item {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media (max-width: 480px) {
  .sub-sence__item {
    margin-bottom: 20px;
  }
}

.sub-sence__item img {
  width: 100%;
}

.sub-sence__item:nth-child(n + 3) {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .sub-sence__item:nth-child(n + 3) {
    margin-top: 0px;
  }
}

.sub-sence__item-title {
  margin-top: 6px;
  font-size: 19px;
}

.slider {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .slider {
    margin-top: 60px;
  }
}

.top-link {
  margin-top: 80px;
}

@media (max-width: 480px) {
  .top-link__item {
    margin-bottom: 30px;
  }
}

.top-link__large img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-link__large img:hover {
  opacity: 0.9;
}

.top-link__unit {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .top-link__unit {
    margin-top: 0;
  }
}

.top-link__small {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.top-link__small img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-link__small img:hover {
  opacity: 0.9;
}

.others {
  margin-top: 50px;
}

.others__facebook {
  width: 520px;
}

@media (max-width: 480px) {
  .others__facebook {
    width: 100%;
  }
}

.others__list {
  width: 460px;
}

@media (max-width: 480px) {
  .others__list {
    width: 100%;
    margin-top: 30px;
  }
}

.others__item {
  position: relative;
  height: 125px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.others__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.others__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/arrow-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.others__item:hover::after {
  background-image: url(../images/common/arrow-dot_hover.svg);
}

.others__item + .others__item {
  margin-top: 20px;
}

.others__item img {
  height: 60px;
}

.others__item:nth-child(2) img {
  height: 30px;
}

.others__item:nth-child(4) img {
  height: 50px;
}

.page-restaurant .page-title {
  background-image: url(../images/pages/restaurant/title_restaurant.jpg);
}

.sub-covid {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .sub-covid {
    margin-top: 50px;
  }
}

.sub-covid__inner {
  padding: 60px 30px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .sub-covid__inner {
    padding: 50px 20px;
  }
}

.sub-covid__sentence {
  margin-top: 10px;
}

.sub-covid__list {
  margin-top: 60px;
}

.sub-covid__item {
  width: 20%;
}

@media (max-width: 480px) {
  .sub-covid__item {
    width: 30%;
  }
}

.sub-covid__title {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .sub-covid__title {
    margin-top: 10px;
    font-size: 14px;
  }
}

.sub-covid__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
}

.sub-covid__icon img {
  height: 70px;
}

@media (max-width: 480px) {
  .sub-covid__item:nth-child(2) {
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .sub-covid__item:nth-child(3) {
    margin-left: 10px;
  }
}

.sub-covid__item:nth-child(3) img {
  height: 45px;
}

@media (max-width: 480px) {
  .sub-covid__item:nth-child(3) img {
    height: 35px;
  }
}

@media (max-width: 480px) {
  .sub-covid__item:nth-child(4) {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .sub-covid__item:nth-child(5) {
    margin-top: 20px;
    margin-left: 10px;
  }
}

.sub-covid__item:nth-child(5) img {
  height: 60px;
}

@media (max-width: 480px) {
  .sub-covid__item:nth-child(5) img {
    height: 55px;
  }
}

.sub-restaurant {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-restaurant {
    margin-top: 80px;
  }
}

.sub-restaurant__image-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  .sub-restaurant__image-item {
    height: 200px;
  }
}

.sub-restaurant__image-item:nth-child(1) {
  background-image: url(../images/pages/restaurant/image_restaurant01.jpg);
}

.sub-restaurant__image-item:nth-child(2) {
  background-image: url(../images/pages/restaurant/image_restaurant02.jpg);
}

.sub-restaurant__item {
  width: 310px;
}

.sub-restaurant__item + .sub-restaurant__item {
  margin-left: 35px;
}

@media (max-width: 480px) {
  .sub-restaurant__item + .sub-restaurant__item {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .sub-restaurant__item {
    width: 100%;
  }
}

.sub-restaurant__item img {
  width: 100%;
}

@media (max-width: 480px) {
  .sub-restaurant__item:nth-last-of-type(-n + 2) {
    width: 50%;
  }
}

.sub-restaurant__sentence {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-restaurant__sentence {
    margin-top: 80px;
  }
}

.sub-restaurant__list {
  margin-top: 80px;
}

.sub-room {
  margin-top: 100px;
}

.sub-room__unit {
  margin-top: 70px;
}

.sub-room__unit:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .sub-room__unit:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .sub-room__unit:nth-of-type(2) .sub-room__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub-room__unit:nth-of-type(2) .sub-room__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sub-room__image {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

.sub-room__image img {
  width: 100%;
}

.sub-room__text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media (max-width: 480px) {
  .sub-room__text {
    margin-top: 20px;
  }
}

.sub-room__name {
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .sub-room__name {
    font-size: 22px;
  }
}

.sub-room__name::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #dddddd;
}

.sub-room__sentence {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .sub-room__sentence {
    margin-top: 16px;
  }
}

.page-local .page-title {
  background-image: url(../images/pages/local/title_local.jpg);
}

.sub-local {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-local {
    margin-top: 80px;
  }
}

.sub-local__image-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  .sub-local__image-item {
    height: 200px;
  }
}

.sub-local__image-item:nth-child(1) {
  background-image: url(../images/pages/local/image_local01.jpg);
}

.sub-local__image-item:nth-child(2) {
  background-image: url(../images/pages/local/image_local02.jpg);
}

.sub-local__sentence {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-local__sentence {
    margin-top: 80px;
    text-align: left;
  }
}

.sub-local__menu {
  margin-top: 100px;
}

.sub-local__menu-image img {
  width: 100%;
}

.sub-local__menu-title {
  position: relative;
  margin-top: 35px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .sub-local__menu-title {
    font-size: 22px;
    margin-top: 20px;
  }
}

.sub-local__menu-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #dddddd;
}

.sub-local__menu-sentence {
  margin-top: 20px;
}

.sub-local__menu-unit > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-top: 70px;
}

.page-caterer .page-title {
  background-image: url(../images/pages/caterer/title_caterer.jpg);

}
@media screen and (max-width: 480px) {
  .page-caterer .page-title {
    background-position-x: 14%;
  }
}

.sub-caterer {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-caterer {
    margin-top: 80px;
  }
}

@media (max-width: 480px) {
  .sub-caterer__title {
    padding: 0 30px;
  }
}

.sub-caterer__image {
  margin-top: 80px;
}

.sub-caterer__image-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  .sub-caterer__image-item {
    height: 200px;
  }
}

.sub-caterer__image-item:nth-child(1) {
  background-image: url(../images/pages/caterer/image_caterer01.jpg);
}

.sub-caterer__image-item:nth-child(2) {
  background-image: url(../images/pages/caterer/image_caterer02.jpg);
}

.sub-caterer__list {
  margin-top: 70px;
}

.sub-caterer__item {
  width: 310px;
}

.sub-caterer__item + .sub-caterer__item {
  margin-left: 35px;
}

@media (max-width: 480px) {
  .sub-caterer__item + .sub-caterer__item {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .sub-caterer__item {
    width: 100%;
  }
}

.sub-caterer__item img {
  width: 100%;
}

@media (max-width: 480px) {
  .sub-caterer__item:nth-last-of-type(-n + 2) {
    width: 50%;
  }
}

.sub-howto {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-howto {
    margin-top: 80px;
  }
}

.sub-howto__step {
  margin-top: 60px;
}

.sub-howto__step-item {
  position: relative;
  width: 30%;
  padding: 12px 0;
  font-size: 26px;
  text-align: center;
  background-color: #f0ebdf;
}

@media (max-width: 480px) {
  .sub-howto__step-item {
    width: 25%;
    font-size: 16px;
  }
}

.sub-howto__step-item:not(:first-of-type) {
  margin-left: 50px;
}

@media (max-width: 480px) {
  .sub-howto__step-item:not(:first-of-type) {
    margin-left: 30px;
  }
}

.sub-howto__step-item:not(:first-of-type)::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -8%;
  width: 17px;
  height: 33px;
  background-image: url(../images/pages/caterer/next.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .sub-howto__step-item:not(:first-of-type)::before {
    height: 20px;
    left: -15%;
    background-size: contain;
  }
}

.sub-howto__add {
  margin-top: 60px;
}

.sub-howto__tel {
  width: 480px;
  margin: 30px auto 0;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 480px) {
  .sub-howto__tel {
    width: 100%;
  }
}

.sub-howto__tel img {
  width: 350px;
}

@media (max-width: 480px) {
  .sub-howto__tel img {
    width: 70%;
  }
}

.sub-howto__list {
  margin-top: 80px;
}

.sub-howto__sentence {
  margin-top: 80px;
}

@media (max-width: 480px) {
  .sub-howto__sentence {
    margin-top: 40px;
  }
}

.sub-howto__button {
  margin-top: 60px;
  text-align: center;
}

.sub-howto__area-text {
  width: 350px;
}

@media (max-width: 480px) {
  .sub-howto__area-text {
    width: 100%;
  }
}

.sub-howto__area-image {
  width: 270px;
}

@media (max-width: 480px) {
  .sub-howto__area-image {
    width: 100%;
    margin-top: 10px;
  }
}

.sub-howto__area-image img {
  width: 100%;
}

.page-access .page-title {
  background-image: url(../images/pages/access/title_access.jpg);
}

.sub-access {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-access {
    margin-top: 70px;
  }
}

/* .sub-access__unit + .sub-access__unit {
  margin-top: 120px;
} */
.sub-access .anchor-md{
  margin-bottom: 120px;
}
.sub-access .anchor-md:first-child{
  margin-bottom: 0;
}

.sub-access__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 480px) {
  .sub-access__group {
    display: block;
    margin-top: 0px;
  }

  .sub-access .anchor-md{
    margin-bottom: 90px;
  }

}

.sub-access__title {
  font-size: 28px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .sub-access__title {
    padding-bottom: 10px;
    font-size: 24px;
  }
}

.sub-access__address {
  padding-right: 20px;
}

@media (max-width: 480px) {
  .sub-access__address {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
}

.sub-access__access {
  position: relative;
  padding-left: 20px;
}

@media (max-width: 480px) {
  .sub-access__access {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
  }
}

.sub-access__access::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .sub-access__access::before {
    display: none;
  }
}

.sub-access__time {
  padding-right: 20px;
}

@media (max-width: 480px) {
  .sub-access__time {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
  }
}

.sub-access__tel {
  position: relative;
  padding-left: 20px;
}

@media (max-width: 480px) {
  .sub-access__tel {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
  }
}

.sub-access__tel::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #dddddd;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .sub-access__tel::before {
    display: none;
  }
}

.sub-access__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.sub-access__image-item:nth-child(1) {
  width: 50%;
}

@media (max-width: 480px) {
  .sub-access__image-item:nth-child(1) {
    width: 100%;
  }
}

.sub-access__image-item:nth-child(2) {
  width: 25%;
}

@media (max-width: 480px) {
  .sub-access__image-item:nth-child(2) {
    width: 50%;
  }
}

.sub-access__image-item:nth-child(3) {
  width: 25%;
}

@media (max-width: 480px) {
  .sub-access__image-item:nth-child(3) {
    width: 50%;
  }
}
.sub-access__image-item.full{
  width: 100%;
}
.sub-access__image-item.half{
  width: 50%;
}
@media (max-width: 480px) {
  .sub-access__image-item.half{
    width: 100%;
  }
}
.sub-access__image-item img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sub-access__image-item.full img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 43vw;
  }

}

.sub-access__map {
  margin-top: 20px;
}

.page-greeting .page-title {
  background-image: url(../images/pages/greeting/title_greeting.jpg);
}

.sub-greeting {
  margin-top: 100px;
}

.sub-greeting__unit {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .sub-greeting__unit {
    margin-top: 75px;
  }
}

.sub-greeting__unit:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .sub-greeting__unit:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .sub-greeting__unit:nth-of-type(2) .sub-greeting__sentence {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 480px) {
  .sub-greeting__unit:nth-of-type(2) .sub-greeting__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sub-greeting__image {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

.sub-greeting__image img {
  width: 100%;
}

.sub-greeting__sentence {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media (max-width: 480px) {
  .sub-greeting__sentence {
    margin-top: 20px;
  }
}

.sub-greeting__name {
  margin-top: 50px;
}

@media (max-width: 480px) {
  .sub-greeting__name {
    margin-top: 20px;
  }
}

.sub-greeting__name .job {
  display: block;
  font-size: 12px;
}

.sub-greeting__name .name {
  display: block;
  font-size: 20px;
}

.page-company .page-title {
  background-image: url(../images/pages/company/title_company.jpg);
}

.sub-company {
  margin-top: 100px;
}

.sub-company__sentence {
  margin-top: 50px;
}

.sub-company__profile {
  margin-top: 70px;
}

.page-contact .page-title {
  background-image: url(../images/pages/contact/title_contact.jpg);
}

.sub-contact {
  margin-top: 80px;
}

.sub-contact__sentence {
  margin-top: 20px;
}

.sub-contact__tel {
  margin-top: 30px;
}

.tel {
  padding: 30px 0 45px;
  background-color: #ffffff;
}

.tel__image {
  margin-top: 30px;
  text-align: center;
}

.tel__image img {
  width: 270px;
}

.form {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .form {
    margin-top: 80px;
  }
}

.form dl {
  margin-top: 40px;
}

.form__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: solid 1px #dddddd;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 480px) {
  .form__unit {
    display: block;
    padding: 20px 0;
  }
}

.form dt {
  width: 300px;
  /* padding-top: 12px; */
}

@media (max-width: 480px) {
  .form dt {
    padding-top: 0px;
  }
}

.form em {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px 0;
  background-color: #786718;
  font-size: 13px;
  font-style: normal;
  color: #fff;
}

.form input {
  width: 700px;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .form input {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 0 10px;
  }
}

.form .zip {
  position: relative;
}

.form .zip::before {
  content: '〒';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .form .zip::before {
    top: 60%;
    left: 5px;
  }
}

.form .zip input {
  width: 300px;
  margin-left: 30px;
}

.form textarea {
  width: 700px;
  height: 230px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .form textarea {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }
}

.form__button {
  margin-top: 60px;
  text-align: center;
}

.sub-check {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-check {
    margin-top: 80px;
  }
}

.sub-check__list {
  margin-top: 60px;
}

@media (max-width: 480px) {
  .sub-check__list {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .sub-check__button:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  .sub-check__button:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 480px) {
  .sub-check__button + .sub-check__button {
    margin-top: 60px;
  }
}

.sub-check__button-unit {
  width: 480px;
  margin: 120px auto 0;
  text-align: center;
}

@media (max-width: 480px) {
  .sub-check__button-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 20px auto 0;
  }
}

.sub-thanks {
  margin-top: 120px;
}

@media (max-width: 480px) {
  .sub-thanks {
    margin-top: 80px;
  }
}

.sub-thanks__sentence {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .sub-thanks__sentence {
    text-align: left;
  }
}
.sub-thanks__button {
  margin-top: 80px;
  text-align: center;
}
/* 1106 */
.u-db{
  display: block;
}
.link, .link-db {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: inherit;
}

.link-db {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.link-op:hover {
  opacity: .7;
}
.sec-m-md{
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .sec-m-md{
    margin-top: 75px;
  }
}
.sec-m-lg{
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .sec-m-md{
    margin-top: 90px;
  }
}
.sub-indoor__list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.sub-indoor__list > * {
  width: 23.87%;
margin-right: 1.5%;
}
.sub-indoor__list > *:nth-child(4n) {
  margin-right: 0%;
}

@media screen and (max-width: 480px) {
  .sub-indoor__list{
    justify-content: space-between;
  }
  .sub-indoor__list > * {
    width: 48%;
    margin-right: 0;
  }
}
.w100-img img{
  width: 100%;
}
.mb-025{
  margin-bottom: .25em;
}
.mb-05{
  margin-bottom: .5em;
}
.mb-075{
  margin-bottom: .75em;
}
.mb-1{
  margin-bottom: 1em;
}
.mb-125{
  margin-bottom: 1.25em;
}
.mb-15{
  margin-bottom: 1.5em;
}
.mb-175{
  margin-bottom: 1.75em;
}
.mb-2{
  margin-bottom: 2em;
}
.mb-25{
  margin-bottom: 2.5em;
}
.mb-3{
  margin-bottom: 3em;
}
.mb-35{
  margin-bottom: 3.5em;
}
.mb-4{
  margin-bottom: 4em;
}
.mb-45{
  margin-bottom: 4.5em;
}
.mb-5{
  margin-bottom: 5em;
}

.sub-indoor__ttl{
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .sub-indoor_desc{
    font-size: 14px;
  }
  .sub-indoor__ttl{
    margin-bottom: .75em;
  }
}

.anchor-md{
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .anchor-md{
    margin-top: -30px;
    padding-top: 30px;
  }

}
.sub-access .anchor-md{
  margin-top: 0;
  padding-top:0;
}
.sub-access .anchor-md:first-child{
  margin-top: -60px;
  padding-top:60px;
}


.lightbox_box {
  margin-top: 5px;
}

.top-info{
  margin-top: 100px;
  padding: 30px 0 65px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .top-info{
    margin-top: 50px;
    padding: 50px 0 70px;
    background-color: #fff;
  }

  .deco-link{
    color: #3a84df;
    text-decoration: underline;
  }
}

.staff-list li{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;

}
.staff-list li span{
  width: 14em;
}
@media screen and (max-width: 359px) {
  .staff-list li span{
    width: 13em;
  }
	.staff-list li{
    font-size: 4vw;
  }
}
.sub-access__time dl{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: .75em;
}
.sub-access__time dl:last-child{
  margin-bottom: 0;
}
.sub-access__time dl dt{
  width: 4em;
}
@media screen and (max-width: 359px) {
  .sub-access__time dl{
    font-size: 12px;
  }
}

@media screen and (min-width: 481px) {

  .sub-menu__image{
        margin-top: 5px;
  }

}
.others__item .others_sns {
  position: absolute;
  top: 5%;
  right: 5%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.others__item a.others_sns_i img {
  margin-left: 15px;
}
 .sns_ho:hover {
   opacity: 0.5;
 }
