@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #333;
  font-size: 10px;
}

body {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  overflow-x: hidden;
}

body.page-visilble {
  opacity: 1;
}

a {
  cursor: pointer;
  color: #BAA877;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

.ib {
  display: inline-block !important;
}

@media screen and (min-width: 769px) {
  .br2 {
    display: block;
    height: 1em;
  }
}

@media screen and (max-width: 768px) {
  .br2 {
    display: inline-block;
    width: 1em;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: initial !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .tab {
    display: initial !important;
  }
}

@media screen and (max-width: 768px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sp {
    display: initial !important;
  }
}

/* header */
.site-header {
  background: #fff;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .site-header {
    padding-bottom: 27px;
  }
}

@media screen and (max-width: 768px) {
  .site-header-top {
    background: #8B7331;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    position: relative;
  }
}

.h-dscription {
  color: #BAA877;
}

@media screen and (min-width: 769px) {
  .h-dscription {
    line-height: 1.5;
    padding: 13px calc(276px + 38px) 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .h-dscription {
    line-height: 1.6;
    margin: 0 18.66vw 0 5.86vw;
  }
}

.h-logo {
  display: block;
  width: 255px;
}

@media screen and (min-width: 769px) {
  .h-logo {
    margin: 20px auto 35px;
  }
}

@media screen and (max-width: 768px) {
  .h-logo {
    margin: 30px auto 20px;
  }
}

/* footer */
.f-nav-area {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 769px) {
  .f-nav-area {
    background: #F7F7F7;
    padding: 40px 0;
  }
}

.f-nav-area a {
  color: inherit;
}

@media screen and (min-width: 769px) {
  .f-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 800px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .f-nav-inner {
    display: none;
  }
}

.f-nav-col:nth-child(n+2) {
  margin-left: 38px;
}

.f-nav-col__head {
  font-size: 1.5rem;
  margin-bottom: 1.67em;
}

.f-nav-col__head:last-child {
  margin-bottom: 0;
}

.f-nav-col__list {
  font-size: 1.4rem;
}

.f-nav-col__list li {
  margin-bottom: 1.16em;
}

.f-nav-col__list a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-color: transparent transparent transparent #BAA877;
  border-width: 3px 0 3px 4px;
  margin: 0 11px 0 0;
}

.f-info-area {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.67;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .f-info-area {
    padding: 42px 0 32px;
  }
  .f-info-area > *:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .f-info-area {
    padding: 70px 30px;
  }
}

@media screen and (max-width: 768px) {
  .f-logo {
    display: block;
    width: 227px;
    margin: 0 auto 30px;
  }
}

.tel__item {
  text-align: center;
}

.tel__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
}

.tel__title span {
  border: 1px solid CurrentColor;
  display: inline-block;
  padding: .15em .6em;
}

@media screen and (max-width: 768px) {
  .tel__title {
    margin-top: 45px;
  }
}

.tel__text {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  margin-top: .25em;
}

.tel__text a {
  color: inherit;
}

.ico-tel {
  margin-right: .4em;
  vertical-align: text-bottom;
  width: 1.7rem;
}

.f-txt__hear {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .f-txt__hear {
    margin-top: 1em;
    text-align: left;
  }
}

.sales-area {
  background: #FFFCF4;
  padding: 40px 30px;
  text-align: center;
}

.sales-area__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
  margin-bottom: .75em;
}

