@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
英語のフォント名メモ adobe typekit
Book
font-family: all-round-gothic, sans-serif;
font-weight: 300;
font-style: normal;

Demi
font-family: all-round-gothic, sans-serif;
font-weight: 600;
font-style: normal;


英語のフォント名メモ adobe typekit
Classico URW Regular

font-family: classico-urw, sans-serif;
font-weight: 400;
font-style: normal;

Classico URW Bold

font-family: classico-urw, sans-serif;
font-weight: 700;
font-style: normal;

Classico URW Condensed T Regular

font-family: classico-urw-condensed, sans-serif;
font-weight: 400;
font-style: normal;


*/
/*
日本語のフォント名メモ google font
font-family: 'Noto Serif JP', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/*
日本語のフォント名メモ adobe typekit
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal;

font-family: a-otf-ud-reimin-pr6n, sans-serif;
font-style: normal;
font-weight: 300;

font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;

Kozuka Gothic Pr6N R

font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
*/
.clearfix {
  overflow: hidden;
  zoom: 1;
}

/* ▼▼▼▼▼▼▼▼全て共通▼▼▼▼▼▼▼▼ */
html,
body {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}
body,
div,
p,
h1,
h2,
h3,
h4,
ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: normal;
}

p,
td,
th,
li {
  line-height: 1.8;
}

li {
  list-style: none;
}

a {
  color: #79bda2;
  text-decoration: none;
}
a:link, a:visited {
  color: #79bda2;
}
a:hover {
  color: #9bceba;
  text-decoration: underline;
}
a:active {
  color: #57ac8a;
}

small {
  font-size: 0.8rem;
}

.img-responsive {
  line-height: 0;
  width: 100%;
  height: auto;
}

.btn-small a {
  margin: 5px 10px;
  display: inline-block;
  padding: 0.2rem 1rem;
  border: 1px solid #fff;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
}
.btn-small a:hover {
  color: #fff;
  background-color: #444;
}

.btn-middle a {
  margin: 15px 0;
  display: inline-block;
  padding: 0.4rem 2rem;
  background-color: #9D7F26;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}
.btn-middle a:hover {
  color: #fff;
  background-color: #be9a2e;
}

.btn-facebook a {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #3c5a96;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}
.btn-facebook a:hover {
  color: #fff;
  background-color: #2D3062;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
/* ▼▼▼▼▼▼▼▼ヘッダー▼▼▼▼▼▼▼▼ */
.header-wrapper {
  background: #1a1c24;
}

.header-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 2rem;
  padding-bottom: 1.8rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    position: relative;
    z-index: 70;
    border-bottom: #1a1c24 1px solid;
  }
  .header-container {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
  }
}
.header-logo {
  margin: 0;
  padding: 0;
  font-size: 0;
  /* 画像下の隙間を埋めるため */
}
.header-logo img {
  width: 100%;
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    padding: 0;
  }
  .header-logo img {
    width: auto;
    height: 30px;
  }
}
.header-logo-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-logo-pc {
    display: none;
  }
  .header-logo-mobile {
    display: inline-block;
  }
}
.header-contact {
  padding: 0;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .header-contact {
    display: none;
  }
}
.header-contact-phone {
  display: flex;
  align-items: center;
}

.header-contact-phone-badge {
  padding: 0.3rem 1rem;
  margin: 0 0.8rem 0 0;
  line-height: 1;
  background: #9D7F26;
  color: #fff;
  border-radius: 50px;
  font-size: 0.8rem;
}

.header-contact-phone-number {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}
.header-contact-phone-number i {
  margin: 0 0.5rem 0 0;
  color: #9D7F26;
  font-size: 1.8rem;
  vertical-align: middle;
}

a.header-contact-web {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin: 0 0 0 20px;
  padding: 0.5rem;
  background: #fff;
  border: 2px solid #9D7F26;
  border-radius: 5px;
  font-size: 1rem;
  color: #9D7F26;
  text-align: center;
  text-decoration: none;
}
a.header-contact-web:hover {
  opacity: 0.8;
}

