@charset "UTF-8";
/*================================================

base

================================================*/
/*================================================
 * reset */
/* 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;
}

/*================================================
 * base */
body {
  font-family: "FP-ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(/assets/img/common/bg_wrapper.jpg) center top repeat;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

.gothic, .menu-text, .header-alert-content, .header-news-list, .btn.btn-pattern, .modal-btn-text {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

a {
  color: #000;
}

button {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

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

::-moz-selection {
  background: #c18585;
}

::selection {
  background: #c18585;
}

/*================================================

plugin

================================================*/
/* Slider */
.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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
  outline: none;
  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;
}

/*================================================

* tool

================================================*/
/*================================================

* layout

================================================*/
/*================================================
* header */
.logo {
  padding: 15px 0 13px;
  background: url(../img/illust/illust_left.png) left -27px no-repeat, url(../img/illust/illust_right.png) right -11px no-repeat;
  background-size: 185px auto, 187px auto;
}

.logo a {
  display: block;
  width: 245px;
  margin: auto;
  transition: all 0.5s ease;
  opacity: 1;
}

.header {
  margin-top: 59px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header .inner {
  position: relative;
}

.menu-btn {
  width: 27px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 8.333px;
  transition: width 0.5s ease;
}

.menu-bar {
  display: block;
  background-color: #ab2323;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}

.menu-bar:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.menu-bar:nth-child(2) {
  top: 10px;
  opacity: 1;
}

.menu-bar:nth-child(3) {
  bottom: 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.menu-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ab2323;
  bottom: -14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
}

.menu-text-after {
  opacity: 0;
}

.header-menu {
  position: fixed;
  z-index: 98;
  left: 100%;
  transition: top 0s, left 0.5s;
  width: 100%;
}

.header-opening {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  z-index: 999;
}

.header-opening .utility {
  position: static;
}

.header-opening .menu-btn {
  width: 31px;
}

.header-opening .menu-bar:nth-child(1) {
  left: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-opening .menu-bar:nth-child(2) {
  opacity: 0;
}

.header-opening .menu-bar:nth-child(3) {
  left: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-opening .menu-text-before {
  opacity: 0;
}

.header-opening .menu-text-after {
  opacity: 1;
}

.header-opening .header-menu {
  left: 0;
  position: relative;
}

.header-opening .utility-btn .utility-btn-bar {
  width: 30px;
  margin-left: -10px;
}

.header-opening .utility-btn .utility-btn-bar:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-opening .utility-btn .utility-btn-bar:nth-child(2) {
  opacity: 0;
}

.header-opening .utility-btn .utility-btn-bar:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-alert-content {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 13.333px;
  line-height: 1.5;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.header-top {
  position: relative;
}

/*================================================
* footer */
.footer-order {
  background: rgba(193, 133, 133, 0.15);
}

.footer-order-heading {
  padding: 22px 0;
  position: relative;
  line-height: 1;
}

.footer-order-heading img {
  width: 291px;
}

@media only screen and (max-width: 374px) {
  .footer-order-heading img {
    width: 244px;
  }
}

.footer-order-heading.is-active .footer-order-icon:before {
  opacity: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.footer-order-icon {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #8f1b1b;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}

.footer-order-icon:before, .footer-order-icon:after {
  content: "";
  display: block;
  height: 3px;
  width: 12px;
  border-radius: 1px;
  background-color: #8f1b1b;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -6px;
}

.footer-order-icon:before {
  opacity: 1;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all 0.5s ease;
}

.footer-order-list {
  text-align: center;
  margin-top: -2px;
  padding-bottom: 24px;
  display: none;
}

.footer-order-list > li {
  background: url(/assets/img/common/bg_wrapper.jpg);
  padding: 13px 10px;
  font-size: 12px;
}

.footer-order-list > li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-order-list > li a {
  font-size: 15px;
}

.footer-order-title {
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  position: relative;
  left: 2px;
}

.footer-order-title:before {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 8px;
}

.footer-order-title.footer-order-title-track:before {
  width: 26px;
  height: 16px;
  background-image: url(../img/icon/track.png);
}

.footer-order-title.footer-order-title-tel:before {
  width: 18px;
  height: 16px;
  background-image: url(../img/icon/tel_br.png);
}

.footer-order-title.footer-order-title-fax:before {
  width: 17px;
  height: 14px;
  background-image: url(../img/icon/fax.png);
}

.footer-order-btn {
  margin-top: 10px;
  padding: 0 13px;
}

.link47 {
  display: block;
  font-size: 10.666px;
  background: url(../img/common/border_yellow_bar.jpg) center top repeat-x, url(../img/common/bg_footer_ec.jpg) center top repeat-x;
  background-size: 3px auto, auto 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 13px 19px 14px;
}

.link47-heading {
  font-size: 18.666px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 8px;
}

.link47-heading:before, .link47-heading:after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.link47-heading:before {
  background-image: url(../img/icon/cart.png);
  width: 22px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.link47-heading:after {
  background-image: url(../img/icon/arrow_wh.png);
  width: 6px;
  height: 9px;
  margin-left: 13px;
}

.link47-heading > span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}

.link47-logo {
  padding-left: 144px;
  font-size: 12px;
  background: url(../img/common/logo_footer_ec.png) 0 0 no-repeat;
  background-size: 137px auto;
  min-height: 58px;
  box-sizing: border-box;
  text-align: left;
  margin: 17px -4px 0 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer {
  background: url(../img/common/bg_pattern.jpg) 0 0 repeat;
  background-size: 24px auto;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.pagetop-wrap {
  padding: 30px 0 0;
  margin-bottom: 33px;
}

.footer-link {
  border-top: 1px solid #fff;
  font-size: 12.666px;
  line-height: 1.5;
}

@media only screen and (max-width: 374px) {
  .footer-link {
    font-size: 11px;
  }
}

.footer-link > li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.footer-link > li:nth-child(odd) {
  border-right: 1px solid #fff;
}

.footer-link a {
  display: block;
  font-weight: bold;
  padding: 18px 8px 17px;
  background: url(../img/icon/arrow_wh.png) 91% center no-repeat;
  background-size: 6px auto;
}

.footer-link a.footer-link-lines {
  padding-top: 16px;
  padding-bottom: 15px;
}

.footer-logo {
  text-align: center;
  width: 197px;
  margin: 24px auto 17px;
}

.copyright {
  font-size: 13.333px;
  text-align: center;
  padding-bottom: 25px;
}

.inner {
  padding: 0 19px;
}

.wrapper.is-hidden {
  display: none !important;
}

.item-grid,
.item-grid-s {
  width: 47.5%;
  float: left;
  margin-bottom: 25px;
}

.item-grid:nth-child(even),
.item-grid-s:nth-child(even) {
  float: right;
}

.follow-btn {
  margin-top: 18px;
}

.section-border-top {
  border-top: 1px solid #d59a96;
  margin: 35px 0 0;
  padding: 24px 0 0;
}

.section-border-top.section-border-top-min {
  margin-top: 30px;
  padding-top: 20px;
}

.section-border-top.section-border-top-minimum {
  margin-top: 18px;
  padding-top: 26px;
}

.section-padding-bottom {
  padding-bottom: 41px;
}

.section-padding-bottom-min {
  padding-bottom: 24px;
}

.section-yellow {
  position: relative;
  padding-top: 23px;
  padding-bottom: 40px;
}

.section-yellow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 201, 71, 0.12) url(../img/illust/autumn.png) -80% 3px no-repeat;
  background-size: 333px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-yellow .inner {
  position: relative;
  z-index: 2;
}

.section-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.section-follow {
  margin-top: 36px;
}

.item-follow {
  margin-top: 21px;
}

@media only screen and (max-width: 374px) {
  .letter-spacing-fix {
    letter-spacing: 0em !important;
  }
}

/*================================================
* article */
.article {
  position: relative;
  background: url(../img/common/bg_bamboo.png) 0px 0px no-repeat;
  background-size: 123px auto;
  padding-top: 38px;
}

.article.article-autumn {
  background: url(../img/illust/autumn.png) 0px -9px no-repeat;
  background-size: 375px auto;
  padding-top: 38px;
}

.article.article-negative {
  padding-top: 20px;
  background-position: 0 -20px;
}

.article.article-index {
  padding-top: 141px;
}

.article.article-index:before {
  content: "";
  display: block;
  background: url(../img/index/img_item_index.png) 0 0 no-repeat;
  width: 168px;
  height: 111px;
  background-size: contain;
  position: absolute;
  top: 48px;
  right: 15px;
}

.article.article-introduction {
  padding-top: 25px;
  padding-bottom: 35px;
  margin-bottom: 31px;
}

.article.article-introduction:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(193, 133, 133, 0.12) url(../img/introduction/map_japan.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.article.article-enjoy {
  padding-top: 25px;
  padding-bottom: 32px;
  margin-bottom: 20px;
}

.article.article-enjoy:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(193, 133, 133, 0.18), rgba(193, 133, 133, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.article > .inner,
.article-inner {
  position: relative;
  z-index: 2;
}

.text {
  font-size: 16.666px;
  line-height: 1.75;
}

.text.text-low {
  line-height: 1.5;
}

.text.text-high {
  line-height: 1.9;
}

.text + .text {
  margin-top: 8px;
}

.text + .text-mid {
  margin-top: 5px;
}

.attention {
  color: #600000;
}

.strong {
  color: #ed0000;
}

/*================================================
* introduction */
.introduction-canvas {
  text-align: center;
  margin: 25px -10px 33px;
}

.introduction-canvas img {
  display: block;
  margin: auto;
}

.introduction-lead {
  max-width: 307px;
}

.introduction-img {
  text-align: center;
  margin: -10px 0 10px;
}

.introduction-img img {
  max-width: 296px;
}

.introduction-thumbs {
  margin: 15px 0 0;
}

.introduction-thumbs > div {
  width: 32%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 2%;
}

.introduction-thumbs > div:not(:nth-child(3n)) {
  margin-right: 2%;
}

/*================================================
* access */
.access-map {
  background: url(../img/common/border_image.png) 0 0 no-repeat;
  padding: 1px;
  background-size: 100% 100%;
  overflow: hidden;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 11px;
}

.access-map-frame {
  background: url(../img/common/border_image_map.png) 0 0 no-repeat;
  padding: 5px 6px;
  background-size: 100% 100%;
  overflow: hidden;
  line-height: 1;
  box-sizing: border-box;
}

#access-map-introduction {
  height: 236px;
}

#access-map-star {
  height: 167px;
}

#access-map-ichibanboshi {
  height: 246px;
}

.access-address {
  letter-spacing: 0.1em;
  font-size: 16.666px;
  line-height: 1.9;
  margin-bottom: 15px;
}

.text-management {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 8px;
}

.text-management img {
  vertical-align: baseline;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.text-ichibanboshi {
  text-align: center;
  margin: 41px 0 8px;
  line-height: 1.6;
}

.access-data {
  line-height: 1.2;
  margin-bottom: 11px;
}

/*================================================
* order */
.order-btn-dl-fax {
  margin: 12px 0 31px;
}

.order-btn-3s {
  margin-top: 25px;
}

.order-step-start {
  margin-bottom: 16px;
}

.order-step {
  margin-bottom: 10px;
}

.order-step-text {
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}

.order-step-text.order-step-text-last {
  margin-bottom: 26px;
}

/*================================================
* ichibanboshi */
.brown-rounded {
  background-color: #eeddd1;
  border-radius: 5px;
  border: 1px solid #910606;
  margin: 14px 0 9px;
  text-align: center;
  font-size: 16.666px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.9;
  padding: 5px 5px;
}

.brown-rounded-heading {
  color: #910606;
}

.brown-rounded-heading:before, .brown-rounded-heading:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #910606;
  vertical-align: middle;
  margin: 0 11px;
  position: relative;
  top: 1px;
}

.thumb-list-three {
  margin: 18px 0 -10px;
  line-height: 1.4;
}

.thumb-list-three > li {
  text-align: center;
  width: 32%;
  float: left;
}

.thumb-list-three > li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.thumb-list-img {
  margin-bottom: 8px;
}

.ichibanboshi-img-caption {
  height: 15px;
  line-height: 1;
  margin: 4px 0 20px;
}

.ichibanboshi-img-caption img {
  width: auto;
  height: 100%;
}

.ichibanboshi-menu-course {
  font-size: 16.666px;
  line-height: 1.85;
  margin-bottom: 25px;
}

.ichibanboshi-menu-course > dt {
  background-color: #eddacf;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 3px 4px;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ichibanboshi-menu-course > dd {
  letter-spacing: 0;
}

.ichibanboshi-menu-course > dd:not(:last-child) {
  margin-bottom: 14px;
}

.ichibanboshi-menu-btns > li:not(:last-child) {
  margin-bottom: 29px;
}

/*================================================
* enjoy */
.scene {
  display: table;
  text-align: center;
  color: #600000;
  font-size: 15px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  position: absolute;
}

.scene:nth-child(1) {
  top: 0;
  left: 19px;
}

.scene:nth-child(2) {
  top: 0;
  right: 0;
}

.scene:nth-child(3) {
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -30px;
}

.scene:nth-child(4) {
  bottom: 0;
  left: 0;
}

.scene:nth-child(5) {
  bottom: 0;
  right: 0;
}

.scene-text {
  display: table-cell;
  vertical-align: middle;
  height: 61px;
  background: url(../img/enjoy/bg_circle.png) center no-repeat;
  background-size: 60px;
}

.scene-list {
  height: 192px;
  position: relative;
}

@media only screen and (max-width: 374px) {
  .scene-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.luster-box {
  margin: 25px 0 0px;
  background-color: rgba(255, 255, 255, 0.67);
  border-radius: 1px;
  border: 1px dashed #890404;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.67);
  padding: 10px 11px;
  line-height: 1.9;
}

.enjoy-img {
  float: right;
  width: 132px;
  margin: -10px -27px 0 0;
}

.enjoy-box {
  background: #f2e8db url(../img/illust/illust_right.png) 0px 0px no-repeat;
  padding: 20px 16px 16px;
  border: 1px dashed #890404;
  margin: 11px 0 37px;
}

.enjoy-box.enjoy-box-last {
  margin-bottom: 12px;
}

.enjoy-box-heading {
  text-align: center;
  height: 46px;
  margin-bottom: 17px;
}

.enjoy-box-heading img {
  width: auto;
  height: 100%;
}

/*================================================

* module

================================================*/
/*================================================
 * utility */
.clr:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.none {
  display: none;
}

.bold {
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.link-tdn {
  text-decoration: none;
}

@media only screen and (min-width: 375px) {
  .w320 {
    display: none;
  }
}

/*================================================
* header-utility */
.utility {
  display: table;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.utility > li {
  display: table-cell;
  text-align: center;
  width: 25%;
}

.utility > li:not(:last-child) {
  border-right: 1px solid #ddada7;
}

.utility a {
  display: block;
  text-decoration: none;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  height: 59px;
  background: url(../img/common/bg_utility_item.jpg) 0 0 repeat-x;
  background-size: contain;
  box-sizing: border-box;
  padding: 43px 5px 0;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 374px) {
  .utility a {
    font-size: 8px;
  }
}

.utility a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 7px;
}

.utility a.utility-access:before {
  background-image: url(../img/icon/marker.png);
  background-size: 34px auto;
}

.utility a.utility-buy:before {
  background-image: url(../img/icon/cart_rounded.png);
  background-size: 30px auto;
}

.utility a.utility-info:before {
  background-image: url(../img/icon/facebook.png);
  background-size: 27px auto;
}

.utility a.utility-btn {
  text-indent: -9999px;
  background: #000;
  position: relative;
}

.utility-btn-bar {
  display: block;
  width: 25px;
  position: absolute;
  height: 3px;
  background-color: #fff;
  left: 50%;
  margin-left: -12px;
  transition: all 0.5s ease;
}

.utility-btn-bar:first-child {
  top: 18px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.utility-btn-bar:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
}

.utility-btn-bar:last-child {
  bottom: 18px;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

/*================================================
* nav */
.nav {
  border-top: 1px solid #962b2a;
  text-align: center;
  line-height: 1;
}

.nav-list {
  font-size: 16.666px;
  border: 1px solid #fcfaee;
  border-bottom: none;
}

.nav-list > li:not(:last-child) {
  border-bottom: 1px solid #fefcef;
}

.nav-list a {
  text-decoration: none;
  display: block;
  color: #fff;
  background: #9e3c3a url(../img/icon/arrow_wh.png) 93% center no-repeat;
  background-size: 7px auto;
  padding: 20px 10px 19px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nav-list-secondary {
  border-color: #9e3c3a;
}

.nav-list-secondary > li:not(:last-child) {
  border-bottom-color: #9e3c3a;
}

.nav-list-secondary a {
  background-color: #fcfaee;
  color: #9e3c3a;
  background-image: url(../img/icon/arrow_br.png);
}

/*================================================
* data-table */
.data-table {
  border: 1px solid #9e3c3a;
  line-height: 1;
  color: #9e3c3a;
  font-size: 13.333px;
}

.data-table > dt,
.data-table > dd {
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 15px 8px;
  background-color: #debfb9;
  border-top: 1px solid #fff;
}

.data-table > dt {
  border-right: 1px solid #fff;
  padding-left: 39px;
  background-position: 45px center;
  background-repeat: no-repeat;
}

.data-table > dt.data-table-calendar {
  background-image: url(../img/icon/calendar.png);
  background-size: 19px auto;
}

.data-table > dt.data-table-clock {
  background-image: url(../img/icon/clock.png);
  background-size: 18px auto;
}

.data-table > dt.data-table-tel {
  background-image: url(../img/icon/tel.png);
  background-size: 18px auto;
}

.data-table a {
  color: #9e3c3a;
}

/*================================================
* header-news */
.header-news-list-wrapper {
  background-color: rgba(255, 255, 255, 0.41);
  border-top: 1px solid #970707;
  border-bottom: 1px solid #970707;
  line-height: 1;
  overflow: hidden;
}

.header-news-list {
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  left: 0;
}

.header-news-list li {
  white-space: nowrap;
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  padding: 6px 0 5px;
}

.header-news-list li:first-child {
  background: url(../img/icon/information.png) 19px center no-repeat;
  background-size: 14px;
  padding-left: 40px;
}

/*================================================
* btn */
.btn {
  text-align: center;
  line-height: 1;
  display: block;
  text-decoration: none;
}

.btn.btn-pagetop {
  font-size: 13.333px;
  color: #fff;
  background: url(../img/icon/arrow_top.png) 90% center no-repeat, url(../img/common/bg_btn.png) 0 0 no-repeat;
  background-size: 9px auto, contain;
  width: 192px;
  height: 33px;
  box-sizing: border-box;
  margin: auto;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 10px;
}

.btn.btn-pattern {
  font-size: 13.3px;
  border-style: 1px;
  background: url(../img/common/bg_pattern.jpg) 0 0 repeat;
  background-size: 24px auto;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  letter-spacing: 0.1em;
}

.btn.btn-pattern.btn-pattern-l .btn-pattern-text {
  font-size: 17px;
  padding: 16px 5px;
}

.btn.btn-pattern.btn-pattern-xl .btn-pattern-text {
  font-size: 20px;
  padding: 17px 5px;
}

@media only screen and (max-width: 374px) {
  .btn.btn-pattern.btn-pattern-xl .btn-pattern-text {
    font-size: 17px;
  }
}

.btn.btn-pattern.btn-pattern-l-mid .btn-pattern-text {
  font-size: 18px;
  padding: 18px 5px;
}

@media only screen and (max-width: 374px) {
  .btn.btn-pattern.btn-pattern-l-mid .btn-pattern-text {
    font-size: 14px;
  }
}

.btn.btn-pattern.btn-pattern-l-mid .btn-pattern-text img {
  height: 18px;
  margin-right: 4px;
}

.btn.btn-pattern.btn-pattern-arrow .btn-pattern-text {
  background: url(../img/icon/arrow_wh.png) 96% center no-repeat;
  background-size: 7px auto;
}

.btn.btn-pattern.btn-pattern-search .btn-pattern-text {
  background: url(../img/icon/search.png) 94% center no-repeat;
  background-size: 19px auto;
}

.btn.btn-pattern .btn-pattern-text {
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px;
}

.btn.btn-pattern .btn-pattern-text img {
  width: auto;
  height: 13px;
  margin-right: 13px;
}

.btn.btn-pattern.btn-pattern-2l-s {
  font-size: 18.333px;
  line-height: 1.3;
}

.btn.btn-pattern.btn-pattern-2l-s .btn-pattern-text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn.btn-pattern.btn-pattern-2l {
  text-align: left;
}

.btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-top,
.btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-bottom {
  display: block;
}

.btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-top {
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-bottom {
  font-size: 20px;
}

@media only screen and (max-width: 374px) {
  .btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-bottom {
    font-size: 16px;
  }
}

.btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-icon {
  display: inline-block;
}

.btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-icon img {
  height: 36px;
  margin-right: 2px;
}

@media only screen and (max-width: 374px) {
  .btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-icon img {
    height: 24px;
  }
}

.btn.btn-pattern.btn-pattern-2l .btn-pattern-2l-text {
  display: inline-block;
}

.btn.btn-arrow-bottom {
  border: 1px solid #970b0a;
  border-radius: 2px;
  color: #600000;
  font-size: 18px;
  padding: 16px 10px;
  background: url(../img/icon/arrow_bottom_br.png) 96% center no-repeat;
  background-size: 15px auto;
}

/*================================================
* heading */
.heading {
  height: 27px;
}

.heading.heading-s {
  height: 23px;
}

.heading.heading-1-l {
  height: 29px;
}

.heading.heading-2 {
  height: 55px;
}

.heading.heading-2-l {
  height: 62px;
  margin-top: -2px;
  margin-bottom: 18px;
}

.heading.heading-mb {
  margin-bottom: 21px;
}

.heading img {
  width: auto;
  height: 100%;
}

.heading.heading-top {
  margin-bottom: 25px;
}

.heading-leaf {
  height: 32px;
  margin-bottom: 16px;
}

.heading-leaf.heading-leaf-one-half {
  height: 46px;
}

.heading-leaf img {
  width: auto;
  height: 100%;
}

.lead {
  font-size: 17px;
  color: #600000;
  margin: 9px 0 18px;
  letter-spacing: 0.1em;
  line-height: 1.58;
}

.lead.lead-l {
  line-height: 1.7;
  margin-bottom: 20px;
}

.lead + .lead {
  margin-top: -12px;
}

.lead-black {
  margin: 11px 0 22px;
  font-size: 16.666px;
  line-height: 1.75;
  color: #000;
}

.lead-black + .lead-black {
  margin-top: -14px;
}

.heading-band {
  background: rgba(147, 107, 107, 0.16);
  font-size: 16.666px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #600000;
  padding: 3px 10px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

.heading-band img {
  width: auto;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.heading-band.heading-band-black {
  text-align: center;
  color: #000;
  background-color: #eddacf;
}

.heading-brackets {
  display: inline-block;
  text-indent: -0.6em;
}

.heading-brackets:before {
  content: "【";
}

.heading-brackets:after {
  content: "】";
}

.heading-balloon {
  height: 57px;
  margin-bottom: 13px;
}

.heading-balloon img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 374px) {
  .heading-balloon img {
    width: 100%;
    height: auto;
  }
}

.heading-simple {
  font-size: 16.666px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 38px;
  letter-spacing: 0.12em;
}

.heading-simple-1l {
  text-align: center;
  height: 22px;
  margin-bottom: 33px;
  margin-top: 18px;
}

.heading-simple-1l img {
  width: auto;
  height: 100%;
}

.heading-simple-2l {
  text-align: center;
  height: 48px;
  margin-bottom: 7px;
}

.heading-simple-2l img {
  width: auto;
  height: 100%;
}

.heading-simple-4l {
  text-align: center;
  height: 116px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 374px) {
  .heading-simple-4l {
    height: auto;
  }
}

.heading-simple-4l img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 374px) {
  .heading-simple-4l img {
    width: 100%;
    height: auto;
  }
}

/*================================================
* image */
.image-frame {
  border: 1px solid #4e0e04;
  padding: 4px;
  background-color: #fff;
}

.image-frame.image-frame-thin {
  padding: 1px;
}

.image-frame.image-frame-gray {
  border-color: #d9d9d9;
}

.image-frame img {
  display: block;
}

.image-dashed {
  border: 1px dashed #4d0e00;
  background-color: #fff;
  padding: 4px;
  margin-bottom: 12px;
}

.image-dashed.image-dashed-thin {
  padding: 1px;
}

.image-dashed img {
  display: block;
}

.image-dotted {
  border: 1px dotted #4d0e00;
  background-color: #fff;
}

.def-list {
  font-size: 16.666px;
  margin: 7px 0 23px;
}

.def-list > dt {
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 2px;
}

.def-list > dd:not(:last-child) {
  margin-bottom: 21px;
}

/*================================================
* item */
.item {
  display: block;
  text-decoration: none;
  color: #000;
}

.item-thumb {
  background-color: #f9f7eb;
  border: 1px solid #5a1c16;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  padding: 2px;
}

.item-thumb img {
  width: 100%;
  display: block;
  margin: auto;
}

.item-thumb:after {
  content: "";
  display: block;
  border-right: 2px solid #5a1c16;
  border-bottom: 2px solid #5a1c16;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -2px;
  bottom: -2px;
}

.item-thumb:empty {
  background-image: url(../img/product/item_unreleased.png);
  padding: 0;
  padding-top: 77%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.item-thumb:empty:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 2px solid #f9f7eb;
}

.item-thumb-empty {
  display: block;
  background-color: #36100c;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 95px;
}

.item-thumb-text {
  background-color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 8px 20px;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.item-title {
  font-size: 15.333px;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin: 5px 0 0;
  line-height: 1.5;
}

.item-list-front .item-title {
  font-size: 15.333px;
}

.item-text {
  font-size: 12px;
}

.item-list-front {
  margin-bottom: -25px;
}

/*================================================
* item-nav */
.item-nav {
  background: url(../img/common/bg_pattern_dark.jpg) 0 0 repeat;
  background-size: 24px auto;
  line-height: 1;
  padding: 7px 6px;
}

.item-nav > li {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  float: left;
  line-height: 1.4;
  font-size: 16px;
  margin-right: 2%;
  width: 32%;
}

.item-nav > li:nth-child(2), .item-nav > li:nth-child(5) {
  margin-right: 0;
}

.item-nav > li:nth-child(-n+2) {
  width: 49%;
  margin-bottom: 2%;
}

.item-nav > li.is-current a {
  color: #600000;
  background-color: #fff;
}

.item-nav-item {
  display: table;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.item-nav-item > a {
  display: table-cell;
  height: 67px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.item-nav-item > a > span {
  display: inline-block;
  text-align: left;
}

/*================================================
* products */
.products {
  background-color: #fff;
  border-left: 1px solid #9a534d;
  border-right: 1px solid #9a534d;
  padding: 20px 16px;
}

.products .product:not(:first-child) {
  display: none;
}

.tag {
  color: #fff;
  background-color: #600000;
  line-height: 1;
  margin: 18px 0 0;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0.18em;
}

.product-title {
  color: #600000;
  line-height: 1.5;
  font-size: 24px;
  margin: 5px 0 3px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}

.product-lead {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.85;
  height: 7.4em;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-lead-wrap {
  margin-bottom: 23px;
}

.product-items {
  border-top: 1px solid #d59a96;
  margin: 28px 0 0;
  padding: 29px 0 0;
}

.product-items-heading {
  margin-bottom: 11px;
}

/*================================================
* mv */
.mv {
  position: relative;
  z-index: 3;
}

.mv .slick-dots {
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
}

.mv .slick-dots > li {
  display: inline-block;
  margin: 12px 6px;
}

.mv .slick-dots button {
  line-height: 1;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #9c0707;
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease;
}

.mv .slick-dots .slick-active button {
  background-color: #9c0707;
}

/*================================================
* img-link */
.img-link {
  display: block;
  text-decoration: none;
}

.img-link-text {
  color: #fff;
  background: #9a0a0a url(../img/icon/arrow_wh.png) 94.5% center no-repeat;
  background-size: 6px auto;
  text-align: center;
  font-size: 13.333px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 3px;
  letter-spacing: 0.1em;
}

.img-link-list {
  margin-bottom: 24px;
}

.img-link-list > li:not(:last-child) {
  margin-bottom: 31px;
}

/*================================================
* box */
.box {
  border: 1px solid #600000;
}

.box-heading {
  background-color: #600000;
  color: #fff;
  text-align: center;
  font-size: 16.666px;
  padding: 3px;
}

.box-heading img {
  height: 24px;
  margin: 4px 0;
}

.box-body {
  background-color: #faf8ec;
  padding: 16px 13px;
}

.box-white {
  padding: 1px;
  background-color: #fff;
}

/*================================================
* caption */
.caption-attention {
  color: #dc1717;
  font-size: 15px;
  line-height: 1.4;
  margin: 6px 0 0;
  text-indent: -1.23em;
  padding-left: 1.23em;
  letter-spacing: 0.23em;
}

.caption-attention-m {
  color: #dc1717;
}

/*================================================
* simple-address */
.simple-address {
  background-color: #f2e7dd;
  text-align: center;
  line-height: 1;
  padding: 6px 6px 8px;
}

.simple-address:not(:last-child) {
  margin-bottom: 15px;
}

.simple-address > dt {
  font-size: 16.666px;
  letter-spacing: 0.19em;
  margin-bottom: 5px;
}

.simple-address > dd {
  font-size: 16px;
  letter-spacing: 0.16em;
}

/*================================================
* list-brown */
.list-brown {
  margin: 5px 0 8px;
  color: #600000;
}

.list-brown > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.list-brown > li:not(:last-child) {
  margin-bottom: 4px;
}

/*================================================
* sectional-list */
.sectional-list > dd {
  letter-spacing: 0em;
}

.sectional-list > dd:not(:last-child) {
  margin-bottom: 21px;
}

.sectional-list a {
  letter-spacing: 0.15em;
}

/*================================================
* banner-47 */
.banner-47 {
  display: block;
  text-decoration: none;
  font-size: 12px;
  margin: 18px -19px 0;
  border: 1px solid #e9e800;
  background: url(../img/order/bg_pattern_tile.jpg) 0 0 repeat;
  background-size: 59px auto;
  padding: 1px;
  line-height: 1;
}

.banner-47-text {
  padding: 7px 16px;
  line-height: 1.9;
}

/*================================================
* board */
.board {
  background: rgba(193, 133, 133, 0.12);
  padding: 13px;
}

.board > dl:not(:last-child) {
  margin-bottom: 10px;
}

/*================================================
* paper */
.paper {
  border: 1px solid transparent;
  border-image: url(../img/company/bg_paper.png) fill 3 3 round;
  padding: 4px 15px;
  letter-spacing: 0.1em;
}

.paper > dt {
  float: left;
}

.paper > dd {
  margin-left: 100px;
}

.paper-text {
  line-height: 2.15;
}

/*================================================
* reason */
.reason > dd .text + .text {
  margin-top: 3px;
}

.reason > dd:not(:last-child) {
  margin-bottom: 30px;
}

.reason-img {
  display: block;
}

.reason-label {
  display: block;
  text-align: center;
  padding: 17px 0;
}

.reason-label img {
  height: 16px;
  width: auto;
  margin: auto;
}

/*================================================
* greeting */
.greeting-name {
  font-size: 16.666px;
  text-align: right;
  line-height: 1.4;
  background: url(../img/company/sign.png) right center no-repeat;
  background-size: auto 40px;
  padding-right: 33px;
  min-height: 40px;
}

.greeting-lead {
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  margin: 18px 0 8px;
  line-height: 1.4;
}

.greeting-text-hidden {
  display: none;
}

.greeting-btn {
  margin-top: 10px;
}

/*================================================
* bussiness */
.bussiness > dd:not(:last-child) {
  margin-bottom: 28px;
}

.bussiness-img {
  display: block;
  position: relative;
  margin: auto;
  padding: 3.6% 3.6% 5% 6%;
}

.bussiness-img img {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.bussiness-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/company/frame.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bussiness-label {
  display: block;
  text-align: center;
  margin: 4px 0 14px;
}

.bussiness-label img {
  margin: auto;
  width: auto;
  height: 20px;
}

.bussiness-btn {
  margin-top: 22px;
}

/*================================================
* accordion-box */
.accordion-box {
  background: rgba(193, 133, 133, 0.27);
  padding: 0 8px 0 8px;
  transition: all 0.5s ease;
}

.accordion-box:not(:last-child) {
  margin-bottom: 17px;
}

.accordion-box > dt {
  font-size: 16.666px;
  color: #600000;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px 28px 5px 2.05em;
  text-indent: -1.65em;
  position: relative;
  cursor: pointer;
}

.accordion-box > dt:before {
  content: "Q.";
  letter-spacing: 0.25em;
}

.accordion-box > dt:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: #f9f7eb url(../img/icon/arrow_bl.png) center center no-repeat;
  background-size: 4px auto;
  border-radius: 50%;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -9px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all 0.5s ease;
}

.accordion-box > dd {
  background: url(/assets/img/common/bg_wrapper.jpg) center top repeat;
  padding: 7px 8px;
  line-height: 1.9;
  font-size: 16.666px;
  display: none;
}

.accordion-box.is-active {
  padding-bottom: 8px;
}

.accordion-box.is-active dt:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

/*================================================
* inline-link */
.inline-link {
  display: inline-block;
  background: rgba(193, 133, 133, 0.27);
  text-decoration: none;
  position: relative;
  line-height: 1.6;
  padding: 0 15px 0 5px;
  margin-right: 5px;
}

.inline-link:after {
  content: "";
  display: block;
  background: url(../img/icon/arrow_bl.png) 0 center no-repeat;
  width: 4px;
  height: 8px;
  background-size: contain;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -4px;
}

/*================================================
* inline-label */
.inline-label {
  color: #fff;
  background-color: #600000;
  display: inline-block;
  padding: 3px 5px;
  border-style: 2px;
  margin-right: 7px;
}

/*================================================
* privacy */
.privacy {
  font-size: 16.666px;
  margin: 22px 0 0;
}

.privacy > dt {
  background: rgba(193, 133, 133, 0.27);
  color: #600000;
  padding: 16px 18px 14px 53px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  margin-bottom: 19px;
}

.privacy > dd {
  line-height: 1.75;
}

.privacy > dd:not(:last-child) {
  margin-bottom: 29px;
}

.privacy-title {
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-indent: -1.5em;
}

.privacy-list > li {
  text-indent: -3.2em;
  padding-left: 2.6em;
}

.privacy-list > li:not(:last-child) {
  margin-bottom: 9px;
}

/*================================================
* list-disc */
.list-disc {
  margin: 15px 0 21px;
}

.list-disc > li {
  text-indent: 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13.333px;
}

.list-disc > li:before {
  content: "・";
}

.list-disc > li:not(:last-child) {
  margin-bottom: 6px;
}

.item-disc {
  text-indent: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.item-disc:before {
  content: "・";
}

.item-disc-siblings {
  padding-left: 1em;
}

/*================================================
* indent-list */
.indent-list > dd:not(:last-child) {
  margin-bottom: 5px;
}

/*================================================
* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

.modal-body {
  background-color: #e7dfd5;
  min-height: 100%;
  padding: 11px 20px;
}

.modal-inner {
  background-color: #fffcf7;
  padding: 20px 17px;
}

.modal-btn-wrapper {
  position: absolute;
  background-color: #e7dfd5;
  top: 0;
  right: 0;
  padding: 14px 18px 25px 19px;
}

.modal-btn {
  width: 27px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 8.333px;
  transition: width 0.5s ease;
  display: block;
  width: 31px;
  position: relative;
  top: auto;
  right: auto;
}

.modal-btn-bar {
  display: block;
  background-color: #ab2323;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}

.modal-btn-bar:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-btn-bar:nth-child(2) {
  bottom: 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-btn-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ab2323;
  bottom: -14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
}

.modal-text-close {
  display: block;
  width: 88px;
  margin: auto;
  padding: 17px 0;
}

.midal-wrapper {
  display: none;
}

.modal-heading-margin {
  margin-top: 48px;
}

.address-list {
  text-align: left;
  margin: 11px 0 0;
  padding: 0 15px;
  font-size: 13.333px;
}

@media only screen and (max-width: 374px) {
  .address-list {
    padding: 0;
  }
}

.address-list > li {
  line-height: 1;
}

.address-list > li:not(:last-child) {
  margin-bottom: 14px;
}

.text-box {
  background-color: #f1eae1;
  font-size: 15px;
  margin: 13px 0 0;
  padding: 14px;
  line-height: 1.95;
}

.modal-text-all-400 {
  margin-bottom: 20px;
}

.menu-table-item {
  display: table;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 20px;
}

.menu-table-item > li {
  display: table-row;
}

.menu-table-item-cell {
  display: table-cell;
  padding: 6px 0 7px;
}

.menu-table-item-cell:last-child {
  text-align: right;
  vertical-align: middle;
}

.caption-s {
  font-size: 13.333px;
  display: block;
}

.menu-img {
  margin: 0 0 30px;
}

.modal-menu-bottom {
  font-size: 13.333px;
  text-align: right;
  margin-top: -10px;
}

.balloon {
  background-color: #eddacf;
  position: relative;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.balloon:before {
  content: "";
  display: block;
  background: url(../img/common/bg_balloon.png) 0 0 no-repeat;
  background-size: 13px auto;
  width: 13px;
  height: 15px;
  position: absolute;
  bottom: 100%;
  left: 23px;
}

.balloon.balloon-wide {
  padding-left: 6px;
  padding-right: 6px;
}

.modal-drink {
  background-color: #f3ece3;
  padding: 26px 19px;
  margin-bottom: 33px;
}

.inline-border-label {
  display: inline-block;
  font-size: 13.666px;
  border: 1px solid #600000;
  border-radius: 2px;
  padding: 4px 13px;
  line-height: 1;
  margin-bottom: 6px;
}

.modal-drink-text {
  font-size: 19px;
  line-height: 1.4;
}

.caption-list {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
  margin-right: -10px;
}

.caption-list > li:not(:last-child) {
  margin-bottom: 8px;
}

.modal-border-text {
  margin: -5px 0 0;
  font-size: 16.6px;
  text-align: center;
}

.border-text {
  display: inline-block;
  border: 1px solid #600000;
  color: #600000;
  padding: 0 15px;
}

.modal-border-text-follow {
  text-align: center;
  font-size: 16.6px;
  margin: 10px 0;
  line-height: 1.85;
}

.modal-bento-addresslist {
  line-height: 1;
  font-size: 17px;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}

.modal-bento-addresslist > li {
  margin-bottom: 13px;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.modal-bento-img {
  margin: 10px 0 10px;
}

.modal-bento-price {
  text-align: center;
  margin-bottom: 35px;
}

/*================================================
* introduction-slider */
.introduction-slider {
  margin: 15px -10px;
}

.introduction-slider .slick-slide {
  margin: 0 10px;
}

.introduction-slider-controlls {
  position: relative;
}

.introduction-slider-arrows .slick-arrow {
  position: absolute;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 13px;
  width: 7px;
  height: 13px;
  padding: 10px;
  top: 5px;
  opacity: 1;
  transition: all 0.5s ease;
}

.introduction-slider-arrows .slick-arrow.slick-prev {
  background-image: url(../img/icon/arrow_prev.png);
  left: 0;
}

.introduction-slider-arrows .slick-arrow.slick-next {
  background-image: url(../img/icon/arrow_next.png);
  right: 0;
}

.introduction-slider-arrows .slick-arrow.slick-disabled {
  opacity: 0;
}

.introduction-slider-dots {
  text-align: center;
}

.introduction-slider-dots .slick-dots li {
  display: inline-block;
  line-height: 1;
  margin: 0 4px;
}

.introduction-slider-dots .slick-dots li button {
  display: block;
  font-size: 13.333px;
  border: 1px solid #daccba;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 2px 9px;
  transition: all 0.5s ease;
}

.introduction-slider-dots .slick-dots .slick-active button {
  border-color: #830707;
}

/*================================================
* flow */
.flow {
  margin-bottom: 81px;
}

.flow > li {
  background-color: #f1eae1;
  text-align: center;
  font-weight: bold;
  font-family: "FP-ヒラギノ明朝 ProN W6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  margin: 12px 0 61px;
  padding: 17px 10px 0;
  position: relative;
}

.flow > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 54px;
  background: url(../img/common/bg_flow.png) 0 0 no-repeat;
  background-size: contain;
  top: 100%;
  left: 0;
}

.flow > li.flow-item-wide {
  padding-bottom: 5px;
}

.summer .logo {
  background: url(../img/illust/summer/summer.png) -60px -67px no-repeat, url(../img/illust/summer/summer.png) 120% -42px no-repeat;
  background-size: 185px auto, 157px auto;
}

.summer .article-autumn {
  background: url(../img/illust/summer/summer.png) -20px -49px no-repeat;
  background-size: 235px auto;
}

.summer .section-yellow:before {
  background: rgba(255, 201, 71, 0.12) url(../img/illust/summer/summer.png) -30% -67px no-repeat;
  background-size: 250px auto;
}

.summer .enjoy-box {
  background: #f2e8db url(../img/illust/summer/summer.png) center 30px no-repeat;
  background-size: 300px auto;
}

.autumn .logo {
  background: url(../img/illust/autumn/autumn_left.png) 0 -40px no-repeat, url(../img/illust/autumn/autumn_right.png) 100% -80px no-repeat;
  background-size: 115px auto, 115px auto;
}

.autumn .article-autumn {
  background: url(../img/illust/autumn/autumn_left.png) 0 -49px no-repeat;
  background-size: 165px auto;
}

.autumn .section-yellow:before {
  background: rgba(255, 201, 71, 0.12) url(../img/illust/autumn/autumn_left.png) 0 -60px no-repeat;
  background-size: 170px auto;
}

.autumn .enjoy-box {
  background: #f2e8db url(../img/illust/autumn/autumn_left.png) left 20px no-repeat;
  background-size: 180px auto;
}

.winter .logo {
  background: url(../img/illust/winter/winter_left.png) 0 -100px no-repeat, url(../img/illust/winter/winter_right.png) 100% -80px no-repeat;
  background-size: 135px auto, 147px auto;
}

.winter .article-autumn {
  background: url(../img/illust/winter/winter_left.png) 10px -129px no-repeat;
  background-size: 175px auto;
}

.winter .section-yellow:before {
  background: rgba(255, 201, 71, 0.12) url(../img/illust/winter/winter_left.png) 0 -160px no-repeat;
  background-size: 175px auto;
}

.winter .enjoy-box {
  background: #f2e8db url(../img/illust/winter/winter_left.png) left -100px no-repeat;
  background-size: 175px auto;
}