.sales-area__list {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 768px) {
  .sales-area__list {
    text-align: left;
  }
  .sales-area__list br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sales-area__nagoya {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sales-area__nagoya:after {
    content: '、';
    display: inline-block;
  }
}

.f-copyright-area {
  font-family: 'Noto Serif JP', serif;
  background: #BAA877;
  color: #fff;
  font-size: 1.3rem;
  padding: 25px 0;
  text-align: center;
}

.f-copyright-area .text {
  display: block;
}

.f-copyright-area .link-brand {
  color: #fff;
  display: inline-block;
  margin-top: 1em;
}

@media screen and (min-width: 480px) {
  .f-copyright-area .link-brand {
    display: none;
  }
}

.f-page-top {
  position: fixed;
  width: 1em;
  height: 1em;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .f-page-top {
    font-size: 70px;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .f-page-top {
    font-size: 45px;
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .f-nav-area .site-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .site-nav {
    background: #BAA877;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .h-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: -1;
  }
  .js-menu-show .h-nav-area {
    opacity: 1;
    z-index: 100;
  }
}

@media screen and (min-width: 769px) {
  .h-nav-btn__open {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-btn__open {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
  }
}

.h-nav-btn__open:before, .h-nav-btn__open:after {
  content: '';
  background: #fff;
  display: block;
  height: 1px;
  width: 30px;
  margin: 0 auto;
}

.h-nav-btn__open:before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.h-nav-btn__open:after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.h-nav-btn__border {
  background: #fff;
  display: block;
  height: 1px;
  width: 30px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .h-nav-top {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-top {
    background: #8B7331;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0 22px;
    position: relative;
  }
}

.h-nav-logo {
  display: block;
  width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .h-nav-btn__close {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
  }
}

.h-nav-btn__close:before, .h-nav-btn__close:after {
  content: '';
  background: #fff;
  display: block;
  height: 1px;
  width: 30px;
  margin: 0 auto;
}

.h-nav-btn__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.h-nav-btn__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

@media screen and (max-width: 768px) {
  .nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .nav-main li:nth-child(n+2) {
    margin-left: 44px;
  }
  .nav-main li.current a,
  .nav-main li a:hover {
    color: #BAA877;
    border-bottom-color: currentColor;
  }
}

@media screen and (max-width: 768px) {
  .nav-main li {
    border-bottom: 1px solid #8B7331;
  }
}

.nav-main a {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .nav-main a {
    border-bottom: 1px solid #fff;
    color: inherit;
    display: inline-block;
    padding: 8px 3px;
  }
}

@media screen and (max-width: 768px) {
  .nav-main a {
    color: #fff;
    display: block;
    padding: 1.5em;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .list-sns {
    position: absolute;
    top: 15px;
    right: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .list-sns {
    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;
    padding: 53px 0;
    width: 169px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .list-sns li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .list-sns li {
    margin-left: 30px;
  }
  .list-sns li:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-sns li:nth-child(n+4) {
    margin-top: 42px;
  }
}

.list-sns a {
  display: block;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .list-sns a {
    height: 26px;
    width: 26px;
  }
  .list-sns a.ico-store {
    background-image: url(../img/ico-store.png);
  }
  .list-sns a.ico-blog {
    background-image: url(../img/ico-blog.png);
  }
  .list-sns a.ico-fb {
    background-image: url(../img/ico-fb.png);
  }
  .list-sns a.ico-line {
    background-image: url(../img/ico-line.png);
  }
  .list-sns a.ico-tw {
    background-image: url(../img/ico-tw.png);
  }
  .list-sns a.ico-ig {
    background-image: url(../img/ico-ig.png);
  }
}

@media screen and (max-width: 768px) {
  .list-sns a {
    height: 36px;
    width: 36px;
  }
  .list-sns a.ico-store {
    background-image: url(../img/ico-store-w.png);
  }
  .list-sns a.ico-blog {
    background-image: url(../img/ico-blog-w.png);
  }
  .list-sns a.ico-fb {
    background-image: url(../img/ico-fb-w.png);
  }
  .list-sns a.ico-line {
    background-image: url(../img/ico-line-w.png);
  }
  .list-sns a.ico-tw {
    background-image: url(../img/ico-tw-w.png);
  }
  .list-sns a.ico-ig {
    background-image: url(../img/ico-ig-w.png);
  }
}

.breadcrumb {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    margin: 15px auto 45px;
    width: 880px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 15px 20px 35px;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li:nth-child(n+2):before {
  content: '<';
  display: inline-block;
  margin: 0 1em;
}
