@charset "UTF-8";
/* structure */
/* COLOR */
/* FONT */
/* mixin */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  text-align: left;
  background-color: #FEFEFC; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 300; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 600; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #8C3639;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    opacity: 0.8;
    color: #AC002F;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* Common */
html {
  font-size: 14px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

body {
  background-color: #FEFEFC !important; }

.btn {
  margin: 0 auto;
  display: block;
  height: 52px;
  width: 100%;
  line-height: 52px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.14286rem;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  line-height: 52px;
  border-radius: 6px; }
  .btn.btn-blue {
    background-color: #002e4a; }

.section {
  position: relative;
  padding-bottom: 80px; }
  .section + .section:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #dddcbc; }
  .section-title {
    margin-top: 40px;
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    font-size: 1.71429rem;
    color: #000000;
    letter-spacing: 4.36px;
    text-align: center;
    line-height: 2.166666667; }
    .section-title-sub {
      font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 16px;
      font-size: 1.14286rem;
      color: #000000;
      letter-spacing: 3px;
      text-align: center;
      line-height: 1;
      margin-bottom: 40px; }
  .section p {
    margin: 1em auto 0;
    font-weight: 300;
    font-size: 14px;
    font-size: 1rem;
    color: #181818;
    letter-spacing: 0;
    text-align: center;
    line-height: 2; }
    .section p a:hover, .section p a:focus, .section p a:active {
      opacity: 1; }

.paragraph-title {
  margin: 40px auto 0;
  padding: 0 24px;
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.42857rem;
  color: #181818;
  letter-spacing: 3px;
  line-height: 2.6; }
  .paragraph-title.twoline {
    line-height: 1.4; }

.breadcrumb-list {
  background-color: #faf9f3;
  width: 100%; }
  .breadcrumb-list-item {
    width: 50%;
    padding: 14px 0px 10px 24px; }
    .breadcrumb-list-item.home, .breadcrumb-list-item.index, .breadcrumb-list-item.current {
      display: none; }
  .breadcrumb-list-item + .breadcrumb-list-item .breadcrumb-list-link:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #2e2e2e;
    border-left: solid 1px #2e2e2e;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 15px; }
  .breadcrumb-list-item {
    color: #2e2e2e; }
  .breadcrumb-list-link {
    color: #4a0608; }

@media (min-width: 769px) {
  .section p {
    font-size: 16px;
    font-size: 1.14286rem;
    letter-spacing: 3px; }
  br.sp {
    display: none; }
  .paragraph-title {
    font-size: 24px;
    font-size: 1.71429rem;
    padding: 0; }
  .breadcrumb-list {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px 0 0;
    background-color: transparent; }
    .breadcrumb-list:after {
      content: '';
      clear: both;
      display: block; }
    .breadcrumb-list-item {
      float: left;
      width: auto;
      padding: 20px 0px 20px 20px; }
      .breadcrumb-list-item.home, .breadcrumb-list-item.index, .breadcrumb-list-item.current {
        display: block; }
    .breadcrumb-list-item + .breadcrumb-list-item:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-top: solid 1px #2e2e2e;
      border-right: solid 1px #2e2e2e;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-right: 20px; }
    .breadcrumb-list-item + .breadcrumb-list-item .breadcrumb-list-link:before {
      display: none; } }

.header {
  background-color: #000; }
  .header-inner {
    padding: 16px 24px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-logo {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    z-index: 2; }
    .header-logo-img {
      width: 160px; }
  .header-nav {
    position: relative; }
    .header-nav.pc {
      display: none; }
  .header .menu-btn {
    position: relative;
    z-index: 200;
    display: block;
    width: 23px;
    float: right; }
    .header .menu-btn-mark {
      display: block;
      background-color: #fff;
      height: 1px;
      width: 23px;
      -webkit-transition: all 0.65s ease;
      -o-transition: all 0.65s ease;
      transition: all 0.65s ease; }
      .header .menu-btn-mark.top, .header .menu-btn-mark.middle {
        margin-bottom: 9px; }
    .header .menu-btn.active .top {
      -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
          -ms-transform: translateY(10px) translateX(0) rotate(45deg);
              transform: translateY(10px) translateX(0) rotate(45deg);
      background-color: #fff; }
    .header .menu-btn.active .middle {
      opacity: 0; }
    .header .menu-btn.active .bottom {
      -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
          -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
              transform: translateY(-10px) translateX(0) rotate(-45deg);
      background-color: #fff; }
  .header .nav {
    background-color: rgba(42, 40, 34, 0.85); }
  .header #menu-nav {
    z-index: 1;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.35s;
         -o-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0; }
    .header #menu-nav.open {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; }
      .header #menu-nav.open #menu-nav-close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .header #menu-nav.open .menu-menu-header-container {
        position: relative; }
      .header #menu-nav.open:before {
        display: block;
        pointer-events: initial;
        opacity: 1;
        right: 88vw; }
  .header #header-menu {
    background-color: #2a2822;
    background-color: rgba(42, 40, 34, 0.95);
    margin: 0;
    padding: 0; }
    .header #header-menu ul {
      margin: 0;
      padding: 0; }
    .header #header-menu li {
      list-style: none; }
      .header #header-menu li a {
        color: #fff;
        display: block;
        padding: 15px 20px 15px 40px; }
        .header #header-menu li a:link, .header #header-menu li a:visited {
          color: #fff; }
        .header #header-menu li a:hover, .header #header-menu li a:active, .header #header-menu li a:focus {
          color: #CDA312; }
    .header #header-menu li + li {
      border-top: solid 1px #484848; }

@media (min-width: 769px) {
  .header-nav.sp {
    display: none; }
  .header-nav.pc {
    display: block;
    background-color: #2A2822;
    background-color: rgba(42, 40, 34, 0.95);
    padding-bottom: 1px; }
  .header .footer-nav-pc {
    margin-top: 0;
    padding-top: 40px; }
    .header .footer-nav-pc-col h3 {
      margin: 0 auto;
      max-width: 200px;
      text-align: left;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .header .footer-nav-pc-col ul li {
      margin: 0 auto;
      max-width: 200px;
      text-align: left;
      font-size: 12px;
      font-size: 0.85714rem;
      letter-spacing: 1.2px;
      line-height: 3; }
      .header .footer-nav-pc-col ul li a:hover, .header .footer-nav-pc-col ul li a:active, .header .footer-nav-pc-col ul li a:focus {
        color: #CDA312; } }

.footer {
  background-color: #000; }
  .footer-link {
    background-image: url("img/common/footer_bg.png");
    background-size: 50%;
    background-repeat: repeat;
    padding: 24px 0; }
    .footer-link-list-item {
      padding: 16px 30px; }
    .footer-link-list-link {
      display: block;
      margin: 0 auto;
      padding: 10px 0 0;
      border: solid 0.5px #9b9b9b;
      color: #fff;
      -webkit-transition-property: background-color;
      -o-transition-property: background-color;
      transition-property: background-color;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      height: 110px;
      font-size: 14px;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 3px;
      text-align: center;
      line-height: 1.7; }
      .footer-link-list-link .symbol {
        margin: 0 auto;
        width: 68px;
        height: 68px;
        display: block;
        background-size: 100% 200%;
        background-position: center bottom;
        background-repeat: no-repeat; }
      .footer-link-list-link .label {
        display: block;
        margin: 0 auto;
        margin-top: -0.05em; }
      .footer-link-list-link.history {
        background-color: #7e3033; }
        .footer-link-list-link.history .symbol {
          background-image: url("img/common/logo_bnr_history.png"); }
      .footer-link-list-link.store {
        background-color: #002e4a; }
        .footer-link-list-link.store .symbol {
          background-image: url("img/common/logo_bnr_store.png"); }
      .footer-link-list-link:hover, .footer-link-list-link:active, .footer-link-list-link:focus {
        opacity: 1;
        color: #fff; }
        .footer-link-list-link:hover .symbol, .footer-link-list-link:active .symbol, .footer-link-list-link:focus .symbol {
          background-position: center bottom; }
      .footer-link-list-link img {
        max-width: 100%; }
  .footer-nav.sp {
    display: block; }
    .footer-nav.sp li {
      border: solid 1px rgba(72, 72, 72, 0.4);
      background-color: rgba(46, 46, 46, 0.5); }
    .footer-nav.sp a {
      display: block;
      padding: 0 0 0 40px;
      line-height: 60px; }
      .footer-nav.sp a:hover, .footer-nav.sp a:active, .footer-nav.sp a:focus {
        color: #cda312; }
  .footer-nav.pc {
    display: none; }
  .footer-nav a {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #fff; }
    .footer-nav a:link, .footer-nav a:hover, .footer-nav a:visited, .footer-nav a:active, .footer-nav a:focus {
      color: #fff; }
  .footer-contact {
    padding: 40px 28px; }
    .footer-contact.pc {
      display: none; }
    .footer-contact.sp .tel {
      display: block;
      background: rgba(166, 157, 122, 0.1);
      border: 1px solid rgba(166, 157, 122, 0.6);
      color: #c5b98f;
      height: 80px;
      width: 100%;
      border-radius: 40px;
      text-align: center;
      padding-top: 6px; }
      .footer-contact.sp .tel span {
        display: block; }
        .footer-contact.sp .tel span.label {
          font-weight: 300;
          font-size: 16px;
          font-size: 1.14286rem;
          color: #c5b98f;
          letter-spacing: 1.6px;
          line-height: 1.5; }
        .footer-contact.sp .tel span.number {
          font-weight: 500;
          font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
          font-size: 29px;
          font-size: 2.07143rem;
          letter-spacing: 0; }
    .footer-contact-sns {
      padding: 48px 0 0;
      text-align: center; }
      .footer-contact-sns-link + .footer-contact-sns-link {
        margin-left: 36px; }
  .footer-copyrights {
    margin: 40px auto 0;
    opacity: 0.6;
    font-weight: 300;
    font-size: 10px;
    font-size: 0.71429rem;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 2.8; }

@media (min-width: 769px) {
  .footer {
    padding: 0 0 40px; }
    .footer-link {
      background-size: 50%;
      padding: 44px 0 60px;
      background-color: rgba(46, 46, 46, 0.5); }
      .footer-link-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 auto;
        max-width: 1020px; }
        .footer-link-list-item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
        .footer-link-list-link {
          color: #5b5b5b;
          background-color: #fff; }
          .footer-link-list-link .symbol {
            background-position: center top; }
          .footer-link-list-link.store, .footer-link-list-link.history {
            background-color: #fff; }
          .footer-link-list-link:hover, .footer-link-list-link:active, .footer-link-list-link:focus {
            opacity: 1;
            color: #fff; }
            .footer-link-list-link:hover.history, .footer-link-list-link:active.history, .footer-link-list-link:focus.history {
              background-color: #7e3033; }
            .footer-link-list-link:hover.store, .footer-link-list-link:active.store, .footer-link-list-link:focus.store {
              background-color: #002e4a; }
    .footer-nav.sp {
      display: none; }
    .footer-nav.pc {
      display: block;
      padding: 60px 40px 40px;
      text-align: center; }
    .footer-nav-pc {
      max-width: 1020px;
      margin: 60px auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .footer-nav-pc-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        text-align: center; }
        .footer-nav-pc-col h3 {
          font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-size: 14px;
          font-size: 1rem;
          color: #c5b98f;
          letter-spacing: 1.4px;
          text-align: center; }
        .footer-nav-pc-col ul {
          margin-top: 16px; }
          .footer-nav-pc-col ul li a {
            line-height: 24px;
            font-weight: 300;
            font-size: 12px;
            font-size: 0.85714rem;
            color: #ffffff;
            letter-spacing: 1px;
            line-height: 2; }
    .footer-contact.sp {
      display: none; }
    .footer-contact.pc {
      display: block; }
      .footer-contact.pc .tel span {
        display: inline-block; }
        .footer-contact.pc .tel span.label {
          font-size: 12px;
          font-size: 0.85714rem; }
        .footer-contact.pc .tel span.number {
          font-weight: 400;
          font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
          font-size: 18px;
          font-size: 1.28571rem;
          letter-spacing: 0.1px; }
    .footer-contact-sns-link img {
      width: 20px;
      height: 20px; }
    .footer-contact-sns-link + .footer-contact-sns-link {
      margin-left: 16px; } }

.top-link {
  display: inline-block;
  width: 280px;
  margin: 0 auto;
  color: #8C3639;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  border: solid 1px #8C3639; }
  .top-link:hover, .top-link:active, .top-link:focus {
    opacity: 1;
    color: #AC002F; }
  .top-link img {
    margin-top: -2px;
    margin-left: 10px;
    height: 8px; }

.top-section-title {
  margin-top: 40px;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-size: 1.71429rem;
  color: #000000;
  letter-spacing: 4.36px;
  text-align: center;
  line-height: 2.166666667; }
  .top-section-title-sub {
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #000000;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1; }

.top-main {
  background-image: url("img/top/img_top_main_sp.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .top-main:before {
    content: '';
    display: block;
    padding-top: 107.4666667%; }
  .top-main-logo {
    width: 120px; }
  .top-main #whiteLogo.show #white_logo_circle {
    opacity: 1; }
  .top-main #whiteLogo.show #white_logo_leaf, .top-main #whiteLogo.show #white_logo_branch {
    stroke-dashoffset: 0; }
  .top-main #whiteLogo.complete #white_logo_leaf, .top-main #whiteLogo.complete #white_logo_branch {
    stroke: transparent;
    fill: white; }
  .top-main #white_logo_circle {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .top-main #white_logo_leaf, .top-main #white_logo_branch {
    -webkit-transition-property: opacity, stroke-dashoffset, fill, stroke;
    -o-transition-property: opacity, stroke-dashoffset, fill, stroke;
    transition-property: opacity, stroke-dashoffset, fill, stroke;
    stroke-dashoffset: -1000;
    stroke-dasharray: 1000;
    -webkit-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
    fill: transparent;
    stroke: white;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .top-main #white_logo_leaf {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .top-main #white_logo_branch {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s; }





.top-new-products {
	margin: 0px 0px 80px 0px;
}

.top-new-products .bnr-container {
	padding: 30px 0px 0px 0px;
	text-align: center;
	margin: 0px 12px 0px 12px;
}

.top-new-products .bnr-container .kakinotane-bnr {
	width: 100%;
	max-width: 640px;
	height: auto;
}


.top-products {
  text-align: center;
  padding: 0 0 80px; }
  .top-products-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 12px; }
    .top-products-list-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      padding: 8px; }
    .top-products-list-img {
      max-width: 100%; }
      .top-products-list-img.pc {
        display: none; }

.top-two-col .col-main {
  background-size: cover;
  background-repeat: no-repeat; }
  .top-two-col .col-main:before {
    content: '';
    display: block;
    padding-top: 100%; }

.top-two-col .col-text {
  text-align: center;
  padding-bottom: 80px; }
  .top-two-col .col-text p {
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
    font-size: 1rem;
    color: #181818;
    letter-spacing: 0;
    text-align: center;
    line-height: 2; }
  .top-two-col .col-text .top-link {
    margin-top: 40px; }

.top-store .col-main {
  background-image: url("img/top/img_top_stores.jpg"); }

.top-store .col-text .logo-store {
  margin-top: 72px; }

.top-store .col-text h2 {
  margin-top: 16px; }

.top-shamido .col-main {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background-image: url("img/top/img_top_shamido.jpg"); }

.top-shamido .col-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  .top-shamido .col-text .logo-shamido {
    margin-top: 72px; }
  .top-shamido .col-text h2 {
    margin-top: 16px; }

.top-info {
  padding: 0 24px 52px; }
  .top-info-inner {
    border-top: solid 1px #dddcbc; }
  .top-info-list {
    padding-top: 40px; }
    .top-info-list-item {
      padding: 8px 0; }
    .top-info-list-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      border: solid 1px rgba(155, 155, 155, 0.5); }
      .top-info-list-link img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 120px;
        height: 120px; }
      .top-info-list-link-text {
        color: #181818;
        padding: 24px 14px; }
        .top-info-list-link-text h4 {
          font-weight: 300;
          word-break: break-all;
          font-size: 14px;
          font-size: 1rem;
          line-height: 1.5;
          display: block;
          display: box;
          display: -webkit-box;
          overflow: hidden;
          box-orient: vertical;
          -webkit-box-orient: vertical;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          line-clamp: 2;
          -webkit-line-clamp: 2;
          line-height: 1.5;
          height: calc($line * $line-height * 0.98); }

@media (min-width: 769px) {
  .top-link {
    border: none; }
  .top-main {
    background-image: url("img/top/img_top_main.jpg"); }
    .top-main:before {
      padding-top: 44.0677966%; }
    .top-main-logo {
      width: 180px; }
  .top-products-list {
    margin: 0 auto;
    max-width: 1180px;
    padding: 30px 30px; }
    .top-products-list-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      padding: 10px; }
    .top-products-list-img.pc {
      display: inline; }
    .top-products-list-img.sp {
      display: none; }
  .top-two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .top-two-col .col-main,
    .top-two-col .col-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
  .top-store .col-text {
    border-top: solid 1px #c5b98f; }
  .top-shamido .col-text {
    border-bottom: solid 1px #c5b98f; }
  .top-info-inner {
    border-top: none;
    margin: 0 auto;
    max-width: 1060px; }
  .top-info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .top-info-list-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      padding: 20px; }
    .top-info-list-link {
      display: block;
      height: 100%;
      border: none; }
      .top-info-list-link-img {
        position: relative;
        width: inherit;
        height: auto; }
        .top-info-list-link-img:before {
          content: '';
          display: block;
          padding-top: 100%; }
        .top-info-list-link-img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .top-info-list-link-text {
        padding: 10px 0; } }

.page-shamido img {
  max-width: 100%; }
  .page-shamido img.sp {
    display: block;
    margin: 20px auto 0; }
  .page-shamido img.pc {
    display: none; }

.page-shamido .original.flow {
  margin: 80px auto 0;
  padding: 0 24px;
  text-align: left; }
  .page-shamido .original.flow h4 {
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.42857rem; }
  .page-shamido .original.flow h5 {
    margin: 12px auto 0;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #181818;
    letter-spacing: 0.8px;
    line-height: 1.625; }
  .page-shamido .original.flow p {
    margin: 8px auto 28px;
    text-align: left; }
    .page-shamido .original.flow p + h4 {
      position: relative;
      padding-top: 40px; }
      .page-shamido .original.flow p + h4:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #dddcbc; }

.page-shamido .contact {
  padding-bottom: 32px; }
  .page-shamido .contact-block {
    margin-top: 52px;
    padding: 0px 24px 24px; }
    .page-shamido .contact-block p {
      font-weight: 300;
      text-align: left;
      font-size: 16px;
      font-size: 1.14286rem;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.63;
      letter-spacing: normal;
      color: #181918; }
      .page-shamido .contact-block p.time {
        font-size: 14px;
        font-size: 1rem;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: 1.4px;
        text-align: center; }
    .page-shamido .contact-block .btn {
      margin-top: 20px;
      font-weight: 600;
      font-size: 16px;
      font-size: 1.14286rem;
      font-style: normal;
      font-stretch: normal;
      line-height: 3.25;
      letter-spacing: 1px;
      text-align: center;
      color: #8c3639;
      background-color: rgba(140, 54, 57, 0.1); }
      .page-shamido .contact-block .btn:hover, .page-shamido .contact-block .btn:active, .page-shamido .contact-block .btn:focus {
        color: #8c3639; }
  .page-shamido .contact h4 {
    margin: 80px auto 0;
    padding: 0 24px;
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.42857rem;
    color: #000000;
    letter-spacing: 3px; }
  .page-shamido .contact-text {
    text-align: left;
    padding: 0 24px; }
  .page-shamido .contact a {
    color: #7e3033;
    font-weight: 600; }
    .page-shamido .contact a:visited, .page-shamido .contact a:link {
      color: #7e3033; }
    .page-shamido .contact a:hover, .page-shamido .contact a:active, .page-shamido .contact a:focus {
      color: #cda312; }

@media (min-width: 769px) {
  .page-shamido img.sp {
    display: none; }
  .page-shamido img.pc {
    display: block;
    margin: 40px auto 0; }
  .page-shamido .original {
    max-width: 820px;
    margin: 0 auto; }
  .page-shamido .contact {
    position: relative;
    padding: 40px 24px 52px;
    margin: 0 auto;
    max-width: 820px; }
    .page-shamido .contact:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .page-shamido .contact h4 {
      line-height: 2.6;
      text-align: center;
      color: #181818; }
    .page-shamido .contact-block {
      margin-top: 48px;
      padding-bottom: 32px; }
      .page-shamido .contact-block p {
        text-align: center;
        line-height: 1.75;
        letter-spacing: 1.1px;
        text-align: center;
        color: #2a2a29; }
      .page-shamido .contact-block .btn {
        margin-top: 24px;
        max-width: 620px; }
      .page-shamido .contact-block.tel {
        text-align: center; }
        .page-shamido .contact-block.tel p {
          margin-bottom: 12px; }
        .page-shamido .contact-block.tel .btn {
          margin-top: 20px;
          display: inline;
          font-size: 28px;
          font-size: 2rem;
          background-color: transparent;
          font-style: normal;
          font-stretch: normal;
          line-height: 0.86;
          letter-spacing: normal;
          text-align: center;
          color: #7e3033; }
        .page-shamido .contact-block.tel .time {
          margin: 10px 0 0;
          font-size: 16px;
          font-size: 1.14286rem;
          line-height: 1.75;
          letter-spacing: 1.1px;
          color: #2a2a29; } }

.page-store .store-info + .store-info {
  position: relative;
  padding-top: 1px; }
  .page-store .store-info + .store-info:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 24px;
    display: block;
    height: 1px;
    width: calc(100% - 48px);
    background-color: #c5b98f; }

.page-store .store-info img {
  margin: 40px auto 0;
  max-width: 100%; }
  .page-store .store-info img.pc {
    display: none; }
  .page-store .store-info img + p {
    margin-top: 30px; }
  .page-store .store-info img.sns {
    margin-top: 8px; }

.page-store .store-info p {
  text-align: left;
  padding: 0 24px;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.14286rem;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.8px;
  line-height: 1.75; }

.page-store .store-info dl {
  margin-top: 40px;
  padding: 0 24px; }
  .page-store .store-info dl dt {
    font-weight: 300;
    font-size: 14px;
    font-size: 1rem;
    color: #181818;
    letter-spacing: 3px;
    line-height: 2.285714286; }
  .page-store .store-info dl dd {
    padding: 0 0 0 12px;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.5; }

.page-store .store-info .map {
  margin: 48px auto;
  padding: 0 24px; }
  .page-store .store-info .map-inner {
    position: relative;
    width: 100%; }
    .page-store .store-info .map-inner:before {
      display: block;
      content: '';
      padding-top: 50%;
      width: 100%; }
  .page-store .store-info .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.page-store .store-info .btn-area {
  padding: 40px 24px 0; }

.page-store .store-info .floar-wrapper {
  padding: 20px 0; }

.page-store .store-info .floar-title {
  margin-top: 60px;
  padding: 0 20px;
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 600;
  line-height: 2.6;
  letter-spacing: 3px;
  color: #181818; }

.page-store .store-info .floar a {
  text-decoration: underline; }

.page-store .store-info .floar img {
  margin-top: 20px; }

.page-store .store-info.dealer {
  position: relative;
  padding-top: 1px; }
  .page-store .store-info.dealer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 24px;
    display: block;
    height: 1px;
    width: calc(100% - 48px);
    background-color: #c5b98f; }
  .page-store .store-info.dealer .paragraph-title {
    line-height: 1.6; }
  .page-store .store-info.dealer .dealer-info .paragraph-title {
    margin: 60px auto 17px; }
  .page-store .store-info.dealer .dealer-info ul {
    padding: 0 24px;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #181818;
    letter-spacing: 3.43px;
    line-height: 2.75; }
  .page-store .store-info.dealer .dealer-info .dealer-caution {
    font-weight: 300;
    font-size: 12px;
    font-size: 0.85714rem;
    color: #484848;
    letter-spacing: 3px;
    line-height: 4.333333333; }

@media (min-width: 769px) {
  .page-store .store-info {
    margin: 0 auto;
    max-width: 940px; }
    .page-store .store-info + .store-info:before {
      width: 100%;
      left: 0px; }
    .page-store .store-info img.sp {
      display: none; }
    .page-store .store-info img.pc {
      display: block; }
    .page-store .store-info p {
      padding: 0; }
    .page-store .store-info dl {
      margin-top: 32px;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .page-store .store-info dl dt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 170px;
            -ms-flex: 0 0 170px;
                flex: 0 0 170px; }
    .page-store .store-info .map {
      padding: 0; }
    .page-store .store-info .floar {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; }
      .page-store .store-info .floar + .floar {
        margin-left: 36px; }
      .page-store .store-info .floar-title {
        padding-left: 0; }
      .page-store .store-info .floar-wrapper {
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
  .page-store .store-branches {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 940px;
    margin: 104px auto 80px; }
    .page-store .store-branches .store-info {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0 28px; }
      .page-store .store-branches .store-info dt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 120px;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px; }
      .page-store .store-branches .store-info dd {
        display: inline; }
      .page-store .store-branches .store-info .branch-info {
        min-height: 380px; }
      .page-store .store-branches .store-info .map {
        margin-bottom: 0; }
    .page-store .store-branches .store-info + .store-info {
      border-left: solid 1px #c5b98f; }
      .page-store .store-branches .store-info + .store-info:before {
        display: none; }
  .page-store .store-info.dealer:before {
    width: 100%;
    left: 0px; }
  .page-store .store-info.dealer .dealer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .page-store .store-info.dealer .dealer-col ul {
      padding: 0; }
    .page-store .store-info.dealer .dealer-col .dealer-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

.page-matsuzaki-about {
  text-align: center; }
  .page-matsuzaki-about .main-img {
    margin-top: 60px; }
  .page-matsuzaki-about-text {
    padding-top: 40px; }
    .page-matsuzaki-about-text p {
      font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-top: 1em;
      font-weight: 300;
      font-size: 14px;
      font-size: 1rem;
      color: #181818;
      letter-spacing: 1.75px;
      line-height: 1.714285714; }

.page-matsuzaki-history-list {
  margin-top: 60px;
  padding: 0px 15px 0px 35px; }
  .page-matsuzaki-history-list .history-list {
    margin-top: 40px; }
    .page-matsuzaki-history-list .history-list.same {
      margin-top: 0px; }
    .page-matsuzaki-history-list .history-list dt {
      font-weight: 300;
      font-size: 14px;
      font-size: 1rem;
      color: #181818;
      letter-spacing: 7px;
      line-height: 2.285714286; }
      .page-matsuzaki-history-list .history-list dt .month.top {
        padding-left: 16px; }
    .page-matsuzaki-history-list .history-list dd {
      padding-left: 16px;
      font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      font-size: 16px;
      font-size: 1.14286rem;
      color: #000000;
      letter-spacing: 3px;
      line-height: 1.6; }

@media (min-width: 769px) {
  .page-matsuzaki-about {
    padding-bottom: 20px; }
    .page-matsuzaki-about-inner {
      padding: 50px 0 80px;
      background-color: #fefefe;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-matsuzaki-about .main-img {
      margin: 30px 0 0 80px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: auto;
      height: 360px; }
    .page-matsuzaki-about-text {
      padding: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 80px; }
      .page-matsuzaki-about-text p {
        margin-top: 30px;
        max-width: 580px;
        text-align: left;
        letter-spacing: 4px;
        line-height: 2.142857143; }
        .page-matsuzaki-about-text p.pc-right {
          text-align: right; }
  .page-matsuzaki-history {
    padding-bottom: 140px; }
    .page-matsuzaki-history-inner {
      margin: 113px auto 0;
      max-width: 1180px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-matsuzaki-history .section-title {
      display: none; }
      .page-matsuzaki-history .section-title-sub {
        text-align: left;
        margin-top: 200px;
        margin-left: 80px;
        font-size: 27px;
        font-size: 1.92857rem;
        color: #181818;
        letter-spacing: 57px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
    .page-matsuzaki-history-list {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-left: 160px; }
      .page-matsuzaki-history-list dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .page-matsuzaki-history-list dl.same {
          padding-left: 0; }
        .page-matsuzaki-history-list dl dt span {
          display: inline-block; }
        .page-matsuzaki-history-list dl dt .year {
          color: #181818;
          letter-spacing: 7px;
          text-align: justify;
          line-height: 32px;
          width: 92px; }
        .page-matsuzaki-history-list dl dt .gengo, .page-matsuzaki-history-list dl dt .month {
          font-size: 12px;
          font-size: 0.85714rem;
          color: #484848;
          letter-spacing: 6px;
          text-align: justify;
          line-height: 32px; }
        .page-matsuzaki-history-list dl dt .gengo {
          margin-left: 16px;
          width: 88px; }
        .page-matsuzaki-history-list dl dt .month {
          margin-left: 6px;
          width: 48px;
          text-align: right; }
          .page-matsuzaki-history-list dl dt .month.top {
            padding: 0; }
        .page-matsuzaki-history-list dl dd {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 auto;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          margin-left: 52px;
          letter-spacing: 6px; } }

.page-company-info .company-image {
  display: block;
  width: 100%;
  background-image: url("img/page/img_companyprofile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .page-company-info .company-image:before {
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%; }

.page-company-info .company-info {
  margin-top: 40px;
  padding: 0px 15px 0px 35px; }
  .page-company-info .company-info dl {
    margin-top: 60px; }
    .page-company-info .company-info dl dt {
      font-weight: 300;
      font-size: 14px;
      font-size: 1rem;
      color: #181818;
      letter-spacing: 7px;
      line-height: 2.285714286; }
      .page-company-info .company-info dl dt .month.top {
        padding-left: 16px; }
    .page-company-info .company-info dl dd {
      padding-left: 16px;
      font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      font-size: 16px;
      font-size: 1.14286rem;
      color: #000000;
      letter-spacing: 3px;
      line-height: 1.6; }
      .page-company-info .company-info dl dd .label {
        font-size: 14px;
        font-size: 1rem;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

@media (min-width: 769px) {
  .page-company-info .company-image {
    margin-top: 70px; }
    .page-company-info .company-image::before {
      padding-top: 44.0677966%; }
  .page-company-info .company-info {
    margin: 0 auto;
    max-width: 932px; }
    .page-company-info .company-info dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .page-company-info .company-info dl dt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
            -ms-flex: 0 0 150px;
                flex: 0 0 150px; }
      .page-company-info .company-info dl dd {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-left: 52px;
        letter-spacing: 6px; }
        .page-company-info .company-info dl dd .label {
          margin-right: 4px;
          font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-size: 16px;
          font-size: 1.14286rem; } }

.page-information .top-info-list {
  padding: 0 24px; }

@media (min-width: 769px) {
  .page-information .top-info-list {
    max-width: 1020px;
    margin: 0 auto; } }

.page-products .btn {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.14286rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 52px;
  border-radius: 6px;
  max-width: 700px;
  margin: 0 auto; }
  .page-products .btn-area {
    padding: 22px 20px 0; }
    .page-products .btn-area.online {
      margin-bottom: 40px;
      background-color: rgba(208, 192, 136, 0.2);
      padding: 40px 20px; }
  .page-products .btn.online {
    color: #4b250f;
    background-color: #d0c088; }

.page-products-category {
  padding-top: 0.4px;
  background-color: #f4f0e1; }
  .page-products-category .btn {
    color: #4b250f;
    background-color: #d0c088; }
  .page-products-category-list .list-item {
    padding: 6px 20px; }
  .page-products-category-list .list-link:hover, .page-products-category-list .list-link:focus, .page-products-category-list .list-link:active {
    opacity: 0.8; }
  .page-products-category-list img {
    max-width: 100%; }
    .page-products-category-list img.pc {
      display: none; }

.page-products .section + .section {
  border-top: solid 1px #dddcbc; }
  .page-products .section + .section:before {
    display: none; }

.page-products-senbei {
  padding: 0px 20px 69px; }
  .page-products-senbei .title {
    margin-top: 40px;
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: 6px;
    border-bottom: solid 1px;
    color: #4a0608;
    border-color: #4a0608; }
  .page-products-senbei ul {
    margin: 0 -20px;
    padding: 20px 12px 0; }
  .page-products-senbei .btn {
    margin-top: 20px;
    color: #8c3639;
    background-color: rgba(140, 54, 57, 0.1); }

@media (min-width: 769px) {
  .page-products .breadcrumb-list {
    max-width: 1180px; }
  .page-products .btn-area {
    padding: 70px 0 0; }
    .page-products .btn-area.online {
      margin-top: 100px;
      margin-bottom: 130px; }
  .page-products-category-list {
    max-width: 1180px;
    margin: 70px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .page-products-category-list .list-item {
      padding: 0 10px; }
    .page-products-category-list img.sp {
      display: none; }
    .page-products-category-list img.pc {
      display: inline; }
  .page-products-senbei {
    max-width: 1180px;
    padding: 0 20px 40px;
    margin: 0 auto; }
    .page-products-senbei .btn {
      margin-top: 60px; } }

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .product-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px 8px; }
  .product-list-link {
    padding: 10px 0 8px;
    display: block;
    border: solid 1px #eaeaea;
    height: 100%; }
    .product-list-link img {
      width: 100%;
      height: auto; }
    .product-list-link-name, .product-list-link-name p {
      min-height: 2.86em;
      font-weight: 300;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.43;
      letter-spacing: 1.8px;
      text-align: center;
      color: #181818; }

.page-product-category .btn {
  color: #4b250f;
  background-color: #d0c088; }
  .page-product-category .btn.product-link {
    color: #8c3639;
    background-color: rgba(140, 54, 57, 0.1); }
  .page-product-category .btn-area {
    margin-bottom: 40px;
    background-color: rgba(208, 192, 136, 0.2);
    padding: 40px 20px; }
    .page-product-category .btn-area.transparent {
      background-color: transparent; }

.page-product-category-main {
  padding: 40px 24px 60px;
  text-align: center; }
  .page-product-category-main img {
    max-width: 100%;
    height: auto; }

.page-product-category-name {
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 1.71429rem;
  text-align: left;
  font-weight: 600;
  line-height: 2.17;
  letter-spacing: 6px;
  color: #4a0608;
  border-bottom: solid 1px #4a0608; }
  .page-product-category-name.products-kawara {
    color: #4a0608;
    border-bottom: solid 1px #4a0608; }
  .page-product-category-name.products-souka {
    color: #643b08;
    border-bottom: solid 1px #643b08; }
  .page-product-category-name.products-arare {
    color: #002538;
    border-bottom: solid 1px #002538; }
  .page-product-category-name.products-other {
    color: #263416;
    border-bottom: solid 1px #263416; }

.page-product-category-description, .page-product-category-description p {
  margin-top: 1em;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.14286rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.8px;
  text-align: center;
  color: #181818; }
  .page-product-category-description br, .page-product-category-description p br {
    display: block; }

.page-product-category-index {
  position: relative;
  padding: 40px 24px; }
  .page-product-category-index:before {
    position: absolute;
    content: '';
    top: 0;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    display: block;
    background-color: #dddcbc; }
  .page-product-category-index-title {
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 600;
    line-height: 2.89;
    letter-spacing: normal;
    color: #181818; }

@media (min-width: 769px) {
  .product-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .product-list-link {
    border: none; }
    .product-list-link-name, .product-list-link-name p {
      min-height: auto;
      font-weight: 600;
      letter-spacing: 0.9px; }
  .page-product-category .btn {
    max-width: 770px; }
    .page-product-category .btn-area {
      margin-bottom: 0px; }
      .page-product-category .btn-area.transparent {
        margin-bottom: 160px; }
  .page-product-category .breadcrumb-list {
    max-width: 1180px; }
  .page-product-category-main {
    margin: 0 auto;
    max-width: 1180px; }
    .page-product-category-main img {
      margin: 40px auto 0;
      width: 100%;
      max-width: 700px; }
  .page-product-category-name {
    font-size: 24px;
    font-size: 1.71429rem;
    letter-spacing: 13.3px; }
  .page-product-category-description {
    margin: 0 auto;
    max-width: 700px; }
    .page-product-category-description, .page-product-category-description p {
      line-height: 2;
      letter-spacing: 3px; }
  .page-product-category-index:before {
    left: 0;
    width: 100%; }
  .page-product-category-index-title {
    margin: 0 auto;
    max-width: 1180px;
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 2.36;
    letter-spacing: 3px; }
  .page-product-category-index ul {
    margin: 0 auto;
    max-width: 1180px; } }

.page-recruit .content {
  padding: 0 28px; }
  .page-recruit .content h2 {
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 24px;
    font-size: 1.71429rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: 6px;
    color: #181918;
    border-bottom: solid 1px #7e3033;
    margin-top: 60px;
    margin-bottom: 48px; }
  .page-recruit .content p {
    text-align: left;
    font-size: 16px;
    font-size: 1.14286rem;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #181918; }
  .page-recruit .content .recruit-info {
    border: solid 1px #dddcbc;
    padding-bottom: 40px; }
    .page-recruit .content .recruit-info h3 {
      font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 48px;
      padding: 0 20px;
      background-color: #f4f0e1;
      font-weight: 600;
      font-size: 16px;
      font-size: 1.14286rem;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 2.4px;
      color: #000000; }
    .page-recruit .content .recruit-info .tablebtn {
      position: relative;
      display: block;
      margin: 0 auto;
      width: 260px;
      line-height: 28px;
      border-radius: 26px;
      border: solid 1px #7e3033;
      font-weight: 600;
      font-size: 12px;
      font-size: 0.85714rem;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 3px;
      text-align: center;
      color: #8c3639; }
      .page-recruit .content .recruit-info .tablebtn:after {
        position: absolute;
        top: 12px;
        right: 80px;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #7e3033;
        border-right: solid 2px #7e3033;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .page-recruit .content .recruit-info table td {
      border: none;
      -webkit-transition-property: max-height, margin;
      -o-transition-property: max-height, margin;
      transition-property: max-height, margin;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      max-height: 100vh;
      overflow: hidden; }
    .page-recruit .content .recruit-info table .column-1 {
      font-size: 14px;
      font-size: 1rem;
      margin-top: 20px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: 7px;
      color: #181918; }
    .page-recruit .content .recruit-info table .column-2 {
      font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 16px;
      font-size: 1.14286rem;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 3px;
      color: #181818; }

@media (max-width: 768px) {
  .page-recruit .content .recruit-info.close table tr:nth-child(n + 3) {
    display: block;
    height: 0;
    overflow: hidden; }
    .page-recruit .content .recruit-info.close table tr:nth-child(n + 3) td {
      overflow: hidden;
      margin: 0px;
      max-height: 0; }
  .page-recruit .content .recruit-info.close .tablebtn:after {
    top: 10px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .page-recruit .content .recruit-info .column-1,
  .page-recruit .content .recruit-info .column-2 {
    display: block;
    width: 100%;
    padding: 0 20px; } }

@media (min-width: 769px) {
  .page-recruit {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px; }
    .page-recruit .content h2 {
      font-size: 24px;
      font-size: 1.71429rem;
      font-style: normal;
      font-stretch: normal;
      line-height: 2.17;
      letter-spacing: 13.3px;
      margin-bottom: 20px; }
    .page-recruit .content p {
      font-size: 18px;
      font-size: 1.28571rem;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 2.6;
      letter-spacing: 3px;
      padding: 20px 40px; }
    .page-recruit .content .recruit-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-bottom: 0;
      border: none; }
      .page-recruit .content .recruit-info h3 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 28%;
            -ms-flex: 1 1 28%;
                flex: 1 1 28%;
        white-space: nowrap;
        padding: 28px 40px;
        font-size: 20px;
        font-size: 1.42857rem;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 3px; }
      .page-recruit .content .recruit-info .tablebtn {
        display: none; }
      .page-recruit .content .recruit-info table td {
        padding-top: 20px; }
      .page-recruit .content .recruit-info table .column-1 {
        padding-left: 45px;
        line-height: 2.29;
        letter-spacing: 5px; } }

.single-information .information-post {
  background-color: #fff;
  padding: 40px 24px; }
  .single-information .information-post .date {
    font-weight: 300;
    font-size: 14px;
    font-size: 1rem;
    color: #181818;
    letter-spacing: 1.4px;
    line-height: 10px; }
  .single-information .information-post-title {
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.42857rem;
    color: #000000;
    letter-spacing: 1.11px;
    lighting-color: 2.6;
    margin: 20px auto 40px; }
  .single-information .information-post .content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .single-information .information-post .content p {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #181818;
    letter-spacing: 0.8px;
    line-height: 1.625;
    margin-bottom: 1em; }
  .single-information .information-post .content div {
    max-width: 100%; }
  .single-information .information-post .content a {
    color: #7e3033; }
    .single-information .information-post .content a:link, .single-information .information-post .content a:visited {
      color: #7e3033; }
  .single-information .information-post .content select {
    height: 30px;
    width: 100%; }
  .single-information .information-post .content .wpcf7-form-control {
    max-width: 100%;
    border: solid 1px rgba(155, 155, 155, 0.5); }
  .single-information .information-post .content .wpcf7-textarea {
    width: 100%; }
  .single-information .information-post .content .wpcf7-submit {
    margin: 0 auto;
    display: block;
    height: 52px;
    width: 100%;
    line-height: 52px;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.14286rem;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 52px;
    border-radius: 6px;
    background-color: #7e3033;
    max-width: 450px; }
    .single-information .information-post .content .wpcf7-submit:hover, .single-information .information-post .content .wpcf7-submit:active, .single-information .information-post .content .wpcf7-submit:focus {
      opacity: 0.8; }
  .single-information .information-post .nav {
    margin: 80px -24px 0;
    border-top: solid 1px #efefee;
    border-bottom: solid 1px #efefee;
    background-color: #faf9f3; }
    .single-information .information-post .nav-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .single-information .information-post .nav-prev, .single-information .information-post .nav-next {
      width: 50%;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      padding: 0 28px;
      line-height: 60px; }
      .single-information .information-post .nav-prev a, .single-information .information-post .nav-next a {
        font-weight: 300;
        font-size: 14px;
        font-size: 1rem;
        color: #181818;
        letter-spacing: 0.8px; }
    .single-information .information-post .nav-next {
      text-align: right; }

@media (min-width: 769px) {
  .single-information .information-post {
    padding: 40px 80px; }
    .single-information .information-post-head {
      max-width: 1080px;
      margin: 0 auto; }
    .single-information .information-post-title {
      font-size: 24px;
      font-size: 1.71429rem; }
    .single-information .information-post .content {
      margin: 0 auto;
      max-width: 820px; }
      .single-information .information-post .content img {
        margin-bottom: 20px; }
      .single-information .information-post .content p {
        margin-bottom: 1em;
        letter-spacing: 2px;
        line-height: 1.75; }
      .single-information .information-post .content select {
        height: 30px;
        width: 371px; }
      .single-information .information-post .content .wpcf7-submit {
        margin-top: 60px; }
      .single-information .information-post .content .btbContactL {
        float: left;
        margin-right: 19px; }
    .single-information .information-post .nav {
      border: solid 1px #efefee;
      margin: 80px -80px 0; }
      .single-information .information-post .nav-inner {
        max-width: 820px;
        margin: 0 auto; } }

.single-product .product-detail {
  background-color: #fefefc;
  padding: 36px 24px; }
  .single-product .product-detail-category {
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 600;
    line-height: 2.89;
    letter-spacing: 3px;
    color: #4a0608; }
  .single-product .product-detail img {
    max-width: 100%;
    height: auto; }
  .single-product .product-detail-name {
    margin-top: 34px;
    font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 2.6;
    letter-spacing: 3px;
    color: #181818; }
  .single-product .product-detail dl {
    margin: 24px 0 40px; }
    .single-product .product-detail dl dt {
      font-weight: 300;
      font-size: 14px;
      font-size: 1rem;
      line-height: 2.29;
      letter-spacing: 7px;
      color: #181818; }
    .single-product .product-detail dl dd {
      padding-left: 16px;
      font-weight: 300;
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: normal;
      letter-spacing: 3px;
      color: #000000; }
  .single-product .product-detail-online-link {
    background-color: #d0c088;
    color: #4b250f; }
    .single-product .product-detail-online-link-wrapper {
      padding: 40px 20px;
      margin: 0 -24px;
      border: solid 1px #f4f0e1;
      background-color: rgba(208, 192, 136, 0.2); }
  .single-product .product-detail-category-link {
    margin-top: 40px;
    color: #8c3639;
    background-color: rgba(140, 54, 57, 0.1); }
    .single-product .product-detail-category-link.products-kawara {
      color: #8c3639;
      background-color: rgba(140, 54, 57, 0.1); }
    .single-product .product-detail-category-link.products-souka {
      color: #643b08;
      background-color: rgba(100, 59, 8, 0.1); }
    .single-product .product-detail-category-link.products-arare {
      color: #002538;
      background-color: rgba(0, 37, 56, 0.1); }
    .single-product .product-detail-category-link.products-other {
      color: #263416;
      background-color: rgba(38, 52, 22, 0.1); }

.single-product .recommend-product {
  padding: 40px 0px; }
  .single-product .recommend-product h2 {
    padding: 0 20px; }
  .single-product .recommend-product-viewport {
    max-width: 100%;
    width: 100%;
    padding: 0;
    overflow-x: auto; }
  .single-product .recommend-product-list {
    white-space: nowrap;
    padding: 6px 14px; }
    .single-product .recommend-product-list-item {
      vertical-align: top;
      display: inline-block;
      white-space: normal;
      padding: 6px; }
    .single-product .recommend-product-list-link {
      display: block;
      width: 162px;
      border: solid 1px #eaeaea; }
      .single-product .recommend-product-list-link img {
        height: 160px;
        width: 160px;
        -o-object-fit: contain;
           object-fit: contain; }
      .single-product .recommend-product-list-link-name {
        padding: 4px 4px;
        min-height: 3em;
        line-height: 1.5;
        color: #181818;
        text-align: center; }

@media (min-width: 769px) {
  .single-product .btn {
    max-width: 770px; }
  .single-product .breadcrumb-list {
    max-width: 1180px; }
  .single-product .product-detail {
    padding: 46px 20px 120px;
    max-width: 1180px;
    margin: 0 auto; }
    .single-product .product-detail-category {
      display: none; }
    .single-product .product-detail img {
      display: block;
      margin: 34px auto 0;
      max-width: 536px; }
    .single-product .product-detail-name {
      font-weight: 300;
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 2.17;
      letter-spacing: 3px; }
    .single-product .product-detail dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .single-product .product-detail dl dt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 130px;
            -ms-flex: 0 0 130px;
                flex: 0 0 130px;
        font-size: 12px;
        font-size: 0.85714rem;
        line-height: 2.67;
        letter-spacing: 3px;
        text-align: justify;
        color: #181818; }
      .single-product .product-detail dl dd {
        font-size: 16px;
        font-size: 1.14286rem;
        padding-left: 40px;
        line-height: 1.75;
        letter-spacing: 2px;
        color: #181818; }
    .single-product .product-detail-online-link-wrapper {
      margin: 0 auto; }
    .single-product .product-detail-category-link {
      margin-bottom: 120px; }
  .single-product .recommend-product {
    padding: 0px 0px 50px; }
    .single-product .recommend-product h2 {
      padding: 0 20px; }
    .single-product .recommend-product-viewport {
      text-align: center; }
    .single-product .recommend-product-list {
      display: inline-block;
      padding: 10px 30px; }
      .single-product .recommend-product-list-item {
        padding: 10px; }
      .single-product .recommend-product-list-link {
        width: 282px; }
        .single-product .recommend-product-list-link img {
          width: 280px;
          height: 280px; }
        .single-product .recommend-product-list-link-name {
          font-weight: 600; } }
