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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

.font__mincho {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p,
ol,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

.a__none {
  pointer-events: none;
}

a.icon__arrow__bottom {
  padding-right: 20px;
  position: relative;
  /*
  @include mixin.media("pc") {
      &:hover::before,
      &:hover::after {
          bottom: -14px;
      }
  }
  */
}
a.icon__arrow__bottom::before, a.icon__arrow__bottom::after {
  position: absolute;
  top: 0;
  bottom: -4px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #cbbb96;
  transition: 0.3s all;
}
a.icon__arrow__bottom::before {
  right: 0;
  transform: rotate(-45deg);
}
a.icon__arrow__bottom::after {
  right: 5px;
  transform: rotate(45deg);
}

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

.btn__box a {
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .btn__box a {
    font-size: 1.4rem;
  }
}
.btn__box.icon__allow .icon__allow__text {
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .btn__box.icon__allow .icon__allow__text {
    font-size: 1.4rem;
  }
}
.btn__box.icon__allow .icon__allow__img {
  position: relative;
  width: 70px;
  height: 54px;
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .btn__box.icon__allow .icon__allow__img {
    height: 44px;
  }
}
.btn__box.icon__allow .icon__allow__img .icon__allow__img__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  line-height: 0;
  fill-opacity: 0;
  stroke-miterlimit: 4;
  stroke-width: 1px;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .btn__box.icon__allow .icon__allow__img .icon__allow__img__bg {
    width: 44px;
    height: 44px;
  }
}
.btn__box.icon__allow .icon__allow__img .icon__allow__img__arrow {
  display: block;
  width: 39px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  line-height: 0;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .btn__box.icon__allow .icon__allow__img .icon__allow__img__arrow {
    width: 32px;
    height: 14px;
    right: 20px;
  }
}

.key_color .icon__allow__img__bg {
  fill: #a71856;
  stroke: #a71856;
}

.key_color .icon__allow__img__arrow {
  fill: #a71856;
}

@media print, screen and (min-width: 768px) {
  .key_color a:hover .icon__allow__img .icon__allow__img__bg {
    fill-opacity: 1;
  }
  .key_color a:hover .icon__allow__img .icon__allow__img__arrow {
    right: 14px;
    fill: #fff;
  }
}
.accent_color01 .icon__allow__img__bg {
  fill: #d7b35c;
  stroke: #d7b35c;
}

.accent_color01 .icon__allow__img__arrow {
  fill: #d7b35c;
}

@media print, screen and (min-width: 768px) {
  .accent_color01 a:hover .icon__allow__img .icon__allow__img__bg {
    fill-opacity: 1;
  }
  .accent_color01 a:hover .icon__allow__img .icon__allow__img__arrow {
    right: 13px;
    fill: #fff;
  }
}
.white01 .icon__allow__img__bg {
  fill: #fff;
  stroke: #fff;
}

.white01 .icon__allow__img__arrow {
  fill: #fff;
}

@media print, screen and (min-width: 768px) {
  .white01 a:hover .icon__allow__img .icon__allow__img__bg {
    fill-opacity: 1;
  }
  .white01 a:hover .icon__allow__img .icon__allow__img__arrow {
    right: 13px;
    fill: #cbbb96;
  }
}
.sp__only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp__only {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc__only {
    display: none !important;
  }
}

