@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap");
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    transform: scale3d(1.15, 1.15, 1.15);
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    -moz-transform: scale3d(1.15, 1.15, 1.15);
    -ms-transform: scale3d(1.15, 1.15, 1.15);
    -o-transform: scale3d(1.15, 1.15, 1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    transform: scale3d(1.15, 1.15, 1.15);
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    -moz-transform: scale3d(1.15, 1.15, 1.15);
    -ms-transform: scale3d(1.15, 1.15, 1.15);
    -o-transform: scale3d(1.15, 1.15, 1.15);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-webkit-keyframes pathmove {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes pathmove {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.u-wysiwygArea {
  margin-bottom: 1rem;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea p {
  font-size: 1.3rem;
  line-height: 1.78;
  color: #000;
}
.u-wysiwygArea p:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 1.2rem;
  }
}
.u-wysiwygArea div {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
}
.u-wysiwygArea a {
  border-bottom: 0.1rem solid #C5171E;
  color: #C5171E !important;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-wysiwygArea a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/common/externalLink_icon_red.png) center center/contain no-repeat;
}
.u-wysiwygArea a[target=_blank].no-icon::after {
  content: none;
}
.u-wysiwygArea h2 {
  color: #9C0911;
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.u-articletTitleText .u-wysiwygArea h2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
.u-wysiwygArea h3 {
  color: #9C0911;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h3 {
    margin-bottom: 1rem;
  }
}
.u-wysiwygArea h4 {
  color: #9C0911;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h4 {
    font-size: 1.4rem;
  }
}
.u-wysiwygArea h5 {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h5 {
    font-size: 1.2rem;
  }
}
.u-wysiwygArea h6 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h6 {
    font-size: 1rem;
  }
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  margin-bottom: 1rem;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  list-style-type: inherit;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.04em;
}
.u-wysiwygArea ul li::marker {
  font-size: 1rem;
}
.u-wysiwygArea dl {
  margin-bottom: 1rem;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: #eeeeee;
  padding: 3rem 4rem;
  margin-bottom: 10rem;
}
.u-wysiwygArea .tableWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .tableWrap {
    overflow-x: auto;
  }
}
.u-wysiwygArea table {
  font-size: 1.4rem;
  width: 100% !important;
}
.u-wysiwygArea table caption {
  font-weight: bold;
  caption-side: top;
  color: #C5171E;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table caption {
    margin-bottom: 0.7rem;
  }
}
.u-wysiwygArea table thead {
  background: #C5171E;
  color: #fff;
}
.u-wysiwygArea table thead th {
  font-weight: bold;
  border: #bfbfbf solid 1px;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table thead th {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .u-table__headlineLeft .u-wysiwygArea table thead tr:last-child td,
  .u-table__headlineLeft .u-wysiwygArea table tbody tr:last-child td {
    border-bottom: solid 1px #bfbfbf;
  }
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table tbody th {
  font-weight: bold;
  border: solid 1px #bfbfbf;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table thead th,
  .u-wysiwygArea table tbody th {
    padding: 1rem 1.5rem;
  }
}
.u-wysiwygArea table thead td,
.u-wysiwygArea table tbody td {
  border: solid 1px #bfbfbf;
  padding: 1.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table thead td,
  .u-wysiwygArea table tbody td {
    padding: 1rem 0.5rem;
  }
}
.u-wysiwygArea table thead td a,
.u-wysiwygArea table tbody td a {
  margin-left: 1rem;
  color: #C5171E;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea table thead td a,
  .u-wysiwygArea table tbody td a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea table thead td a:hover,
  .u-wysiwygArea table tbody td a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-wysiwygArea table thead td a:hover,
  .u-wysiwygArea table tbody td a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-wysiwygArea table thead td a:first-child,
.u-wysiwygArea table tbody td a:first-child {
  margin-left: 0;
}
.u-wysiwygArea thead tr td {
  border-right: 1px solid #bfbfbf !important;
}
.u-wysiwygArea thead tr td:last-of-type {
  border-right: 1px solid #C5171E !important;
}
.u-wysiwygArea img {
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}
.u-wysiwygArea .box {
  border: solid 1px #C5171E;
  padding: 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .box {
    padding: 2rem;
    margin-bottom: 7rem;
  }
}
.u-wysiwygArea .box p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .u-mt0_pc {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb0_pc {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt0_sp {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mt4_pc {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb4_pc {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt4_sp {
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb4_sp {
    margin-bottom: 4rem !important;
  }
}

/*====================================================================
u-articleBnr
====================================================================*/
.u-articleBnr {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleBnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
}
.u-articleBnr__link {
  display: block;
  max-width: 49%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .u-articleBnr__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleBnr__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .u-articleBnr__link {
    max-width: none;
  }
}

/*====================================================================
u-articleBtn
====================================================================*/
.u-articleBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn {
    gap: 2rem;
  }
}
.u-articleBtn.u-plan {
  margin: 4rem auto 0;
}
.u-articleBtn .u-button__arrow {
  margin: 0;
}
.u-articleBtn__item {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__item {
    margin: 2rem 0;
  }
}
.u-articleBtn__item:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__item:before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleBtn__item:after {
  border-bottom: 1px solid #C5171E;
  border-right: 1px solid #C5171E;
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .u-articleBtn__item:after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleBtn__item:hover:before {
    background: #C5171E;
  }
  .u-articleBtn__item:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.u-articleBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  min-height: 7rem;
  padding: 1rem 4rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #C5171E;
  background: #C5171E;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-plan .u-articleBtn__link {
  letter-spacing: 0.22em;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__link:hover {
    background: #fff;
    color: #C5171E;
    outline: none;
    text-decoration: none;
  }
}
.u-articleBtn__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(../images/common/externalLink_icon_white.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__link[target=_blank]:hover::after {
    background: url(../images/common/externalLink_icon_base.png) center center/contain no-repeat;
  }
}
.u-articleBtn .u-button__arrowText[target=_blank]::before {
  background: url(../images/layout/btn_arrow_base.png) center center/contain no-repeat;
}
.u-articleBtn .u-button__arrowText[target=_blank]::after {
  content: "";
  display: block;
  background: url(../images/common/blank_icon_base.png) center center/contain no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.6rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .u-articleBtn .u-button__arrowText[target=_blank]:hover::before {
    background: url(../images/layout/btn_arrow_white.png) center center/contain no-repeat;
  }
  .u-articleBtn .u-button__arrowText[target=_blank]:hover::after {
    background: url(../images/common/blank_icon_white.png) center center/contain no-repeat;
  }
}
.u-articleBtn .u-button__arrow.part-colorRed .u-button__arrowText[target=_blank]::before {
  background: url(../images/layout/btn_arrow_beige.png) center center/contain no-repeat;
}
.u-articleBtn .u-button__arrow.part-colorRed .u-button__arrowText[target=_blank]::after {
  background: url(../images/common/blank_icon_beige.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-articleBtn .u-button__arrow.part-colorRed .u-button__arrowText[target=_blank]:hover::before {
    background: url(../images/layout/btn_arrow_base.png) center center/contain no-repeat;
  }
  .u-articleBtn .u-button__arrow.part-colorRed .u-button__arrowText[target=_blank]:hover::after {
    background: url(../images/common/blank_icon_base.png) center center/contain no-repeat;
  }
}
.u-articleBtn .u-button__arrow.part-colorRed.u-pdf .u-button__arrowText::before {
  background: url(../images/common/download_icon_beige.png) center center/contain no-repeat;
}

.u-articleBtn__pdf {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf {
    gap: 2rem;
  }
}
.u-articleBtn__pdf.u-plan {
  margin: 4rem auto 0;
}
.u-articleBtn__pdf .u-button__arrow {
  margin: 0;
}
.u-articleBtn__pdf__item {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf__item {
    margin: 2rem 0;
  }
}
.u-articleBtn__pdf__item:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__item:before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleBtn__pdf__item:after {
  border-bottom: 1px solid #C5171E;
  border-right: 1px solid #C5171E;
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__item:after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__item:hover:before {
    background: #C5171E;
  }
  .u-articleBtn__pdf__item:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.u-articleBtn__pdf__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  min-height: 7rem;
  padding: 1rem 4rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #C5171E;
  background: #C5171E;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-plan .u-articleBtn__pdf__link {
  letter-spacing: 0.22em;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__link:hover {
    background: #fff;
    color: #C5171E;
    outline: none;
    text-decoration: none;
  }
}
.u-articleBtn__pdf__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(../images/common/externalLink_icon_white.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__link[target=_blank]:hover::after {
    background: url(../images/common/externalLink_icon_base.png) center center/contain no-repeat;
  }
}
.u-articleBtn__pdf .u-articleBtn__item::before {
  display: none;
}
.u-articleBtn__pdf .u-articleBtn__item::after {
  width: 2.1rem;
  height: 2rem;
  background: url(../images/common/download_icon_white.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  border: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf .u-articleBtn__item:hover::after {
    border: none;
    background: url(../images/common/download_icon_base.png) center center/contain no-repeat;
  }
}
.u-articleBtn__pdf .u-articleBtn__link {
  letter-spacing: 0.28em;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf .u-articleBtn__link {
    font-size: 1.2rem;
  }
}
.u-articleBtn__pdf .u-articleBtn__link[target=_blank]::after {
  display: none;
}

/*====================================================================
u-articleColumn
====================================================================*/
.u-articleColumn {
  margin: 6rem 0;
  padding: 6rem 5rem;
  background: rgba(237, 193, 171, 0.5);
}
@media screen and (max-width: 768px) {
  .u-articleColumn {
    margin: 4.5rem -2rem 4.6rem;
    padding: 4.4rem 2rem 3.5rem;
  }
}
.u-articleColumn__title {
  margin-bottom: 5rem;
  color: #9C0911;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.74;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__title {
    margin-bottom: 4rem;
  }
}
.u-articleColumn__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 1.5rem auto 0;
  background: #C5171E;
}
.u-articleColumn__titleMiddle {
  margin-bottom: 2rem;
  color: #9C0911;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__titleMiddle {
    font-size: 1.6rem;
  }
}
.u-articleColumn__titleSmall {
  color: #9C0911;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__titleSmall {
    font-size: 1.3rem;
  }
}
.u-articleColumn__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__content {
    display: block;
  }
}
.u-articleColumn__thumb {
  margin-bottom: 0;
  width: 100%;
  max-width: 36%;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__thumb {
    margin-bottom: 2rem;
    width: 100%;
    max-width: none;
  }
}
.u-articleColumn__textArea {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__textArea {
    width: 100%;
    max-width: none;
  }
}

/*====================================================================
u-articleFv
====================================================================*/
.u-articleFv {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-articleFv {
    max-width: 100%;
    margin-left: 0;
  }
}
.u-articleFv__thumb {
  display: block;
  margin-bottom: 2.5rem;
}
.u-articleFv__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-articleFv__img {
    max-height: 25rem;
  }
}
.u-articleFv__tabList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.u-articleFv__tabListItemText {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.154;
  background: #C5171E;
  border: 1px solid #C5171E;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (min-width: 769px) {
  .u-articleFv__tabListItemText:hover {
    background: #fff;
    color: #C5171E;
  }
}
@media screen and (max-width: 768px) {
  .u-articleFv__tabListItemText {
    padding: 0.7rem 1.2rem;
  }
}
.u-articleFv__caption {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-articleFv__caption {
    text-align: left;
  }
}

/*====================================================================
u-articleMap
====================================================================*/
.u-articleMap {
  margin: 5rem 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-articleMap {
    margin: 3rem 0;
    padding: 0;
  }
}
.u-articleMap__item {
  width: 100%;
  height: 33.5rem;
}
.u-articleMap__item iframe {
  width: 100%;
  height: 100%;
}

.accessPage__main .u-articleMap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2.5rem;
  height: 33.5rem;
}
.accessPage__main .u-articleMap iframe {
  height: 100%;
}

/*====================================================================
u-articleTitle
====================================================================*/
.u-articleTitle {
  margin: 5rem 0 3rem;
  color: #9C0911;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-align: left;
}

.u-articleTitle_middle {
  margin: 3rem 0 1.5rem;
  color: #9C0911;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.67;
  letter-spacing: 0.01em;
}

.u-articleTitle_small {
  margin: 2rem 0 1.5rem;
  color: #9C0911;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

.u-articleText__annotation {
  font-size: 1rem;
  margin: 1.5rem 0 0;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.u-articleText__annotation a {
  font-size: 1rem;
  margin: 1rem 0;
  letter-spacing: 0.05em;
  border-bottom: 0.1rem solid #C20638;
  color: #C20638 !important;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media screen and (min-width: 769px) {
  .u-articleText__annotation a:hover {
    opacity: 0.7;
  }
}

/*====================================================================
u-articleTextImg
====================================================================*/
.u-articleTextImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 3.5rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg {
    margin: 0 0 3.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.u-articleTextImg.part-imageLeft {
  gap: 2rem;
}
.u-articleTextImg.part-imageRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2rem;
}
.u-articleTextImg__cont {
  width: 100%;
}
.part-colum2 .u-articleTextImg__cont {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .part-colum2 .u-articleTextImg__cont {
    max-width: none;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .part-colum2 .u-articleTextImg__cont:last-child {
    margin-bottom: 0;
  }
}
.part-colum3 .u-articleTextImg__cont {
  max-width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .part-colum3 .u-articleTextImg__cont {
    max-width: none;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .part-colum3 .u-articleTextImg__cont:last-child {
    margin-bottom: 0;
  }
}
.u-articleTextImg__thumb {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__thumb {
    max-width: 100%;
    padding: 0;
    margin-bottom: 1.7rem;
    width: 100%;
  }
}
.part-imageLeft .u-articleTextImg__thumb {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .part-imageLeft .u-articleTextImg__thumb {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.part-imageRight .u-articleTextImg__thumb {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .part-imageRight .u-articleTextImg__thumb {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.u-articleTextImg__thumbImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-articleTextImg__titleSmall {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.78;
}
.u-articleTextImg__text {
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.78;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__text {
    width: 100%;
    padding: 0;
  }
}
.part-imageLeft .u-articleTextImg__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .part-imageLeft .u-articleTextImg__text {
    width: 100%;
    padding-left: 0;
  }
}
.part-imageRight .u-articleTextImg__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .part-imageRight .u-articleTextImg__text {
    width: 100%;
    padding-right: 0;
  }
}
.u-articleTextImg__thumbCaption {
  margin-bottom: 1.9rem;
  color: #9C0911;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.78;
}
.u-articleTextImg__linkBtn {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__linkBtn {
    margin: 2rem auto 0;
  }
}
.u-articleTextImg__linkBtn:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__linkBtn:before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleTextImg__linkBtn:after {
  border-bottom: 1px solid #C5171E;
  border-right: 1px solid #C5171E;
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__linkBtn:after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__linkBtn:hover:before {
    background: #C5171E;
  }
  .u-articleTextImg__linkBtn:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.u-articleTextImg__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  min-height: 7rem;
  padding: 1rem 4rem;
  color: #fff;
  font-family: "BIZ UDGothic", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #C5171E;
  background: #C5171E;
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__link:hover {
    background: #fff;
    color: #C5171E;
    outline: none;
    text-decoration: none;
  }
}
.u-articleTextImg .u-button__arrow {
  max-width: 33.5rem !important;
  margin-top: 3rem !important;
}

.u-articleTextImgSmall__text {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgSmall__text {
    font-size: 1.2rem;
  }
}

/*====================================================================
u-articleTextImg
====================================================================*/
.u-articleTextImgFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 9rem;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgFlex {
    margin: 0 0 7rem;
  }
}
.u-articleTextImgFlex__thumb {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgFlex__thumb {
    max-width: 100%;
    padding: 0;
    margin-bottom: 3.8rem;
  }
}
.u-articleTextImgFlex__thumbImg {
  width: 100%;
}
.u-articleTextImgFlex__textArea {
  width: 45%;
}
.u-articleTextImgFlex__titleSmall {
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66;
}
.u-articleTextImgFlex__text {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgFlex__text {
    max-width: 100%;
    padding: 0;
  }
}

/*====================================================================
u-articleThumb
====================================================================*/
.u-articleThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 3.5rem;
  gap: 1rem;
}
.u-articleThumb.wide {
  margin: 0 0 3rem;
}
.u-articleThumb.part-colum1 {
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .u-articleThumb {
    margin: 0 0 2rem;
  }
  .u-articleThumb.part-colum2 {
    display: block;
  }
  .u-articleThumb.part-colum3 {
    display: block;
  }
}
.u-articleThumb__item {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .u-articleThumb__item {
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.u-articleThumb__item.u-ofx {
  overflow-x: scroll;
}
.part-colum2 .u-articleThumb__item {
  max-width: 49.5%;
}
@media screen and (max-width: 768px) {
  .part-colum2 .u-articleThumb__item {
    max-width: 100%;
  }
}
.part-colum3 .u-articleThumb__item {
  max-width: 32.65%;
}
@media screen and (max-width: 768px) {
  .part-colum3 .u-articleThumb__item {
    max-width: 100%;
  }
}
.u-articleThumb__itemImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  margin: auto;
}
.u-articleThumb__itemImg:last-of-type {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .u-articleThumb__itemImg:last-of-type {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .u-articleThumb__itemImg:first-of-type {
    margin-top: 0;
  }
}
.u-articleThumb__itemCaption {
  font-size: 1.1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .u-articleThumb__itemCaption {
    padding-top: 0;
    margin-bottom: 1rem;
  }
}

/*====================================================================
u-articleSec
====================================================================*/
/*====================================================================
u-articleSlider
====================================================================*/
.u-articleSlider {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider {
    margin-bottom: 4rem;
  }
}
.u-articleSlider__container {
  max-height: 54rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider__container {
    max-height: 26rem;
  }
}
.u-articleSlider__list {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.u-articleSlider__item {
  position: relative;
}
.u-articleSlider__thumb {
  overflow: hidden;
  margin-bottom: 1rem;
  text-align: center;
}
.u-articleSlider__image {
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-articleSlider__image {
    height: 18.4rem;
  }
}
.u-articleSlider__text {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.9;
}
.u-articleSlider .swiper-horizontal > .swiper-pagination {
  margin-top: 1rem;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-articleSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  background-color: #C5171E;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}
.u-articleSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  width: 1rem;
  height: 1rem;
  background: #C5171E;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background: #C5171E;
}
.u-articleSlider .swiper-button-prev,
.u-articleSlider .swiper-button-next {
  z-index: 1;
  top: 23rem;
  background: #9C0911;
  padding: 1rem;
  width: 3.7rem;
  height: 3.7rem;
  border: 0.1rem solid #9C0911;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev,
  .u-articleSlider .swiper-button-next {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-prev,
  .u-articleSlider .swiper-button-next {
    top: 10rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.u-articleSlider .swiper-button-prev::before, .u-articleSlider .swiper-button-prev::after,
.u-articleSlider .swiper-button-next::before,
.u-articleSlider .swiper-button-next::after {
  display: block;
  border-bottom: none !important;
  border-right: none !important;
  top: 50%;
  left: 50%;
  width: 0.6rem !important;
  height: 1.2rem !important;
  background-image: url(../images/layout/slide_arrow_icon_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev::before, .u-articleSlider .swiper-button-prev::after,
  .u-articleSlider .swiper-button-next::before,
  .u-articleSlider .swiper-button-next::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-prev::before, .u-articleSlider .swiper-button-prev::after,
  .u-articleSlider .swiper-button-next::before,
  .u-articleSlider .swiper-button-next::after {
    font-size: 1.4rem;
    width: 1.4rem !important;
    height: 1.2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev:hover,
  .u-articleSlider .swiper-button-next:hover {
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev:hover,
  .u-articleSlider .swiper-button-next:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev:hover::before, .u-articleSlider .swiper-button-prev:hover::after,
  .u-articleSlider .swiper-button-next:hover::before,
  .u-articleSlider .swiper-button-next:hover::after {
    background-image: url(../images/layout/slide_arrow_icon_base.png);
  }
}
.u-articleSlider .swiper-button-prev {
  left: -1.8rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-prev {
    left: -1.3rem;
  }
}
.u-articleSlider .swiper-button-prev:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.u-articleSlider .swiper-button-next {
  right: -1.8rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-next {
    right: -1.3rem;
  }
}
.u-articleSlider .swiper-button-next:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

/*====================================================================
u-articleVideo
====================================================================*/
.u-articleVideo {
  text-align: center;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .u-articleVideo {
    margin: 4rem 0;
  }
}
.u-articleVideo__title {
  font-size: 1.6rem;
  line-height: 1.93;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.u-articleVideo__text {
  font-size: 1.4rem;
  margin-bottom: 6rem;
  line-height: 1.93;
  letter-spacing: 0.1em;
}
.u-articleVideo__item {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .u-articleVideo__item {
    margin-bottom: 3.5rem;
  }
}
.u-articleVideo__item iframe {
  max-width: 70rem;
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .u-articleVideo__item iframe {
    max-width: 100%;
    height: 19rem;
  }
}
.u-articleVideo__button .u-button__arrowText {
  background: #a78751;
}

.u-button__plus {
  max-width: 36.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  position: relative;
  cursor: pointer;
  border-radius: 7.5px;
  border: 1px solid #C5171E;
}
.u-button__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1.5em;
  height: 1px;
  background: #C5171E;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-button__plus::before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-button__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1px;
  background: #C5171E;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-button__plus::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__plus:hover::before, .u-button__plus:hover::after {
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-button__plus:hover::before, .u-button__plus:hover::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-button__plusText {
  padding: 2rem 2.1rem;
  color: #C5171E;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-button__plusText {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__plusText:hover {
    background: #fff;
    border-color: #fff;
    color: #C5171E;
    outline: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-button__plusText:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__plus:hover .u-button__plusText {
    background: #C5171E;
    color: #fff;
  }
}

.u-button__arrow {
  max-width: 30.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-button__arrow {
    max-width: 29rem;
  }
}
.u-button__arrowText {
  padding: 1.4rem 4.8rem;
  color: #C5171E;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  min-height: 6.5rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #C5171E;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-button__arrowText {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-button__arrowText {
    font-size: 1.2rem;
    padding: 1.2rem 4.8rem;
    min-height: 6rem;
  }
}
.u-button__arrowText::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 1.8rem;
  background-image: url(../images/layout/btn_arrow_base.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}
@media screen and (min-width: 769px) {
  .u-button__arrowText::before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.part-colorRed .u-button__arrowText {
  background: #C5171E;
  color: #F7F6E7;
}
.part-colorRed .u-button__arrowText::before {
  background-image: url(../images/layout/btn_arrow_beige.png);
}
@media screen and (min-width: 769px) {
  .u-button__arrowText:hover {
    background-color: #C5171E;
    color: #fff;
    outline: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-button__arrowText:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__arrowText:hover::before {
    background-image: url(../images/layout/btn_arrow_white.png);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-button__arrowText:hover::before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .part-colorRed .u-button__arrowText:hover {
    background-color: #fff;
    color: #C5171E;
  }
  .part-colorRed .u-button__arrowText:hover::before {
    background-image: url(../images/layout/btn_arrow_base.png);
  }
}
.u-button__arrowText.u-anchor::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.u-button__arrow.u-pdf .u-button__arrowText {
  padding: 2rem 4rem;
}
.u-button__arrow.u-pdf .u-button__arrowText::before {
  width: 1.64rem;
  height: 1.6rem;
  background: url(../images/common/download_icon_base.png) center center/contain no-repeat;
}
.u-button__arrow.u-pdf .u-button__arrowText::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .u-button__arrow.u-pdf .u-button__arrowText:hover::before {
    background: url(../images/common/download_icon_beige.png) center center/contain no-repeat;
  }
}
.u-button__arrow.u-pdf.part-colorRed .u-button__arrowText::before {
  background: url(../images/common/download_icon_beige.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-button__arrow.u-pdf.part-colorRed .u-button__arrowText:hover::before {
    background: url(../images/common/download_icon_base.png) center center/contain no-repeat !important;
  }
}
.u-button__arrowText[target=_blank] {
  padding: 2rem 3rem 2rem 3rem;
}
.u-button__arrowText[target=_blank]::before {
  background: url(../images/common/blank_icon_base.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-button__arrowText[target=_blank]:hover::before {
    background: url(../images/common/blank_icon_white.png) center center/contain no-repeat;
  }
}

.u-articleButton {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  position: relative;
  cursor: pointer;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .u-articleButton {
    margin-top: 5rem;
  }
}
.u-articleButton::before, .u-articleButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 0.2rem;
  background: #C5171E;
}
@media screen and (min-width: 769px) {
  .u-articleButton::before, .u-articleButton::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleButton::before, .u-articleButton::after {
    width: 1.6rem;
    right: 0;
  }
}
.u-articleButton::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .u-articleButton:hover::before, .u-articleButton:hover::after {
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-articleButton:hover::before, .u-articleButton:hover::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleButton.part-colorGD::before, .u-articleButton.part-colorGD::after {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .u-articleButton.part-colorGD:hover::before, .u-articleButton.part-colorGD:hover::after {
    background: #C5171E;
  }
}
.u-articleButtonText {
  padding: 2.4rem 0;
  border-top: solid 2px #C5171E;
  border-bottom: solid 2px #C5171E;
  color: #C5171E;
  letter-spacing: 0.14em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-articleButtonText {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.part-colorGD .u-articleButtonText {
  background: #cab797;
  border-color: #cab797;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .u-articleButtonText:hover {
    background: #C5171E;
    border-color: #C5171E;
    color: #fff;
    outline: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-articleButtonText:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .part-colorGD .u-articleButtonText:hover {
    background: #fff;
    border-color: #C5171E;
    color: #C5171E;
  }
}
@media screen and (max-width: 768px) {
  .u-articleButtonText {
    font-size: 1.2rem;
  }
}

.u-linkBtn__longArrow {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #C5171E;
  border-bottom: 1px solid #C5171E;
}
.u-linkBtn__longArrow::after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  width: 0.6rem;
  height: 0.9rem;
  background: url(../images/common/arrow_icon_base.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .u-linkBtn__longArrow:hover::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}

.u-mt0 {
  margin-top: 0;
}

.js-moreButtonLineHide::before {
  content: "";
  width: 0;
  height: 0;
}

.accessPage__main .u-button__arrowText[target=_blank] {
  padding: 2rem 3rem 2rem 3rem;
}
.accessPage__main .u-button__arrowText[target=_blank] span::after {
  display: none;
}

.u-articleSec .u-button__arrow {
  margin: 0;
}

.u-contact-btn__wra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-cardTopics {
  margin: 5rem 0;
}
.u-cardTopics.u-plan {
  padding: 5.7rem 1rem;
  background: #F8E6DD;
}
@media screen and (max-width: 768px) {
  .u-cardTopics.u-plan {
    padding: 4rem 2rem;
  }
}
.u-cardTopics__title {
  margin-bottom: 5rem;
  color: #9C0911;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.74;
  letter-spacing: 0.1em;
  text-align: left;
}
.u-cardTopics__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 1.3rem auto 0;
  background: #C5171E;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__title {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 4rem;
    padding-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__title {
    padding-top: 0;
  }
}
.u-cardTopics__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  gap: 1rem;
}
.u-plan .u-cardTopics__list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__list {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardTopics__list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.u-cardTopics__item {
  width: 32.63%;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item {
    width: 100%;
  }
}
.u-cardTopics__item.count-1 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item.count-1 {
    width: 100%;
  }
}
.u-plan .u-cardTopics__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__item {
    margin-bottom: 2rem;
  }
  .u-plan .u-cardTopics__item:last-child {
    margin-bottom: 0;
  }
  .u-plan .u-cardTopics__item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item {
    max-width: 100%;
  }
}
.u-cardTopics__link {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.u-cardTopics__link img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.u-cardTopics__link:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .u-cardTopics__link:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-cardTopics__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.u-cardTopics__link:hover .u-cardTopics__captionLink::after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.count-1 .u-cardTopics__link[target=_blank] .u-cardTopics__captionLink::after {
  width: 1.4rem;
  height: 1.5rem;
  border: none;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  background: url(../images/common/externalLink_icon_base.png) center center/contain no-repeat;
}
.u-cardTopics__thumb {
  margin-bottom: 1.5rem;
}
.u-cardTopics__img {
  overflow: hidden;
}
.is_page__area .u-cardTopics__img {
  aspect-ratio: 4/3;
}
.u-cardTopics__img img {
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__img img {
    height: 20rem;
  }
}
.count-1 .u-cardTopics__img img {
  height: 24vw;
}
@media screen and (max-width: 768px) {
  .count-1 .u-cardTopics__img img {
    height: 20rem;
  }
}
.is_page__area .u-cardTopics__img img {
  height: 100%;
}
.u-plan .u-cardTopics__img img {
  height: 27rem;
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__img img {
    height: 21.5rem;
  }
}
.u-cardTopics__caption {
  line-height: 1.7;
}
.u-cardTopics__captionDay {
  display: block;
  color: #5A5A5A;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.u-plan .u-cardTopics__captionDay {
  font-size: 1rem;
}
.u-cardTopics__captionTitle {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-bottom: 1rem;
}
.u-cardTopics__captionText {
  font-size: 1.3rem;
  line-height: 1.92;
  position: relative;
}
.u-plan .u-cardTopics__captionText {
  overflow: inherit;
  height: auto;
}
.u-plan .u-cardTopics__captionText::before, .u-plan .u-cardTopics__captionText::after {
  content: none;
}
.u-cardTopics__captionLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
.u-cardTopics__captionLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  color: #C5171E;
}
.u-cardTopics__captionLink::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1.2rem;
  margin-left: 1.5rem;
  background: url(../images/common/arrow_icon_base.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.u-plan .u-cardTopics__captionLink {
  border-bottom: 1px solid;
  padding-bottom: 0.4rem;
}
.u-plan .u-cardTopics__captionLink::after {
  width: 0.6rem;
  height: 1.2rem;
  margin-left: 1.5rem;
  background: url(../images/common/arrow_icon_base.png) center center/contain no-repeat;
}

.u-secTitleEn {
  color: #9C0911;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Crimson Text", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secTitleEn {
    text-align: center;
  }
}

.u-secTitleEn__center {
  color: #9C0911;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Crimson Text", serif;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-secTitleEn__center {
    text-align: center;
  }
}

.u-secTitleJp {
  color: #000;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secTitleJp {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.u-secTitleJp__center {
  color: #000;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.7rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-secTitleJp__center {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.u-secTitleJp__center-emphasis {
  color: #F7F6E7;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.7rem;
  position: relative;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .u-secTitleJp__center-emphasis {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .u-secTitleJp__center-emphasis {
    font-size: 3.3rem;
    margin-bottom: 0;
  }
}

.u-secText {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secText {
    font-size: 1.4rem;
    text-align: center;
  }
}

.u-secText__center {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 7rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-secText__center {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-secText__center {
    font-size: 1.4rem;
    text-align: left;
  }
}

.u-lowerPageTitle {
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle {
    font-size: 3rem;
  }
}

.u-lowerPageTitle__center {
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__center {
    font-size: 3rem;
  }
}

.u-lowerPageTitle__jp {
  color: #000;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.7rem;
  position: relative;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__jp {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.u-lowerPageTitle__en {
  color: #9C0911;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Crimson Text", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__en {
    text-align: center;
  }
}

.u-lowerSecTitle {
  color: #000;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.1;
  font-family: "BIZ UDGothic", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-lowerSecTitle {
    font-size: 1.7rem;
    text-align: center;
  }
}

.u-lowerSecTitle__center {
  color: #000;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.1;
  font-family: "BIZ UDGothic", sans-serif;
  position: relative;
  position: relative;
  text-align: center;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .u-lowerSecTitle__center {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-lowerSecTitle__center {
    padding-top: 6rem;
  }
}

/*---------------------------------------

    // 表組み

  ---------------------------------------*/
.u-table {
  margin: 1.5rem 0 0;
  border-collapse: collapse;
  border: #BFBFBF 1px solid;
  width: 100%;
}
.u-table__title {
  color: #C5171E;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .u-table__title {
    font-size: 1.7rem;
  }
}
.u-table__empty {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .u-table__wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .u-table {
    min-width: 960px;
  }
}
.u-table tr {
  overflow-wrap: anywhere;
}
.u-table.u-column4 td {
  width: 28.3%;
}
.u-table.u-column3Top td {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .u-table.u-column3Top td {
    width: 36.27%;
  }
}
.u-table.u-column3Top .u-table__body th {
  background-color: rgba(197, 23, 30, 0.3);
  color: #000;
}
.u-table.u-column3 td {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .u-table.u-column3 td {
    width: 36.27%;
  }
}
@media screen and (max-width: 768px) {
  .u-table.u-column2 {
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .u-table.u-column2 th {
    width: 27%;
  }
}
.u-table.u-column2 td {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .u-table.u-column2 td {
    width: 72.39%;
  }
}
.u-table .u-table__head th {
  background-color: #C5171E;
}
.u-table .u-table__head th:not(:last-child) {
  border-right: #BFBFBF 1px solid;
}
.u-table .u-table__body th {
  background-color: #C5171E;
  border-top: #BFBFBF 1px solid;
}
.u-table .u-table__body th:not(:last-child) {
  border-right: #BFBFBF 1px solid;
}
.u-table .u-table__body td {
  background-color: #fff;
  border-top: #BFBFBF 1px solid;
}
.u-table .u-table__body td:not(:last-child) {
  border-right: #BFBFBF 1px solid;
}
.u-table th {
  padding: 1.9rem 1rem;
}
.u-table td {
  padding: 1.4rem 1rem;
}
.u-table__head th {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
.u-table__head th:first-child {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .u-table__head th:first-child {
    width: 15%;
  }
}
.u-table__body th {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-table__body th {
    width: 15%;
  }
}
.u-table__body td {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.u-table__body td a {
  text-decoration: underline;
  color: #C5171E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .u-table__body td a:hover {
    opacity: 0.7;
  }
}
.u-table__body td a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 1rem;
  background: url(../images/common/externalLink_icon_red.png) center center/contain no-repeat;
}

.u-wysiwygArea .u-table .u-table__body td {
  width: auto;
}

.u-wysiwygArea .u-table-exception .u-table__body .td-18 {
  width: 18%;
}

.u-wysiwygArea .u-table-time {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
}
.u-wysiwygArea .u-table-time .u-table__head th:first-child {
  width: 6%;
}
.u-wysiwygArea .u-table-time .u-table__body th {
  width: auto;
}

.u-articleBlank__small {
  padding-top: 2rem;
}
.u-articleBlank__middle {
  padding-top: 3rem;
}
.u-articleBlank__large {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .u-articleBlank__large {
    padding-top: 4rem;
  }
}

.u-room_info__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .u-room_info__listWrap {
    display: block;
    margin: 3rem 0 2rem;
  }
}
.u-room_info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-room_info__list {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.u-room_info__listItem {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .u-room_info__listItem {
    width: auto;
  }
}
.u-room_info__listItemLabel {
  width: 8.6rem;
  height: 4.1rem;
  background-color: #C5171E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-room_info__listItemLabelText {
  width: 8.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.u-room_info__listItemLabelText .u-room_info__listItemLabelTextSpan {
  font-size: 1.1rem;
}
.u-room_info__listItemText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 4.1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.91;
  color: #000;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .u-room_info__listItemText {
    margin-left: 1rem;
  }
}

.u-column__wrap {
  max-width: 103rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .u-column__wrap {
    padding: 0;
  }
}
.u-column__inner {
  background: rgba(206, 222, 111, 0.5);
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  .u-column__inner {
    padding: 5rem 2rem;
  }
}
.u-column__headingBox {
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  border-bottom: 0.3rem solid #0D7065;
}
@media screen and (max-width: 768px) {
  .u-column__headingBox {
    margin-bottom: 4rem;
  }
}
.u-column__heading {
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: bold;
  color: #C5171E;
  letter-spacing: 0.1em;
}
.u-column__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .u-column__content {
    display: block;
  }
}
.u-column__imgBox {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .u-column__imgBox {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.u-column__midHeading {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .u-column__midHeading {
    margin-bottom: 0.8rem;
  }
}
.u-column__descBox {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .u-column__descBox {
    width: 100%;
  }
}
.u-column__smallHeading {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .u-column__smallHeading {
    margin-bottom: 0.8rem;
  }
}
.u-column__text {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .u-column__text {
    margin-bottom: 0.8rem;
  }
}
.u-column__anotation {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.u-banner__wrap {
  margin-top: 2rem;
}
.u-banner__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-banner__list {
    display: block;
  }
}
.u-banner__listItem {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .u-banner__listItem {
    width: 100%;
  }
  .u-banner__listItem:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.u-banner__listLink {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (min-width: 769px) {
  .u-banner__listLink:hover {
    opacity: 0.7;
  }
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  left: 0;
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 769px) {
  .siteHeader {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.is_login_user .siteHeader {
  top: 32px;
}
@media screen and (max-width: 768px) {
  .is_login_user .siteHeader {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 5rem;
  }
}
@media print {
  .siteHeader {
    position: absolute;
  }
}
.siteHeader.is-scroll {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .siteHeader.is-scroll {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader.is-scroll .siteHeader__navItemLink {
  color: #C5171E;
}
@media screen and (min-width: 769px) {
  .siteHeader.is-scroll .siteHeader__navItemLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader.is-scroll .siteHeader__navItem.contact .siteHeader__navItemLink {
  color: #fff;
}
.siteHeader__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.siteHeader__innerArea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteHeader__innerArea {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    max-width: 1024px;
  }
}
.siteHeader__menuTop {
  width: 15rem;
  height: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 3.2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTop {
    height: 5rem;
    padding-left: 2rem;
  }
}
.siteHeader__nav {
  width: 15rem;
  height: 7.8rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .siteHeader__nav {
    height: 5rem;
    overflow: hidden;
    width: 18rem;
  }
}
.siteHeader__navLogoArea {
  max-width: 8.6%;
  padding-left: 1.5rem;
  margin-top: 10px;
  margin-bottom: 0.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .siteHeader__navLogoArea {
    max-width: 7rem;
    width: 100%;
    padding: 0;
    margin-top: 0.8rem;
    margin-left: 1.5rem;
    height: auto;
  }
}
.siteHeader__navLogo {
  display: block;
}
.siteHeader__navLogo img {
  vertical-align: inherit;
}
.siteHeader__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .siteHeader__navList {
    max-width: 5rem;
    margin-right: 5rem;
    margin-left: auto;
  }
}
.siteHeader__navItem {
  list-style: none;
  max-width: calc((100% - 15.6rem) / 3);
  width: 100%;
}
.siteHeader__navItem.contact {
  max-width: 7.8rem;
  margin-right: 7.8rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .siteHeader__navItem.contact {
    max-width: none;
    margin-right: auto;
  }
}
.siteHeader__navItemLink {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .siteHeader__navItemLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__navItemLink:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__navItemLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__navItemLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.contact .siteHeader__navItemLink {
  max-width: 7.8rem;
  width: 100%;
  height: 7.8rem;
  background: #C5171E;
  text-align: center;
  margin-right: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .siteHeader__navItemLink {
    max-width: 5rem;
    height: 5rem;
    margin-right: 0;
    font-size: 0.9rem;
  }
}
.siteHeader__menuToggleOuter {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 100%;
  z-index: -1;
  background-color: #C5171E;
}
.siteHeader__menuToggleOuter:before {
  content: "";
  background-color: #C5171E;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto;
  width: 17.4rem;
  height: 17.4rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleOuter {
    width: 6.3rem;
  }
  .siteHeader__menuToggleOuter::before {
    left: -0.6rem;
    width: 11.15rem;
    height: 11.15rem;
  }
}
.siteHeader__menuToggle {
  position: absolute;
  right: 0;
  top: 1rem;
  width: 10rem;
  height: 5.8rem;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggle {
    width: 6.3rem;
    height: 5rem;
    top: 0.5rem;
  }
}
.siteHeader__menuToggleText {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleText {
    font-size: 0.8rem;
    margin-top: 0rem;
  }
}
.siteHeader__menuToggleItem {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 3.4rem;
  height: 4.3rem;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem {
    top: 52%;
    width: 2.65rem;
    height: 2rem;
  }
}
.siteHeader__menuToggleItem > span {
  display: block;
  position: absolute;
  margin-top: 1rem;
  width: 3.4rem;
  height: 1px;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span {
    margin-top: 0.2rem;
    width: 2.65rem;
  }
}
.siteHeader__menuToggleItem > span:nth-child(1) {
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span:nth-child(1) {
    top: 0;
  }
}
.siteHeader__menuToggleItem > span:nth-child(2) {
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span:nth-child(2) {
    top: 0.8rem;
  }
}
.siteHeader__menuToggleItem > span:nth-child(3) {
  top: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span:nth-child(3) {
    top: 1.6rem;
  }
}
.siteHeader__menuToggleItem.is-active > span:nth-child(1) {
  top: 2rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem.is-active > span:nth-child(1) {
    top: 1rem;
  }
}
.siteHeader__menuToggleItem.is-active > span:nth-child(2) {
  opacity: 0;
}
.siteHeader__menuToggleItem.is-active > span:nth-child(3) {
  top: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem.is-active > span:nth-child(3) {
    top: 1rem;
  }
}

.siteHeader__menu {
  display: none;
}
.siteHeader__menu.is-active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
}
.is_login_user .siteHeader__menu.is-active {
  top: 32px;
}
@media screen and (max-width: 768px) {
  .is_login_user .siteHeader__menu.is-active {
    top: 46px;
  }
}
.siteHeader__menuInner {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.siteHeader__menuLinkArea {
  width: 100%;
  height: 100%;
  padding: 5rem 12.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLinkArea {
    padding: 0;
  }
}
.siteHeader__menuTop02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTop02 {
    margin: 0 auto;
    margin-bottom: 0;
    padding: 1rem 0;
  }
}
.siteHeader__menuTop02::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
}
.siteHeader__menuLogo {
  position: relative;
  max-width: 11.1rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLogo {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLogo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuLogo:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLogo {
    max-width: 7.4rem;
  }
}
.siteHeader__topMenuLogo {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.is_page__lower .siteHeader__topMenuLogo {
  opacity: 0;
}
.is_frontpage.is_page__lower .siteHeader__topMenuLogo {
  opacity: 1;
}
.is_frontpage.is_page__lower .siteHeader__topMenuLogo.is-hide {
  opacity: 0;
  position: absolute;
}
.siteHeader__lowerMenuLogo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.is_frontpage.is_page__lower .siteHeader__lowerMenuLogo {
  opacity: 0;
}
.is_frontpage.is_page__lower .siteHeader__lowerMenuLogo.is-show {
  position: static;
  opacity: 1;
}
.is_page__lower .siteHeader__lowerMenuLogo {
  opacity: 1;
}
.siteHeader__menuLang {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteHeader__menuLang > olang {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteHeader__menuLangLink {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  padding-right: 1.4rem;
  letter-spacing: 0.25em;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLangLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuLangLink.msta_selected {
  color: #C5171E;
}
.siteHeader__menuLangLink:hover {
  color: #C5171E;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLangLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLangLink {
    padding-right: 0.8rem;
  }
}
.siteHeader__menuLangLink::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #2e2926;
  position: absolute;
  right: 0;
  top: 0;
}
.siteHeader__menuLangLink:last-child {
  margin-right: 0;
  padding-right: 0;
  padding-left: 1.4rem;
}
.siteHeader__menuLangLink:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLangLink:last-child {
    padding-left: 0.8rem;
  }
}
.siteHeader__menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuList {
    margin-bottom: 0;
  }
}
.siteHeader__menuItem {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-right: 2rem;
  margin-right: 7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItem {
    font-size: 1.1rem;
    margin-right: 0;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 1.5rem;
  }
  .siteHeader__menuItem:first-child {
    padding-top: 1.5rem;
  }
  .siteHeader__menuItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1439px) {
  .siteHeader__menuItem {
    margin-right: 4rem;
  }
}
.siteHeader__menuItemLink {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuItemLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuItemLink:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemLink {
    display: block;
    padding: 0 1.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
  }
}
.siteHeader__menuItemLink::after {
  content: "";
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../images/common/header_linkArrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemLink::after {
    right: 0.9rem;
  }
}
.siteHeader__menuItemLink[target=_blank]::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../images/common/header_externalLinkArrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemLink[target=_blank]::after {
    right: 0.9rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuItemLink[target=_blank]:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.siteHeader__menuListSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuListSub {
    margin-bottom: 2.5rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.siteHeader__menuItemSub {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 2rem;
  margin-right: 7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemSub {
    width: 50%;
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 0;
    padding: 1.5rem 1rem 1.5rem 0;
    margin-bottom: 0;
    border-bottom: solid 1px #bfbfbf;
    border-right: 1px solid #bfbfbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.05em;
  }
  .siteHeader__menuItemSub:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1439px) {
  .siteHeader__menuItemSub {
    margin-right: 4rem;
  }
}
.siteHeader__menuTitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #C5171E;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
  }
}
.siteHeader__menuTitle:after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle:after {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle.is-active::after {
    content: none;
  }
}
.siteHeader__menuTitleItem {
  font-weight: bold;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitleItem {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 1.5rem;
  }
  .siteHeader__menuTitleItem::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 1px;
    height: 1.5rem;
    background: inherit;
    border-radius: inherit;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .siteHeader__menuTitleItem::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.5rem;
    height: 1px;
    background: #000;
    border-radius: 0.1em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .js-btn_sp.is-active .siteHeader__menuTitleItem::before {
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .siteHeader__menuTitleItem::before {
    background-color: #000;
    right: 2rem;
  }
  .siteHeader__menuTitleItem::after {
    background-color: #000;
    right: 1.3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .siteHeader__menuTitleItem::before {
    right: 2.7rem;
  }
  .siteHeader__menuTitleItem::after {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrand {
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 1.5rem;
  }
}
.siteHeader__menuBrandInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -3rem;
  margin-right: -3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandInner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.siteHeader__menuBrandList {
  max-width: 50%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.siteHeader__menuBrandList:first-child .siteHeader__menuBrandChild:nth-of-type(1) .siteHeader__menuBrandLinkItem, .siteHeader__menuBrandList:first-child .siteHeader__menuBrandChild:nth-of-type(2) .siteHeader__menuBrandLinkItem {
  max-width: 100%;
}
.siteHeader__menuBrandTitle {
  font-size: 1.2rem;
  color: #a0a0a0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandTitle {
    font-size: 1.1rem;
  }
}
.siteHeader__menuBrandItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.siteHeader__menuBrandChild {
  max-width: 50%;
  width: 100%;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandChild {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.siteHeader__menuBrandName {
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandName {
    font-size: 1.1rem;
  }
}
.siteHeader__menuBrandName::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.siteHeader__menuBrandNameLink {
  color: #C5171E;
  position: relative;
  display: block;
  padding-right: 2rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandNameLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuBrandNameLink:hover {
  color: #C5171E;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandNameLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBrandNameLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuBrandNameLink::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandNameLink::after {
    right: 0.5rem;
  }
}
.siteHeader__menuBrandLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.siteHeader__menuBrandLinkItem {
  font-size: 1.1rem;
  font-weight: 300;
  color: #C5171E;
  display: block;
  max-width: 50%;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandLinkItem {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuBrandLinkItem:hover {
  color: #C5171E;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandLinkItem:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBrandLinkItem:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandLinkItem {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.siteHeader__menuGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroup {
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.siteHeader__menuGroupListBox {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupListBox {
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.siteHeader__menuGroupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.siteHeader__groupTitle {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__groupTitle {
    margin-top: 1.5rem;
  }
}
.siteHeader__menuGroupLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  margin-left: 2rem;
  margin-right: 6rem;
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuGroupLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuGroupLink:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuGroupLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuGroupLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuGroupLink::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  display: block;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.siteHeader__menuGroupLink::after {
  content: "";
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../images/common/header_linkArrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupLink {
    margin-bottom: 1.5rem;
    width: calc(100% - 3rem);
    padding-right: 3rem;
    margin-right: 0;
    float: left;
  }
  .siteHeader__menuGroupLink::after {
    right: 1.1rem;
  }
}
.siteHeader__menuGroupLink[target=_blank] {
  position: relative;
}
.siteHeader__menuGroupLink[target=_blank]::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #bfbfbf;
  display: block;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.siteHeader__menuGroupLink[target=_blank]::after {
  content: "";
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../images/common/header_externalLinkArrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupLink[target=_blank]::after {
    right: 1.1rem;
  }
}
.siteHeader__menuAttempt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempt {
    margin-left: 0;
    margin-right: 0;
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 1.5rem;
  }
}
.siteHeader__menuAttemptItem {
  max-width: 50%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttemptItem {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.siteHeader__menuAttemptTitle {
  margin-bottom: 1rem;
}
.siteHeader__menuAttempTitleLink {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: #C5171E;
  font-family: "BIZ UDGothic", sans-serif;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempTitleLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuAttempTitleLink:hover {
  color: #C5171E;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempTitleLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuAttempTitleLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempTitleLink {
    font-size: 1.1rem;
  }
}
.siteHeader__menuAttempTitleLink::after {
  border-bottom: 1px solid #C5171E;
  border-right: 1px solid #C5171E;
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.siteHeader__menuAttempChild {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempChild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.siteHeader__menuAttempChildLink {
  display: inline-block;
  color: #C5171E;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-right: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempChildLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuAttempChildLink:hover {
  color: #C5171E;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempChildLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuAttempChildLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempChildLink {
    max-width: 50%;
    width: 100%;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0;
  }
}
.siteHeader__menuBottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteHeader__menuBottom .u-button__arrow {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.siteHeader__menuLast {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 33.5rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.siteHeader__menuLastName {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastName {
    margin-bottom: 1rem;
  }
}
.siteHeader__menuLastAddress {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastAddress {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.siteHeader__menuLastTel {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-left: 2rem;
}
.siteHeader__menuLastTel a[href^="tel:"] {
  color: #000;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastTel {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLastTel a[href^="tel:"] {
    pointer-events: none;
  }
}
.siteHeader__searchBtn {
  margin-left: 0 !important;
  max-width: 33.5rem;
}
.siteHeader__searchBtn .u-button__arrowText {
  background: #fff;
  border: 2px solid #C5171E;
  color: #C5171E;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .siteHeader__searchBtn .u-button__arrowText:hover {
    background: transparent;
    color: #fff;
    background: #C5171E;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__searchBtn {
    margin-left: auto !important;
    margin-bottom: 3.5rem;
    max-width: 29rem;
  }
}
.siteHeader__searchBtnInner {
  position: relative;
}
.siteHeader__searchBtnInner::before {
  content: "";
  display: block;
  width: 20px !important;
  height: 20px !important;
  background: url(../images/layout/icon_calender.png) center center/contain !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  right: 2rem !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  z-index: 999 !important;
}
@media screen and (min-width: 769px) {
  .siteHeader__searchBtnInner:hover::before {
    background: url(../images/layout/icon_calender_hover.png) center center/contain !important;
    background-repeat: no-repeat !important;
  }
}
.siteHeader__menuBottomSns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 7rem;
    max-width: 22.5rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
  }
}
.siteHeader__menuBottomSnsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 3rem;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItem {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItem:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBottomSnsItem:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsItem {
    max-width: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItemYoutube {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItemYoutube:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBottomSnsItemYoutube:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsItemYoutube {
    max-width: 3rem;
  }
}
.siteHeader__menuBottomSnsImage {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.siteHeader__menuBrandList {
  max-width: 60%;
}
.siteHeader__menuBrandList:last-child {
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList:last-child {
    max-width: 100%;
  }
}
.siteHeader__menuBrandList:last-child .siteHeader__menuBrandChild {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList:last-child .siteHeader__menuBrandChild {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList {
    max-width: 100%;
  }
}

.siteHeader__menuBrandChild {
  max-width: 28.5714285714%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandChild {
    max-width: 50%;
  }
}
.siteHeader__menuBrandChild:last-child {
  max-width: 41.6666666667%;
}

/*====================================================================
siteFooter
====================================================================*/
.snsSecArea {
  text-align: center;
}
.snsSecArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 2rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .snsSecArea__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.1rem 7rem;
    max-width: 22rem;
  }
}
.snsSecArea__item {
  width: 2.4rem;
  height: auto;
}
.snsSecArea__link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .snsSecArea__link:hover {
    opacity: 0.7;
  }
}
.snsSecArea__logo {
  width: 8.8rem;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}
.snsSecArea__logoLink {
  display: block;
  width: 100%;
  height: auto;
}
.snsSecArea__logoLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.snsSecArea__text {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-family: "BIZ UDGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .snsSecArea__text {
    text-align: center;
    width: 72%;
    margin: 0 auto;
  }
}

.anchorLinkSec {
  margin-top: 7.2rem;
  margin-bottom: 20.6rem;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec {
    margin-top: 5rem;
    margin-bottom: 15.8rem;
  }
}
.anchorLinkSec__imgArea {
  width: 48rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__imgArea {
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
.anchorLinkSec__imgAreaLink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .anchorLinkSec__imgAreaLink:hover {
    opacity: 0.7;
  }
}
.anchorLinkSec__img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.anchorLinkSec__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexWrap {
    gap: 1rem 0.9rem;
  }
}
.anchorLinkSec__flexItem {
  max-width: 33.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexItem {
    width: calc(50% - 0.45rem);
  }
}
.anchorLinkSec .u-button__arrow {
  margin-top: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec .u-button__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .anchorLinkSec .u-button__arrowText {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem 3.8rem 1rem 1rem;
    text-align: left;
    height: 100%;
  }
  .anchorLinkSec .u-button__arrowText::before {
    right: 1rem;
  }
}

.bnrArea {
  margin-bottom: 8.2rem;
}
@media screen and (max-width: 768px) {
  .bnrArea {
    margin-bottom: 5.5rem;
  }
}
.bnrArea__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .bnrArea__list {
    gap: 3.1rem 0;
  }
}
.bnrArea__listItem {
  width: 49%;
}
.bnrArea__listItem:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bnrArea__listItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .bnrArea__listItem {
    width: 100%;
  }
}
.bnrArea__listItemLink {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .bnrArea__listItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .bnrArea__listItemLink {
    padding: 0;
  }
}

.siteFooter {
  position: relative;
  background-color: #000;
  color: #fff;
}
.siteFooter .u-contentCenter {
  padding-top: 0;
}
.siteFooter .footCommonLineWrap {
  position: absolute;
  top: -1.2rem;
  left: 0;
  width: 100%;
}
.siteFooter .footCommonLine {
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #947151;
}
.siteFooter .footCommonLine:nth-of-type(2) {
  background-color: #C5171E;
}
.siteFooter__inner {
  width: 100%;
  max-width: 101rem;
  padding: 4.25rem 2rem 3.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .siteFooter__inner {
    padding: 3.5rem 2rem 7.5rem;
  }
}
.siteFooter .toTop {
  position: fixed;
  left: 2rem;
}
@media screen and (max-width: 768px) {
  .siteFooter .toTop {
    left: 0.5rem;
  }
}
.siteFooter .toTop.js-hide {
  opacity: 0;
  pointer-events: none;
}
.siteFooter .toTop.js-show {
  opacity: 1;
  pointer-events: auto;
}
.siteFooter .toTop__text {
  position: relative;
  display: block;
  font-size: 1.1rem;
  color: #C5171E;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.siteFooter .toTop__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -6.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1rem;
  height: 7rem;
  background: url(../images/common/toTopArrow_icon.png) center center/contain no-repeat;
}
.siteFooter__linkListWrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 3.25rem;
}
.siteFooter__ttl {
  text-align: center;
  margin-bottom: 3.75rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .siteFooter__ttl {
    margin-bottom: 1.8rem;
    line-height: 1.68;
  }
}
.siteFooter__linkList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.siteFooter__linkItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteFooter__linkItem:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 0.6rem;
}
.siteFooter__link {
  font-size: 1.2rem;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .siteFooter__link {
    letter-spacing: 0.02rem;
  }
}
.siteFooter__linkLine {
  font-size: 1.2rem;
  letter-spacing: 0.035em;
  color: #fff;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .siteFooter__linkLine {
    display: inline-block;
  }
}
.siteFooter__link[target=_blank] {
  position: relative;
}
.siteFooter__link[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/externalLink_icon_white.png) center center/contain no-repeat;
}
.siteFooter__linkImg {
  width: 1.2rem;
  margin-left: 0.5rem;
  height: 1.2rem;
}
.siteFooter__logoArea {
  margin: 0 auto;
  padding: 3.2rem 0 3.8rem;
  max-width: 19.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoArea {
    padding: 3rem 0;
  }
}
.siteFooter__address {
  margin-bottom: 4.7rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.714;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .siteFooter__address {
    margin-bottom: 2rem;
  }
}
.siteFooter__addressTel {
  color: #fff;
}
.siteFooter__copyRight {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyRight {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  [lang=en] .siteFooter__linkList,
  [lang=en] .siteFooter__linkItem {
    display: inline;
  }
}

.u-cardCarousel {
  position: relative;
  z-index: 0;
  margin-left: calc(-8.3% - 4rem);
  margin-right: calc(-8.3% - 4rem);
}
@media screen and (max-width: 768px) {
  .u-cardCarousel {
    padding: 0;
  }
}
.u-cardCarousel.u-relatedSec {
  margin: 4rem 0 5rem;
  padding-top: 5rem;
}
.u-cardCarousel.u-recommend {
  margin: 5rem 0 10rem;
  margin: 5rem 0 0;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel.u-recommend {
    margin: 4rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel {
    margin-left: 0;
    margin-right: 0;
  }
}
.u-cardCarousel__mainTitle {
  margin-bottom: 4rem;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.74;
  color: #9C0911;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__mainTitle {
    font-size: 2.3rem;
    font-weight: 500;
  }
}
.u-cardCarousel__container {
  margin-bottom: 5rem;
}
.u-recommend .u-cardCarousel__container {
  margin-bottom: 0;
}
.u-cardCarousel__list {
  padding-left: 0;
  list-style: none;
}
.u-cardCarousel__link {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.u-cardCarousel__link img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel__link:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.9;
    color: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-cardCarousel__link:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-cardCarousel__link:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
  .u-cardCarousel__link:hover .u-cardCarousel__title {
    opacity: 0.5;
  }
  .u-cardCarousel__link:hover .u-cardCarousel__detail {
    opacity: 0.5;
  }
}
.u-cardCarousel__link[target=_blank] .u-cardCarousel__detail::after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  border: none;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  background: url(../images/layout/slide_arrow_red.png) center center/contain no-repeat;
}
.u-cardCarousel__thumb {
  overflow: hidden;
}
.u-cardCarousel__image {
  margin-bottom: 0;
}
.u-cardCarousel__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__image img {
    height: 20rem;
  }
}
.u-cardCarousel__caption {
  line-height: 1.7;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__caption {
    padding: 1rem 0;
  }
}
.u-relatedSec .u-cardCarousel__caption {
  padding: 1rem 0;
}
.u-cardCarousel__day {
  display: block;
  color: #9C0911;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.u-cardCarousel__title {
  color: #010101;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 400;
  -webkit-transition: 1s;
  transition: 1s;
  height: 3.5em;
  line-height: 1.92;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-cardCarousel__captionText {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.75;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-cardCarousel__detailWrap {
  text-align: right;
}
.u-cardCarousel__detail {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #9C0911;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__detail {
    padding-right: 0;
  }
}
.u-cardCarousel__detail:after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  position: relative;
  top: 0.1rem;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url(../images/layout/slide_arrow_red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__detail:after {
    right: 0.5rem;
  }
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  background-color: #a0a0a0;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  width: 1rem;
  height: 1rem;
  background: #a0a0a0;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background: #C5171E;
}
.u-cardCarousel .swiper-button-prev,
.u-cardCarousel .swiper-button-next {
  z-index: 1;
  top: 14rem;
  background: #C5171E;
  padding: 1rem;
  width: 4.2rem;
  height: 4.2rem;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev,
  .u-cardCarousel .swiper-button-next {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev,
  .u-cardCarousel .swiper-button-next {
    top: 11.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.u-relatedSec .u-cardCarousel .swiper-button-prev,
.u-relatedSec .u-cardCarousel .swiper-button-next {
  top: 21rem;
}
.u-recommend .u-cardCarousel .swiper-button-prev,
.u-recommend .u-cardCarousel .swiper-button-next {
  top: 17rem;
}
.u-cardCarousel .swiper-button-prev::before, .u-cardCarousel .swiper-button-prev::after,
.u-cardCarousel .swiper-button-next::before,
.u-cardCarousel .swiper-button-next::after {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev::before, .u-cardCarousel .swiper-button-prev::after,
  .u-cardCarousel .swiper-button-next::before,
  .u-cardCarousel .swiper-button-next::after {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev:hover,
  .u-cardCarousel .swiper-button-next:hover {
    border: 1px solid #C5171E;
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev:hover,
  .u-cardCarousel .swiper-button-next:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev:hover::after,
  .u-cardCarousel .swiper-button-next:hover::after {
    border-bottom: 1px solid #C5171E;
    border-right: 1px solid #C5171E;
  }
}
.u-cardCarousel .swiper-button-prev {
  left: -1rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev {
    left: -2rem;
  }
}
.u-cardCarousel .swiper-button-prev:after {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 1.4rem;
    width: 1.4rem;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}
.u-cardCarousel .swiper-button-next {
  right: -1rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-next {
    right: -2rem;
  }
}
.u-cardCarousel .swiper-button-next:after {
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-next:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 1.4rem;
    width: 1.4rem;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    -webkit-transform: translateY(-50%) rotate(315deg);
            transform: translateY(-50%) rotate(315deg);
  }
}

.u-relatedSec .swiper-button-prev,
.u-relatedSec .swiper-button-next {
  top: 21rem;
}
.u-relatedSec .swiper-button-prev {
  left: -2rem;
}
.u-relatedSec .swiper-button-next {
  right: -2rem;
}

.u-recommend .swiper-button-prev,
.u-recommend .swiper-button-next {
  top: 17rem;
}
.u-recommend .swiper-button-prev {
  left: -2rem;
}
.u-recommend .swiper-button-next {
  right: -2rem;
}

.slideNone ~ .swiper-button-prev,
.slideNone ~ .swiper-button-next,
.slideNone ~ .swiper-pagination {
  display: none;
}

.slick-slide {
  padding: 0 0.5rem;
}
.topPageConcept__sliderList .slick-slide, .conceptPage__sliderList .slick-slide {
  padding: 0;
}

.connection_slickList .slick-dots, .recommend_slickList .slick-dots {
  margin-top: 1.7rem;
}

.slick-arrow {
  position: absolute;
  top: 31%;
  z-index: 1;
  font-size: 0;
  padding: 1rem;
  width: 3.7rem;
  height: 3.7rem;
  background: #9C0911;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #9C0911;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slick-arrow:focus {
  outline: none;
}
@media screen and (min-width: 769px) {
  .slick-arrow:hover {
    background: #fff;
  }
  .slick-arrow:hover::after {
    background-image: url(../images/layout/slide_arrow_icon_red.png);
  }
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 9rem;
    width: 3.7rem;
    height: 3.7rem;
  }
}
.topPageNews_slickList .slick-arrow {
  top: 25%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (min-width: 1750px) {
  .topPageNews_slickList .slick-arrow {
    top: 28%;
  }
}
@media screen and (max-width: 1350px) {
  .topPageNews_slickList .slick-arrow {
    top: 23%;
  }
}
@media screen and (max-width: 768px) {
  .topPageNews_slickList .slick-arrow {
    top: 28%;
  }
}
.connection_slickList .slick-arrow, .recommend_slickList .slick-arrow {
  top: 8rem;
}
.slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../images/layout/slide_arrow_icon_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-next {
  right: -1.25rem;
  left: auto;
}
.topPageNews_slickList .slick-next {
  right: -1.35rem;
}
.slick-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.slick-prev {
  left: -1.25rem;
  right: auto;
}
.topPageNews_slickList .slick-prev {
  left: -1.35rem;
}
.slick-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    margin-top: 3rem;
  }
}
.slick-dots li {
  font-size: 0;
}
.slick-dots li::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #C5171E;
  opacity: 1;
  aspect-ratio: 1;
}
.slick-dots li.slick-active::after {
  width: 1.35rem;
  height: 1.35rem;
  background: #C5171E;
  opacity: 1;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

/*-------------------------------------------
空室検索
-------------------------------------------*/
.topPageFvSlider__searchBtnContent {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  bottom: 120px;
  right: 0px;
  z-index: 200;
  background-color: #F7F6E7;
  -webkit-transform: translateX(calc(100% - 60px));
          transform: translateX(calc(100% - 60px));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.topPageFvSlider__searchBtnContent.js-show {
  right: 0;
  bottom: 120px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnContent {
    display: block;
    width: 100%;
    top: auto;
    bottom: 0px;
    z-index: 200;
    overflow: hidden;
    -webkit-transform: translateX(0) translateY(calc(100% - 50px));
            transform: translateX(0) translateY(calc(100% - 50px));
  }
  .topPageFvSlider__searchBtnContent.js-show {
    bottom: 0px;
    overflow-y: scroll;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

.u-height500 .topPageFvSlider__searchBtnContent {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  bottom: 3rem;
  right: 0px;
  z-index: 200;
  background-color: white;
  width: 660px;
  -webkit-transform: translateX(calc(100% - 70px));
          transform: translateX(calc(100% - 70px));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.u-height500 .topPageFvSlider__searchBtnContent.js-show {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .u-height500 .topPageFvSlider__searchBtnContent {
    display: block;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 200;
    overflow: hidden;
    -webkit-transform: translateX(0) translateY(calc(100% - 50px));
            transform: translateX(0) translateY(calc(100% - 50px));
  }
  .u-height500 .topPageFvSlider__searchBtnContent.js-show {
    overflow-y: scroll;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

.pika-single {
  width: initial !important;
}

.search__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
}
.search__bg.js-show {
  display: block;
  z-index: 10;
  background-color: #CD4474;
}
.search__ttlAreaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .search__ttlAreaWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.search__ttlArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #F7F6E7;
  cursor: pointer;
  position: relative;
}
.search__ttlArea::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #C5171E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .search__ttlArea {
    width: 100%;
    height: 50px;
    text-align: center;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .search__ttlArea::before {
    width: 100%;
    height: 3px;
  }
}
.search__subTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  color: #C5171E;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .search__subTtl {
    margin-bottom: 0;
    margin-right: 29px;
    font-size: 12px;
  }
}
.search__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  color: #C5171E;
}
@media screen and (max-width: 768px) {
  .search__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search__ttl::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
  background: url(../images/common/icon_calender.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .search__ttl::before {
    margin: 0 8px 0 0;
    width: 22px;
    height: 21px;
  }
}
.search__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 20px 25px;
  width: 546px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 300px;
  background-color: #EDC1AB;
}
@media screen and (max-width: 768px) {
  .search__container {
    padding: 2rem;
    border-left: none;
    position: relative;
    z-index: 999;
    width: 100%;
    min-height: initial;
  }
}
.search__contentTitleBox {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .search__contentTitleBox {
    display: none;
  }
}
.search__contentTitle {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #C5171E;
}
@media screen and (max-width: 768px) {
  .search__contentTitle {
    font-size: 1.8rem;
  }
}
.search__textLinkBox {
  text-align: center;
}
.search__textLink {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  color: #C5171E;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #C5171E;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (min-width: 769px) {
  .search__textLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .search__textLink {
    font-size: 1.3rem;
  }
}
.search__textLink-none {
  font-size: 13px;
  color: #C5171E;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .search__textLink-none {
    font-size: 1.3rem;
  }
}
.search__form {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .search__form {
    margin-bottom: 3.2rem;
  }
}
.search__box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .search__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search__field {
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .search__field {
    width: calc((100% - 1.5rem) / 2);
    margin: 0 0 1.5rem 0;
  }
}
.search__field legend {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .search__field legend {
    font-size: 1.4rem;
  }
}
.search__field input {
  width: 14.7rem;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.search__field input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.search__field input::-moz-placeholder {
  color: #a0a0a0;
}
.search__field input:-ms-input-placeholder {
  color: #a0a0a0;
}
.search__field input::-ms-input-placeholder {
  color: #a0a0a0;
}
.search__field input::placeholder {
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .search__field input {
    width: 100%;
    padding: 0.9rem 0 1rem;
    font-size: 1.6rem;
  }
}
.search__field select {
  padding: 0.8rem 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-align: -webkit-center;
  width: 6.6rem;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .search__field select {
    width: 100%;
    padding: 1.35rem 4.4rem;
    font-size: 1.6rem;
  }
}
.search__btn {
  position: relative;
}
.search__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  bottom: -4px;
  right: -4px;
  border-radius: 3.5rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .search__btn {
    width: 100%;
    margin-top: 1rem;
  }
}
.search__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  width: 0.9rem;
  height: 1.2rem;
  background: url(../images/common/icon_search_base.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .search__btn::after {
    right: 13.5rem;
  }
}
@media screen and (min-width: 769px) {
  .search__btn:hover::before {
    bottom: 0;
    right: 0;
  }
}
.search__btn input {
  padding: 0.9rem 2.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.18rem;
  text-align: center;
  border-radius: 3.5rem;
  color: #C5171E;
  background: #fff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .search__btn input:hover {
    background: #d9e8e8;
  }
}
@media screen and (max-width: 768px) {
  .search__btn input {
    width: 100%;
    padding: 1.3rem;
    font-size: 1.4rem;
  }
}
.search__linkArea {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .search__linkArea {
    display: block;
  }
}
.search__linkBtnWrap:first-child, .search__linkBtnWrap:nth-child(2) {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 768px) {
  .search__linkBtnWrap:first-child, .search__linkBtnWrap:nth-child(2) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.search__linkBtn {
  position: relative;
  display: block;
  padding: 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .search__linkBtn {
    font-size: 1.4rem;
    letter-spacing: 0.22em;
    text-align: center;
  }
}
.search__linkBtn:after {
  content: "";
  display: block;
  width: 3.1rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  background-image: url(../images/layout/btn_arrow_baseWhite.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .search__linkBtn:hover {
    color: #C5171E;
    background: #fff;
  }
  .search__linkBtn:hover:after {
    background-image: url(../images/layout/btn_arrow_baseGreen.png);
  }
}
.search__txtLinkWrap {
  text-align: center;
  margin-top: 1.5rem;
}
.search__txtLink {
  display: inline-block;
  padding-bottom: 0.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .search__txtLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .search__txtLink {
    font-size: 1.3rem;
  }
}

html[lang=en] .search__ttlAreaWrap {
  height: 470px;
}
@media screen and (max-width: 768px) {
  html[lang=en] .search__ttlAreaWrap {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  html[lang=en] .search__ttlArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2px 0;
  }
}
@media screen and (max-width: 768px) {
  html[lang=en] .search__subTtl {
    margin-right: 0;
  }
}

.child1 {
  width: 65px;
}
@media screen and (max-width: 768px) {
  .child1 {
    width: 100%;
  }
}
.child1 label {
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
}

.bed-and-meal {
  display: none;
}

.bed-only {
  display: none;
}

.meal-only {
  display: none;
}

.no-bed-and-meal {
  display: none;
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .search__field select {
    padding: 1.35rem 5rem 1.35rem 6.7rem;
  }
}

#searchBox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  #searchBox fieldset {
    width: calc(50% - 0.5rem) !important;
  }
}
#searchBox fieldset legend {
  text-align: center;
  font-size: 11px;
  color: #C5171E;
}
@media screen and (max-width: 768px) {
  #searchBox fieldset legend {
    font-size: 1.1rem;
  }
}
#searchBox fieldset input {
  background-color: #fff;
  font-size: 14px;
  color: #000;
  font-size: 400;
  padding: 5px;
  letter-spacing: 0.05em;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 0;
  text-align: center;
}
#searchBox fieldset input::-webkit-input-placeholder {
  font-size: 14px;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset input::-moz-placeholder {
  font-size: 14px;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset input:-ms-input-placeholder {
  font-size: 14px;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset input::-ms-input-placeholder {
  font-size: 14px;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset input::placeholder {
  font-size: 14px;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #searchBox fieldset input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset input::-moz-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset input::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #searchBox fieldset input {
    font-size: 1.4rem;
    width: 100% !important;
    padding: 0.5rem;
    height: 3.5rem;
  }
}
#searchBox fieldset select {
  background-color: #fff;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  font-size: 14px;
  color: #000;
  width: 65px;
  font-size: 400;
  text-align: center;
  padding: 5px;
  letter-spacing: 0.05em;
  height: 35px;
  border: 1px solid #fff;
}
#searchBox fieldset select::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset select::-moz-placeholder {
  font-size: 1.4rem;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset select:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset select::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
#searchBox fieldset select::placeholder {
  font-size: 1.4rem;
  color: #A0A0A0;
  font-size: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #searchBox fieldset select::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset select::-moz-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset select:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset select::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  #searchBox fieldset select::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #searchBox fieldset select {
    width: 100% !important;
    width: 6.5rem;
    font-size: 1.4rem;
    padding: 0.5rem 6rem;
    height: 3.5rem;
  }
}

.checkin input {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .checkin input {
    width: 100%;
  }
}
.checkin input::-webkit-input-placeholder {
  color: #000 !important;
}
.checkin input::-moz-placeholder {
  color: #000 !important;
}
.checkin input:-ms-input-placeholder {
  color: #000 !important;
}
.checkin input::-ms-input-placeholder {
  color: #000 !important;
}
.checkin input::placeholder {
  color: #000 !important;
}

.sort {
  display: none;
}

.nights,
.rooms,
.adults,
.children,
.promoCd {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .nights,
  .rooms,
  .adults,
  .children,
  .promoCd {
    margin-left: 0;
  }
}

.promoCd {
  display: none;
}

.field-button {
  position: relative;
  cursor: pointer;
}
.field-button:before {
  content: "";
  position: absolute;
  top: 34%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .field-button:before {
    top: 34%;
    right: 2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .field-button:before {
    top: 63%;
  }
}

.submit-button {
  position: relative;
  cursor: pointer;
}
.submit-button:before {
  content: "";
  position: absolute;
  top: 34%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .submit-button:before {
    top: 34%;
    right: 2rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .submit-button:before {
    top: 63%;
  }
}

.sub-bgcolor {
  border-radius: 4rem;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #C5171E;
          box-shadow: 4px 4px 0 #C5171E;
  border: 1px solid #fff;
  padding: 8px 0;
  width: 90px;
  text-align: center;
  color: #C5171E;
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-bgcolor {
    width: 33.5rem !important;
    margin-top: 3rem !important;
    font-size: 1.3rem;
    padding: 0.8rem 0;
    -webkit-box-shadow: 0.4rem 0.4rem 0 #C5171E;
            box-shadow: 0.4rem 0.4rem 0 #C5171E;
  }
}

@media screen and (max-width: 768px) {
  .hotel {
    width: 100%;
  }
}
.hotel .u-button__arrow {
  max-width: 266px !important;
  margin: 23px auto 0;
}
@media screen and (max-width: 768px) {
  .hotel .u-button__arrow {
    max-width: initial !important;
    width: 100%;
    margin-top: 2.5rem;
  }
}
.hotel .u-button__arrowText {
  padding: 16px 0 !important;
  min-height: 55px !important;
  font-size: 13px !important;
  color: #fff;
}
.hotel .u-button__arrowText:after {
  content: none;
}
.hotel .u-button__arrowText::before {
  background: url(../images/layout/btn_arrow_white.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .hotel .u-button__arrowText:hover::before {
    background: url(../images/layout/btn_arrow_baseBeige.png) center center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .hotel .u-button__arrowText {
    padding: 1.3rem 0 !important;
    height: 5rem !important;
    font-size: 1.3rem !important;
  }
}
.hotel__textBox {
  text-align: center;
  margin-top: 20px;
}
.hotel__textBox.u-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .hotel__textBox.u-flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hotel__textBox {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .hotel__textLinkBox {
    margin-top: 1.5rem;
  }
}
.hotel__textLink {
  font-size: 13px;
  color: #C5171E;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #C5171E;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (min-width: 769px) {
  .hotel__textLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .hotel__textLink {
    font-size: 1.3rem;
  }
}
.hotel__textLink-none {
  font-size: 13px;
  color: #C5171E;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .hotel__textLink-none {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  html[lang=en] .hotel {
    width: 100%;
  }
}
html[lang=en] .hotel .u-button__arrow {
  max-width: 300px !important;
}
@media screen and (max-width: 768px) {
  html[lang=en] .hotel .u-button__arrow {
    max-width: initial !important;
    width: 100% !important;
  }
}

.tc-header {
  display: none;
}

.tc-body {
  padding: 0 !important;
}

.tc-icon {
  display: none !important;
}

.tc-date {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .tc-date {
    width: initial !important;
  }
}

.tc-time {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .tc-time {
    width: initial !important;
  }
}

.tc-ppl {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .tc-ppl {
    width: initial !important;
  }
}

.tc-wrap-book {
  display: block !important;
  margin: 0 !important;
  width: 266px !important;
  position: relative;
  cursor: pointer;
}
.tc-wrap-book:after {
  content: "";
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url(../images/common/u-button__arrow__pinkWhite.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  top: 32% !important;
  right: 15px !important;
  z-index: 3 !important;
}
@media screen and (min-width: 769px) {
  .tc-wrap-book:after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .tc-wrap-book:after {
    top: 29% !important;
    width: 2rem !important;
    height: 2rem !important;
    right: 1.5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .tc-wrap-book:hover:after {
    background-image: url(../images/common/u-button__arrow__pink.png) !important;
  }
  .tc-wrap-book:hover input {
    background-color: #fff !important;
    color: #CD4474 !important;
  }
}
@media screen and (max-width: 768px) {
  .tc-wrap-book {
    width: 100% !important;
    padding: 0 !important;
  }
}
.tc-wrap-book input {
  width: 100% !important;
  background-color: #CD4474 !important;
  padding: 0 !important;
  text-align: center !important;
  height: 55px !important;
  border: 2px solid #CD4474 !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  text-shadow: none !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  -webkit-transition: 0.6s all ease-in-out !important;
  transition: 0.6s all ease-in-out !important;
  position: relative !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .tc-wrap-book input {
    width: 100% !important;
    font-size: 1.4rem !important;
    height: 5rem !important;
  }
}

.tc-content {
  margin-bottom: 25px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px !important;
  width: 556px;
}
@media screen and (max-width: 768px) {
  .tc-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 1rem !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: 3rem !important;
  }
}

.tc-wrap-input {
  padding: 0 !important;
  width: 172px;
}
@media screen and (max-width: 768px) {
  .tc-wrap-input {
    margin: 0 auto;
    width: 15.8rem;
  }
}
.tc-wrap-input input {
  font-size: "BIZ UDGothic", sans-serif !important;
  background-color: #fff !important;
  text-align: center !important;
  padding: 1rem 0 !important;
  width: 100% !important;
  height: 35px !important;
  font-size: 14px !important;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .tc-wrap-input input {
    margin: 0 auto;
    height: 3.5rem !important;
    font-size: 1.4rem !important;
  }
}
.tc-wrap-input select {
  background-color: #fff !important;
  text-align: center !important;
  width: 100% !important;
  height: 35px !important;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px !important;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .tc-wrap-input select {
    height: 3.5rem !important;
    font-size: 1.4rem !important;
    padding: 0.5rem 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .tc-wrap-input #reservation_num_people {
    padding: 0.5rem 5.5rem !important;
  }
}

#reservation_start_date::-webkit-input-placeholder {
  color: #000 !important;
}

#reservation_start_date::-moz-placeholder {
  color: #000 !important;
}

#reservation_start_date:-ms-input-placeholder {
  color: #000 !important;
}

#reservation_start_date::-ms-input-placeholder {
  color: #000 !important;
}

#reservation_start_date::placeholder {
  color: #000 !important;
}

.u-bg__pattern01 {
  position: relative;
  z-index: 1;
}
.u-bg__pattern01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/layout/bgPattern/bgPattern_img01.png");
  background-position: top left;
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .u-bg__pattern01 {
    position: relative;
    z-index: 1;
  }
  .u-bg__pattern01::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/layout/bgPattern/bgPattern_img01-sp.png");
    background-position: top left;
    background-size: contain;
    background-repeat: repeat;
  }
}

.u-bg_pattern_box {
  max-width: 100%;
  width: 100%;
}
.u-bg_pattern_box img {
  background: #fff;
}
.u-bg_pattern_box img.bg-base {
  background-color: #F8E6DD;
}
.u-bg_pattern_box img:nth-child(2) {
  margin-top: -1px;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1336px) and (max-width: 1980px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 1981px) {
  html {
    font-size: 0.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

iframe {
  max-width: 100%;
  width: 100%;
}

b,
strong {
  font-weight: bold;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block !important;
}

.u-pcDib {
  display: inline-block !important;
}

.u-pcDin {
  display: inline !important;
}

.u-pcDf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-pcDt {
  display: table !important;
}

.u-pcDtc {
  display: table-cell !important;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none !important;
  }
  .u-spDb {
    display: block !important;
  }
  .u-spDib {
    display: inline-block !important;
  }
  .u-spDin {
    display: inline !important;
  }
  .u-spDf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-spDt {
    display: table !important;
  }
  .u-spDtc {
    display: table-cell !important;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  padding-top: 7.8rem;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .siteContent {
    padding-top: 5rem;
  }
}
.is_login_user .siteContent {
  padding-top: 7.8rem;
}
@media screen and (max-width: 768px) {
  .is_login_user .siteContent {
    padding-top: 5rem;
  }
}

.u-contentCenter {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-contentCenter {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media print {
  .u-contentCenter {
    max-width: 1024px;
  }
}
.u-contentCenter.u-small {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  width: 100%;
  max-width: 90rem;
}
@media screen and (max-width: 768px) {
  .u-contentCenter.u-small {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media print {
  .u-contentCenter.u-small {
    max-width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  .is_login_user #wpadminbar {
    position: fixed;
    width: 100%;
  }
}

/*-----------------------------------------------
共通Title・Text
------------------------------------------------*/
/*-----------------------------------------------
ページネーション
------------------------------------------------*/
.jp-previous,
.jp-next {
  font-size: 1.4rem;
  cursor: pointer;
}

.jp-previous {
  padding: 0.7rem 1.3rem 0.6rem;
  font-size: 1.4rem;
  border: 1px solid #362e2b;
}
.jp-previous::before {
  content: "";
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.2rem;
  height: 1rem;
  background: url(../images/common/arrow_icon_red-prev.png) center center/contain no-repeat;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.jp-previous.jp-disabled {
  display: none;
}

.jp-next {
  right: 0;
  padding: 0.7rem 1.3rem 0.6rem;
  font-size: 1.4rem;
  border: 1px solid #362e2b;
}
.jp-next::after {
  content: "";
  display: inline-block;
  margin-left: 0.3rem;
  width: 1.2rem;
  height: 1rem;
  background: url(../images/common/arrow_icon_red-next.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.jp-next.jp-disabled {
  display: none;
}

.holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.holder a {
  cursor: pointer;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000 !important;
  border: 2px solid #C5171E;
  margin: 0 0.5rem;
  padding: 0.7rem 1.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.holder a.jp-current {
  color: #fff !important;
  font-weight: 400;
  background: #C5171E;
  border: 2px solid #C5171E;
}

.holder a:hover {
  background: #C5171E;
  color: #fff !important;
}

.holder a.jp-previous:hover::before {
  background: url(../images/common/arrow_icon_white-prev.png) center center/contain no-repeat;
}

.holder a.jp-next:hover::after {
  background: url(../images/common/arrow_icon_white-next.png) center center/contain no-repeat;
}

.holder .jp-current,
.holder a.jp-current:hover {
  color: #fff;
  background: #C5171E;
  margin: 0 0.5rem;
  padding: 0.7rem 1.3rem;
  border: 3px solid #C5171E;
}

/*-----------------------------------------------
404
------------------------------------------------*/
.errorPage {
  padding-bottom: 5rem;
}
.errorPage .u-articleText {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .errorPage .u-articleText {
    text-align: left;
  }
}

.u-ankLink {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .u-ankLink {
    margin-top: -8rem;
    padding-top: 8rem;
  }
}

span.u-textIndent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

html[lang=ja] .u-enDb {
  display: none;
}
html[lang=ja] .u-jaDb {
  display: block;
}

html[lang=en] .u-enDb {
  display: block;
}
html[lang=en] .u-jaDb {
  display: none;
}

.topPageSec {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.topPageSec__titleWrap {
  margin-top: 4.7rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .topPageSec__titleWrap {
    margin-top: 2.8rem;
    margin-bottom: 3.5rem;
  }
}
.topPageSec .u-bg_pattern_box {
  max-width: 100%;
  width: 100%;
}
.topPageSec .u-bg_pattern_box img {
  background: #fff;
}
.topPageSec .u-bg_pattern_box img.bg-base {
  background-color: #F8E6DD;
}
.topPageSec .u-bg_pattern_box img:nth-child(2) {
  margin-top: -1px;
}

/*-------------------------------------------
トップページFV
-------------------------------------------*/
.topPageFvSlider {
  min-height: 58rem;
  position: relative;
}
.topPageFvSlider::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .topPageFvSlider {
    min-height: 0;
  }
}
.topPageFvSlider__item {
  position: relative;
}
.topPageFvSlider__item.u-frame:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  background-image: url(../images/layout/top_kv_bg.png);
  background-repeat: no-repeat;
  background-position: 25% 97%;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__item.u-frame:before {
    background-image: url(../images/layout/top_kv_bg-sp.png);
  }
}
.topPageFvSlider__thumb {
  height: 0;
  position: relative;
  padding-top: 52%;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__thumb {
    padding-top: 140%;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .topPageFvSlider__thumb {
    min-height: auto;
  }
}
.topPageFvSlider__thumb img {
  display: block;
  width: 100%;
  height: 97%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.topPageFvSlider__captionText {
  position: absolute;
  top: 8.84%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 1.7rem;
  font-size: clamp(1.75rem, 1.58rem + 0.36vw, 2.125rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.56;
  z-index: 8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__captionText {
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0.15em;
    top: 12.5%;
    left: 8.4%;
    -webkit-transform: none;
            transform: none;
  }
}
.topPageFvSlider__middleText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
  z-index: 1;
}
.topPageFvSlider__logoBox {
  position: absolute;
  bottom: 26%;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 8;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__logoBox {
    bottom: 31%;
  }
}
.topPageFvSlider__logoImg {
  position: absolute;
  bottom: 5.3%;
  left: 11.667%;
  width: 13.875%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__logoImg {
    bottom: 10.2%;
    left: 9.06%;
    width: 36.8%;
  }
}
.topPageFvSlider__searchBtnTxtArea {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnTxtArea {
    padding-top: 2rem;
  }
}
.topPageFvSlider__searchBtnTxt {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnTxt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.4rem;
  }
}
.topPageFvSlider__searchBtnTxtSub {
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnTxtSub {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1rem;
    margin: 0;
    padding-top: 4rem;
  }
}
.topPageFvSlider .swiper-button-prev:after,
.topPageFvSlider .swiper-button-next:after {
  display: none;
}
.topPageFvSlider .swiper-pagination-top {
  min-height: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 2rem;
  position: absolute;
  z-index: 5;
}
.topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 1rem;
  }
}
.topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.topPageFvSlider__scroll {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  max-height: 11.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scroll {
    width: 100%;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scroll {
    position: relative;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    max-height: 11.5rem;
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.topPageFvSlider__scrollLink {
  padding-bottom: 9rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-family: "BIZ UDGothic", sans-serif;
}
@media screen and (min-width: 769px) {
  .topPageFvSlider__scrollLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageFvSlider__scrollLink::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 8rem;
  background: #fff;
  animation: pathmove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation: pathmove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (min-width: 769px) {
  .topPageFvSlider__scrollLink::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink::after {
    animation: none;
    -webkit-animation: none;
    background: #fff;
    height: 11rem;
    bottom: -2rem;
    left: 1.8rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover::after {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink {
    padding-bottom: 10rem;
    display: inline-block;
    position: absolute;
    left: 1.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.5rem;
    z-index: 2;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    overflow: inherit;
    bottom: -3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 44%;
    width: 1px;
    height: 11rem;
    background: #fff;
  }
}

.topImgLineWrap {
  width: 100%;
}

.topImgLine {
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #947151;
}
.topImgLine:nth-of-type(2) {
  background-color: #C5171E;
}
.topImgLine:nth-of-type(3) {
  margin-bottom: 0rem;
}

/*-------------------------------------------
トップページ動画
-------------------------------------------*/
.topPageFVMovie {
  position: relative;
  width: 100%;
}
.topPageFVMovie__youtube {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #000;
}
.topPageFVMovie__youtube iframe {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}

/*-------------------------------------------
トップページホテルからのお知らせ
-------------------------------------------*/
.topPageEmergency {
  background: #000;
  width: 100%;
  margin-left: auto;
  position: relative;
  padding: 2.8rem 4rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .topPageEmergency {
    max-width: none;
    margin-left: 0;
    padding: 2rem;
  }
}
.topPageEmergency__close {
  color: #fff;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  z-index: 1;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .topPageEmergency__close {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageEmergency__close {
    font-size: 2.6rem;
    right: 2rem;
    top: 1rem;
  }
}
.topPageEmergency__close:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .topPageEmergency__close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageEmergency__close:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageEmergency__title {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__title {
    font-size: 1.4rem;
  }
}
.topPageEmergency__titleIcon {
  max-width: 3rem;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.3rem;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__titleIcon {
    top: -0.4rem;
  }
}
.topPageEmergency__list {
  padding-left: 0;
  list-style: none;
}
.topPageEmergency__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__item {
    display: block;
    margin-bottom: 2rem;
  }
}
.topPageEmergency__item:last-child {
  margin-bottom: 0;
}
.topPageEmergency__day {
  margin-top: 0.2rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__day {
    font-size: 1.1rem;
  }
}
.topPageEmergency__text {
  font-size: 1.3rem;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    max-width: none;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px) {
  .topPageEmergency__text:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageEmergency__text:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageEmergency__text a {
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .topPageEmergency__text a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .topPageEmergency__text a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageEmergency__text a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageEmergency .topPageEmergency__link {
  font-size: 1.3rem;
  text-decoration: underline;
  color: #fff;
  margin-left: 3rem;
}
@media screen and (min-width: 769px) {
  .topPageEmergency .topPageEmergency__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .topPageEmergency .topPageEmergency__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageEmergency .topPageEmergency__link:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageEmergency .topPageEmergency__link {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    margin-left: auto;
  }
}

/*-------------------------------------------
バナーエリア
-------------------------------------------*/
.topPageBnr {
  margin: 6.5rem auto;
}
@media screen and (max-width: 768px) {
  .topPageBnr {
    margin: 5.4rem auto;
  }
}
.topPageBnr__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
.topPageBnr__listItem {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .topPageBnr__listItem {
    width: 100%;
  }
}
.topPageBnr__listItemLink {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .topPageBnr__listItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .topPageBnr__listItemLink {
    padding: 0;
  }
}

/*-------------------------------------------
おすすめプラン
-------------------------------------------*/
.topPageRecommendSec {
  background-color: rgba(248, 230, 221, 0.4);
  background-color: #F8E6DD;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
.topPageRecommendSec .u-cardCarousel__image img {
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    height: 28rem;
  }
}
@media screen and (min-width: 1440px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    height: 29.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    height: 31.5rem;
  }
}
@media screen and (min-width: 1550px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    height: 33rem;
  }
}
@media screen and (min-width: 1600px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    height: 21.4rem;
  }
}
.topPageRecommendSec .u-cardCarousel__container {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .topPageRecommendSec .u-cardCarousel__container {
    padding: 0 1.25rem;
  }
}
.topPageRecommendSec .u-button__arrow {
  margin-top: 4.1rem;
}

/*-------------------------------------------
おすすめポイント
-------------------------------------------*/
.topPagePoint__flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.topPagePoint__flexRight:not(:nth-child(1)) {
  margin-top: 18rem;
}
.topPagePoint__flexRight:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topPagePoint__flexRight:not(:nth-child(1)) {
    margin-top: 5rem;
  }
  .topPagePoint__flexRight:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topPagePoint__flexRightBodyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.333%;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRightBodyWrap {
    width: 100%;
  }
}
.topPagePoint__flexRightBodyWrap .u-button__arrow {
  margin-top: auto;
}
.topPagePoint__flexRightBodyWrap a[href^="#"]::after {
  top: 34%;
  right: 2.1rem;
  margin: 0 auto;
}
.topPagePoint__flexTitleJp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #9C0911;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleJp {
    font-size: 2.5rem;
    margin-bottom: 1.75rem;
  }
}
.topPagePoint__flexTitleJp .u-number {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F7F6E7;
  font-size: 3.4rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  margin-right: 1.8rem;
  width: 6.1rem;
  height: 6.2rem;
  z-index: 1;
}
.topPagePoint__flexTitleJp .u-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/layout/number_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleJp .u-number {
    font-size: 2.5rem;
    width: 4.2rem;
    height: 4.3rem;
  }
}
.topPagePoint__flexText {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint__spImgWrap {
    margin-bottom: 2.5rem;
  }
}
.topPagePoint__flexRightImgWrap {
  width: 48.333%;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRightImgWrap {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.topPagePoint__flexLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.8rem 0;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0;
  }
}
.topPagePoint__flexLeftBodyWrap {
  width: calc(50% - 3.5rem);
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexLeftBodyWrap {
    width: 100%;
  }
}
.topPagePoint__flexLeftImgWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexLeftImgWrap {
    width: 100%;
  }
}
.topPagePoint .u-button__arrow {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .topPagePoint .u-button__arrow {
    margin-left: auto;
  }
}
.topPagePoint .u-button__arrowText[href^="#"]::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/*-------------------------------------------
おすすめの過ごし方
-------------------------------------------*/
.topPageSpend {
  margin-top: 0;
}
.topPageSpend .u-cardCarousel__container {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .topPageSpend .u-cardCarousel__container {
    padding: 0 1.25rem;
  }
}
.topPageSpend__title {
  text-align: center;
  margin-bottom: 3.4rem;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.topPageSpend__buttonList {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .topPageSpend__buttonList {
    display: block;
  }
}
.topPageSpend .u-cardCarousel__image img {
  height: 27rem;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-cardCarousel__image img {
    height: 28rem;
  }
}
@media screen and (min-width: 1440px) {
  .topPageSpend .u-cardCarousel__image img {
    height: 29.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .topPageSpend .u-cardCarousel__image img {
    height: 31.5rem;
  }
}
@media screen and (min-width: 1550px) {
  .topPageSpend .u-cardCarousel__image img {
    height: 33rem;
  }
}
@media screen and (min-width: 1600px) {
  .topPageSpend .u-cardCarousel__image img {
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-cardCarousel__image img {
    height: 21.4rem;
  }
}
.topPageSpend .u-button__arrow {
  margin-top: 4.1rem;
}
.topPageSpend .u-button__arrow:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-button__arrow:not(:first-child) {
    margin-top: 1.75rem;
  }
}

/*-------------------------------------------
トップページ施設紹介
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .topPageFacilityWrap .topPageSec__titleWrap {
    margin-bottom: 0;
  }
}

.topPageFacility {
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFacility {
    margin-top: 7.5rem;
  }
  .topPageFacility1 {
    margin-top: 3.5rem;
  }
}
.topPageFacility__fvTtl {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFacility__fvTtl {
    margin-bottom: 2.5rem;
  }
}
.topPageFacility__fvTtlJp {
  color: #9C0911;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.7rem;
  position: relative;
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageFacility__fvTtlJp {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFacility__fvTtlJp {
    font-size: 2.3rem;
    text-align: left;
  }
}
.topPageFacility .u-topPageFacilityImg {
  aspect-ratio: 240/83;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityImg {
    aspect-ratio: 75/44;
  }
}
.topPageFacility .u-articleButton.js-moreButton.js-moreButtonLineHide {
  margin-top: 6rem;
}
.topPageFacility .u-bannerArea {
  width: 60rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-bannerArea {
    width: 100%;
  }
}

.topPageFacilityEmphasis {
  position: relative;
  background-color: rgba(248, 230, 221, 0.4);
  background-color: #F8E6DD;
  padding-top: 0;
  padding-bottom: 8rem;
  margin-top: 17.5rem;
  margin-bottom: 17.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFacilityEmphasis {
    padding-bottom: 5rem;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
.topPageFacilityEmphasis .topPageFacility__fvImgBox {
  position: relative;
}
.topPageFacilityEmphasis .topPageFacility__fvImgBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(#fff));
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.5), #fff);
  mix-blend-mode: multiply;
}
.topPageFacilityEmphasis .topPageFacility__fvImgBox:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/layout/emphasis_bg.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageFacilityEmphasis .topPageFacility__fvImgBox:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/layout/emphasis_bg-sp.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: contain;
  }
}
.topPageFacilityEmphasis .u-secTitleEn__center-emphasis {
  font-family: "Oswald", sans-serif;
  color: #000;
  letter-spacing: 0.03em;
  font-size: 500;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .topPageFacilityEmphasis .u-secTitleEn__center-emphasis {
    font-size: 3.6rem;
  }
}
.topPageFacilityEmphasis .topPageSec__titleWrap-emphasis {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageFacilityEmphasis .u-topPageFacility__AmusementFlexItemCaption {
  font-size: 1.2rem;
  font-family: "BIZ UDGothic", sans-serif;
  margin-top: 0.5rem;
  color: #fff;
}
.topPageFacilityEmphasis .u-topPageFacilityText {
  color: #000;
  line-height: 2em;
}
.topPageFacilityEmphasis .u-topPageFacilityImg {
  aspect-ratio: 240/83;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageFacilityEmphasis .u-topPageFacilityImg {
    aspect-ratio: 75/44;
  }
}
.topPageFacilityEmphasis .u-articleButton.js-moreButton.js-moreButtonLineHide {
  margin-top: 6rem;
}
.topPageFacilityEmphasis .u-bannerLink {
  display: block;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (min-width: 769px) {
  .topPageFacilityEmphasis .u-bannerLink:hover {
    opacity: 0.9;
  }
}
.topPageFacilityEmphasis .u-bannerArea {
  width: 60rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .topPageFacilityEmphasis .u-bannerArea {
    width: 100%;
  }
}
.topPageFacilityEmphasis .u-topPageFacility__itemInfoTitle {
  font-weight: bold;
  color: #000;
  font-size: 2.4rem;
  font-family: "BIZ UDGothic", sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .topPageFacilityEmphasis .u-topPageFacility__itemInfoTitle {
    font-size: 1.6rem;
  }
}
.topPageFacilityEmphasis .u-topPageFacility__itemInfoText {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "BIZ UDGothic", sans-serif;
  line-height: 1.75;
  color: #fff;
}

/*-------------------------------------------
館内マップ
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .topPageFloor .u-secText__center {
    margin-bottom: 1rem;
  }
}
.topPageFloor .u-button__arrow {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-button__arrow {
    margin-top: 5rem;
  }
}
.topPageFloor__thumb {
  display: block;
  width: 100%;
  margin: 0 auto 3rem;
}
.topPageFloor__thumbImg {
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------
イチオシ
-------------------------------------------*/
.topPageBest {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .topPageBest {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .topPageBest .u-contentCenter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.topPageBest .u-cardCarousel__container {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .topPageBest .u-cardCarousel__container {
    padding: 0 1.25rem;
  }
}
.topPageBest .u-cardCarousel__image {
  position: relative;
}
.topPageBest .u-cardCarousel__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent 0 60%, rgba(0, 0, 0, 0.5) 100%);
}
.topPageBest .u-cardCarousel__image img {
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageBest .u-cardCarousel__image img {
    height: 28rem;
  }
}
@media screen and (min-width: 1440px) {
  .topPageBest .u-cardCarousel__image img {
    height: 29.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .topPageBest .u-cardCarousel__image img {
    height: 31.5rem;
  }
}
@media screen and (min-width: 1550px) {
  .topPageBest .u-cardCarousel__image img {
    height: 33rem;
  }
}
@media screen and (min-width: 1600px) {
  .topPageBest .u-cardCarousel__image img {
    height: 35rem;
  }
}
.topPageBest .u-cardCarousel__caption {
  position: absolute;
  bottom: 0rem;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topPageBest .u-cardCarousel__caption {
    padding: 0 2rem;
    width: 100%;
  }
}
.topPageBest .u-cardCarousel__day {
  color: #fff;
}
.topPageBest .u-cardCarousel__title {
  color: #fff;
}
.topPageBest .u-button__arrow {
  margin-top: 4.1rem;
}
@media screen and (max-width: 768px) {
  .topPageBest .u-button__arrow {
    margin-top: 3.5rem;
  }
}
.topPageBest .slick-arrow {
  top: 40%;
}
@media screen and (max-width: 768px) {
  .topPageBest .slick-slide {
    padding: 0 !important;
  }
}
.topPageBest .slick-next {
  right: -1.25rem;
}
@media screen and (max-width: 768px) {
  .topPageBest .slick-next {
    right: 0.5rem;
  }
}
.topPageBest .slick-prev {
  left: -1.25rem;
}
@media screen and (max-width: 768px) {
  .topPageBest .slick-prev {
    left: 0.5rem;
  }
}

/*-------------------------------------------
イベント
-------------------------------------------*/
.topPageEvent {
  margin-top: 0;
}
.topPageEvent .u-cardCarousel__container {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .topPageEvent .u-cardCarousel__container {
    padding: 0 1.25rem;
  }
}
.topPageEvent .u-cardCarousel__image img {
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-cardCarousel__image img {
    height: 28rem;
  }
}
@media screen and (min-width: 1440px) {
  .topPageEvent .u-cardCarousel__image img {
    height: 29.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .topPageEvent .u-cardCarousel__image img {
    height: 31.5rem;
  }
}
@media screen and (min-width: 1550px) {
  .topPageEvent .u-cardCarousel__image img {
    height: 33rem;
  }
}
@media screen and (min-width: 1600px) {
  .topPageEvent .u-cardCarousel__image img {
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-cardCarousel__image img {
    height: 21.4rem;
  }
}
.topPageEvent .u-button__arrow {
  margin-top: 4.1rem;
}

/*-------------------------------------------
お知らせ
-------------------------------------------*/
.topPageNews {
  background-color: rgba(248, 230, 221, 0.4);
  background-color: #F8E6DD;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
.topPageNews .u-cardCarousel__container {
  margin-bottom: 0;
}
.topPageNews .u-cardCarousel {
  width: 100%;
  margin: 0 auto;
}
.topPageNews .u-cardCarousel__image {
  position: relative;
  height: 0;
  padding-top: 64.15%;
}
.topPageNews .u-cardCarousel__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageNews .swiper-button-prev,
.topPageNews .swiper-button-next {
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .topPageNews .swiper-button-prev,
  .topPageNews .swiper-button-next {
    top: 10rem;
  }
}
.topPageNews .swiper-button-prev {
  left: -2rem;
}
.topPageNews .swiper-button-next {
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .topPageNews .swiper-pagination04 {
    bottom: 3rem;
  }
}
.topPageNews .u-button__arrow {
  margin-top: 4.1rem;
}

/*-------------------------------------------
コンセプト
-------------------------------------------*/
.topPageConcept {
  background-color: #fff;
}
.topPageConcept__ttlArea {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .topPageConcept__ttlArea {
    margin-bottom: 3rem;
  }
}
.topPageConcept .u-secText {
  margin-bottom: 4.5rem;
  line-height: 2.21;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText {
    margin-bottom: 4rem;
    text-align: left;
  }
}
.topPageConcept .u-secText strong {
  display: block;
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText strong {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
}
.topPageConcept__youtubeWrap {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageConcept__youtubeWrap {
    width: 100%;
    padding: 0 2rem;
    margin: 3.9rem auto 0;
  }
}
.topPageConcept__youtubeWrap iframe {
  width: 100%;
  max-width: 70rem;
  aspect-ratio: 16/9;
}
.topPageConcept__slider {
  margin-bottom: 5rem;
}
.topPageConcept__sliderItemImg {
  height: 46rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageConcept__sliderItemImg {
    height: 23rem;
  }
}
.topPageConcept .u-secText__center {
  margin-top: 5.5rem;
}

/*-------------------------------------------
アクセス
-------------------------------------------*/
.topPageAccess {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageAccess {
    text-align: left;
  }
}
.topPageAccess .u-button__arrow {
  margin-top: 3rem;
}
.topPageAccess__map {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .topPageAccess__map {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: 2rem;
    margin-bottom: 2.6rem;
  }
}
.topPageAccess__map iframe {
  width: 100% !important;
  height: 33.5rem !important;
}
@media screen and (max-width: 768px) {
  .topPageAccess__map iframe {
    height: 19rem !important;
  }
}
.topPageAccess__title {
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 768px) {
  .topPageAccess__title {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.topPageAccess__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.06em;
}
.topPageAccess__tel {
  margin-left: 1rem;
  display: inline-block;
}
.topPageAccess__notes {
  margin: 2rem 0 0;
}

/*-------------------------------------------
トップページFV
-------------------------------------------*/
.u-topPageFacility__AmusementFlexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementFlexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.u-topPageFacility__AmusementFlexItemBox {
  width: 49%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.u-topPageFacility__AmusementFlexItemBox.u-column01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementFlexItemBox {
    width: 100%;
  }
}

.u-topPageFacilityTitle {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityTitle {
    font-size: 4.2rem;
  }
}

.u-topPageFacilityText {
  margin-top: 3rem;
  margin-bottom: 6.2rem;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityText {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .topPageFacility1 .u-topPageFacilityText {
    margin-bottom: 0;
  }
}

.u-topPageFacilityIcon {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon01 {
    width: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon02 {
    width: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon03 {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon04 {
    width: 4.5rem;
  }
}

.u-banner {
  width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-banner {
    padding: 0 2rem;
    width: 100%;
  }
}
.u-banner a {
  text-align: center;
  display: inline-block;
  padding: 3rem 5rem;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .u-banner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .u-banner a {
    padding: 0;
  }
}

.u-topPageFacilityOpenArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityOpenArea {
    margin-top: 5.5rem;
  }
}
.u-topPageFacilityOpenArea.is-open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.u-topPageFacility__AmusementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
}
.u-topPageFacility__AmusementContent:not(:first-child) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent:not(:first-child) {
    margin-top: 7rem;
  }
}
.u-topPageFacility__AmusementContent.u-small {
  margin-top: 3rem;
}
.u-topPageFacility__AmusementContent .u-topPageFacility__AmusementFlexWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent .u-topPageFacility__AmusementFlexWrap {
    margin-bottom: 0;
  }
}
.u-topPageFacility__AmusementContent .u-topPageFacility__txtWrap {
  width: 100%;
}
.u-topPageFacility__AmusementContent .u-topPageFacility__AmusementFlexItemCaption {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.u-topPageFacility__AmusementContent.u-column1 {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__AmusementFlexWrap {
  width: 48.333%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__AmusementFlexWrap {
    width: 100%;
  }
}
.u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__txtWrap {
  width: 48.333%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__txtWrap {
    width: 100%;
  }
}
.u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__txtWrap .u-button__arrow {
  margin-left: 0;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementTxtWrapSP {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementLinkWrapSP {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .u-topPageFacility__multipleLinkBox .u-button__arrow {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .u-topPageFacility__itemInfoBox {
    margin-top: 6rem;
  }
}

.u-topPageFacility__itemInfoTitle {
  font-weight: bold;
  color: #C5171E;
  font-size: 2.1rem;
  font-family: "BIZ UDGothic", sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__itemInfoTitle {
    font-size: 1.6rem;
  }
}

.u-topPageFacility__itemInfoText {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "BIZ UDGothic", sans-serif;
  line-height: 1.75;
}

.u-topPageFacility__AmusementTitle {
  width: 100%;
  font-size: 2.1rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #9C0911;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #9C0911;
  font-weight: 600;
  padding-bottom: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementTitle {
    font-size: 1.7rem;
    padding-bottom: 0.6rem;
  }
}

.u-topPageFacility__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__tagList {
    margin-bottom: 0rem;
  }
}

.u-topPageFacility__tagItem {
  padding: 0.4rem 2.4rem 0.6rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  background-color: #C5171E;
}

.u-topPageFacility__AmusementText {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementText {
    margin-bottom: 2rem;
  }
}

.u-topPageFacility__blockTexts {
  margin-top: 6rem;
}
.u-topPageFacility__blockTextsTitle {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.u-topPageFacility__blockTextsText {
  font-size: 1.4rem;
}
.u-topPageFacility__blockTable {
  margin-top: 6rem;
}
.u-topPageFacility__blockTableTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.u-topPageFacility__blockTableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-topPageFacility__blockTableBody {
  display: inline-table;
  width: 100%;
}
.u-topPageFacility__blockTableBody tr {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}
.u-topPageFacility__blockTableBody tr:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.u-topPageFacility__blockTableItemLeft {
  width: 16.67%;
  padding: 2.4rem 1rem;
  background-color: #C5171E;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #BFBFBF;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__blockTableItemLeft {
    width: 27.76%;
  }
}
.u-topPageFacility__blockTableItemRight {
  width: 83.33%;
  padding: 1.5rem;
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__blockTableItemRight {
    width: 72.24%;
  }
}

/*-------------------------------------------
フォトギャラリー
-------------------------------------------*/
.topPageGallery {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .topPageGallery {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .topPageGallery__slider {
    padding: 0 1.25rem;
  }
}
.topPageGallery .u-cardCarousel__thumb {
  display: block;
}
.topPageGallery .u-cardCarousel__thumb img {
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageGallery .u-cardCarousel__thumb img {
    height: 28rem;
  }
}
@media screen and (min-width: 1440px) {
  .topPageGallery .u-cardCarousel__thumb img {
    height: 29.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .topPageGallery .u-cardCarousel__thumb img {
    height: 31.5rem;
  }
}
@media screen and (min-width: 1550px) {
  .topPageGallery .u-cardCarousel__thumb img {
    height: 33rem;
  }
}
@media screen and (min-width: 1600px) {
  .topPageGallery .u-cardCarousel__thumb img {
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageGallery .u-cardCarousel__thumb img {
    height: 23.5rem;
  }
}
.topPageGallery .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* モーダルウィンドウ */
.modal {
  width: 80%;
  padding: 4.8rem 5rem 5.6rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 51;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 5rem 2.5rem 3.5rem;
    width: calc(100% - 4rem);
    max-height: 40rem;
    overflow-y: scroll;
  }
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 4rem;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal__close {
    font-size: 3rem;
    right: 1rem;
  }
}
.modal__title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.modal__text {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.05em;
}
.modal__text a {
  color: #C5171E;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .modal__text a:hover {
    opacity: 0.7;
  }
}
.modal__text a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0.3rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/externalLink_icon_base.png) center center/contain no-repeat;
}

.js-galleryOpenModal {
  cursor: pointer;
}

/* オーバーレイ */
.galleryModal__overlay {
  /* 位置を固定 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  /* 画面いっぱいに広がるようにする */
  width: 100%;
  height: 100vh;
  /* rgbaを使って60%の黒いオーバーレイにする */
  background: rgba(0, 0, 0, 0.7);
  /* デフォルトでは見えないようにする */
  display: none;
  /* 表示する際の変化の所要時間 */
}
.galleryModal__overlay.is-open {
  /* activeクラスがついたときにオーバーレイを表示する */
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

/* モーダルウィンドウ(フォトギャラリー) */
.galleryModal {
  width: 86%;
  background: none;
}
@media screen and (max-width: 768px) {
  .galleryModal {
    width: 100%;
    padding: 44px 0;
  }
}
.galleryModal .is_login_user {
  top: calc(50% + 32px);
}
.galleryModal__title {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2.8rem;
  text-align: center;
}
.galleryModal__imgArea {
  width: 100%;
  max-width: 89rem;
  margin: 0 auto 1.5rem;
}
.galleryModal__imgArea img {
  max-height: 46.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .galleryModal__imgArea img {
    max-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .galleryModal__imgArea {
    max-width: 100%;
  }
}
.galleryModal__linkWrap {
  text-align: center;
}
.galleryModal__link {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "BIZ UDGothic", sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
}
.galleryModal__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../images/layout/modalLink_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-contentSeparation {
  position: relative;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .u-contentSeparation {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .u-contentSeparation::after {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.u-contentSeparation__none {
  padding-bottom: 0;
}
.u-contentSeparation__none::after {
  display: none;
}

.is_frontpage .u-contentCenter {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  width: 100%;
  max-width: 83.4%;
}
@media screen and (max-width: 768px) {
  .is_frontpage .u-contentCenter {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media print {
  .is_frontpage .u-contentCenter {
    max-width: 1024px;
  }
}
.is_frontpage .u-contentCenter.u-small {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100rem;
  width: 100%;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .is_frontpage .u-contentCenter.u-small {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media print {
  .is_frontpage .u-contentCenter.u-small {
    max-width: 1024px;
  }
}
.is_frontpage .bnrArea .u-contentCenter {
  max-width: 83.334%;
}

.mb-10 {
  margin-bottom: 1rem;
}

.faqPage {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .faqPage {
    font-size: 2.3rem;
    padding-top: 8.5rem;
  }
}
.faqPage .u-contentCenter {
  max-width: 100rem;
}
.faqPage__top {
  margin-bottom: 5rem;
}
.faqPage__top .topPageFvSlider__searchBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .faqPage__top .topPageFvSlider__searchBtn {
    display: block;
  }
}
.faqPage__topTitle {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .faqPage__topTitle {
    font-size: 2.3rem;
  }
}
.faqPage__topList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .faqPage__topList {
    display: block;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .faqPage__topItem {
    text-align: center;
    margin-bottom: 1.8rem;
    line-height: 1.1;
  }
}
.faqPage__topItemLink {
  border-bottom: 1px solid #C5171E;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .faqPage__topItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .faqPage__topItemLink {
    padding-bottom: 0.2rem;
    display: inline-block;
  }
}
.faqPage__topItemText {
  font-size: 1.3rem;
  position: relative;
  padding-right: 1.2rem;
  font-weight: 500;
}
.faqPage__topItemText:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0rem;
  background: url(../images/common/anchor_arrow_base.png) center center/contain no-repeat;
}
.faqPage__topBnrLink {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .faqPage__topBnrLink:hover {
    opacity: 0.7;
  }
}
.faqPage__topBnr {
  display: block;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 768px) {
  .faqPage__topBnr {
    width: calc(100% - 3rem);
    margin: 0 auto 3.6rem;
  }
}
.faqPage__topBnrImg {
  width: 100%;
}
.faqPage__main {
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .faqPage__main {
    padding-bottom: 8rem;
  }
}
.faqPage__mainList {
  border-bottom: 2px solid #C5171E;
}
.faqPage__mainTitle {
  margin-bottom: 2rem;
  font-size: 2.3rem;
  text-align: left;
  padding-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .faqPage__mainTitle {
    margin-bottom: 1.9rem;
  }
}
.is_login_user .faqPage__mainTitle {
  padding-top: calc(3.5rem + 32px);
}
@media screen and (max-width: 768px) {
  .is_login_user .faqPage__mainTitle {
    margin-bottom: 1.9rem;
    padding-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .faqPage__mainTitle:nth-of-type(n + 2) {
    padding-top: 7.1rem;
  }
}
.faqPage__mainItemTitleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 3rem 2rem 0;
  border-top: 2px solid #C5171E;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.faqPage__mainItemTitleFlex:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 1.7rem;
  height: 2px;
  background-color: #C5171E;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleFlex:before {
    width: 1.9rem;
    right: 0;
  }
}
.faqPage__mainItemTitleFlex.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faqPage__mainItemTitleFlex:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 2px;
  background-color: #000;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleFlex:after {
    width: 1.9rem;
    right: 0;
  }
}
.faqPage__mainItemTitleNumber {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 1rem;
  color: #C5171E;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleNumber {
    font-size: 1.5rem;
    margin-right: 1.1rem;
  }
}
.faqPage__mainItemTitleText {
  font-size: 1.4rem;
  font-weight: 600;
}
.faqPage__mainItemContents {
  background-color: rgba(248, 230, 221, 0.5);
  padding: 2.4rem 2rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemContents {
    padding: 3rem 2rem 4rem;
  }
}
.faqPage__mainItemContentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqPage__mainItemContentsTextEn {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.5rem;
  line-height: 1.6;
  color: #C5171E;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemContentsTextEn {
    margin-right: 0.8rem;
    font-size: 1.5rem;
  }
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea {
  margin-bottom: 0;
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea p {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.04em;
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea ul li,
.faqPage__mainItemContentsTextArea.u-wysiwygArea ol li {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.04em;
}
.faqPage__mainItemContentsText {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.46;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.faqPage__mainItemContentsAttention {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.46;
}

.conceptPage {
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage {
    padding-top: 8.2rem;
  }
}
.conceptPage__kvWrap {
  width: 100%;
}
.conceptPage__sliderItemThumb {
  position: relative;
  display: block;
  padding-bottom: 47.5%;
  overflow: hidden;
  height: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .conceptPage__sliderItemThumb {
    padding-bottom: 130%;
  }
}
.conceptPage__sliderItemThumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.conceptPage__main.u-bottom {
  padding: 7.3rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__main.u-bottom {
    padding: 7.3rem 0 1.6rem;
  }
}
.conceptPage__mainLogo {
  max-width: 33.5rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__mainLogo {
    max-width: 20.2rem;
  }
}
.conceptPage__title {
  margin-bottom: 3.5rem;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conceptPage__title {
    margin-bottom: 4.4rem;
    text-align: left;
  }
}
.conceptPage__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conceptPage__text {
    text-align: left;
    padding-bottom: 3.6rem;
  }
}
.conceptPage__bottom.u-base {
  background: #F8E6DD;
}
.conceptPage__bottomTtl {
  margin-bottom: 6rem;
  padding-top: 3.2rem;
  padding-bottom: 2rem;
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.74;
  letter-spacing: 0.1em;
  text-align: center;
  color: #9C0911;
  border-bottom: 1px solid #9C0911;
}
@media screen and (max-width: 768px) {
  .conceptPage__bottomTtl {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    text-align: left;
  }
}
.conceptPage__itemSecBigTitle {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.03em;
  color: #C5171E;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemSecBigTitle {
    font-size: 3.2rem;
  }
}
.conceptPage__itemSecSmallTitle {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 0.1em;
  color: #C5171E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemSecSmallTitle {
    font-size: 1.2rem;
  }
}
.conceptPage__itemSecMidTitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 0.1em;
  color: #C5171E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemSecMidTitle {
    font-size: 1.9rem;
  }
}
.conceptPage__list {
  padding-bottom: 5rem;
}
.conceptPage__list:not(:last-child) {
  padding-bottom: 3.2rem;
}
.conceptPage__item:not(:last-child) {
  margin-bottom: 6rem;
}
.conceptPage__itemBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.conceptPage__itemBox.u-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemBox {
    display: block;
  }
}
.conceptPage__itemPic {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemPic {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.conceptPage__itemTxtArea {
  width: 45.6%;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemTxtArea {
    width: 100%;
  }
}
.conceptPage__itemTtl {
  font-size: 1.7rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #9C0911;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemTtl {
    font-size: 1.5rem;
  }
}
.conceptPage__itemTxt {
  font-size: 1.2rem;
  line-height: 1.78;
  letter-spacing: 0.06em;
}

.sitepolicyPage {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage {
    padding-top: 8.5rem;
  }
}
.sitepolicyPage__topTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__topTitle {
    margin-bottom: 4.5rem;
  }
}
.sitepolicyPage__mainTopText {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
.sitepolicyPage__mainTopText a {
  position: relative;
  text-decoration: underline;
  color: #C5171E;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainTopText {
    line-height: 1.75;
  }
}
.sitepolicyPage__mainSecTitle {
  line-height: 2;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainSecTitle {
    padding-top: 3rem;
    padding-bottom: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainSecTitle.ls-0 {
    letter-spacing: 0;
  }
}
.sitepolicyPage__mainSecText {
  font-size: 1.2rem;
  line-height: 2;
}
.sitepolicyPage__mainSecText.u-mb {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainSecText {
    line-height: 1.75;
  }
}
.sitepolicyPage__mainSecText a {
  position: relative;
  text-decoration: underline;
  color: #C5171E;
}
.sitepolicyPage__mainSecText:last-of-type {
  padding-bottom: 4rem;
}
.sitepolicyPage__tableArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableArea {
    display: block;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
  }
}
.sitepolicyPage__tableAreaWrap {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableAreaWrap {
    width: 100%;
  }
}
.sitepolicyPage__tableTitle {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.sitepolicyPage__tableAreaWrap:nth-child(1) {
  padding-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableAreaWrap:nth-child(1) {
    padding-right: 0;
  }
}
.sitepolicyPage__tableAreaWrap:nth-child(2) {
  padding-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableAreaWrap:nth-child(2) {
    padding-left: 0;
  }
}
.sitepolicyPage__table {
  font-size: 1.4rem;
  width: 100%;
}
.sitepolicyPage__table thead th {
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table thead th {
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table thead th:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__table thead th:first-child {
  padding-left: 0;
}
.sitepolicyPage__table thead th:first-child::before {
  display: none;
}
.sitepolicyPage__table tr {
  height: 5.9rem;
  border-bottom: 1px solid #bfbfbf;
}
.sitepolicyPage__table tr.u-noBorder {
  border-bottom: none;
}
.sitepolicyPage__table th {
  color: #C5171E;
}
.sitepolicyPage__table th.th_os {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table th.th_os {
    width: 26%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table th {
    font-size: 1.2rem;
  }
}
.sitepolicyPage__table td {
  height: 7.2rem;
}
.sitepolicyPage__table td.u-border {
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td {
    font-size: 1.2rem;
  }
}
.sitepolicyPage__table td:nth-child(1) {
  width: 26%;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td:nth-child(1) {
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table td:nth-child(1):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__table td:nth-child(2) {
  width: 37%;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td:nth-child(2) {
    width: 45%;
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table td:nth-child(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__table td:nth-child(3) {
  width: 37%;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td:nth-child(3) {
    width: 30%;
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table td:nth-child(3):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__adobeLinkWrap {
  width: 13.85rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__adobeLinkWrap {
    margin: 0 0 1.5rem;
  }
}

.accessPage {
  padding: 15rem 0 9rem;
}
.accessPage__parking {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .accessPage {
    padding: 8.5rem 0;
  }
}
.accessPage__label {
  color: #9C0911;
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.accessPage__topTitle {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .accessPage__topTitle {
    margin-bottom: 3.5rem;
  }
}
.accessPage__topSubTitle {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .accessPage__topSubTitle {
    text-align: left;
  }
}
.accessPage__address {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .accessPage__address {
    text-align: left;
  }
}
.accessPage__phone {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.14;
  text-align: center;
  display: block;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .accessPage__phone {
    text-align: left;
    padding: 0 2rem;
  }
}
.accessPage__map {
  margin: 3rem auto 5rem;
  height: 41.5rem;
}
@media screen and (max-width: 768px) {
  .accessPage__map {
    height: 33.5rem;
  }
}
@media screen and (max-width: 768px) {
  .accessPage__map.u-contentCenter {
    margin: 0 auto 4.5rem;
    padding: 0;
  }
}
.accessPage__map iframe {
  height: 100% !important;
}
.accessPage__mainItem {
  margin-bottom: 7.5rem;
}
.accessPage__mainItem-block {
  border-top: 2px solid #C5171E;
  border-bottom: 2px solid #C5171E;
  max-width: 103rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.accessPage__mainItemTitleWrap {
  position: relative;
  cursor: pointer;
}
.accessPage__mainItemTitleWrap::before {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #C5171E;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accessPage__mainItemTitleWrap::before {
    right: 0;
  }
}
.accessPage__mainItemTitleWrap::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: #C5171E;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accessPage__mainItemTitleWrap::after {
    right: 0;
  }
}
.accessPage__mainItemTitleWrap.active::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.accessPage__mainItemTitle {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.06em;
}
.accessPage__mainItemTitle-block {
  padding: 2.4rem 5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #C5171E;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .accessPage__mainItemTitle-block {
    padding: 2.2rem 0;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.67;
  }
}
.accessPage__mainItemBody {
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .accessPage__mainItemBody .u-table {
    min-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .accessPage__mainItemBody .u-table__body th {
    width: 32%;
  }
}
.accessPage__mainItemBody .u-contentCenter {
  padding: 0;
}
.accessPage__mainItemBody .u-articleSec div:last-child {
  margin-bottom: 0;
}
.accessPage__mainItemBody .u-articleBtn {
  gap: 2rem;
}
.accessPage__mainItemBody .u-button__arrow {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accessPage__mainItemBody .u-button__arrowText {
  padding: 0rem 2.1rem;
  height: 6.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 33.4rem;
}
.accessPage__mainItemBody-block {
  display: none;
  padding: 0 0 1.5rem;
  max-width: 103rem;
  margin: 0 auto;
}
.accessPage__mainItemBody-block .u-contentCenter {
  padding: 0;
}
.accessPage__mainItemBody-block .u-articleSec div:last-child {
  margin-bottom: 0;
}
.accessPage__mainItemBody-block .u-articleBtn {
  gap: 2rem;
}
.accessPage__mainItemBody-block .u-button__arrow {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accessPage__mainItemBody-block .u-button__arrowText {
  padding: 0rem 2.1rem;
  height: 6.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 33.4rem;
}
.accessPage__btnCaption {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .accessPage__btnCaption {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.accessPage__mainItemBodyText {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.accessPage__mainItemBodyText .text_strong {
  color: #d41010;
}
.accessPage__mainItemBodyTitle {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.16;
  letter-spacing: 0.05em;
}
.accessPage__mainItemBodyImgWrap {
  width: 100%;
  margin: 3.5rem 0;
}
.accessPage__mainItemBodyImg {
  width: 100%;
}
.accessPage__table {
  width: 100%;
  margin: 0.8rem 0 4rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .accessPage__table {
    margin: 0.8rem 0 2rem;
  }
}
.accessPage__table .table_thead {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background: #C5171E;
  color: #fff;
}
.accessPage__table .table_trTh {
  width: 11rem;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #bfbfbf;
  background: #d9e8e8;
}
@media screen and (max-width: 768px) {
  .accessPage__table .table_trTh {
    width: auto;
    padding: 0 0.4rem;
  }
}
.accessPage__table .table_th,
.accessPage__table .table_td {
  padding: 1.1rem 0;
  font-size: 1.2rem;
  border: 1px solid #bfbfbf;
}
.accessPage__table .table_td {
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .accessPage__table .table_td {
    padding: 1.1rem 0.5rem;
    text-align: center;
  }
}
.accessPage__tableTitle {
  caption-side: top;
  padding: 1.1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #C5171E;
}
.accessPage__routeList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6rem 0;
}
@media screen and (max-width: 768px) {
  .accessPage__routeList {
    display: block;
  }
}
.accessPage__routeItem {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 768px) {
  .accessPage__routeItem {
    display: block;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .accessPage__routeItem:last-child {
    margin-bottom: 0;
  }
}
.accessPage__routeTitle {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.accessPage__routeTitle .text_small {
  font-size: 1.1rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.accessPage__routeTitle .text_bold {
  font-weight: 600;
}
.accessPage__routeImg {
  width: 100%;
}
.accessPage__flexImgText__label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
.accessPage__flexImgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .accessPage__flexImgText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accessPage__flexImgText__fig {
  width: 48%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accessPage__flexImgText__fig {
    width: 100%;
  }
}
.accessPage__flexImgText__img {
  width: 100%;
  height: auto;
}
.accessPage__flexImgText__textWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .accessPage__flexImgText__textWrap {
    width: 100%;
  }
}
.accessPage__flexImgText__textWrap .u-articleBtn {
  margin-top: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accessPage__flexImgText__textWrap .u-articleBtn .u-button__arrow {
  max-width: 33.5rem;
}
.is_page__access .accessPage__main .u-articleTextImg__thumb {
  overflow-x: scroll;
}
.is_page__access .accessPage__main .u-articleTextImg__thumbImg {
  min-width: 550px;
}
.is_page__access .accessPage__mainItemTitle-block {
  padding: 3.4rem 3.5rem 3.4rem 1.5rem;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  color: #000;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.43;
}
@media screen and (max-width: 768px) {
  .is_page__access .accessPage__mainItemTitle-block {
    padding: 3.4rem 3.5rem 3.4rem 0;
  }
}

/*----------------------------------------------
アーカイブページ archivePage
-----------------------------------------------*/
.archivePageSec {
  margin-bottom: 10rem;
}
.archivePageSec__fv {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__fv {
    margin-bottom: 2.5rem;
  }
}
.archivePageSec__fvPic {
  width: 100%;
  margin-bottom: 3rem;
}
.archivePageSec__fvImg {
  max-height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .archivePageSec__fvImg {
    max-height: 25rem;
  }
}
.archivePageSec__fvTxt {
  text-align: center;
}
.is_post__area_information .archivePageSec__fvTxt {
  text-align: left;
}
.is_post__stay .archivePageSec__fvTxt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .archivePageSec__fvTxt {
    padding: 0 2rem;
  }
}
.archivePageSec__title {
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__title {
    margin: 0 auto 2.8rem;
  }
}
.archivePageSec__tabList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__tabList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 4.5rem;
  }
}
.archivePageSec__tabItemLink {
  display: block;
  padding: 0.9rem 1.2rem 0.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 1px solid #C5171E;
  color: #C5171E;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .archivePageSec__tabItemLink:hover {
    background: #C5171E;
    color: #fff;
  }
}
.archivePageSec__tabItemLink.current-tab {
  background: #C5171E;
  color: #fff;
}
.archivePageSec__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__list {
    display: block;
    margin-bottom: 5rem;
  }
}
.archivePageSec__list::after {
  content: "";
  display: block;
  width: calc((100% - 11rem) / 3);
  height: 1px;
}
@media screen and (max-width: 768px) {
  .archivePageSec__list::after {
    display: none;
  }
}
.archivePageSec__listItem {
  width: calc((100% - 10rem) / 3);
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__listItem {
    width: 100%;
  }
}
.archivePageSec__listItem.u-column2 {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .archivePageSec__listItem.u-column2 {
    width: 100%;
  }
}
.archivePageSec__listItem.is-hidden {
  display: none;
}
.archivePageSec__itemLink {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .archivePageSec__itemLink:hover {
    opacity: 0.7;
  }
  .archivePageSec__itemLink:hover .archivePageSec__itemImg {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .archivePageSec__itemLink:hover .archivePageSecfront::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .archivePageSec__itemLink:hover .archivePageSec__itemDetail.u-external::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.archivePageSec__itemImgWrap {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemImgWrap {
    margin-bottom: 1rem;
  }
}
.archivePageSec__itemImgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__itemNew {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0.4rem 1.2rem;
  font-size: 1.75rem;
  font-family: "Crimson Text", serif;
  font-weight: normal;
  color: #C5171E;
  background: #EDC1AB;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemNew {
    padding: 0.2rem 1rem;
  }
}
.archivePageSec__itemImg {
  width: 100%;
  height: 16.4vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemImg {
    height: 20rem;
  }
}
.u-column2 .archivePageSec__itemImg {
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .u-column2 .archivePageSec__itemImg {
    height: 20rem;
  }
}
.archivePageSec__itemDate {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.325;
  color: #5A5A5A;
}
.archivePageSec__itemTitle {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.92;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archivePageSec__itemText {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archivePageSec__itemText.u-long {
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: hidden;
}
.archivePageSec__itemBottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archivePageSec__itemTabWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem 0.5rem;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemTabWrap {
    width: calc(100% - 9rem);
  }
}
.archivePageSec__itemTab {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.36;
  color: #fff;
  background: #C5171E;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemTab {
    padding: 0.4rem 1.4rem 0.6rem;
  }
}
.archivePageSec__itemDetail {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.67;
  color: #C5171E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archivePageSec__itemDetail::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  background: url(../images/common/arrow_icon_base.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__itemDetail.u-external::after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  border: none;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  background: url(../images/common/externalLink_icon_red.png) center center/contain no-repeat;
}

_:lang(x) + _:-webkit-full-screen-document,
.archivePageSec__itemDetail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

/*---------------------------------------
お問い合わせ ContactPage
---------------------------------------*/
.contactPageSec {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .contactPageSec .mwform-checkbox-field {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .contactPageSec .mwform-checkbox-field label {
    width: 100%;
  }
}
.contactPageSec__title {
  margin-bottom: 2.7rem;
}
.contactPageSec__text {
  margin-bottom: 7.5rem;
  padding-bottom: 3.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #C5171E;
}
@media screen and (max-width: 768px) {
  .contactPageSec__text {
    margin-bottom: 4rem;
  }
}
.contactPageSec__textLink {
  border-bottom: 1px solid #C5171E;
  color: #C5171E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__textLink:hover {
    opacity: 0.7;
  }
}
.contactPageSec__smallText {
  display: block;
  padding-top: 1.2rem;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.contactPageSec__formItem {
  margin-bottom: 5rem;
}
.contactPageSec__formItemTitle {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.contactPageSec__formItemTitle .error {
  font-size: 1.3rem !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #C5171E !important;
}
.contactPageSec__formItemRequired {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  margin-left: 0.8rem;
  padding: 0.2rem 0.7rem 0.1rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #C5171E;
}
.contactPageSec__formItemTitleSmall {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.contactPageSec__formItemInputArea {
  width: 100%;
  height: 6.5rem;
  border: 1px solid #C5171E;
}
.contactPageSec__formItemInputArea .error {
  display: none;
}
.contactPageSec__formItemInputArea.is-error {
  border: 1px solid #C5171E;
}
.contactPageSec__formItemInputArea.u-mb {
  margin-bottom: 1.6rem;
}
.mw_wp_form_confirm .contactPageSec__formItemInputArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1rem;
  border: none;
  background: #fff;
}
.contactPageSec__formItemInput {
  padding-left: 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: none;
  background: transparent;
}
.contactPageSec__formItemInput:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: transparent !important;
}
.contactPageSec__formItemTextAreaWrap {
  width: 100%;
  height: 13.2rem;
  border: 1px solid #C5171E;
}
.mw_wp_form_confirm .contactPageSec__formItemTextAreaWrap {
  height: auto;
  min-height: 8rem;
  padding: 1.5rem 1rem;
  border: none;
  background: #fff;
}
.contactPageSec__formItemTextArea {
  padding: 1.5rem 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: none;
  background: transparent;
}
.contactPageSec__formItemTextArea:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
}
.contactPageSec__link {
  display: inline-block;
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #C5171E;
  color: #C5171E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__link:hover {
    opacity: 0.6;
  }
}
.contactPageSec__link::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 1rem;
  height: 1rem;
  background: url(../images/layout/slide_arrow_icon_base.png) center center/contain no-repeat;
}
.contactPageSec__privacyCheckBox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.3rem;
  text-align: center;
}
.contactPageSec__privacyCheckBox .error {
  margin-top: 1rem;
}
.mw_wp_form_confirm .contactPageSec__privacyCheckBox {
  display: none;
}
.contactPageSec input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}
.contactPageSec .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contactPageSec .mwform-checkbox-field-text {
    padding-left: 2.6rem;
  }
}
.contactPageSec .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  background: #c1c1c1;
  border: 1px solid #c1c1c1;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contactPageSec .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
  border-width: 0.3rem;
  border-color: transparent transparent #C5171E #C5171E;
  border-style: solid;
  width: 2rem;
  height: 1rem;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
.contactPageSec input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  /* css擬似要素 :checked が付加されているときは表示  */
  opacity: 1;
}
.contactPageSec__submit {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .contactPageSec__submit {
    margin-top: 3.2rem;
  }
}
.contactPageSec__submitBtn.u-button__arrowText, .contactPageSec__returnBtn.u-button__arrowText {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .contactPageSec__submitBtn:hover .u-button__arrowText, .contactPageSec__returnBtn:hover .u-button__arrowText {
    color: #fff;
  }
}
.contactPageSec__submitBtnInput, .contactPageSec__returnBtnInput {
  width: 100%;
  padding: 2rem 2.1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: none;
  color: #C5171E;
  background: transparent;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__submitBtnInput:hover, .contactPageSec__returnBtnInput:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .contactPageSec__submitBtnInput, .contactPageSec__returnBtnInput {
    padding: 2.2rem 2.1rem;
  }
}
.contactPageSec input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F4F2EC inset;
          box-shadow: 0 0 0 1000px #F4F2EC inset;
}
.contactPageSec__return {
  display: none;
}
.contactPageSec__returnBtn::after {
  display: none;
}

/*---------------------------------------
お問い合わせ 完了画面 thanksPage
---------------------------------------*/
.thanksPage__title {
  padding: 14rem 3rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanksPage__title {
    padding: 10rem 1.5rem;
  }
}

#mapImgWrap {
  width: 100%;
  background: ivory;
  padding: 20px;
  min-height: 240px;
}
#mapImgWrap img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mapPageSec__topTitle {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__topTitle {
    margin-bottom: 3.4rem;
    font-weight: 600;
  }
}
.mapPageSec__mainMapTtl {
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
.mapPageSec .u-button__arrow.u-pdf {
  margin-top: 5rem;
}
.mapPageSec__mainMapThumb {
  width: 100%;
  position: relative;
}
.mapPageSec .l-map {
  position: relative;
}
.mapPageSec .map_wrap {
  position: relative;
  overflow: auto;
}
.mapPageSec .map_inner {
  position: relative;
  width: 100%;
  min-height: 40rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mapPageSec .map_inner {
    width: 54rem;
    height: 36.2rem;
    min-height: 0;
  }
}
.mapPageSec .zoomicon {
  display: none;
}
@media screen and (max-width: 768px) {
  .mapPageSec .zoomicon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 1.6rem;
    left: 1.5rem;
    z-index: 11;
    width: 3.5rem;
    height: 3.5rem;
    background: #C5171E;
    color: #fff;
  }
  .mapPageSec .zoomicon.u-plus::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
  }
  .mapPageSec .zoomicon.u-plus::after {
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
  }
  .mapPageSec .zoomicon.u-minus {
    left: 6.5rem;
  }
  .mapPageSec .zoomicon.u-minus::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
  }
}
.mapPageSec [class*=u-plus]::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.mapPageSec [class*=u-plus]::after {
  content: "";
  display: block;
  width: 1px;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.mapPageSec .u-articleBtn__pdf {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec .u-articleBtn__pdf {
    margin-top: 3rem;
  }
}
.mapPageSec .u-articleBtn__pdf .u-articleBtn__link::after {
  display: none;
}
.mapPageSec__detailMap {
  margin: 9rem 0;
}
@media screen and (max-width: 768px) {
  .mapPageSec__detailMap {
    margin: 6.8rem 0;
  }
}
.mapPageSec__detailMap .map_inner {
  text-align: center;
}
.mapPageSec__btnListWrap {
  max-width: 70rem;
  margin: 0 auto 4rem !important;
}
.mapPageSec__btnList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
@media screen and (max-width: 768px) {
  .mapPageSec__btnList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mapPageSec__btnItem {
  width: 16.5rem !important;
  margin: 0.3rem;
  padding: 1.2rem 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  border: 2px solid #C5171E;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .mapPageSec__btnItem {
    width: calc((100% - 0.5rem) / 2) !important;
    margin: 0.5rem 0;
    padding: 1.2rem;
    font-weight: 700;
  }
}
.mapPageSec__btnItem.swiper-slide-thumb-active {
  background: #C5171E;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .mapPageSec__btnItem:hover {
    background: #C5171E;
    color: #fff;
  }
}
.mapPageSec__thumbListWrap {
  margin: 0 auto 8rem !important;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbListWrap {
    margin: 0 auto 8rem !important;
  }
}
.mapPageSec__thumbItemMapArea {
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemMapArea {
    padding-top: 8.5rem;
  }
}
.mapPageSec__thumbItemMapArea .zoomicon {
  top: -5rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemMapArea .zoomicon {
    top: -4.2rem;
  }
  .mapPageSec__thumbItemMapArea .zoomicon.u-plus {
    left: 0;
  }
  .mapPageSec__thumbItemMapArea .zoomicon.u-minus {
    left: 40px;
  }
}
.mapPageSec__thumbItemMapArea .map_wrap {
  max-width: 77rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemMapArea .map_inner {
    width: 32.5rem;
    height: 16.5rem;
  }
}
.mapPageSec__mainMapImgLink {
  position: absolute;
  display: block;
  width: 4rem;
  height: 2rem;
  top: 2rem;
  right: 6rem;
}
.mapPageSec__thumb {
  display: block;
  padding: 7rem 0 4rem;
  margin: 0 auto;
  text-align: center;
}
.mapPageSec__thumbItemImg {
  width: 89%;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemImg {
    width: 92%;
    padding-bottom: 0;
  }
}
.mapPageSec__thumbItemTxt {
  position: absolute;
  top: 0.4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.mapPageSec .swiper-slide .mapPageSec__innerList {
  display: none;
}
.mapPageSec .swiper-slide.swiper-slide-active .mapPageSec__innerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapPageSec .swiper-button-prev {
  top: 16.8vw;
  left: 3.5rem;
  background-image: none;
  width: 2rem;
  height: 2rem;
  border-left: 2px solid #C5171E;
  border-top: 2px solid #C5171E;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mapPageSec .swiper-button-prev::after {
  display: none;
}
.mapPageSec .swiper-button-prev:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .mapPageSec .swiper-button-prev {
    top: 16.5rem;
    left: 0.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.mapPageSec .swiper-button-next {
  top: 16.8vw;
  right: 3.5rem;
  background-image: none;
  width: 2rem;
  height: 2rem;
  border-left: 2px solid #C5171E;
  border-top: 2px solid #C5171E;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mapPageSec .swiper-button-next::after {
  display: none;
}
.mapPageSec .swiper-button-next:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .mapPageSec .swiper-button-next {
    top: 16.5rem;
    right: 0.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.mapPageSec__innerList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerList {
    display: block;
    padding-top: 5rem;
  }
}
.mapPageSec__innerItem {
  width: 46.5%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItem {
    width: 100%;
  }
}
.mapPageSec__innerItemLink {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .mapPageSec__innerItemLink:hover {
    opacity: 0.7;
  }
  .mapPageSec__innerItemLink:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
  .mapPageSec__innerItemLink:hover .mapPageSec__innerItemLinkTxt::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .mapPageSec__innerItemLink:hover .mapPageSec__innerItemLinkTxt.u-external::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mapPageSec__innerItemThumb {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemThumb {
    margin-bottom: 1rem;
  }
}
.mapPageSec__innerItemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.mapPageSec__innerItemCat {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  background-color: #C5171E !important;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemCat {
    margin-bottom: 1rem;
  }
}
.mapPageSec__innerItemTtl {
  margin-bottom: 1.5rem;
  color: #9C0911;
  font-size: 1.3rem;
  font-weight: 500;
}
.mapPageSec__innerItemTxt {
  margin-bottom: 0.9rem;
  font-size: 1.3rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemTxt {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.mapPageSec__innerItemInfoItem {
  padding: 0.7rem 0;
  border-bottom: 2px solid #C5171E;
}
.mapPageSec__innerItemInfoItem:first-child {
  border-top: 2px solid #C5171E;
}
.mapPageSec__innerItemInfoItemTtl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.78;
}
.mapPageSec__innerItemInfoItemEditor {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.06em;
}
.mapPageSec__innerItemLinkTxtWrap {
  text-align: right;
}
.mapPageSec__innerItemLinkTxt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  padding-right: 5px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #C5171E;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemLinkTxt {
    margin-top: 1rem;
  }
}
.mapPageSec__innerItemLinkTxt::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1.3rem;
  margin-left: 1rem;
  background: url(../images/common/arrow_icon_base.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.mapPageSec__innerItemLinkTxt.u-external::after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  border: none;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  background: url(../images/common/externalLink_icon_red.png) center center/contain no-repeat;
}
.mapPageSec .u-annotation {
  display: block;
  margin-top: 0.6rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

/*-------------------------------------------
日本語専用のスタイリング
-------------------------------------------*/
#msta_lang_ja {
  color: #C5171E;
}

/*-------------------------------------------
英語翻訳時のスタイリング
-------------------------------------------*/
html[lang=en] #msta_lang_ja {
  color: #000;
}
html[lang=en] .u-button__arrow {
  max-width: 34rem;
}
html[lang=en] .u-button__arrowText {
  padding-right: 4.5rem;
  padding-left: 3.1rem;
}
html[lang=en] .u-button__arrowText span {
  width: 90%;
}
@media screen and (max-width: 768px) {
  html[lang=en] .siteHeader__menuItemLink:after {
    right: 0;
  }
}
html[lang=en] .siteHeader__menuItemLink {
  white-space: normal;
}
@media screen and (max-width: 768px) {
  html[lang=en] .siteHeader__menuItemLink {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
html[lang=en] .anchorLinkSec .u-button__arrowText {
  padding-right: 1.1rem;
  padding-left: 1.1rem;
  letter-spacing: 0.02em;
}
html[lang=en] .anchorLinkSec .u-button__arrow {
  width: 100%;
}
html[lang=en] .anchorLinkSec__flexWrap {
  max-width: 72rem;
}
html[lang=en] .topPageFvSlider__searchBtnContent {
  width: 700px;
}
@media screen and (max-width: 768px) {
  html[lang=en] .topPageFvSlider__searchBtnContent {
    width: 100%;
  }
}
html[lang=en] .search__container {
  width: 100%;
}
html[lang=en] .nights legend,
html[lang=en] .rooms legend {
  font-size: 1rem;
  letter-spacing: 0;
}
html[lang=en] #searchBox fieldset select {
  width: 100%;
}
@media screen and (max-width: 768px) {
  html[lang=en] #searchBox fieldset select {
    padding: 0.5rem 4rem;
  }
}
html[lang=en] #searchBox fieldset input {
  border-radius: 0;
  width: 100%;
}
html[lang=en] .search__ttlArea.u-green {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
}
html[lang=en] .search__ttlArea.u-pink {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  html[lang=en] .search__ttlArea.u-pink {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
html[lang=en] .search__ttl.u-pink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
html[lang=en] .search__subTtl.u-pcDb {
  margin-top: 2rem;
  font-size: 1rem;
  letter-spacing: 0;
}
html[lang=en] .submit-button:before {
  right: 8px;
}
@media screen and (max-width: 768px) {
  html[lang=en] .submit-button:before {
    right: 2rem;
  }
}
html[lang=en] .hotel .u-button__arrowText::after {
  content: none;
}
html[lang=en] .hotel .u-button__arrowText {
  padding-right: 2rem !important;
  padding-left: 0px !important;
}
html[lang=en] #tc-widget[data-layout=horizontal] {
  width: 100%;
}
html[lang=en] #tc-widget[data-layout=horizontal] .tc-content {
  width: 100%;
}
html[lang=en] #tc-widget[data-layout=horizontal] .tc-wrap-book {
  width: 288px !important;
}
@media screen and (max-width: 768px) {
  html[lang=en] #tc-widget[data-layout=horizontal] .tc-wrap-book {
    width: 100% !important;
  }
}
html[lang=en] .tc-wrap-input {
  width: 100%;
}
html[lang=en] .restaurant {
  width: 100%;
}
html[lang=en] .restaurant__btnText02 {
  letter-spacing: 0;
}
html[lang=en] .restaurant__container {
  width: 100%;
  height: 100%;
}
html[lang=en] .restaurant__snsList {
  bottom: 1rem;
}
html[lang=en] .restaurant .u-button__arrow {
  width: 288px !important;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  html[lang=en] .restaurant .u-button__arrow {
    width: 100% !important;
  }
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */