@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Shippori Mincho B1", serif, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #252525;
  line-height: 2;
  text-align: justify;
  overflow-y: scroll;
  min-width: 1040px;
}
@media (max-width: 960px) {
  body {
    min-width: 375px;
  }
}
body.-fixed {
  position: fixed;
  left: 0;
  right: 0;
}
body:not(.-mounted) *[v-else], body:not(.-mounted) *[v-else-if], body:not(.-mounted) *[v-show] {
  display: none;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}
*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  min-width: 1040px;
  height: 96px;
  z-index: 10000;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 960px) {
  .l-header {
    height: 76px;
    min-width: none;
  }
}
.l-header.-active {
  pointer-events: auto;
  opacity: 1;
}

.l-inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .l-inner {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

.l-side {
  position: absolute;
  top: 60px;
  right: 64px;
  z-index: 9999;
}
@media (max-width: 960px) {
  .l-side {
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #543e28, #6e5338);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 144px 0 50px;
    overflow-y: scroll;
    z-index: 10000;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .l-side.-active {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-side__link {
  display: flex;
}
@media (max-width: 960px) {
  .l-side__link {
    flex-direction: column;
    width: 226px;
    margin: 0 auto;
  }
}
.l-side__link li {
  margin: 0 2px 0 0;
}
@media (max-width: 960px) {
  .l-side__link li {
    margin: 0 0 20px;
  }
}
@media (min-width: 961px) {
  .l-side__link li {
    width: 30px;
  }
}
.l-side__link li:last-child {
  margin: 0;
}
.l-side__link li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  text-shadow: 1px 1px 16px rgba(30, 54, 111, 0.99);
  -webkit-text-orientation: upright;
          text-orientation: upright;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  cursor: pointer;
}
@media (max-width: 960px) {
  .l-side__link li a {
    justify-content: space-between;
    font-size: 2.8rem;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}
@media (min-width: 961px) {
  .l-side__link li a {
    transition: opacity 0.3s;
  }
  .l-side__link li a:hover {
    opacity: 0.7;
  }
}
.l-side__link li a picture {
  display: block;
  width: 16px;
  margin: 8px 0 0;
}
@media (max-width: 960px) {
  .l-side__link li a picture {
    width: 30px;
    margin: 4px 0 0;
  }
}

.l-wrapper {
  min-width: 1040px;
}
@media (max-width: 960px) {
  .l-wrapper {
    min-width: 375px;
    overflow: hidden;
  }
}

.u-mt05 {
  margin-top: 0.5em;
}

.u-mb05 {
  margin-bottom: 0.5em;
}

.u-pt05 {
  padding-top: 0.5em;
}

.u-pb05 {
  padding-bottom: 0.5em;
}

.u-mt1 {
  margin-top: 1em;
}

.u-mb1 {
  margin-bottom: 1em;
}

.u-pt1 {
  padding-top: 1em;
}

.u-pb1 {
  padding-bottom: 1em;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mb2 {
  margin-bottom: 2em;
}

.u-pt2 {
  padding-top: 2em;
}

.u-pb2 {
  padding-bottom: 2em;
}

.u-mt3 {
  margin-top: 3em;
}

.u-mb3 {
  margin-bottom: 3em;
}

.u-pt3 {
  padding-top: 3em;
}

.u-pb3 {
  padding-bottom: 3em;
}

.u-mt4 {
  margin-top: 4em;
}

.u-mb4 {
  margin-bottom: 4em;
}

.u-pt4 {
  padding-top: 4em;
}

.u-pb4 {
  padding-bottom: 4em;
}

.u-mt5 {
  margin-top: 5em;
}

.u-mb5 {
  margin-bottom: 5em;
}

.u-pt5 {
  padding-top: 5em;
}

.u-pb5 {
  padding-bottom: 5em;
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

@media (min-width: 961px) {
  .u-sp {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
}

.c-btn-menu {
  display: none;
}
@media (max-width: 960px) {
  .c-btn-menu {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    background-color: #93673c;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 10000;
  }
}
@media (max-width: 960px) {
  .c-btn-menu__line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 20px;
    height: 1px;
    transition: 0.3s;
  }
  .c-btn-menu__line:before, .c-btn-menu__line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .c-btn-menu__line:before {
    top: -5px;
  }
  .c-btn-menu__line:after {
    top: 5px;
  }
}
@media (max-width: 960px) {
  .c-btn-menu.-active {
    background-color: #fff;
  }
  .c-btn-menu.-active .c-btn-menu__line {
    background-color: transparent;
  }
  .c-btn-menu.-active .c-btn-menu__line:before, .c-btn-menu.-active .c-btn-menu__line:after {
    top: 0;
    background-color: #93673c;
  }
  .c-btn-menu.-active .c-btn-menu__line:before {
    transform: rotate(30deg);
  }
  .c-btn-menu.-active .c-btn-menu__line:after {
    transform: rotate(-30deg);
  }
}

.c-btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93673c;
  width: 100%;
  height: 69px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media (min-width: 961px) {
  .c-btn-link a {
    transition: opacity 0.3s;
  }
  .c-btn-link a:hover {
    opacity: 0.7;
  }
}
.c-btn-link a figure {
  width: 15px;
  margin: 0 0 0 8px;
}

.c-icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-loading__text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media (max-width: 960px) {
  .c-loading__text {
    font-size: 1.5rem;
  }
}
.c-loading__count {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1;
  margin: 8px 0;
}
@media (max-width: 960px) {
  .c-loading__count {
    font-size: 3.5rem;
    margin: 8px 0 14px;
  }
}
.c-loading__indicator {
  width: 400px;
  height: 2px;
  margin: 16px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
  .c-loading__indicator {
    width: 80%;
    max-width: 400px;
    margin: 12px 0 0;
  }
}
.c-loading__indicator__progress {
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: width 0.2s ease;
}
.-loaded .c-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
.-loaded .c-loading__grp {
  transform: translate(0, -30%);
  transition: transform 2s ease;
}

.c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.c-text-desc {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .c-text-desc {
    font-size: 1.6rem;
  }
}

.c-text-common {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.c-text-caution {
  color: rgba(37, 37, 37, 0.6);
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.c-ttl-main {
  font-size: 5rem;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .c-ttl-main {
    font-size: 4rem;
  }
}

.c-ttl-emphasis {
  color: #311d12;
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 960px) {
  .c-ttl-emphasis {
    font-size: 2rem;
  }
}

.c-ttl-head {
  color: #311d12;
  font-size: 2.8rem;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .c-ttl-head {
    font-size: 2rem;
  }
}

.c-ttl-local {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}

.c-ttl-name {
  color: #311d12;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}

.c-ttl-desc {
  color: #311d12;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}

.p-foot-nav {
  background-image: url(../images/img_bg-br.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: 47px 47px;
  padding: 246px 0 82px;
}
@media (max-width: 960px) {
  .p-foot-nav {
    padding: 58px 0 36px;
  }
}
.p-foot-nav__main {
  display: flex;
}
@media (max-width: 960px) {
  .p-foot-nav__main {
    flex-direction: column;
    align-items: center;
    width: 335px;
    margin: 0 auto;
  }
}
.p-foot-nav__info {
  width: 50%;
}
@media (max-width: 960px) {
  .p-foot-nav__info {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .p-foot-nav__info:nth-child(2) {
    margin: 44px 0;
  }
}
.p-foot-nav__info:nth-child(2) .p-foot-nav__info__logo figure {
  position: relative;
  width: 252px;
  margin: 18px 0 8px;
}
.p-foot-nav__info:nth-child(2) .p-foot-nav__info__logo figure p {
  position: absolute;
  top: -28px;
  left: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.p-foot-nav__info:nth-child(2) a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media (min-width: 961px) {
  .p-foot-nav__info:nth-child(2) a {
    transition: opacity 0.3s;
  }
  .p-foot-nav__info:nth-child(2) a:hover {
    opacity: 0.7;
  }
}
.p-foot-nav__info:nth-child(2) a span {
  position: relative;
}
.p-foot-nav__info:nth-child(2) a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
.p-foot-nav__info:nth-child(2) a figure {
  width: 15px;
  margin: 6px 0 0 4px;
}
.p-foot-nav__info__logo a {
  display: block;
  position: relative;
  width: 258px;
  margin: 0 0 6px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .p-foot-nav__info__logo a {
    margin: 0 0 8px;
  }
}
.p-foot-nav__info__logo a p {
  position: absolute;
  top: -7px;
  left: 54px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-foot-nav__info__logo a p {
    top: -4px;
    font-size: 1.2rem;
  }
}
.p-foot-nav__info__item {
  display: flex;
  margin: 0 0 -2px;
}
@media (max-width: 960px) {
  .p-foot-nav__info__item {
    margin: 0 0 2px;
  }
}
.p-foot-nav__info__item:last-child {
  margin: 0;
}
@media (max-width: 960px) {
  .p-foot-nav__info__item:last-child {
    margin: -4px 0 0;
  }
}
.p-foot-nav__info__item dt {
  display: flex;
  width: 78px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-foot-nav__info__item dt {
    width: 60px;
  }
}
.p-foot-nav__info__item dt:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 10px 4px 0 0;
  border-radius: 50%;
}
.p-foot-nav__info__item dd {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-foot-nav__info__item dd {
    margin: 3px 0 0;
    line-height: 1.6;
  }
}
.p-foot-nav__info__item dd a {
  display: block;
  cursor: pointer;
}
@media (min-width: 961px) {
  .p-foot-nav__info__item dd a {
    transition: opacity 0.3s;
  }
  .p-foot-nav__info__item dd a:hover {
    opacity: 0.7;
  }
}
.p-foot-nav__copyright {
  display: flex;
  justify-content: flex-end;
  margin: -26px 0 0;
}
@media (max-width: 960px) {
  .p-foot-nav__copyright {
    width: 335px;
    margin: 0 auto;
  }
}
.p-foot-nav__copyright small {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
}

.p-gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px 0 20px;
}
@media (max-width: 960px) {
  .p-gnav {
    padding: 20px 0 0 20px;
  }
}
.p-gnav__logo a {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-gnav__logo a p {
  position: absolute;
  top: -7px;
  left: 54px;
  color: #221815;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-gnav__logo a p {
    top: -6px;
    left: 45px;
    font-size: 1.2rem;
  }
}
.p-gnav__logo a figure {
  width: 258px;
}
@media (max-width: 960px) {
  .p-gnav__logo a figure {
    width: 215px;
  }
}
.p-gnav__link {
  display: flex;
}
@media (max-width: 960px) {
  .p-gnav__link {
    display: none;
  }
}
.p-gnav__link li {
  margin: 0 44px 0 0;
}
.p-gnav__link li:last-child {
  margin: 0;
}
.p-gnav__link li a {
  display: flex;
  align-items: center;
  color: #221815;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media (min-width: 961px) {
  .p-gnav__link li a {
    transition: opacity 0.3s;
  }
  .p-gnav__link li a:hover {
    opacity: 0.7;
  }
}
.p-gnav__link li a figure {
  width: 16px;
  margin: 0 0 0 3px;
}

.p-index-access {
  position: relative;
  background-image: url("../images/img_bg-access.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 300px 300px;
  padding: 66px 0 220px;
}
@media (max-width: 960px) {
  .p-index-access {
    padding: 24px 0 0;
  }
}
.p-index-access > .c-ttl-main {
  margin: 0 0 -4px;
  color: #311d12;
  text-align: center;
}
@media (max-width: 960px) {
  .p-index-access > .c-ttl-main {
    margin: 0 0 -12px;
  }
}
.p-index-access > .c-text-desc {
  margin: 0 0 54px;
  color: #311d12;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 960px) {
  .p-index-access > .c-text-desc {
    margin: 0 0 34px;
  }
}
.p-index-access__map {
  display: flex;
  margin: 0 0 70px;
}
@media (max-width: 960px) {
  .p-index-access__map {
    flex-direction: column;
    margin: 0 0 50px;
  }
}
.p-index-access__map iframe {
  width: 600px;
  height: 355px;
  flex: 0 0 auto;
}
@media (max-width: 960px) {
  .p-index-access__map iframe {
    width: calc(100% + 40px);
    height: 54vw;
    margin: 0 0 0 -20px;
  }
}
.p-index-access__map__textbox {
  background-color: #fff;
  width: 100%;
  padding: 38px 40px 40px 40px;
}
@media (max-width: 960px) {
  .p-index-access__map__textbox {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    padding: 38px 20px 30px;
  }
}
.p-index-access__map__textbox .c-ttl-name {
  margin: 0 0 4px;
  color: #311d12;
}
.p-index-access__map__textbox__item {
  display: flex;
  margin: 4px 0 0;
}
.p-index-access__map__textbox__item:first-child, .p-index-access__map__textbox__item:last-child {
  margin: 0;
}
.p-index-access__map__textbox__item dt {
  display: flex;
  width: 76px;
  flex: 0 0 auto;
  color: #311d12;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-index-access__map__textbox__item dt {
    width: 60px;
  }
}
.p-index-access__map__textbox__item dt:before {
  content: "";
  display: block;
  background-color: #311d12;
  width: 10px;
  height: 10px;
  margin: 10px 4px 0 0;
  border-radius: 50%;
}
.p-index-access__map__textbox__item dd {
  margin: 4px 0 0;
  color: #311d12;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
.p-index-access__map__textbox__item dd a {
  display: block;
  cursor: pointer;
}
@media (min-width: 961px) {
  .p-index-access__map__textbox__item dd a {
    transition: opacity 0.3s;
  }
  .p-index-access__map__textbox__item dd a:hover {
    opacity: 0.7;
  }
}
.p-index-access__map__textbox__item dd a span {
  position: relative;
}
.p-index-access__map__textbox__item dd a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
.p-index-access__map__textbox__item dd a figure {
  width: 15px;
  margin: 0 0 0 6px;
}
.p-index-access__map__textbox .c-btn-link {
  margin: 46px 0 0;
}
@media (max-width: 960px) {
  .p-index-access__map__textbox .c-btn-link {
    margin: 42px 0 0;
  }
}
.p-index-access__guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index-access__guide > li {
  width: 100%;
  margin: 0 0 42px;
}
@media (max-width: 960px) {
  .p-index-access__guide > li {
    margin: 0 0 34px;
  }
}
.p-index-access__guide > li:first-child .p-index-access__guide__list li:nth-child(3) {
  display: flex;
}
@media (max-width: 960px) {
  .p-index-access__guide > li:first-child .p-index-access__guide__list li:nth-child(3) {
    flex-direction: column;
    text-indent: -1em;
    margin: 0 0 0 1em;
  }
}
.p-index-access__guide > li.-short {
  width: 500px;
}
@media (max-width: 960px) {
  .p-index-access__guide > li.-short {
    width: 100%;
  }
}
.p-index-access__guide > li.-short .p-index-access__guide__ttl {
  margin: 0 0 10px;
}
@media (max-width: 960px) {
  .p-index-access__guide > li.-short .p-index-access__guide__ttl {
    margin: 0 0 12px;
  }
}
@media (max-width: 960px) {
  .p-index-access__guide > li.-short .p-index-access__guide__ttl .c-ttl-local {
    margin: 0 6px;
  }
}
.p-index-access__guide > li.-short .p-index-access__guide__ttl > picture {
  width: 45px;
}
@media (max-width: 960px) {
  .p-index-access__guide > li.-short .p-index-access__guide__ttl > picture {
    width: 15px;
  }
}
.p-index-access__guide > li.-short .p-index-access__guide__list li:first-child {
  margin: 0;
}
.p-index-access__guide > li.-short .p-index-access__guide__list li:nth-child(2) {
  margin: 0;
}
.p-index-access__guide > li.-short .p-index-access__guide__list li .c-ttl-desc {
  line-height: 1.7;
}
.p-index-access__guide > li.-short .p-index-access__guide__list li .c-ttl-desc:before {
  margin: 8px 2px 0 0;
}
.p-index-access__guide > li.-short .p-index-access__guide__list li .c-text-common {
  padding: 6px 0 0;
}
@media (max-width: 960px) {
  .p-index-access__guide > li.-short .p-index-access__guide__list li .c-text-common {
    padding: 0;
  }
}
.p-index-access__guide__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/img_bg-br.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 47px 47px;
  margin: 0 0 6px;
}
@media (max-width: 960px) {
  .p-index-access__guide__ttl {
    margin: 0 0 10px;
  }
}
.p-index-access__guide__ttl > picture {
  width: 190px;
}
@media (max-width: 960px) {
  .p-index-access__guide__ttl > picture {
    width: 31px;
  }
}
.p-index-access__guide__ttl > picture.-rev {
  transform: rotate(180deg);
}
.p-index-access__guide__ttl .c-ttl-local {
  margin: 0 10px;
}
@media (max-width: 960px) {
  .p-index-access__guide__ttl .c-ttl-local {
    font-size: 2rem;
  }
}
@media (max-width: 960px) {
  .p-index-access__guide__list li:first-child {
    margin: 0 0 4px;
  }
}
.p-index-access__guide__list li:nth-child(2) {
  margin: 0 0 2px;
}
@media (max-width: 960px) {
  .p-index-access__guide__list li:nth-child(2) {
    margin: 0 0 8px;
  }
}
.p-index-access__guide__list .c-ttl-desc {
  display: flex;
}
.p-index-access__guide__list .c-ttl-desc:before {
  content: "";
  display: block;
  background-color: #311d12;
  width: 16px;
  height: 16px;
  margin: 11px 2px 0 0;
  border-radius: 50%;
}
.p-index-access__guide__list .c-text-common {
  padding: 0 0 0 22px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .p-index-access__guide__list .c-text-common {
    padding: 0 0 0 18px;
  }
}
@media (max-width: 960px) {
  .p-index-access__guide__list .c-text-caution {
    line-height: 1.8;
  }
}
.p-index-access__contact {
  position: absolute;
  left: 50%;
  bottom: -176px;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .p-index-access__contact {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: calc(100% + 40px);
    margin: 20px 0 0 -20px;
  }
}
.p-index-access__contact picture {
  display: block;
  width: 1040px;
}
@media (max-width: 960px) {
  .p-index-access__contact picture {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .p-index-access__contact picture img {
    width: 100%;
  }
}
.p-index-access__contact__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .p-index-access__contact__content {
    white-space: nowrap;
  }
}
@media (max-width: 960px) {
  .p-index-access__contact__content .c-ttl-emphasis {
    text-align: center;
  }
}
.p-index-access__contact__content a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -14px 0 0;
  color: #311d12;
  font-size: 5rem;
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media (max-width: 960px) {
  .p-index-access__contact__content a {
    margin: -8px 0 0;
    font-size: 4.6rem;
  }
}
@media (min-width: 961px) {
  .p-index-access__contact__content a {
    transition: opacity 0.3s;
  }
  .p-index-access__contact__content a:hover {
    opacity: 0.7;
  }
}
.p-index-access__contact__content a figure {
  width: 66px;
}
@media (max-width: 960px) {
  .p-index-access__contact__content a figure {
    width: 59px;
  }
}
.p-index-access__contact__content a span {
  display: block;
  margin: -8px 0 0;
}
.p-index-access__contact__content p {
  margin: -26px 0 0 6px;
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  text-align: right;
}
@media (max-width: 960px) {
  .p-index-access__contact__content p {
    margin: -22px -10px 0 0;
    font-size: 1.6rem;
  }
}

.p-index-facility {
  position: relative;
  padding: 60px 0 0;
}
@media (max-width: 960px) {
  .p-index-facility {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .p-index-facility__top {
    position: relative;
  }
}
.p-index-facility__top > picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .p-index-facility__top > picture {
    position: static;
  }
}
.p-index-facility__top > picture img {
  width: 100%;
}
@media (max-width: 960px) {
  .p-index-facility__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
    white-space: nowrap;
  }
}
.p-index-facility__ttl .c-ttl-main {
  position: relative;
  color: #fff;
  text-align: center;
}
.p-index-facility__ttl .c-text-desc {
  position: relative;
  margin: -4px 0 46px;
  color: #fff;
  text-align: center;
}
@media (max-width: 960px) {
  .p-index-facility__ttl .c-text-desc {
    margin: 4px 0 0;
    line-height: 1.6;
  }
}
.p-index-facility .l-inner {
  position: relative;
  background-color: #fff;
}
@media (max-width: 960px) {
  .p-index-facility .l-inner {
    background-color: transparent;
  }
}
.p-index-facility__content {
  padding: 80px 40px 62px;
}
@media (max-width: 960px) {
  .p-index-facility__content {
    padding: 40px 0 0;
  }
}
.p-index-facility__content__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/img_bg-br.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 47px 47px;
  margin: 0 0 40px;
}
@media (max-width: 960px) {
  .p-index-facility__content__ttl {
    margin: 0 0 20px;
  }
}
.p-index-facility__content__ttl > picture {
  display: block;
  width: 190px;
}
@media (max-width: 960px) {
  .p-index-facility__content__ttl > picture {
    width: 81px;
  }
}
.p-index-facility__content__ttl > picture.-rev {
  transform: rotate(180deg);
}
.p-index-facility__content__ttl .c-ttl-local {
  margin: 0 10px;
}
.p-index-facility__content__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .p-index-facility__content__list {
    margin: 0 0 26px;
  }
}
.p-index-facility__content__list li.-top {
  display: flex;
  margin: 0 0 40px;
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-top {
    flex-direction: column;
  }
}
.p-index-facility__content__list li.-top figure {
  width: 560px;
  flex: 0 0 auto;
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-top figure {
    width: 100%;
  }
}
.p-index-facility__content__list li.-top .p-index-facility__content__list__textbox {
  background-image: url("../images/img_bg-gr.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 400px 297px;
  width: 100%;
  padding: 34px 40px 30px;
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-top .p-index-facility__content__list__textbox {
    padding: 6px 20px 14px;
  }
}
.p-index-facility__content__list li.-top .p-index-facility__content__list__textbox .c-text-common {
  line-height: 1.8;
}
.p-index-facility__content__list li.-small {
  width: 300px;
  margin: 0 0 52px;
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-small {
    width: 100%;
    margin: 0 0 34px;
  }
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-small figure img {
    width: 100%;
  }
}
.p-index-facility__content__list li.-small .p-index-facility__content__list__textbox .c-ttl-name {
  margin: 4px 0 0;
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-small .p-index-facility__content__list__textbox .c-ttl-name {
    margin: 6px 0 0;
  }
}
.p-index-facility__content__list li.-small .p-index-facility__content__list__textbox .c-text-common {
  line-height: 1.8;
}
.p-index-facility__content__list li.-large {
  width: 460px;
  margin: 0 0 52px;
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-large {
    width: 100%;
    margin: 0 0 34px;
  }
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-large figure img {
    width: 100%;
  }
}
.p-index-facility__content__list li.-large .p-index-facility__content__list__textbox .c-ttl-name {
  margin: 16px 0 -2px;
}
@media (max-width: 960px) {
  .p-index-facility__content__list li.-large .p-index-facility__content__list__textbox .c-ttl-name {
    margin: 6px 0 0;
  }
}
.p-index-facility__content__list li.-large .p-index-facility__content__list__textbox .c-text-common {
  line-height: 1.8;
}

.p-index-feature {
  background-image: url("../images/img_bg-feature.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78px 0 90px;
}
@media (max-width: 960px) {
  .p-index-feature {
    background-image: url("../images/img_bg-feature_sp.jpg");
    padding: 50px 0 60px;
  }
}
.p-index-feature h2 {
  margin: 0 0 10px;
  color: #311d12;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 960px) {
  .p-index-feature h2 {
    margin: 0 0 6px;
  }
}
.p-index-feature h2 span:first-child {
  display: block;
  font-size: 1.8rem;
  margin: 0 0 -52px;
}
@media (max-width: 960px) {
  .p-index-feature h2 span:first-child {
    margin: 0 0 -44px;
    font-size: 1.6rem;
  }
}
.p-index-feature h2 span:nth-child(2) {
  color: #93673c;
  font-size: 7rem;
}
@media (max-width: 960px) {
  .p-index-feature h2 span:nth-child(2) {
    font-size: 6rem;
  }
}
.p-index-feature h2 span:nth-child(3) {
  color: #93673c;
  font-size: 5rem;
}
@media (max-width: 960px) {
  .p-index-feature h2 span:nth-child(3) {
    font-size: 4rem;
  }
}
.p-index-feature h2 span:nth-child(4) {
  font-size: 5rem;
}
@media (max-width: 960px) {
  .p-index-feature h2 span:nth-child(4) {
    font-size: 4rem;
  }
}
.p-index-feature__list li {
  position: relative;
  margin: 0 0 20px;
  padding: 6px;
  border-left: 2px solid rgba(216, 183, 84, 0.9);
  border-right: 2px solid rgba(216, 183, 84, 0.9);
}
@media (max-width: 960px) {
  .p-index-feature__list li {
    margin: 0 0 20px;
  }
}
.p-index-feature__list li:last-child {
  margin: 0;
}
.p-index-feature__list li:before, .p-index-feature__list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, #d8b754 0%, #d8b754 37%, #fff 52%, #d8b754 60%, #d8b754 100%);
  width: 100%;
  height: 2px;
  opacity: 0.9;
}
@media (max-width: 960px) {
  .p-index-feature__list li:before, .p-index-feature__list li:after {
    background-image: linear-gradient(90deg, #d8b754 0%, #d8b754 33%, #fff 52%, #d8b754 64%, #d8b754 100%);
  }
}
.p-index-feature__list li:before {
  top: 0;
}
.p-index-feature__list li:after {
  bottom: 0;
}
.p-index-feature__list__wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 34px 40px 33px;
}
@media (max-width: 960px) {
  .p-index-feature__list__wrap {
    align-items: center;
    padding: 22px 30px 26px;
  }
}
.p-index-feature__list__number {
  position: relative;
  background-color: #93673c;
  width: 97px;
  height: 97px;
  margin: 0 28px 0 0;
}
@media (max-width: 960px) {
  .p-index-feature__list__number {
    width: 39px;
    height: 39px;
    margin: 0 16px 0 0;
  }
}
.p-index-feature__list__number svg {
  fill: #ffffff;
  width: 97px;
  height: 97px;
  opacity: 0.1;
}
@media (max-width: 960px) {
  .p-index-feature__list__number svg {
    width: 39px;
    height: 39px;
  }
}
.p-index-feature__list__number p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-index-feature__list__number p {
    font-size: 2rem;
  }
}
.p-index-feature__list .c-ttl-head {
  margin: -14px 0 0;
}
@media (max-width: 960px) {
  .p-index-feature__list .c-ttl-head {
    width: 78%;
    margin: 0;
    line-height: 1.4;
  }
}
.p-index-feature__list .c-text-desc {
  margin: -54px 0 0 126px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .p-index-feature__list .c-text-desc {
    margin: 6px 0 0;
  }
}

.p-index-guide {
  background-image: linear-gradient(90deg, #543e28, #6e5338);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 128px;
}
@media (max-width: 960px) {
  .p-index-guide {
    padding: 50px 0 60px;
  }
}
.p-index-guide .l-inner {
  display: flex;
}
@media (max-width: 960px) {
  .p-index-guide .l-inner {
    flex-direction: column;
  }
}
.p-index-guide__ttl {
  margin: 0 80px 0 0;
}
@media (max-width: 960px) {
  .p-index-guide__ttl {
    margin: 0 0 50px;
  }
}
@media (min-width: 961px) {
  .p-index-guide__ttl {
    width: 122px;
    flex: 0 0 auto;
  }
}
.p-index-guide__ttl__inner {
  display: inline-flex;
  align-items: center;
  padding: 12px 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
@media (max-width: 960px) {
  .p-index-guide__ttl__inner {
    display: block;
    flex-direction: column;
    padding: 6px 0 28px;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}
@media (min-width: 961px) {
  .p-index-guide__ttl__inner {
    white-space: nowrap;
  }
}
.p-index-guide__ttl__inner .c-ttl-main {
  margin: 0 0 36px;
  color: #fff;
}
@media (max-width: 960px) {
  .p-index-guide__ttl__inner .c-ttl-main {
    margin: 0 0 -8px;
    text-align: center;
  }
}
.p-index-guide__ttl__inner .c-text-desc {
  color: #fff;
}
@media (max-width: 960px) {
  .p-index-guide__ttl__inner .c-text-desc {
    text-align: center;
  }
}
.p-index-guide__content {
  margin: -14px 0 0;
}
.p-index-guide__content__point li {
  margin: 16px 0 0;
}
@media (max-width: 960px) {
  .p-index-guide__content__point li {
    margin: 22px 0 0;
  }
}
.p-index-guide__content__point li:first-child {
  margin: 0;
}
@media (max-width: 960px) {
  .p-index-guide__content__point li.-list .c-text-common {
    text-indent: -1em;
    margin: 0 0 0 1em;
  }
}
.p-index-guide__content__point li.c-detail {
  background-color: rgba(255, 255, 255, 0.1);
  margin: 44px 0 0;
  padding: 26px 40px 34px;
}
@media (max-width: 960px) {
  .p-index-guide__content__point li.c-detail {
    margin: 46px 0 0;
    padding: 8px 20px 14px;
  }
}
.p-index-guide__content__point li.c-detail .c-ttl-local {
  margin: 0 0 4px;
}
@media (max-width: 960px) {
  .p-index-guide__content__point li.c-detail .c-ttl-local {
    margin: 0;
  }
}
.p-index-guide__content__point li.c-detail dl .c-detail__item {
  display: flex;
  margin: 6px 0 0;
}
@media (max-width: 960px) {
  .p-index-guide__content__point li.c-detail dl .c-detail__item {
    flex-direction: column;
    margin: 16px 0 0;
  }
}
.p-index-guide__content__point li.c-detail dl .c-detail__item:first-child {
  margin: 0;
}
.p-index-guide__content__point li.c-detail dl .c-detail__item dt {
  display: flex;
  width: 120px;
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-index-guide__content__point li.c-detail dl .c-detail__item dt {
    width: auto;
  }
}
.p-index-guide__content__point li.c-detail dl .c-detail__item dt:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 10px 6px 0 0;
  border-radius: 50%;
}
.p-index-guide__content__point li.c-detail dl .c-detail__item dd {
  margin: 1px 0 0;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .p-index-guide__content__point li.c-detail dl .c-detail__item dd {
    margin: -4px 0 0;
  }
}
.p-index-guide__content__point li.c-detail dl .c-detail__item dd a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 961px) {
  .p-index-guide__content__point li.c-detail dl .c-detail__item dd a {
    transition: opacity 0.3s;
  }
  .p-index-guide__content__point li.c-detail dl .c-detail__item dd a:hover {
    opacity: 0.7;
  }
}
.p-index-guide__content__point li.c-detail dl .c-detail__item dd a span {
  position: relative;
}
.p-index-guide__content__point li.c-detail dl .c-detail__item dd a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
.p-index-guide__content__point li.c-detail dl .c-detail__item dd a figure {
  width: 15px;
  margin: 0 0 0 6px;
}
.p-index-guide__content__point__item {
  display: flex;
  align-items: center;
}
.p-index-guide__content__point__item figure {
  width: 22px;
  margin: 0 10px 0 0;
}
.p-index-guide__content__point .c-text-common {
  color: #fff;
}
@media (max-width: 960px) {
  .p-index-guide__content__point .c-text-common {
    line-height: 1.6;
  }
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual > picture {
  display: block;
  width: 100%;
}
.p-mainvisual > picture img {
  width: 100%;
}
@media (max-width: 960px) {
  .p-mainvisual > picture img {
    min-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-mainvisual a {
  display: block;
  position: absolute;
  top: 50px;
  left: 40px;
  width: 258px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .p-mainvisual a {
    top: 20px;
    left: 20px;
    width: 215px;
  }
}
.p-mainvisual a p {
  position: absolute;
  top: -7px;
  left: 54px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .p-mainvisual a p {
    top: -6px;
    left: 45px;
    font-size: 1.2rem;
  }
}
.p-mainvisual h1 {
  position: absolute;
  top: 20vw;
  right: 146px;
}
@media (max-width: 960px) {
  .p-mainvisual h1 {
    top: 29vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.p-mainvisual h1 picture {
  display: block;
  width: 207px;
}
@media (max-width: 960px) {
  .p-mainvisual h1 picture {
    width: 217px;
  }
}