.icon__allow__bottom {
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header .header__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .header .header__inner {
    height: 50px;
  }
}
.header .header__inner .header__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 50px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .header .header__inner .header__logo {
    left: 5px;
    height: 30px;
  }
}
.header .header__inner .header__logo img {
  width: auto;
  height: 100%;
}
.header .header__inner .header__sub {
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .header__inner .header__sub {
    top: 5px;
    right: 5px;
  }
}
.header .header__inner .header__sub .header__contact {
  padding-right: 30px;
}
.header .header__inner .header__sub .header__contact a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .header .header__inner .header__sub .header__contact a:hover {
    text-decoration: underline;
  }
}
.header .header__inner .header__sub .header__search__btn {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header .header__inner .header__sub .header__search__btn {
    padding-right: 16px;
  }
}
.header .header__inner .header__sub .header__search__btn span {
  display: block;
  width: 31px;
  height: 38px;
  cursor: pointer;
}
.header .header__inner .header__sub .header__search__btn span img {
  width: 100%;
  height: auto;
}
.header .header__inner .header__sub .header__sp__btn span {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header .header__inner .header__sub .header__sp__btn span img {
  width: 100%;
  height: auto;
}
.header .header__inner .header__gnav {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.header .header__inner .header__gnav nav ul {
  display: flex;
}
.header .header__inner .header__gnav nav ul li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .header .header__inner .header__gnav nav ul li + li {
    margin-left: 10px;
  }
}
.header .header__inner .header__gnav nav ul li a {
  font-size: clamp(1.2rem, 0.717rem + 1.84vw, 1.6rem);
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .header .header__inner .header__gnav nav ul li a {
    font-size: 1.2rem;
  }
}
.header .header__inner .header__gnav nav ul li a span {
  position: relative;
}
.header .header__inner .header__gnav nav ul li a span::before {
  position: absolute;
  display: block;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  transition: 0.3s all;
  background: #cbbb96;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .header .header__inner .header__gnav nav ul li a:hover span::before {
    opacity: 1;
  }
}

