/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */

  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */

}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */

  font-size: 1em;
  /* 2 */

}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  /* 1 */

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  background-color: #f5f4f0;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
.browser-ie body {
  font-family: sans-serif;
}
@media screen and (max-width: 1285px) {
  body {
    min-width: 100%;
  }
}
a {
  color: #333333;
  text-decoration: underline;
  transition: all .3s;
}
a img {
  opacity: 1;
}
a:hover {
  color: #999999;
}
a:hover img {
  opacity: 0.7;
}
/* header
----------------------------*/
.header {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  background: #ffffff;
}
.header .headerArea {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 64px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .header .headerArea {
    max-width: calc(1024px - 120px);
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 959px) {
  .header .headerArea {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .header .headerArea {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .header .headerArea {
    width: 100%;
  }
  .header .headerArea .menuBtn,
  .header .headerArea .closeBtn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 64px;
    background-image: linear-gradient(to bottom, #f5d698, #ccab67);
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .header .headerArea .menuBtn img,
  .header .headerArea .closeBtn img {
    margin: 15px auto 0;
  }
  .header .headerArea .menuBtn.on,
  .header .headerArea .closeBtn.on {
    display: block;
  }
  .header .headerArea .closeBtn img {
    margin: 10px auto 0;
  }
}
.header .headerArea .logoArea {
  position: absolute;
  top: 50%;
  left: -35px;
  height: 33px;
  transform: translateY(-50%) translateX(-100%);
}
.header .headerArea .logoArea img {
  height: 33px;
  object-fit: contain;
}
@media screen and (max-width: 1285px) {
  .header .headerArea .logoArea {
    height: 56px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) translateX(0);
  }
  .header .headerArea .logoArea img {
    height: 56px;
  }
}
.header .headerArea .naviArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .header .headerArea .naviArea {
    left: 105px;
    width: calc(100% - 105px);
  }
}
@media screen and (max-width: 959px) {
  .header .headerArea .naviArea {
    top: 64px;
  }
}
.header .headerArea .naviArea .gNaviMain {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  width: 100%;
  height: 32px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  grid-auto-rows: 32px;
  justify-items: stretch;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem {
  margin: 0;
  padding: 0;
  border-left: 1px solid #333333;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
}
.browser-ie .header .headerArea .naviArea .gNaviMain .gNaviMainItem a {
  font-family: serif;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a p {
  margin: 0;
  padding: 0;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem:first-child {
  border-left: none;
}
@media screen and (max-width: 959px) {
  .header .headerArea .naviArea .gNaviMain {
    margin: 16px auto;
    padding: 0;
    width: calc(100% - 32px);
    height: auto;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: 56px 56px 56px 56px 56px 56px 56px 56px;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem {
    border: none;
    border-top: 1px solid #333333;
    height: 56px;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem a {
    font-size: 22px;
    line-height: 56px;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem:last-child {
    border-bottom: 1px solid #333333;
  }
}
/* main
----------------------------*/
.main {
  position: relative;
  overflow: hidden;
  margin: 64px auto 0;
  width: 100%;
}
.headLine {
  width: 100%;
  height: 180px;
  position: relative;
  margin: 0 auto 95px;
  background: #ffffff;
}
.headLine:before {
  display: block;
  position: absolute;
  content: '';
  width: 327px;
  height: 180px;
  top: 0;
  left: 0;
  background: url(../img/common/h1_bg_l.png) no-repeat center center;
}
.headLine:after {
  display: block;
  position: absolute;
  content: '';
  width: 615px;
  height: 180px;
  top: 0;
  right: 0;
  background: url(../img/common/h1_bg_r.png) no-repeat center center;
}
.headLine .h1-midashi {
  position: absolute;
  left: calc((100% - 1024px) / 2);
  top: 114px;
  width: 720px;
  margin: 0;
  z-index: 1;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 105px;
  color: #000000;
}
.browser-ie .headLine .h1-midashi {
  font-family: serif;
}
.headLine .pankuzu {
  position: absolute;
  right: calc((100% - 1024px) / 2);
  top: 196px;
  width: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.headLine .pankuzu li {
  float: left;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.browser-ie .headLine .pankuzu li {
  font-family: serif;
}
.headLine .pankuzu li:before {
  content: '／';
  margin: 0 4px;
}
.headLine .pankuzu li.root:before {
  content: '';
  margin: 0;
}
.headLine .pankuzu li a {
  text-decoration: none;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .headLine:before {
    left: -100px;
  }
  .headLine:after {
    right: -100px;
  }
  .headLine .h1-midashi {
    left: 60px;
    width: calc(65% - 60px);
  }
  .headLine .pankuzu {
    right: 60px;
    width: calc(35% - 60px);
  }
}
@media screen and (max-width: 959px) {
  .headLine {
    height: 120px;
    margin: 0 auto 157px;
  }
  .headLine:before {
    width: 219px;
    height: 120px;
    background-size: contain;
  }
  .headLine:after {
    display: none;
  }
  .headLine .h1-midashi {
    left: 16px;
    top: 91px;
    width: auto;
    font-size: 38px;
    line-height: 56px;
  }
  .headLine .pankuzu {
    right: 16px;
    bottom: -67px;
    width: auto;
  }
}
.contentsArea {
  width: 1024px;
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .contentsArea {
    max-width: calc(1024px - 120px);
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 959px) {
  .contentsArea {
    width: calc(100% - 32px);
  }
}
.contentsArea .threeColumnList,
.contentsArea .fourColumnList,
.contentsArea .tileColumn,
.contentsArea .twoColumnList,
.contentsArea .leftColumnList,
.contentsArea .rightColumnList {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  width: 100%;
  display: grid;
  grid-auto-rows: auto;
}
.contentsArea .threeColumnList > li,
.contentsArea .fourColumnList > li,
.contentsArea .tileColumn > li,
.contentsArea .twoColumnList > li,
.contentsArea .leftColumnList > li,
.contentsArea .rightColumnList > li,
.contentsArea .threeColumnList > div,
.contentsArea .fourColumnList > div,
.contentsArea .tileColumn > div,
.contentsArea .twoColumnList > div,
.contentsArea .leftColumnList > div,
.contentsArea .rightColumnList > div {
  position: relative;
  margin: 0 16px 8px;
}
.contentsArea .tileColumn > li:nth-of-type(odd),
.contentsArea .twoColumnList > li:nth-of-type(odd),
.contentsArea .leftColumnList > li:nth-of-type(odd),
.contentsArea .rightColumnList > li:nth-of-type(odd),
.contentsArea .tileColumn > div:nth-of-type(odd),
.contentsArea .twoColumnList > div:nth-of-type(odd),
.contentsArea .leftColumnList > div:nth-of-type(odd),
.contentsArea .rightColumnList > div:nth-of-type(odd) {
  margin-left: 0;
}
.contentsArea .tileColumn > li:nth-of-type(even),
.contentsArea .twoColumnList > li:nth-of-type(even),
.contentsArea .leftColumnList > li:nth-of-type(even),
.contentsArea .rightColumnList > li:nth-of-type(even),
.contentsArea .tileColumn > div:nth-of-type(even),
.contentsArea .twoColumnList > div:nth-of-type(even),
.contentsArea .leftColumnList > div:nth-of-type(even),
.contentsArea .rightColumnList > div:nth-of-type(even) {
  margin-right: 0;
}
.contentsArea .threeColumnList {
  grid-template-columns: calc((100% - 64px) / 3 + 16px) calc((100% - 64px) / 3 + 32px) calc((100% - 64px) / 3 + 16px);
}
.contentsArea .threeColumnList > li:nth-of-type(3n-2),
.contentsArea .threeColumnList > div:nth-of-type(3n-2) {
  margin-left: 0;
}
.contentsArea .threeColumnList > li:nth-of-type(3n),
.contentsArea .threeColumnList > div:nth-of-type(3n) {
  margin-right: 0;
}
.contentsArea .fourColumnList {
  grid-template-columns: calc((100% - 96px) / 4 + 16px) calc((100% - 96px) / 4 + 32px) calc((100% - 96px) / 4 + 32px) calc((100% - 96px) / 4 + 16px);
}
.contentsArea .fourColumnList > li:nth-of-type(4n-3),
.contentsArea .fourColumnList > div:nth-of-type(4n-3) {
  margin-left: 0;
}
.contentsArea .fourColumnList > li:nth-of-type(4n),
.contentsArea .fourColumnList > div:nth-of-type(4n) {
  margin-right: 0;
}
.contentsArea .twoColumnList {
  grid-template-columns: 1fr 1fr;
}
.contentsArea .leftColumnList {
  grid-template-columns: 320px 80px 624px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .contentsArea .leftColumnList {
    grid-template-columns: 282px 71px 551px;
  }
}
.contentsArea .rightColumnList {
  grid-template-columns: 624px 80px 320px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .contentsArea .rightColumnList {
    grid-template-columns: 551px 71px 282px;
  }
}
.contentsArea .hoverLine .mask {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.contentsArea .hoverLine a {
  display: block;
  position: relative;
  margin: 9px;
  padding: 0;
  text-decoration: none;
}
.contentsArea .hoverLine a::before {
  position: absolute;
  content: '';
  width: calc(100% + 18px);
  height: 1px;
  transform: translateX(100%);
  display: block;
  top: 0;
  right: -9px;
  z-index: 1;
  background: #ccab67;
  transition: transform .3s;
}
.contentsArea .hoverLine a:hover::before {
  transform: translateX(0);
}
.contentsArea .hoverLine a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% + 18px);
  transform: translateY(-100%);
  display: block;
  top: -9px;
  right: 0;
  z-index: 1;
  background: #ccab67;
  transition: transform .3s;
}
.contentsArea .hoverLine a:hover::after {
  transform: translateY(0);
}
.contentsArea .hoverLine a span {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px;
  font-size: 20px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  background: #ffffff;
}
.browser-ie .contentsArea .hoverLine a span {
  font-family: serif;
}
.contentsArea .hoverLine a span::before {
  position: absolute;
  content: '';
  width: calc(100% + 18px);
  height: 1px;
  transform: translateX(-100%);
  display: block;
  bottom: 0;
  left: -9px;
  z-index: 1;
  background: #ccab67;
  transition: transform .3s;
}
.contentsArea .hoverLine a span:hover::before {
  transform: translateX(0);
}
.contentsArea .hoverLine a span::after {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% + 18px);
  transform: translateY(100%);
  display: block;
  bottom: -9px;
  left: 0;
  z-index: 1;
  background: #ccab67;
  transition: transform .3s;
}
.contentsArea .hoverLine a span:hover::after {
  transform: translateY(0);
}
@media screen and (max-width: 959px) {
  .contentsArea .hoverLine {
    margin: 0 !important;
  }
}
.contentsArea .h2-midashi {
  margin-bottom: 80px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #333333;
}
.browser-ie .contentsArea .h2-midashi {
  font-family: serif;
}
.contentsArea .h2-lead {
  margin-bottom: 40px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #8b1b24;
}
.browser-ie .contentsArea .h2-lead {
  font-family: serif;
}
.contentsArea .lead {
  margin-bottom: 120px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.browser-ie .contentsArea .lead {
  font-family: serif;
}
.contentsArea .h3-center {
  position: relative;
  margin-top: 64px;
  margin-bottom: 32px;
  padding-top: 28px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #b58e3f;
}
.browser-ie .contentsArea .h3-center {
  font-family: serif;
}
.contentsArea .h3-center::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 10px;
  transform: translateX(-50%);
  display: block;
  top: 0;
  left: 50%;
  background: url(../img/common/h3_c.png) no-repeat center center;
}
.contentsArea .h3 {
  margin-bottom: 120px;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}
.contentsArea .h3-left {
  margin-bottom: 32px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-align: justify;
  color: #b58e3f;
}
.browser-ie .contentsArea .h3-left {
  font-family: serif;
}
.contentsArea .h3-left::after {
  display: inline-block;
  margin-left: 8px;
  content: '';
  width: 46px;
  height: 24px;
  background: url(../img/common/h3_l.png) no-repeat center center;
}
.contentsArea h4 {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  text-align: justify;
  border-bottom: 1px solid #333333;
}
.contentsArea .body {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.contentsArea .thumbList {
  grid-auto-rows: auto auto auto auto;
}
.contentsArea .thumbList .col1 {
  grid-column: 1;
  margin: 0 16px 0 0;
  width: calc(100% - 16px);
}
.contentsArea .thumbList .col2 {
  grid-column: 2;
  margin: 0 16px;
  width: calc(100% - 32px);
}
.contentsArea .thumbList .col3 {
  grid-column: 3;
  margin: 0 0 0 16px;
  width: calc(100% - 16px);
}
.contentsArea .thumbList .thumb {
  grid-row: 1;
  margin-bottom: 10px;
}
.contentsArea .thumbList .title {
  grid-row: 2;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 37px;
}
.browser-ie .contentsArea .thumbList .title {
  font-family: serif;
}
.contentsArea .thumbList .title a {
  text-decoration: none;
}
.contentsArea .thumbList .body {
  grid-row: 3;
  margin-bottom: 29px;
}
.contentsArea .thumbList .detail {
  grid-row: 4;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  text-decoration: underline;
}
.contentsArea .thumbList .link {
  grid-row-start: 1;
  grid-row-end: span 4;
  display: block;
  z-index: 1;
  height: 100%;
  background: #ffffff00;
  transition: all .3s;
}
.contentsArea .thumbList .link:hover {
  background: #ffffff66;
}
.contentsArea .sliderContents {
  position: relative;
  margin: 0;
  padding: 0;
}
.contentsArea .sliderContents ul.slider {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: start;
  flex-wrap: nowrap;
}
.contentsArea .sliderContents ul.slider .slick-list {
  width: 100%;
}
.contentsArea .sliderContents ul.slider li img {
  width: 100%;
}
.contentsArea .twoColumnList > .sliderContents,
.contentsArea .columnItem > .sliderContents {
  width: 496px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .contentsArea .twoColumnList > .sliderContents,
  .contentsArea .columnItem > .sliderContents {
    width: 436px;
  }
}
.contentsArea .leftColumnList > .sliderContents {
  width: 624px;
  grid-column: 3;
  grid-row: 1;
  margin: 0;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .contentsArea .leftColumnList > .sliderContents {
    width: 551px;
  }
}
.contentsArea .leftColumnList > .cellBox {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.contentsArea .rightColumnList > .sliderContents {
  width: 624px;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .contentsArea .rightColumnList > .sliderContents {
    width: 551px;
  }
}
.contentsArea .rightColumnList > .cellBox {
  grid-column: 3;
  grid-row: 1;
  margin: 0;
}
.contentsArea .cellBox {
  position: relative;
  margin: 0;
  padding: 0;
}
.contentsArea .cellBox .middleContents {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.contentsArea .cellBox .middleContents .title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: justify;
  margin-bottom: 29px;
}
.browser-ie .contentsArea .cellBox .middleContents .title {
  font-family: serif;
}
.contentsArea .cellBox .middleContents .title a {
  text-decoration: none;
}
.contentsArea .cellBox .middleContents .link {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  border-left: 8px solid #ccab67;
  margin-top: 16px;
  padding-left: 10px;
  background: #333333 url(../img/common/line_w.png) no-repeat right 10px center;
  background-size: 28px 1px;
  color: #ffffff;
  transition: all .3s;
}
.browser-ie .contentsArea .cellBox .middleContents .link {
  font-family: serif;
}
.contentsArea .cellBox .middleContents .link:hover {
  background-size: 14px 1px;
}
.contentsArea .cellBox .middleContents .link:first-of-type {
  margin-top: 68px;
}
.contentsArea .columnItem {
  width: calc(100% - 16px);
  display: grid;
  grid-auto-rows: auto auto;
}
.contentsArea .columnItem .thumb {
  margin-bottom: 16px;
}
.contentsArea .columnItem .thumb img {
  width: 100%;
}
.contentsArea .columnItem .cellBox .middleContents .link {
  float: right;
  width: 232px;
}
.contentsArea .tableArea {
  width: 100%;
}
.contentsArea table {
  border-collapse: collapse;
  width: 100%;
}
.contentsArea table th,
.contentsArea table td {
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #c7aa6f;
}
.contentsArea table th:first-child,
.contentsArea table td:first-child {
  border-left: none;
}
.contentsArea table th:last-child,
.contentsArea table td:last-child {
  border-right: none;
}
.contentsArea table th {
  background-color: #ece2cf;
}
.contentsArea table td {
  background-color: #ffffff;
}
.contentsArea table thead tr:first-child th,
.contentsArea table thead tr:first-child td {
  border-top: none;
}
.contentsArea table tbody tr:first-child th,
.contentsArea table tbody tr:first-child td {
  border-top: none;
}
.contentsArea table tbody tr:last-child th,
.contentsArea table tbody tr:last-child td {
  border-bottom: none;
}
.contentsArea table tbody tr.alternating td:nth-of-type(even) {
  background-color: #e8ebea;
}
.contentsArea .tileColumn {
  grid-template-columns: 75% 25%;
  grid-auto-rows: auto auto;
}
.contentsArea .tileColumn .viewer {
  grid-column: 1;
  grid-row: 1;
  width: calc(100% - 16px);
}
.contentsArea .tileColumn .viewer img {
  width: 100%;
}
.contentsArea .tileColumn .tileContents {
  grid-column: 2;
  grid-row: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: calc(100% - 16px);
}
.contentsArea .tileColumn .tileContents .tile {
  position: relative;
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.contentsArea .tileColumn .tileContents .tile li {
  cursor: pointer;
  width: 100%;
}
.contentsArea .tileColumn .tileContents .tile li img {
  width: 100%;
}
.contentsArea .tileColumn .cellBox {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row: 2;
}
.contentsArea .tileColumn .cellBox .middleContents {
  position: relative;
  transform: translateY(0);
  top: 0;
}
@media screen and (max-width: 959px) {
  .contentsArea {
    margin: 0 auto 35px;
  }
  .contentsArea .threeColumnList,
  .contentsArea .fourColumnList,
  .contentsArea .tileColumn,
  .contentsArea .twoColumnList,
  .contentsArea .leftColumnList,
  .contentsArea .rightColumnList {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }
  .contentsArea .threeColumnList > li,
  .contentsArea .fourColumnList > li,
  .contentsArea .tileColumn > li,
  .contentsArea .twoColumnList > li,
  .contentsArea .leftColumnList > li,
  .contentsArea .rightColumnList > li,
  .contentsArea .threeColumnList > div,
  .contentsArea .fourColumnList > div,
  .contentsArea .tileColumn > div,
  .contentsArea .twoColumnList > div,
  .contentsArea .leftColumnList > div,
  .contentsArea .rightColumnList > div {
    flex-grow: 1;
    margin: 0 9px 18px;
  }
  .contentsArea .tileColumn > li:nth-of-type(odd),
  .contentsArea .twoColumnList > li:nth-of-type(odd),
  .contentsArea .leftColumnList > li:nth-of-type(odd),
  .contentsArea .rightColumnList > li:nth-of-type(odd),
  .contentsArea .tileColumn > div:nth-of-type(odd),
  .contentsArea .twoColumnList > div:nth-of-type(odd),
  .contentsArea .leftColumnList > div:nth-of-type(odd),
  .contentsArea .rightColumnList > div:nth-of-type(odd) {
    margin-left: 0;
  }
  .contentsArea .tileColumn > li:nth-of-type(even),
  .contentsArea .twoColumnList > li:nth-of-type(even),
  .contentsArea .leftColumnList > li:nth-of-type(even),
  .contentsArea .rightColumnList > li:nth-of-type(even),
  .contentsArea .tileColumn > div:nth-of-type(even),
  .contentsArea .twoColumnList > div:nth-of-type(even),
  .contentsArea .leftColumnList > div:nth-of-type(even),
  .contentsArea .rightColumnList > div:nth-of-type(even) {
    margin-right: 0;
  }
  .contentsArea .threeColumnList > li:nth-of-type(3n-2),
  .contentsArea .threeColumnList > div:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .contentsArea .threeColumnList > li:nth-of-type(3n),
  .contentsArea .threeColumnList > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .contentsArea .fourColumnList > li:nth-of-type(2n-1),
  .contentsArea .fourColumnList > div:nth-of-type(2n-1) {
    margin-left: 0;
  }
  .contentsArea .fourColumnList > li:nth-of-type(2n),
  .contentsArea .fourColumnList > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .contentsArea .leftColumnList > li,
  .contentsArea .rightColumnList > li,
  .contentsArea .leftColumnList > div,
  .contentsArea .rightColumnList > div {
    margin: 0 40px;
  }
  .contentsArea .h2-midashi {
    font-size: 34px;
    line-height: 48px;
  }
  .contentsArea .h2-lead {
    font-size: 28px;
    line-height: 42px;
  }
  .contentsArea .lead {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 30px;
  }
  .contentsArea .h3-center {
    font-size: 26px;
    line-height: 36px;
  }
  .contentsArea .h3 {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 28px;
  }
  .contentsArea .h3-left {
    font-size: 26px;
    line-height: 32px;
  }
  .contentsArea h4 {
    font-size: 18px;
    line-height: 36px;
  }
  .contentsArea .body {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .thumbList {
    width: 100%;
    display: grid;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
    grid-template-columns: 336px 336px 320px;
    grid-auto-rows: auto auto auto auto;
    scroll-snap-type: x mandatory;
  }
  .contentsArea .thumbList .col1,
  .contentsArea .thumbList .col2,
  .contentsArea .thumbList .col3 {
    width: 320px;
    margin: 0 16px 0 0;
  }
  .contentsArea .thumbList .thumb {
    width: 320px;
  }
  .contentsArea .thumbList .title {
    font-size: 18px;
    line-height: 36px;
  }
  .contentsArea .thumbList .detail {
    font-size: 14px;
    line-height: 26px;
  }
  .contentsArea .thumbList .link {
    scroll-snap-align: center;
  }
  .contentsArea .twoColumnList > .sliderContents,
  .contentsArea .leftColumnList > .sliderContents,
  .contentsArea .rightColumnList > .sliderContents,
  .contentsArea .twoColumnList > .cellBox,
  .contentsArea .leftColumnList > .cellBox,
  .contentsArea .rightColumnList > .cellBox {
    width: calc(100% - 32px);
    margin: 0 16px !important;
  }
  .contentsArea .cellBox .middleContents {
    position: relative;
    transform: translateY(0);
    top: 0;
  }
  .contentsArea .cellBox .middleContents .title {
    font-size: 24px;
    line-height: 32px;
  }
  .contentsArea .cellBox .middleContents .link {
    width: 320px;
    max-width: 100%;
    margin: 46px auto 0;
  }
  .contentsArea .columnItem {
    width: 100%;
    margin: 0 0 60px !important;
  }
  .contentsArea .columnItem:last-of-type {
    margin: 0 !important;
  }
  .contentsArea .columnItem .sliderContents {
    width: calc(100vw - 32px);
  }
  .contentsArea .columnItem .thumb img {
    width: 100%;
  }
  .contentsArea .columnItem .cellBox {
    margin-bottom: 32px;
  }
  .contentsArea .columnItem .cellBox .middleContents .link {
    float: none;
    width: 100%;
  }
  .contentsArea .tableArea {
    overflow-x: auto;
  }
  .contentsArea table th,
  .contentsArea table td {
    font-size: 14px;
    line-height: 20px;
    min-width: 84px !important;
  }
  .contentsArea table th:first-child,
  .contentsArea table td:first-child {
    width: 84px !important;
  }
  .contentsArea .tileColumn .viewer {
    margin: 0 0 8px !important;
  }
  .contentsArea .tileColumn .tileContents {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0 0 16px !important;
  }
  .contentsArea .tileColumn .tileContents .tile {
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
  }
  .contentsArea .tileColumn .tileContents .tile li {
    scroll-snap-align: center;
    margin-right: 8px;
  }
  .contentsArea .tileColumn .tileContents .tile li:last-child {
    margin-right: 0;
  }
  .contentsArea .tileColumn .cellBox {
    margin: 0 !important;
  }
}
.blackButton {
  display: block;
  box-sizing: border-box;
  width: 320px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  border-left: 8px solid #ccab67;
  margin: 16px auto 0;
  padding-left: 10px;
  background: #333333 url(../img/common/line_w.png) no-repeat right 10px center;
  background-size: 28px 1px;
  color: #ffffff;
  transition: all .3s ;
}
.browser-ie .blackButton {
  font-family: serif;
}
.blackButton:hover {
  background-size: 14px 1px;
  color: #ffffff;
}
.arcBox {
  margin: 0 0 24px;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 89px calc(100% - 89px);
  grid-auto-rows: 256px 32px auto;
  text-decoration: none;
}
.arcBox .thumb {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row: 1;
  display: block;
  width: 100%;
  height: 240px;
}
.arcBox .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arcBox .date {
  grid-column: 1;
  grid-row: 2;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #b58e3f;
}
.arcBox .cat {
  grid-column: 2;
  grid-row: 2;
}
.arcBox .cat span {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 21px;
  padding: 0 .5em;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  background: #ccab67;
}
.arcBox .title {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row: 3;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.page-numbers {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.page-numbers li {
  margin: 0 12px;
  padding: 0;
}
.page-numbers li .page-numbers {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}
.browser-ie .page-numbers li .page-numbers {
  font-family: serif;
}
.page-numbers li .current {
  display: block;
  margin: 0 -12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b58e3f;
  color: #ffffff;
}
.page-numbers li .prev:before {
  content: '◀ ';
}
.page-numbers li .next:before {
  content: '▶ ';
}
.page-numbers li .disabled {
  color: #999999;
}
.postHeader {
  margin: 0 0 60px;
  padding: 0;
}
.postHeader .date {
  float: left;
  margin-right: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #b58e3f;
}
.postHeader .cat {
  float: left;
  height: 26px;
}
.postHeader .cat span {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 21px;
  margin-top: 2.5px;
  padding: 0 .5em;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  background: #ccab67;
}
.postHeader .title {
  clear: both;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  text-align: justify;
}
.toList {
  position: relative;
  display: block;
  margin-top: 104px;
  margin-left: 23px;
  font-size: 24px;
  line-height: 1;
}
.toList:before {
  display: block;
  position: absolute;
  content: '▶';
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  left: -14px;
  font-size: 14px;
}
.shopList {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopList .shopData {
  flex-grow: 1;
  max-width: 232px;
  margin: 0 0 32px;
}
.shopList .shopData .name {
  width: 100%;
  border-bottom: 1px solid #333333;
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
.shopList .shopData .name.noBorder {
  font-size: 24px;
  text-align: center;
  border-bottom: none;
}
.shopList .shopData .address {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 14px;
}
.shopList .shopData .address.noBorder {
  min-height: 52px;
  margin-bottom: 31px;
}
.shopList .shopData .link {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 9px;
  border-radius: 4px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #DAC69F;
}
.browser-ie .shopList .shopData .link {
  font-family: serif;
}
@media screen and (max-width: 959px) {
  .shopList {
    flex-direction: column;
  }
  .shopList .shopData {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
.formList {
  padding: 80px 88px;
  background: #ffffff;
}
.formList .twoColumnList {
  margin: 0;
}
.formList h4 {
  position: relative;
  display: inline-block;
  margin: 0 0 11px;
  border-bottom: none;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
.formList h4.required:before {
  display: block;
  position: absolute;
  content: '必須';
  width: 40px;
  height: 32px;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  right: -10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background: #8b1b24;
  color: #ffffff;
  border-radius: 2px;
}
.formList input {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 40px;
  border: none;
  border-bottom: 1px solid #ccab67;
  padding: 16px 0;
}
.formList input.full {
  width: 100%;
}
.formList input.right {
  display: inline-block;
  width: calc(100% - 92px);
}
.formList ::placeholder {
  color: #CCCCCC;
}
.formList label {
  float: left;
  width: 92px;
  font-weight: 500;
  font-size: 18px;
  line-height: 68px;
  color: #222222;
}
.formList .threeColumnList .selector {
  min-width: 240px;
}
.formList .threeColumnList label {
  width: 38px;
}
.formList select {
  display: inline-block;
  width: calc(100% - 92px);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #ccab67;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
.formList select.full {
  width: 100%;
}
.formList .selector {
  position: relative;
  margin: 0 0 40px;
}
.formList .selector:before {
  display: block;
  position: absolute;
  z-index: 1;
  content: '▼';
  width: 14px;
  height: 14px;
  top: 34px;
  transform: translateY(-50%);
  right: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.formList textarea {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 40px;
  border: 1px solid #ccab67;
  padding: 11px 20px;
  resize: vertical;
  width: 100%;
  height: 140px;
}
.formList .center {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.formList .center label {
  float: none;
  width: auto;
}
.formList .center input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 0 14px 0 0;
}
.formList .wpcf7-submit {
  display: block;
  box-sizing: border-box;
  width: 320px;
  height: 45px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  border-left: 8px solid #ccab67;
  margin: 40px auto 0;
  padding: 0 0 0 10px;
  background: #333333 url(../img/common/line_w.png) no-repeat right 10px center;
  background-size: 28px 1px;
  color: #ffffff;
  transition: all .3s;
}
.browser-ie .formList .wpcf7-submit {
  font-family: serif;
}
.formList .wpcf7-submit:hover {
  background-size: 14px 1px;
}
.formList .checkbox {
  margin: 0 0 24px;
}
.formList .wpcf7-checkbox {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
.formList .wpcf7-checkbox label {
  position: relative;
  float: none;
  width: auto;
  padding-left: 38px;
  line-height: 36px;
}
.formList .wpcf7-checkbox label input[type=checkbox] {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.formList .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 1em;
}
.formList .sub {
  margin: 0 0 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.formList .note {
  margin: 0 0 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
.formList .biko {
  height: 100px;
}
.formList p {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .formList {
    padding: 40px 24px;
  }
  .formList h4 {
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 28px;
  }
  .formList input {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 40px;
  }
  .formList label {
    width: 82px;
    font-size: 16px;
    line-height: 68px;
  }
  .formList select {
    width: calc(100% - 82px);
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 28px;
  }
  .formList textarea {
    font-size: 16px;
    line-height: 36px;
  }
  .formList .wpcf7-submit {
    width: 100%;
    height: 45px;
  }
  .formList .wpcf7-checkbox {
    font-size: 16px;
    line-height: 28px;
  }
  .formList .wpcf7-checkbox .wpcf7-list-item {
    margin-right: .5em;
    white-space: nowrap;
  }
  .formList .sub {
    font-size: 14px;
    line-height: 24px;
  }
  .formList .note {
    font-size: 12px;
    line-height: 20px;
  }
}
.stairsThumbList > div:nth-of-type(3n-1) {
  margin-top: 60px;
}
.stairsThumbList > div:nth-of-type(3n) {
  margin-top: 120px;
}
.stairsThumbList .stairsThumbItem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.stairsThumbList .stairsThumbItem .thumb {
  width: 100%;
  margin-bottom: 16px;
}
.stairsThumbList .stairsThumbItem .title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 32px;
}
.browser-ie .stairsThumbList .stairsThumbItem .title {
  font-family: serif;
}
.stairsThumbList .stairsThumbItem .body {
  min-height: 80px;
  margin: 0 0 40px;
}
@media screen and (max-width: 959px) {
  .stairsThumbList > div {
    width: 100%;
    margin: 0 !important;
  }
  .stairsThumbList > div:nth-of-type(3n-1) {
    margin-top: 0;
  }
  .stairsThumbList > div:nth-of-type(3n) {
    margin-top: 0;
  }
  .stairsThumbList .stairsThumbItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 52px auto;
    width: 100%;
  }
  .stairsThumbList .stairsThumbItem .thumb {
    grid-clumn: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
    width: calc(100% - 16px);
    margin-bottom: 80px;
  }
  .stairsThumbList .stairsThumbItem .title {
    grid-clumn: 2;
    grid-row: 1;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 16px;
  }
  .stairsThumbList .stairsThumbItem .body {
    grid-clumn: 2;
    grid-row: 2;
    font-size: 14px;
    line-height: 26px;
    min-height: auto;
    margin-bottom: 80px;
  }
}
.stairsThumbList2 .stairsThumbItem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.stairsThumbList2 .stairsThumbItem .thumb {
  width: 100%;
  margin-bottom: 16px;
}
.stairsThumbList2 .stairsThumbItem .title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 32px;
}
.browser-ie .stairsThumbList2 .stairsThumbItem .title {
  font-family: serif;
}
.stairsThumbList2 .stairsThumbItem .body {
  min-height: 80px;
  margin: 0 0 40px;
}
@media screen and (max-width: 959px) {
  .stairsThumbList2 > div {
    width: 100%;
    margin: 0 !important;
  }
  .stairsThumbList2 .stairsThumbItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 52px auto;
    width: 100%;
  }
  .stairsThumbList2 .stairsThumbItem .thumb {
    grid-clumn: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
    width: calc(100% - 16px);
    margin-bottom: 80px;
  }
  .stairsThumbList2 .stairsThumbItem .title {
    grid-clumn: 2;
    grid-row: 1;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 16px;
  }
  .stairsThumbList2 .stairsThumbItem .body {
    grid-clumn: 2;
    grid-row: 2;
    font-size: 14px;
    line-height: 26px;
    min-height: auto;
    margin-bottom: 80px;
  }
}
.threePhotoList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
}
.threePhotoList .photoListItem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 320px;
  margin-right: 32px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .threePhotoList .photoListItem {
    width: 280px;
  }
}
.threePhotoList .photoListItem:nth-of-type(3n) {
  margin-right: 0;
}
.threePhotoList .photoListItem .thumb {
  width: 320px;
  height: 240px;
  object-fit: contain;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .threePhotoList .photoListItem .thumb {
    width: 280px;
    height: 210px;
  }
}
.threePhotoList .photoListItem .body {
  min-height: 53px;
  margin: 0 0 40px;
}
@media screen and (max-width: 959px) {
  .threePhotoList {
    flex-direction: column;
  }
  .threePhotoList .photoListItem {
    width: 100%;
  }
  .threePhotoList .photoListItem .thumb {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) * 0.782);
  }
  .threePhotoList .photoListItem .body {
    font-size: 14px;
    line-height: 26px;
    min-height: auto;
    margin-bottom: 80px;
  }
}
.twoPhotoList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 672px;
  margin: 0 auto;
}
.twoPhotoList .photoListItem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 320px;
}
.twoPhotoList .photoListItem .thumb {
  width: 320px;
  height: 240px;
  object-fit: contain;
  margin-bottom: 16px;
}
.twoPhotoList .photoListItem .body {
  min-height: 21px;
  margin: 0 0 40px;
}
@media screen and (max-width: 959px) {
  .twoPhotoList {
    flex-direction: column;
  }
  .twoPhotoList .photoListItem {
    width: 100%;
  }
  .twoPhotoList .photoListItem .thumb {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) * 0.782);
  }
  .twoPhotoList .photoListItem .body {
    font-size: 14px;
    line-height: 26px;
    min-height: auto;
    margin-bottom: 80px;
  }
}
.flyerBox {
  margin: 0 0 24px;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: 260px 46px auto;
  text-decoration: none;
}
.flyerBox .thumb {
  grid-row: 1;
  display: block;
  width: 100%;
  height: 240px;
}
.flyerBox .thumb img {
  width: 100%;
  height: 100%;
}
.flyerBox .title {
  grid-row: 2;
  width: 100%;
  height: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background: #ccab67;
}
.flyerBox .body {
  grid-row: 3;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 959px) {
  .flyerBox .thumb img {
    width: auto;
    height: 100%;
  }
}
.preview {
  margin-bottom: 80px;
}
.preview img {
  width: 1024px;
  height: 716.3px;
  object-fit: contain;
  margin-bottom: 24px;
}
.preview .caption {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .preview img {
    width: 904px;
    height: 632.36px;
  }
}
@media screen and (max-width: 959px) {
  .preview img {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) * 0.7);
  }
}
.viewerDialog {
  z-index: 101;
  position: fixed;
  overflow: auto;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ffffff;
}
.viewerDialog img {
  cursor: grab;
}
.viewerCloser {
  z-index: 102;
  position: fixed;
  overflow: auto;
  display: none;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../img/common/close.png) no-repeat center center;
}
.threeCloumnThumbList {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.threeCloumnThumbList .thumbItem {
  width: 320px;
  margin: 0 0 32px;
  padding: 0;
}
.threeCloumnThumbList .thumbItem img {
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .threeCloumnThumbList .thumbItem {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .threeCloumnThumbList .thumbItem {
    width: calc((100vw - 64px) / 2);
  }
}
.bgWhite {
  position: relative;
}
.bgWhite:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  height: calc(100% + 32px);
  top: 50%;
  transform: translateY(-50%);
  left: calc((1024px - 100vw) / 2);
  background-color: #ffffff;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .bgWhite:before {
    left: calc((904px - 100vw) / 2);
  }
}
@media screen and (max-width: 959px) {
  .bgWhite:before {
    left: -16px;
  }
}
.craftsmanList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.craftsmanList .craftsmanitem {
  display: grid;
  grid-template-columns: 528px 496px;
  grid-auto-rows: auto auto;
}
.craftsmanList .craftsmanitem .thumb {
  grid-column: 1;
  grid-row: 1;
  width: 496px;
  margin-bottom: 23px;
}
.craftsmanList .craftsmanitem .thumb img {
  width: 100%;
  object-fit: contain;
}
.craftsmanList .craftsmanitem .cellBox {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
}
.craftsmanList .craftsmanitem .cellBox .middleContents {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.craftsmanList .craftsmanitem .cellBox .middleContents .license {
  display: inline-block;
  border: 1px solid #be8a21;
  margin-bottom: 18px;
  padding: 8px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #b58e3f;
}
.browser-ie .craftsmanList .craftsmanitem .cellBox .middleContents .license {
  font-family: serif;
}
.craftsmanList .craftsmanitem .cellBox .middleContents .copy {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 34px;
}
.craftsmanList .craftsmanitem .cellBox .middleContents .name {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.browser-ie .craftsmanList .craftsmanitem .cellBox .middleContents .name {
  font-family: serif;
}
.craftsmanList .craftsmanitem .cellBox .middleContents .name .title {
  display: inline-block;
  font-size: 20px;
  margin-right: 32px;
  margin-bottom: 10px;
}
.craftsmanList .craftsmanitem .cellBox .middleContents .name span {
  white-space: nowrap;
}
.craftsmanList .craftsmanitem .body {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin: 0 0 75px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .craftsmanList .craftsmanitem {
    grid-template-columns: 466px 438px;
  }
  .craftsmanList .craftsmanitem .thumb {
    width: 434px;
  }
}
@media screen and (max-width: 959px) {
  .craftsmanList .craftsmanitem {
    grid-template-columns: auto;
    grid-auto-rows: auto auto auto;
  }
  .craftsmanList .craftsmanitem .thumb {
    grid-column: 1;
    width: 100%;
    margin-bottom: 23px;
  }
  .craftsmanList .craftsmanitem .cellBox {
    grid-column: 1;
    grid-row: 2;
  }
  .craftsmanList .craftsmanitem .cellBox .middleContents {
    position: relative;
    transform: translateY(0);
    top: auto;
    left: auto;
  }
  .craftsmanList .craftsmanitem .cellBox .middleContents .name {
    margin-bottom: 23px;
  }
  .craftsmanList .craftsmanitem .body {
    grid-column: 1;
    grid-row: 3;
  }
}
.threeSliderList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
}
.threeSliderList .sliderListItem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 320px;
  margin-right: 32px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .threeSliderList .sliderListItem {
    width: 280px;
  }
}
.threeSliderList .sliderListItem:nth-of-type(3n) {
  margin-right: 0;
}
.threeSliderList .sliderListItem .sliderContents {
  width: 320px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .threeSliderList .sliderListItem .sliderContents {
    width: 280px;
  }
}
.threeSliderList .sliderListItem .title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 32px;
}
.browser-ie .threeSliderList .sliderListItem .title {
  font-family: serif;
}
.threeSliderList .sliderListItem .body {
  margin: 0 0 40px;
}
@media screen and (max-width: 959px) {
  .threeSliderList {
    flex-direction: column;
  }
  .threeSliderList .sliderListItem {
    width: 100%;
  }
  .threeSliderList .sliderListItem .sliderContents {
    width: 100%;
  }
  .threeSliderList .sliderListItem .title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 24px;
  }
  .threeSliderList .sliderListItem .body {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
.recommendItem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% - 16px);
}
.recommendItem .thumb {
  width: 100%;
  object-fit: contain;
  margin-bottom: 32px;
}
.recommendItem .title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 32px;
}
.browser-ie .recommendItem .title {
  font-family: serif;
}
.recommendItem .body {
  margin: 0 0 32px;
}
.recommendItem .tableArea table th,
.recommendItem .tableArea table td {
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
}
.recommendItem .tableArea table td {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .recommendItem {
    width: 100%;
    margin: 0 !important;
  }
  .recommendItem .thumb {
    margin-bottom: 40px;
  }
  .recommendItem .title {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .recommendItem .tableArea {
    margin: 0 0 80px;
  }
}
.shopList2 {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.shopList2 .shopData {
  width: 320px;
  margin: 0 32px 32px 0;
}
.shopList2 .shopData:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .shopList2 .shopData {
    width: 280px;
  }
}
.shopList2 .shopData .thumb {
  width: 100%;
  padding-bottom: 8px;
}
.shopList2 .shopData .thumb img {
  width: 100%;
  object-fit: contain;
}
.shopList2 .shopData .name {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.shopList2 .shopData .address {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  min-height: 52px;
  margin-bottom: 31px;
}
.shopList2 .shopData .link {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 9px;
  border-radius: 4px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #DAC69F;
}
.browser-ie .shopList2 .shopData .link {
  font-family: serif;
}
@media screen and (max-width: 959px) {
  .shopList2 {
    flex-direction: column;
  }
  .shopList2 .shopData {
    width: 100%;
    margin: 0 0 40px;
  }
}
/* footer
----------------------------*/
#toPageTop {
  z-index: 101;
  position: fixed;
  width: 56px;
  height: 268px;
  bottom: 8px;
  right: 0;
}
#toPageTop .toShop {
  display: block;
  box-sizing: border-box;
  width: 56px;
  height: 140px;
  background-image: linear-gradient(to bottom, #f5d698, #ccab67);
  margin: 0 0 8px;
  padding: 40px 16px 0;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  text-align: center;
}
.browser-ie #toPageTop .toShop {
  font-family: serif;
}
#toPageTop .toShop span {
  position: relative;
}
#toPageTop .toShop span:before {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 22px;
  top: -22px;
  transform: translateX(-50%);
  left: 50%;
  background: url(../img/common/map_marker.png) no-repeat center center;
}
#toPageTop .toInquiry,
#toPageTop .toTop {
  display: block;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  margin: 0 0 8px;
  border: 1px solid #cccccc;
}
#toPageTop .toInquiry span,
#toPageTop .toTop span {
  display: none;
}
#toPageTop .toInquiry {
  background: #ffffff url(../img/common/mail.png) no-repeat center center;
}
#toPageTop .toTop {
  background: #ffffff url(../img/common/to_top.png) no-repeat center center;
}
@media screen and (max-width: 959px) {
  #toPageTop {
    bottom: 0;
    height: 56px;
  }
  #toPageTop .toShop {
    display: none;
  }
  #toPageTop .toInquiry {
    display: none;
  }
  #toPageTop .toTop {
    display: block;
    border: none;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  margin: 97px 0 0;
  width: 100%;
  background-color: #ffffff;
}
.footer .footerInner {
  position: relative;
  width: 1024px;
  margin: 63px auto 55px;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .footer .footerInner {
    max-width: calc(1024px - 120px);
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 959px) {
  .footer .footerInner {
    width: calc(100% - 32px);
  }
}
.footer .footerLogoArea {
  position: relative;
  margin: 0 0 72px;
  width: 100%;
  height: 100px;
  text-align: center;
}
.footer .footerLogoArea img {
  height: 99px;
  object-fit: contain;
}
.footer .bannerArea {
  position: relative;
  margin: 0 0 64px;
  width: 100%;
}
.footer .bannerArea .bannerList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer .bannerArea .bannerList .bannerItem {
  height: 80px;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .footer .bannerArea .bannerList {
    flex-direction: column;
  }
}
.footer .linkArea {
  position: relative;
  margin: 0 0 40px;
  width: 100%;
}
.footer .linkArea ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .linkArea ul li {
  border-right: 1px solid #333333;
}
.footer .linkArea ul li a {
  display: block;
  height: 24px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
}
.footer .linkArea ul li:first-child {
  border-left: 1px solid #333333;
}
.footer .copyrightArea {
  position: relative;
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
/* common
----------------------------*/
.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 800ms;
}
.scroll-fade-fin {
  opacity: 1;
  transform: translateY(0);
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.fitImage img {
  max-width: 100%;
  height: auto;
}
.only-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .only-sp {
    display: block;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 959px) {
  .spbr {
    display: inline;
  }
}
@media screen and (max-width: 959px) {
  .pcbr {
    display: none;
  }
}
hr {
  position: relative;
  margin: 0;
  width: 100%;
  height: 56px;
  opacity: 0;
}
.grecaptcha-badge {
  display: none;
  bottom: 325px !important;
}
@media screen and (max-width: 959px) {
  .grecaptcha-badge {
    bottom: 65px !important;
  }
}