.header-contact-open {
  padding-top: 0.5rem;
  color: #be9a2e;
  line-height: 1;
}

.header-contact-shopname {
  padding-top: 1rem;
  font-size: 0.8rem;
  color: #a19c96;
  line-height: 1;
}

/* ▼▼▼▼▼▼▼▼ナビゲーションボタンのみ▼▼▼▼▼▼▼▼ */
.header-navbtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-navbtn {
    z-index: 80;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 12px 0 0 0;
    font-size: 26px;
    line-height: 0;
    background: #fff;
    color: #2b2f3c;
    text-decoration: none;
    text-align: center;
  }
  .header-navbtn:hover, .header-navbtn:active {
    color: #fff;
    background: #2b2f3c;
  }
}
/* ▼▼▼▼▼▼▼▼ナビゲーション▼▼▼▼▼▼▼▼ */
.nav-wrapper {
  width: 100%;
  background: #2b2f3c;
  border-bottom: 2px solid #9D7F26;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.nav-container ul {
  display: flex;
  justify-content: center;
}
.nav-container li {
  box-sizing: border-box;
  width: 16.6666667%;
  text-align: center;
}
.nav-container li:last-child {
  border-right: none;
}
.nav-container li a {
  display: block;
  box-sizing: border-box;
  padding: 0.6rem 0;
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.nav-container li a:hover {
  color: #9D7F26;
}
.nav-container li a.nav-current {
  color: #9D7F26;
}

.nav-container-phone {
  /* ドロップダウンの時のみ表示する電話番号 */
  display: none;
}

.nav-container-web {
  /* ドロップダウンの時のみ表示する電話番号 */
  display: none;
}

@media screen and (max-width: 767px) {
  /* ドロップダウンナビゲーションに変化 */
  .nav-wrapper {
    border-bottom: none;
    width: 280px;
    background: #2b2f3c;
    border-top: none;
    z-index: 60;
    position: absolute;
    top: 49px;
    right: 0;
  }
  .nav-container {
    margin: 0;
  }
  .nav-container ul {
    flex-direction: column;
  }
  .nav-container li {
    border-right: none;
    border-bottom: #1a1c24 1px solid;
    width: 100%;
    text-align: left;
  }
  .nav-container li:last-child {
    border-bottom: none;
  }
  .nav-container li a {
    display: block;
    box-sizing: border-box;
    height: 44px;
    padding: 12px 0 0 16px;
    line-height: 1;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
  }
  .nav-container li a i,
  .nav-container li a br {
    display: none;
  }
  .nav-container li a:hover {
    background: #1a1c24;
  }
  .nav-container .nav-container-phone {
    /* ドロップダウンの時のみ表示する電話番号 */
    display: block;
    font-family: "all-round-gothic", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1rem;
  }
  .nav-container .nav-container-phone i {
    font-size: 14px;
    display: inline;
  }
  .nav-container .nav-container-web {
    /* ドロップダウンの時のみ表示するウェブ予約 */
    display: block;
    font-family: "all-round-gothic", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1rem;
    font-size: 4rem;
  }
  .nav-container .nav-container-web i {
    font-size: 14px;
    display: inline;
  }
  /* jsで操作するためのIDとonoff用クラス*/
  #js-slidemenu {
    /*メニューの開閉でdisplay切り替え*/
    display: none;
  }
  /* jsで操作：slidemenu表示時にメインコンテンツをカバーするdivをbodyに追加。 */
  .js-slidemenu-effect {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }
}
/* ▼▼▼▼▼▼▼▼モバイル時のみ表示されるコンタクト情報▼▼▼▼▼▼▼▼ */
.mbcontact-wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .mbcontact-wrapper {
    display: block;
  }
  .mbcontact {
    background-color: #dbd8d3;
    border-bottom: 1px solid #ccc8ba;
    padding: 10px 0 20px 0;
    text-align: center;
  }
  .mbcontact p {
    margin: 0 0 5px 0;
    color: #9D7F26;
  }
  a.mbcontact-web {
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    width: 80%;
    margin: 0 auto 10px auto;
    padding: 0.5rem;
    background: #fff;
    border: 2px solid #9D7F26;
    border-radius: 5px;
    font-size: 2rem;
    color: #9D7F26;
    text-align: center;
    text-decoration: none;
  }
  a.mbcontact-tel {
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 30px;
    background: #9D7F26;
    border-radius: 30px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}