.mega__box {
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .mega__box {
    top: 50px;
  }
}
.mega__box::before, .mega__box::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.mega__box::before {
  top: 0;
  height: 4px;
}
.mega__box::after {
  height: 10px;
  bottom: -10px;
}
.mega__box.is-active {
  opacity: 1;
  visibility: visible;
}
.mega__box .nav__box__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
}
.mega__box .nav__box__inner .nav__title {
  padding-top: 1rem;
  width: calc((100% - 75px) / 4);
}
.mega__box .nav__box__inner .nav__title a {
  pointer-events: none;
  font-size: 2.2rem;
  color: #333;
  font-weight: 700;
}
.mega__box .nav__box__inner .nav__list {
  width: calc(100% - (100% - 75px) / 4);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.mega__box .nav__box__inner .nav__list li {
  width: calc((100% - 50px) / 3);
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  border-bottom: 1px solid #919191;
  margin: 0 0 15px;
  margin-right: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.mega__box .nav__box__inner .nav__list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.mega__box .nav__box__inner .nav__list li:nth-of-type(3n) {
  margin-right: 0;
}
.mega__box .nav__box__inner .nav__list li a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #333;
  padding: 5px 0;
  transition: all 0.3s;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .mega__box .nav__box__inner .nav__list li:hover::before {
    background: #cbbb96;
  }
  .mega__box .nav__box__inner .nav__list li:hover a {
    opacity: 0.3;
  }
}
.mega__box .search__box__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega__box .search__box__inner form {
  display: flex;
  align-items: center;
}
.mega__box .search__box__inner form input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mega__box .search__box__inner form input.keywords {
  width: 250px;
  height: 50px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 48px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .mega__box .search__box__inner form input.keywords {
    line-height: 32px;
    height: 34px;
  }
}
.mega__box .search__box__inner form input.search_btn {
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  background: #a71856 url(../images/common/icon_search_w.svg) center center no-repeat;
  background-size: 30px, auto;
  text-indent: -100rem;
}
@media only screen and (max-width: 767px) {
  .mega__box .search__box__inner form input.search_btn {
    height: 34px;
    width: 34px;
    background-size: 21px, auto;
  }
}

.sp__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  background: #f7f7f7;
  transition: all 0.3s;
}
.sp__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.sp__nav::after {
  display: none;
}
.sp__nav .close__btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.sp__nav .close__btn span {
  width: 27px;
  height: 1px;
  position: absolute;
  background: #333;
  right: 13px;
}
.sp__nav .close__btn span:nth-of-type(1) {
  top: 0;
  transform: translateY(27px) rotate(-45deg);
}
.sp__nav .close__btn span:nth-of-type(2) {
  top: 24px;
  transform: translateY(3px) rotate(45deg);
}
.sp__nav .sp__nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 60px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner {
    padding: 48px 16px 16px;
    justify-content: space-between;
  }
}
.sp__nav .sp__nav__inner .flex__box {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box {
    display: block;
    width: calc(100% - 42px)/2;
  }
}
.sp__nav .sp__nav__inner .flex__box + .flex__box {
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box + .flex__box {
    margin-left: 0;
  }
}
.sp__nav .sp__nav__inner .flex__box > li {
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box > li {
    margin-right: 0;
  }
}
.sp__nav .sp__nav__inner .flex__box > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box > li .nav__box__inner {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 768px) {
  .sp__nav .sp__nav__inner .flex__box > li .nav__box__inner + .nav__box__inner {
    margin-top: 40px;
  }
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__title {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  margin: 0 0 15px;
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__title {
    margin: 0 0 18x;
  }
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__title::before {
  background: #d7b35c;
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__title a {
  font-size: 1.8rem;
  line-height: 1.1;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__title a {
    font-size: 1.4rem;
  }
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__list > li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 21px;
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__list > li::before {
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  position: absolute;
  background: #5c5c5c;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__list > li::before {
    width: 10px;
    left: 3px;
  }
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__list > li:last-child {
  margin-bottom: 0;
}
.sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__list > li a {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .sp__nav .sp__nav__inner .flex__box > li .nav__box__inner .nav__list > li a {
    font-size: 1.2rem;
  }
}

main {
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  main {
    padding: 50px 0 0;
  }
}

.footer {
  background: #f7f7f7;
}
.footer .footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 60px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner {
    padding: 48px 16px 16px;
    justify-content: space-around;
  }
}
.footer .footer__inner .flex__box {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box {
    display: block;
    width: calc(100% - 42px)/2;
  }
}
.footer .footer__inner .flex__box + .flex__box {
  margin-left: 45px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .footer .footer__inner .flex__box + .flex__box {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box + .flex__box {
    margin-left: 0;
  }
}
.footer .footer__inner .flex__box > li {
  margin-right: 45px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .footer .footer__inner .flex__box > li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box > li {
    margin-right: 0;
  }
}
.footer .footer__inner .flex__box > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box > li .nav__box__inner {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer__inner .flex__box > li .nav__box__inner + .nav__box__inner {
    margin-top: 40px;
  }
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__title {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  margin: 0 0 15px;
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__title {
    margin: 0 0 18x;
  }
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__title::before {
  background: #d7b35c;
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__title a {
  font-size: 1.8rem;
  line-height: 1.1;
  color: #333;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__title a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__title a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__title a:hover {
    text-decoration: underline;
  }
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__title a.a__none {
  pointer-events: none;
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 21px;
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li::before {
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  position: absolute;
  background: #5c5c5c;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li::before {
    width: 10px;
    left: 3px;
  }
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li:last-child {
  margin-bottom: 0;
}
.footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li a {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #333;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__inner .flex__box > li .nav__box__inner .nav__list > li a {
    font-size: 1.2rem;
  }
}
.footer #footerSecurity {
  text-align: center;
  padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .footer #footerSecurity {
    padding: 0 0 30px;
  }
}
.footer .copyright {
  background: #cbbb96;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.01;
  font-weight: 300;
  color: #fff;
  padding: 20px 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    padding: 14px 0 14px;
    font-size: 1rem;
  }
}

.page__ttl .page__ttl__inner {
  height: 300px;
  box-sizing: border-box;
  padding: 0 30px 40px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .page__ttl .page__ttl__inner {
    height: 160px;
    padding: 0 18px 18px;
  }
}
.page__ttl .page__ttl__inner .ttl__box {
  font-size: clamp(3.6rem, -10.4rem + 16vw, 5.6rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page__ttl .page__ttl__inner .ttl__box {
    font-size: clamp(2rem, -1rem + 4.8vw, 2.6rem);
  }
}
.page__ttl .page__ttl__inner .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(1.8rem, -1rem + 3.2vw, 2.2rem);
  min-height: 0;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  padding-left: 32px;
  color: #fff;
}
.page__ttl .page__ttl__inner .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.page__ttl .page__ttl__inner .ttl__box span::before {
  width: 16px;
  height: 16px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .page__ttl .page__ttl__inner .ttl__box span {
    font-size: clamp(1.2rem, 1.057rem + 0.72vw, 1.4rem);
    margin-top: 12px;
    padding-left: 20px;
  }
  .page__ttl .page__ttl__inner .ttl__box span::before {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}

.section__ttl {
  margin-bottom: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .section__ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.section__ttl.bb_keycolor {
  border-bottom: 1px solid #881345;
}
.section__ttl.bb_graycolor {
  border-bottom: 1px solid #919191;
}
.section__ttl span {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .section__ttl span {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

.section__contact {
  background: url(../images/common/section__contact_bg.webp) center center no-repeat;
  background-size: cover;
  padding: 100px 10px;
}
@media only screen and (max-width: 767px) {
  .section__contact {
    padding: 65px 10px;
  }
}
.section__contact .section__contact__inner {
  width: 100%;
  max-width: 850px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 5px;
  padding: 100px 10px;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner {
    max-width: none;
    padding: 40px 20px;
  }
}
.section__contact .section__contact__inner .text__box {
  text-align: center;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .text__box {
    margin: 0 0 32px;
  }
}
.section__contact .section__contact__inner .text__box p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .text__box p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.section__contact .section__contact__inner .btn__box {
  display: block;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  margin: 0 auto;
}
.section__contact .section__contact__inner .btn__box a {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .btn__box a {
    padding: 10px 0;
  }
}
.section__contact .section__contact__inner .btn__box.icon__allow .icon__allow__text {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .btn__box {
    max-width: none;
  }
  .section__contact .section__contact__inner .btn__box.icon__allow .icon__allow__text {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.section__link {
  padding: 100px 10px;
}
@media only screen and (max-width: 767px) {
  .section__link {
    padding: 40px 10px;
  }
}
.section__link .section__link__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section__link .section__link__inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section__link .section__link__inner ul li {
  width: calc((100% - 48px) / 5);
  border-bottom: 2px solid #dcdcdc;
  margin: 0 0 26px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section__link .section__link__inner ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 0 16px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__link .section__link__inner ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__link .section__link__inner ul li:nth-child(even) {
    margin-right: 0;
  }
}
.section__link .section__link__inner ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .section__link .section__link__inner ul li a {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: left;
  }
}
.section__link .section__link__inner ul li a span {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .section__link .section__link__inner ul li a span {
    font-size: 1.2rem;
  }
}

.address__list ul li {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .address__list ul li {
    display: block;
    padding: 20px 0;
  }
}
.address__list ul li:first-child {
  padding-top: 0;
}
.address__list ul li + li {
  border-top: 1px solid #dcdcdc;
}
.address__list ul li .flex__text {
  width: calc(100% - 500px);
}
@media only screen and (max-width: 767px) {
  .address__list ul li .flex__text {
    width: 100%;
    box-sizing: border-box;
  }
}
.address__list ul li .flex__text > .ttl__box {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 0 16px;
  border-bottom: 1px solid #919191;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .address__list ul li .flex__text > .ttl__box {
    font-size: 2rem;
  }
}
.address__list ul li .flex__text .text__box p {
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 300;
  color: #333;
}
.address__list ul li .flex__text .text__box p.sub__tel {
  display: none;
}
@media only screen and (max-width: 767px) {
  .address__list ul li .flex__text .text__box p {
    font-size: 1.4rem;
  }
}
.address__list ul li .flex__text .text__box p + p {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .address__list ul li .flex__text .text__box p + p {
    margin-top: 5px;
  }
}
.address__list ul li .flex__img {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .address__list ul li .flex__img {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0;
  }
}
.address__list ul li .flex__img iframe {
  width: 100%;
  height: 225px;
}

.pagelink__header {
  margin-top: -130px;
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .pagelink__header {
    margin-top: -70px;
    padding-top: 70px;
  }
}/*# sourceMappingURL=base.css.map */