/* ▼▼▼▼▼▼▼▼スライドショー▼▼▼▼▼▼▼▼ */
.slideshow-wrapper {
  background: url(/images/home-slide-bg.jpg) no-repeat;
  background-size: contain;
  background-size: 100%;
}

.slideshow {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* スライドショー内側のスタイル */
.slide {
  font-size: 0;
  /* 画像下の隙間を埋めるため */
  text-align: center;
}

.slide img {
  width: 100%;
  /*object-fit: cover;*/
}

.slide > .container {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 写真の配置 */
.slide > .container > li {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s linear;
}

.slide > .container > li.current {
  position: relative;
  z-index: 1;
  opacity: 1;
}

/* ▼▼▼▼▼▼▼▼FOOTER▼▼▼▼▼▼▼▼ */
a.footer-gotop {
  display: block;
  margin: 3rem auto 0 auto;
  width: 100px;
  height: 50px;
  box-sizing: border-box;
  padding-top: 15px;
  text-align: center;
  background: #f1f5f2;
  border: 1px solid #dbd8d3;
  color: #a19c96;
  border-radius: 150px 150px 0 0;
}
a.footer-gotop:hover {
  background: #dbd8d3;
}

.footer-wrapper {
  margin: 0 0 0 0;
  width: 100%;
  background: #2b2f3c;
}

.footer-container {
  margin-top: -500px;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.footer-text {
  font-size: 0.8rem;
  padding: 2rem 0 0 0;
  color: #fff;
}
.footer-text strong {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
.footer-text i {
  width: 1rem;
}

.footer-copyright {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  padding: 2rem 0;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

/* ▼▼▼▼▼▼▼▼HOME▼▼▼▼▼▼▼▼ */
/* ▼▼▼▼▼▼▼▼home-メインエリア基本レイアウト▼▼▼▼▼▼▼▼ */
.home-main-wrapper {
  background: #fff url(/images/home-main-bg.png) repeat-x;
}

.home-main-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  /* 狭い時は余白を狭く */
  .home-main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.home-main-section-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  margin-bottom: -1rem;
}

.home-main-section-one {
  width: 60%;
}

.home-main-section-two {
  width: 35%;
}

@media screen and (max-width: 767px) {
  /* 狭い時は縦積み */
  .home-main-section-wrapper {
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: -3rem;
  }
  .home-main-section-one {
    width: 100%;
  }
  .home-main-section-two {
    width: 100%;
  }
}
.home-midashi {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  margin: 2rem 0 0.5rem 0;
  font-size: 1.5rem;
  color: #9D7F26;
}

.home-news {
  margin: 0 0 2rem 0;
}
.home-news li {
  padding: 1rem 0;
  border-top: 1px solid #dbd8d3;
}
.home-news li:last-child {
  border-bottom: 1px solid #dbd8d3;
}

.home-coupon {
  overflow: hidden;
  zoom: 1;
}
.home-coupon img {
  width: 150px;
  margin-right: 10px;
  border-radius: 5px;
  float: left;
}

.home-access {
  margin: 0 0 2rem 0;
}
.home-access img {
  line-height: 0;
  width: 100%;
  height: auto;
}

.home-recruit {
  padding: 1rem;
  border: 1px dotted #9D7F26;
  margin: 0 0 3rem 0;
}
.home-recruit h2 {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}
.home-recruit p {
  font-size: 0.8rem;
}

.home-openhour {
  padding: 1rem;
  border: 1px solid #9D7F26;
  border-radius: 3px;
  background: #f1f5f2;
  margin: 2rem 0;
  text-align: center;
}
.home-openhour h2 {
  font-size: 0.8rem;
  color: #9D7F26;
}

.home-contact {
  padding: 1rem;
  background: url(../images/contact-bg.jpg);
  background-size: 100px;
  border-radius: 3px;
  margin: 0 0 2rem 0;
  text-align: center;
}
.home-contact h2 {
  color: #fff;
  font-size: 0.8rem;
}
.home-contact p {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #fff;
}
.home-contact i {
  margin: 0 0.5rem 0 0;
  font-size: 1.8rem;
  vertical-align: middle;
}
.home-contact a.homecontact-web {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 0.5rem;
  background: #fff;
  border: 2px solid #9D7F26;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #9D7F26;
  text-align: center;
  text-decoration: none;
}
.home-contact a.homecontact-web:hover {
  opacity: 0.8;
}

.home-banner img {
  line-height: 0;
  width: 100%;
  height: auto;
  border: 1px solid #dbd8d3;
}
.home-banner img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 479px) {
  .home-banner {
    display: block;
    width: 100%;
  }
}
/* ▼▼▼▼▼▼▼▼下層共通▼▼▼▼▼▼▼▼ */
.all-contact-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  margin-top: 3rem;
}

.all-banner-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 200px;
  padding-right: 200px;
  box-sizing: border-box;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .all-contact-wrapper,
  .all-banner-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-top: 2rem;
  }
}
.all-contact {
  padding: 1rem;
  background: url(../images/contact-bg.jpg);
  background-size: 100px;
  border-radius: 3px;
  margin: 0 0 2rem 0;
  text-align: center;
}
.all-contact h2 {
  color: #fff;
  font-size: 0.8rem;
}
.all-contact p {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #fff;
}
.all-contact i {
  margin: 0 0.5rem 0 0;
  font-size: 1.8rem;
  vertical-align: middle;
}
.all-contact a.allcontact-web {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 60%;
  margin: 0 auto 0 auto;
  padding: 0.5rem;
  background: #fff;
  border: 2px solid #9D7F26;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #9D7F26;
  text-align: center;
  text-decoration: none;
}
.all-contact a.allcontact-web:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: #fff url(../images/2nd-main-bg.png) repeat-x;
}

.main-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  /* 狭い時は余白を狭く */
  .main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.page-title {
  margin-bottom: 2rem;
  padding: 3rem 0 2rem 0;
  border-bottom: 1px solid #9D7F26;
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 3rem;
  color: #9D7F26;
  line-height: 0.6;
}

.page-title-in {
  font-size: 0.8rem;
}

.page-midashi {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-size: 1.9rem;
  padding: 3rem 0 1rem 0;
}

.page-midashi2 {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 0 0.2rem 0;
  color: #9D7F26;
  border-bottom: 1px solid #9D7F26;
  margin: 0 0 0.5rem 0;
}

.alert {
  color: #f00;
}

/* ▼▼▼▼▼▼▼▼ABOUT▼▼▼▼▼▼▼▼ */
.about-message {
  text-align: center;
  color: #9D7F26;
  padding: 0 15%;
}

@media screen and (max-width: 767px) {
  .about-message {
    padding: 0 10%;
  }
}
.about-name {
  font-size: 1.5rem;
}

.about-profile-wrapper {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-profile-photo {
  width: 30%;
}

.about-profile-txt {
  width: 65%;
}

.about-profile-photo img {
  line-height: 0;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 3px solid #d0c09d;
}

@media screen and (max-width: 767px) {
  .about-profile-wrapper {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .about-profile-photo {
    width: 30%;
  }
  .about-profile-txt {
    width: 100%;
    text-align: center;
  }
}
/* ▼▼▼▼▼▼▼▼ACCESS▼▼▼▼▼▼▼▼ */
.access-map {
  margin: 0 auto;
  max-width: 690px;
}

.access-map img {
  line-height: 0;
  width: 100%;
  height: auto;
}

.access-info {
  margin: 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access-info {
    margin: 3rem 1rem 3rem 1rem;
  }
}
/* ▼▼▼▼▼▼▼▼COUPON▼▼▼▼▼▼▼▼ */
.coupon-image {
  margin: 0 auto;
  max-width: 690px;
}

.coupon-image img {
  line-height: 0;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.coupon-info {
  margin: 0 3rem 3rem 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .coupon-info {
    margin: 0 1rem 3rem 1rem;
  }
}
/* ▼▼▼▼▼▼▼▼MENU▼▼▼▼▼▼▼▼ */
.menu-warpper {
  display: flex;
  justify-content: space-between;
}

.menu-container-one {
  width: 45%;
}

.menu-container-two {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .menu-warpper {
    flex-direction: column;
  }
  .menu-container-one {
    width: 100%;
  }
  .menu-container-two {
    width: 100%;
  }
}
.menu-pricelist {
  width: 100%;
}
.menu-pricelist th,
.menu-pricelist td {
  background: #f1f5f2;
}
.menu-pricelist th {
  text-align: left;
  color: #9D7F26;
  width: 60%;
  padding: 5px 0 5px 20px;
  font-weight: normal;
}
.menu-first {
  border-top: 1px solid #dbd8d3;
}

.menu-last {
  border-bottom: 1px solid #dbd8d3;
}

.menu-length {
  text-align: center;
  padding: 5px;
}

.menu-price {
  text-align: right;
  padding: 5px 20px 5px 0;
}

.menu-notice-midashi {
  margin: 2rem 0 0 0;
  font-weight: bold;
}

.menu-notice {
  margin: 1rem 0;
}
.menu-notice strong {
  color: #9D7F26;
}

.menu-taxinfo {
  text-align: right;
  font-size: 0.8rem;
  margin: 1rem 0;
  color: #a19c96;
}

.menu-price-setup-wrapper {
  padding-top: 1rem;
}
.menu-price-setup-wrapper h3 {
  font-size: 0.8rem;
}
.menu-price-setup-wrapper p {
  font-size: 0.8rem;
}

.menu-alert {
  text-align: left;
  font-size: 0.8rem;
  margin: 1rem 0;
  color: #a19c96;
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  text-indent: -0.8rem;
}

/* ▼▼▼▼▼▼▼▼STYLE▼▼▼▼▼▼▼▼ */
.style-thumb img {
  max-width: 18%;
  margin: 0 3px 3px 3px;
  border-radius: 10px;
}

.style-thumb {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .style-thumb img {
    max-width: 30%;
    margin: 0 2px 2px 2px;
    border-radius: 10px;
  }
}
.label {
  dieplay: inline-box;
  background: #9D7F26;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 1rem;
  border-radius: 3px;
}

.home-news strong,
.about strong {
  font-weight: bold;
  color: #9D7F26;
}

.home-news .gold {
  color: #9D7F26;
}

.home-news i {
  font-size: 0.875rem;
}

.home-news li p:first-child {
  padding-bottom: 1rem;
}

.corona div {
  margin-bottom: 1rem;
}

.corona-important {
  color: #ec8888;
}

.corona ul {
  margin-bottom: 0.5rem;
}
.corona ul li {
  padding: 0 0 0.5rem 0;
  border: none;
}
.corona ul li:last-child {
  border-bottom: none;
}

.corona-box {
  border: 1px solid #c5c5c5;
  padding: 1rem;
}/*# sourceMappingURL=main.css.map */